@charset "UTF-8";
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Regular.eot");
  src: url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Regular.woff2") format("woff2"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Regular.woff") format("woff"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Regular.ttf") format("truetype"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Semibold.eot");
  src: url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Semibold.woff2") format("woff2"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Semibold.woff") format("woff"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Semibold.ttf") format("truetype"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Bold.eot");
  src: url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Bold.woff2") format("woff2"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Bold.woff") format("woff"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Bold.ttf") format("truetype"), url("/wp-content/themes/goftx/fonts/myraid_font/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1364px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
    margin: 0 auto;
  }
}

*,
*::before,
*::after {
  white-space: normal;
  word-break: break-word;
}

a:focus {
  text-decoration: none;
}

body {
  line-height: 1.5em;
  font-size: 20px;
  font-size: 1.25rem;
  color: #324a6d;
  font-family: "Myriad Pro";
}
@media (max-width: 1440px) {
  body {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}

.container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .container {
    max-width: 1270px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-header {
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none !important;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
  font-size: 20px;
  font-size: 1.25rem;
}

sup {
  top: -1em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  sup {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  sup {
    top: -0.8em;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  font-family: "Myriad Pro";
}

p, li, .section-tag-line {
  margin-bottom: 15px;
}

section {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.font12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.font14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.font16 {
  font-size: 16px;
  font-size: 1rem;
}

.font18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.font20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.font22 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
}
@media (max-width: 1366px) {
  .font22 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}

.font24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.font26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.font28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.font30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.font32 {
  font-size: 32px;
  font-size: 2rem;
}

.font34 {
  font-size: 34px;
  font-size: 2.125rem;
}

.font45 {
  font-size: 45px;
  font-size: 2.8125rem;
}

.font55 {
  font-size: 55px;
  font-size: 3.4375rem;
}

.font60 {
  font-size: 60px;
  font-size: 3.75rem;
}

.font80 {
  font-size: 80px;
  font-size: 5rem;
}

.f-weight {
  font-weight: 600;
}

.section-py {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .section-py {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .section-py {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .section-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-pt {
  padding-top: 30px;
}
@media only screen and (min-width: 576px) {
  .section-pt {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .section-pt {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pb {
  padding-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .section-pb {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .section-pb {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1281px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.section-space {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-space-top {
  padding-top: 60px;
}
@media (min-width: 1921px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media (max-width: 1440px) {
  .section-space-top {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  .section-space-top {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .section-space-top {
    padding-top: 30px;
  }
}

.section-space-bottom {
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .section-space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .section-space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 30px;
  }
}

.hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-title {
  line-height: normal;
  font-size: 52px;
  font-size: 3.25rem;
  color: #1C244B;
}
@media (min-width: 1921px) {
  .section-title {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .section-title.same-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.section-title--medium {
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 49px;
  font-weight: bold;
  color: #1C244B;
}
.section-title--medium.mb-20 {
  margin-bottom: 30px;
}
.section-title--medium sup {
  top: -1em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
}
@media (max-width: 1440px) {
  .section-title--medium {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  .section-title--medium {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .section-title--medium {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
.section-title--medium span {
  color: #077ABC;
}

.seo-title {
  font-size: 50px;
  font-size: 3.125rem;
}
@media (min-width: 1920px) {
  .seo-title {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media (max-width: 992px) {
  .seo-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .seo-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.seo-title span {
  color: #03b1fa;
}

.arrow-list, .started-pos-section ul, .queue-features-section ul, .whats-included-section .whats-included-inner .ft-box .ft-content ul {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .arrow-list, .started-pos-section ul, .queue-features-section ul, .whats-included-section .whats-included-inner .ft-box .ft-content ul {
    display: table;
    margin: 15px auto;
    text-align: left;
  }
}
.arrow-list li, .started-pos-section ul li, .queue-features-section ul li, .whats-included-section .whats-included-inner .ft-box .ft-content ul li {
  color: #000000;
  position: relative;
  padding: 0 0 10px 35px;
}
.arrow-list li:before, .started-pos-section ul li:before, .queue-features-section ul li:before, .whats-included-section .whats-included-inner .ft-box .ft-content ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  width: 25px;
  height: 25px;
  background: #467FF7;
  color: #ffffff;
  line-height: 25px;
  border-radius: 50%;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1921px) {
  .arrow-list li:before, .started-pos-section ul li:before, .queue-features-section ul li:before, .whats-included-section .whats-included-inner .ft-box .ft-content ul li:before {
    left: 15px;
    top: 18px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 31px;
  }
}
@media (max-width: 991px) {
  .arrow-list li:before, .started-pos-section ul li:before, .queue-features-section ul li:before, .whats-included-section .whats-included-inner .ft-box .ft-content ul li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.arrow-list li span, .started-pos-section ul li span, .queue-features-section ul li span, .whats-included-section .whats-included-inner .ft-box .ft-content ul li span {
  color: #1A87EF;
  font-weight: 600;
}
.arrow-list li:last-child, .started-pos-section ul li:last-child, .queue-features-section ul li:last-child, .whats-included-section .whats-included-inner .ft-box .ft-content ul li:last-child {
  padding-bottom: 0;
}

ul.arrow-list--style li {
  font-weight: normal;
  color: #1C244B;
  padding: 0 0 20px 40px;
}
ul.arrow-list--style li:before {
  content: "";
  margin: 0 20px 0 -45px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25Z' fill='%23077ABC'/%3E%3Cpath d='M19.5611 8.5184C19.4592 8.77456 19.2965 9.0021 19.0871 9.1814C16.4244 11.8414 13.7624 14.5027 11.1011 17.1654C10.9719 17.3231 10.7908 17.4298 10.5903 17.4664C10.3897 17.5031 10.1827 17.4673 10.0061 17.3654C9.9208 17.3144 9.84249 17.2525 9.77307 17.1814C8.42773 15.8401 7.08273 14.4964 5.73807 13.1504C5.62846 13.0583 5.54378 12.94 5.49181 12.8066C5.43985 12.6732 5.42227 12.5288 5.44069 12.3868C5.45911 12.2448 5.51295 12.1097 5.59724 11.994C5.68153 11.8782 5.79357 11.7855 5.92307 11.7244C6.05936 11.6545 6.21265 11.6247 6.36519 11.6383C6.51774 11.6519 6.66332 11.7085 6.78507 11.8014C6.85682 11.854 6.92375 11.9129 6.98507 11.9774C8.08707 13.0787 9.1884 14.1811 10.2891 15.2844C10.3321 15.3274 10.3661 15.3784 10.4401 15.4694C10.4793 15.4027 10.5238 15.3391 10.5731 15.2794C13.0531 12.7954 15.5341 10.3124 18.0161 7.8304C18.11 7.71733 18.2299 7.62871 18.3656 7.57211C18.5013 7.51551 18.6486 7.49262 18.7951 7.5054C18.9615 7.52057 19.1197 7.58513 19.2492 7.69078C19.3787 7.79644 19.4737 7.93838 19.5221 8.0984C19.5331 8.1284 19.5481 8.1564 19.5621 8.1854L19.5611 8.5184Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  ul.arrow-list--style li {
    padding: 0 0 15px 25px;
  }
  ul.arrow-list--style li:before {
    margin: 0 10px 0 -30px;
  }
}

.section-sub-title {
  line-height: normal;
  font-size: 34px;
  font-size: 2.125rem;
  color: #1C244B;
}
@media (min-width: 1921px) {
  .section-sub-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media (max-width: 992px) {
  .section-sub-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .section-sub-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.woocommerce .button,
.btn-blue,
.pricing-data--table #pricingTab .nav-item .nav-link,
.cta-green,
.btn-blue-outline {
  border-radius: 50px;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1rem;
  transition: all 0.3s ease-in-out 0s;
  color: #ffffff;
  border: 1px solid #467FF7;
  background-color: #467FF7;
  padding: 15px 25px;
  font-weight: 600;
  min-width: 220px;
}
@media (min-width: 1921px) {
  .woocommerce .button,
  .btn-blue,
  .pricing-data--table #pricingTab .nav-item .nav-link,
  .cta-green,
  .btn-blue-outline {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 18px 35px;
  }
}
@media (max-width: 1440px) {
  .woocommerce .button,
  .btn-blue,
  .pricing-data--table #pricingTab .nav-item .nav-link,
  .cta-green,
  .btn-blue-outline {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  .woocommerce .button,
  .btn-blue,
  .pricing-data--table #pricingTab .nav-item .nav-link,
  .cta-green,
  .btn-blue-outline {
    min-width: inherit;
  }
}
.woocommerce .button:hover,
.btn-blue:hover,
.pricing-data--table #pricingTab .nav-item .nav-link:hover,
.cta-green:hover,
.btn-blue-outline:hover {
  background: #ffffff;
  color: #467FF7;
}

.btn-blue-outline {
  color: #467FF7;
  background-color: #ffffff;
}
.btn-blue-outline:hover {
  background: #467FF7;
  color: #ffffff;
}

.learn-more, .learn-more--fill {
  border-radius: 30px;
  font-weight: 600 !important;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1rem;
  transition: all 0.3s;
  color: #55595c;
  border: 2px solid #55595c;
  min-width: 220px;
  padding: 15px 25px;
  text-align: center;
}
.learn-more:hover, .learn-more--fill:hover {
  text-decoration: none;
  border-color: #467FF7;
  color: #467FF7;
}
@media (min-width: 1921px) {
  .learn-more, .learn-more--fill {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 18px 35px;
  }
}
@media (max-width: 1440px) {
  .learn-more, .learn-more--fill {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  .learn-more, .learn-more--fill {
    min-width: inherit;
  }
}

.learn-more--fill {
  color: #ffffff;
  margin: 10px 0 40px 0;
  border-color: #077ABC;
  background: #077ABC;
}
.learn-more--fill:hover {
  text-decoration: none;
  background: #161A58;
  border-color: #467FF7;
  color: #ffffff;
}

.banner-button {
  margin-top: 50px;
  min-height: 56px;
  padding: 0 55px;
  border-radius: 30px;
  transition: all 0.3s;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 600;
  background-color: #467FF7;
  border: 2px solid #ffffff;
  display: inline-block;
  line-height: 56px;
  text-decoration: none;
}
.banner-button:hover {
  text-decoration: none;
  border-color: #467FF7;
  background-color: transparent !important;
}
@media (max-width: 1199px) {
  .banner-button {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 25px;
    min-height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .banner-button {
    margin-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.deep-blue {
  color: #0586CD;
}

.border-color-white {
  border-color: #ffffff;
}

.color-white, .age-verification-main .face-verification-content .description, .age-verification-main .face-verification-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .age-verification-main .face-verification-content .page-numbers, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .content, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .latest-post-title, .age-verification-main .face-verification-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .age-verification-main .face-verification-content a.dropdown-item {
  color: #ffffff;
}

.color-primary {
  color: #1C244B;
}

.solid-btn {
  color: #ffffff;
  border-color: #204498;
  background-color: #204498;
}
.solid-btn:hover {
  background-color: #ffffff;
}

.tran-blue-btn {
  color: #204498;
  border-color: #204498;
  background-color: #ffffff;
}

.learn-more.color-white:hover, .age-verification-main .face-verification-content .learn-more.description:hover, .age-verification-main .face-verification-content .free-resources-new .custom-pagination .learn-more.page-numbers:hover, .free-resources-new .custom-pagination .age-verification-main .face-verification-content .learn-more.page-numbers:hover, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .learn-more.content:hover, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .learn-more.content:hover, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .learn-more.latest-post-title:hover, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .learn-more.latest-post-title:hover, .age-verification-main .face-verification-content .cta-menu--section.choose-industries .dropdown-menu li a.learn-more.dropdown-item:hover, .cta-menu--section.choose-industries .dropdown-menu li .age-verification-main .face-verification-content a.learn-more.dropdown-item:hover, .color-white.learn-more--fill:hover, .age-verification-main .face-verification-content .learn-more--fill.description:hover, .age-verification-main .face-verification-content .free-resources-new .custom-pagination .learn-more--fill.page-numbers:hover, .free-resources-new .custom-pagination .age-verification-main .face-verification-content .learn-more--fill.page-numbers:hover, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .learn-more--fill.content:hover, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .learn-more--fill.content:hover, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .learn-more--fill.latest-post-title:hover, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .learn-more--fill.latest-post-title:hover, .age-verification-main .face-verification-content .cta-menu--section.choose-industries .dropdown-menu li a.learn-more--fill.dropdown-item:hover, .cta-menu--section.choose-industries .dropdown-menu li .age-verification-main .face-verification-content a.learn-more--fill.dropdown-item:hover {
  color: #467FF7;
}

.learn-more-get-started {
  font-weight: 600 !important;
  padding: 14px 40px !important;
  color: #ffffff;
  border-color: #467FF7;
  background-color: #467FF7;
}
.learn-more-get-started:hover {
  color: #467FF7;
  background-color: transparent;
}

.border-blue-btn {
  color: #ffffff;
  border-color: #467FF7;
  background-color: transparent;
}
.border-blue-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #467FF7;
}

.page-template-template-quote-thank-you .thank-you-inner figure img,
.page-template-template-thank-you .thank-you-inner figure img {
  max-height: 600px;
}
.page-template-template-quote-thank-you .thank-you-inner h1,
.page-template-template-thank-you .thank-you-inner h1 {
  font-size: 80px;
  font-size: 5rem;
}
@media (min-width: 1921px) {
  .page-template-template-quote-thank-you .thank-you-inner h1,
  .page-template-template-thank-you .thank-you-inner h1 {
    font-size: 85px;
    font-size: 5.3125rem;
  }
}
@media (max-width: 1199px) {
  .page-template-template-quote-thank-you .thank-you-inner h1,
  .page-template-template-thank-you .thank-you-inner h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 992px) {
  .page-template-template-quote-thank-you .thank-you-inner h1,
  .page-template-template-thank-you .thank-you-inner h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .page-template-template-quote-thank-you .thank-you-inner h1,
  .page-template-template-thank-you .thank-you-inner h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-template-template-quote-thank-you .thank-you-inner .learn-more, .page-template-template-quote-thank-you .thank-you-inner .learn-more--fill,
.page-template-template-thank-you .thank-you-inner .learn-more,
.page-template-template-thank-you .thank-you-inner .learn-more--fill {
  color: #467FF7;
}
.page-template-template-quote-thank-you .thank-you-inner .learn-more:hover, .page-template-template-quote-thank-you .thank-you-inner .learn-more--fill:hover,
.page-template-template-thank-you .thank-you-inner .learn-more:hover,
.page-template-template-thank-you .thank-you-inner .learn-more--fill:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .page-template-template-quote-thank-you .section-description .section-description {
    margin: 0 !important;
  }
}

.cta-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/goftx/dist/images/cta-bg.png);
}
.cta-section::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.79;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgb(25, 139, 209) 0%, rgb(17, 32, 87) 100%);
}
.cta-section .container {
  z-index: 2;
  position: relative;
}
@media (min-width: 1921px) {
  .cta-section .container {
    max-width: 1500px;
  }
}
.cta-section .section-description {
  padding-right: 22%;
}
.cta-section .cta-btn {
  height: 65px;
  line-height: 61px;
  font-weight: 600;
  padding: 0 30px;
  text-align: center;
  border-radius: 31px;
  display: inline-block;
  color: #187FC3;
  transition: all 0.3s;
  border: 2px solid #198BD1;
  background-color: #ffffff;
  box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.2588235294);
  text-decoration: none !important;
}
.cta-section .cta-btn .cta-icon {
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 33px;
  margin-left: 10px;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #198BD1;
  background-color: #112057;
}
.cta-section .cta-btn:hover {
  color: #ffffff;
  background-color: #112057;
  text-decoration: none !important;
}
.cta-section .cta-btn:hover .cta-icon {
  border-color: #112057;
  background-color: #198BD1;
}
.cta-section .cta-btn:focus {
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .cta-section .cta-btn {
    font-size: 16px;
    font-size: 1rem;
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
  }
  .cta-section .cta-btn .cta-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 28px;
    margin-left: 5px;
  }
}
@media (max-width: 1023px) {
  .cta-section .col-sm-8 {
    margin-bottom: 20px !important;
  }
  .cta-section .col-sm-8,
  .cta-section .col-sm-4 {
    width: 100%;
    text-align: center !important;
  }
  .cta-section .section-description {
    padding-right: 0;
  }
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-title {
  text-transform: inherit;
}

.cta-popup {
  background-color: rgba(0, 0, 0, 0.5);
}
.cta-popup .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 1366px) {
  .cta-popup .modal-dialog {
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.cta-popup .modal-content {
  border: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 1921px) {
  .cta-popup .modal-content {
    max-width: 600px;
  }
}
@media (max-width: 1366px) {
  .cta-popup .modal-content {
    max-height: 90% !important;
  }
}
@media (max-width: 1366px) {
  .cta-popup .modal-content .modal-body {
    height: 100%;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .cta-popup .modal-content .modal-body {
    padding: 20px;
  }
}
.cta-popup .modal-header {
  position: relative;
}
@media (max-width: 767px) {
  .cta-popup .modal-header {
    padding-right: 40px;
  }
}
.cta-popup .modal-header .modal-title {
  font-weight: 700;
  color: #1C244B;
  font-family: "Myriad Pro";
}
.cta-popup iframe {
  border: 0;
  width: 100%;
}
.cta-popup .close {
  top: 16px;
  right: 10px;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  font-weight: 600;
  text-shadow: none;
  position: absolute;
  transform: translateY(0);
  background: transparent;
  border: 0;
}
.cta-popup .close span {
  line-height: 30px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.rotate-txt {
  height: 35px;
  overflow: hidden;
  top: 6px;
  display: inline-block;
  position: relative;
}
.rotate-txt marquee {
  height: 35px;
}
@media (max-width: 767px) {
  .rotate-txt marquee br {
    display: block;
  }
}
@media (max-width: 575px) {
  .rotate-txt {
    display: block;
  }
  .rotate-txt marquee {
    text-align: center;
  }
}

.global-search {
  overflow: hidden;
  max-width: 280px;
  position: relative;
  border-radius: 30px;
  margin: -25px auto 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
.global-search .form-control {
  border: 0;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 30px;
  padding: 0 55px 0 20px;
  background: #ffffff;
  font-family: "Myriad Pro";
}
.global-search .search-form-btn {
  top: 0;
  right: 0;
  border: 0;
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  border-radius: 100%;
  background-color: #1C244B;
}

.page-title.seo-title {
  color: #1C244B;
}

.error-404 .page-title {
  margin: 0;
}
.error-404 p {
  margin: 30px 0;
  font-size: 28px;
  font-size: 1.75rem;
  color: #777777;
}
@media (max-width: 1600px) {
  .error-404 p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 992px) {
  .error-404 p {
    margin: 15px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cm-search-sec {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.cm-search-sec .head-title a {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  color: #1C244B;
}
@media (max-width: 767px) {
  .cm-search-sec {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.pagination-nav-container {
  display: flex;
  justify-content: center;
}
.pagination-nav-container .page-item .page-link {
  margin: 0 5px;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 0;
  background-color: #112057;
  font-size: 14px;
  font-size: 0.875rem;
  color: #1C244B;
}
.pagination-nav-container .page-item .page-link.prev {
  font-size: 0;
}
.pagination-nav-container .page-item .page-link.prev::after {
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  content: "\f053";
  line-height: 32px;
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "FontAwesome";
}
.pagination-nav-container .page-item .page-link.next {
  font-size: 0;
}
.pagination-nav-container .page-item .page-link.next::after {
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  content: "\f054";
  line-height: 32px;
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "FontAwesome";
}
.pagination-nav-container .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-nav-container .page-item.active .page-link {
  border-color: #1C244B;
  color: #ffffff;
  background-color: #1C244B;
}

input[type=search]::-webkit-search-decoration:hover,
input[type=search]::-webkit-search-cancel-button:hover {
  cursor: pointer;
}

.no-results .form-inline .form-control {
  border-radius: 30px !important;
  height: 47px;
  line-height: 45px;
  margin-right: 15px;
  width: 300px;
  border-color: #dddddd;
}
.no-results .form-inline .form-control:focus {
  border: 1px solid #dddddd;
}
.no-results .form-inline .action-button.border-blue-btn {
  color: #467FF7;
}
.no-results .form-inline .action-button.border-blue-btn:hover {
  color: #ffffff;
}
@media (max-width: 575px) {
  .no-results .form-inline {
    display: block;
  }
  .no-results .form-inline .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .no-results .form-inline .action-button {
    width: 100%;
  }
}

.branding-logo img {
  width: auto;
  height: 65px;
}

.postid-31 .branding-logo img, .postid-206435 .branding-logo img {
  width: 250px;
  min-height: 100%;
  max-height: 100%;
}

.bg-transparent {
  background: transparent;
}

.cta-schedule-iframe-cls iframe {
  height: 600px;
}

#demoVideo .modal-body {
  padding: 0;
}

@media (max-width: 1350px) {
  .home .video-background video,
  .postid-29 .video-background video,
  .postid-206428 .video-background video,
  .postid-33 .video-background video,
  .postid-206480 .video-background video {
    height: auto;
    display: block;
    position: relative;
  }
}
@media (max-width: 768px) {
  .postid-29 .industries-section, .postid-206428 .industries-section {
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transform: inherit !important;
    pointer-events: inherit !important;
  }
  footer .footer-menu-links .footer-top .widget-title.active + nav {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .overflow-hidden {
    overflow: hidden;
  }
  br {
    display: none;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.academy-solutions {
  background: #EAF1FE;
}
.academy-solutions .section-sub-title {
  color: #324a6d;
}
.academy-solutions .w-100 {
  max-width: 1100px;
  margin: 0 auto;
}
.academy-solutions .you-can-title {
  color: #324a6d;
}
@media (min-width: 1921px) {
  .academy-solutions .you-can-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
  }
}
.academy-solutions .you-can-box {
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  border-bottom: 5px solid #467FF7;
}
.academy-solutions .you-can-box p {
  font-weight: 600;
  color: #324a6d;
}
@media (max-width: 1023px) {
  .academy-solutions .you-can-box {
    max-width: 300px;
    margin: 0 auto;
  }
}
.academy-solutions p span {
  color: #467FF7;
}
@media (max-width: 1023px) {
  .academy-solutions .col-sm-4 {
    width: 100%;
  }
}
.academy-solutions .col-sm-4:nth-child(1) .you-can-box svg path:nth-child(2) {
  animation: blink 2s infinite;
}
.academy-solutions .col-sm-4:nth-child(2) .you-can-box svg path:nth-child(1) {
  animation: blink 2s infinite;
}
.academy-solutions .col-sm-4:nth-child(3) .you-can-box svg path:nth-child(1), .academy-solutions .col-sm-4:nth-child(3) .you-can-box svg path:nth-child(15) {
  animation: blink 2s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.single-retail-suite .faq-section {
  padding-top: 0;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .single-retail-suite .faq-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .single-retail-suite .faq-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .single-retail-suite .faq-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .single-retail-suite .faq-section {
    padding-bottom: 30px;
  }
}

/* Add to Quote */
.woocommerce .wc-quote-form .wc-quote-form__contents,
.woocommerce .wc-quote-form .wc-quote-form__contents tr,
.woocommerce .wc-quote-form .wc-quote-form__contents td {
  border: 0;
}
.woocommerce .wc-quote-form .wc-quote-form__contents thead tr th,
.woocommerce .wc-quote-form .wc-quote-form__contents tr thead tr th,
.woocommerce .wc-quote-form .wc-quote-form__contents td thead tr th {
  border-bottom: 2px solid #467FF7;
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td {
  padding: 15px 5px;
  border-bottom: 1px solid #03b1fa;
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-remove {
  width: 10%;
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-remove .remove {
  height: 26px;
  width: 26px;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #ffffff !important;
  background: #E71212;
}
@media (max-width: 767px) {
  .woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-remove .remove {
    height: 22px;
    width: 22px;
    line-height: 22px !important;
  }
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-name {
  width: 55%;
  color: #212529;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-name a {
  color: #212529;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-name .variation-Device p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-thumbnail {
  width: 20%;
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-thumbnail img {
  width: auto;
  max-height: 100px;
}
@media (max-width: 991px) {
  .woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-thumbnail {
    display: table-cell;
  }
  .woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-thumbnail::before {
    display: none;
  }
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td.product-quantity {
  width: 15%;
}
@media (max-width: 991px) {
  .woocommerce .wc-quote-form .wc-quote-form__contents tr.cart_item td::before {
    display: none;
  }
}
.woocommerce .wc-quote-form .wc-quote-form__contents tr:last-child td {
  padding: 15px 0 !important;
  border-bottom: 1px solid #03b1fa;
  border-top: 1px solid #03b1fa;
}
@media (max-width: 991px) {
  .woocommerce .wc-quote-form .wc-quote-form__contents tr {
    display: table-row;
  }
  .woocommerce .wc-quote-form .wc-quote-form__contents tr td {
    display: table-cell;
  }
  .woocommerce .wc-quote-form .wc-quote-form__contents tr td.product-thumbnail {
    text-align: left !important;
    width: 35% !important;
  }
  .woocommerce .wc-quote-form .wc-quote-form__contents tr td.product-name {
    text-align: left !important;
    width: 40% !important;
  }
  .woocommerce .wc-quote-form .wc-quote-form__contents tr td .button {
    width: auto;
    display: table;
    margin: 0 auto;
  }
}
.woocommerce .wc-quote-form .quantity .qty {
  width: 60px;
  padding: 8px;
  height: 45px;
  text-align: center;
  border-radius: 5px;
}
.woocommerce .wc-quote-form .quantity input::-webkit-outer-spin-button,
.woocommerce .wc-quote-form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .wc-quote-form .button {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s;
  background: #467FF7 !important;
  border: 2px solid #467FF7;
}
.woocommerce .wc-quote-form .button:hover {
  transition: all 0.3s;
  color: #467FF7 !important;
  background: #ffffff !important;
}
@media (max-width: 1440px) {
  .woocommerce .wc-quote-form .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .woocommerce .wc-quote-form .button {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1rem;
    padding: 14px 20px;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
  }
}
.woocommerce .wc-quote-form .wc_quote_fields {
  margin-bottom: 20px;
}
.woocommerce .wc-quote-form .wc_quote_fields .col-12 {
  padding: 0;
}
.woocommerce .wc-quote-form .wc_quote_fields .alert-danger p {
  font-size: 16px;
  font-size: 1rem;
  color: #721c24;
}
.woocommerce .wc-quote-form .wc_quote_fields .alert-danger ul {
  margin: 0;
}
.woocommerce .wc-quote-form .wc_quote_fields .alert-danger ul li {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #721c24;
}
.woocommerce .wc-quote-form .wc_quote_fields .formio-component-form .form-group {
  float: left;
  width: calc(33.33% - 16px);
  margin: 0 8px;
  margin-bottom: 15px;
}
.woocommerce .wc-quote-form .wc_quote_fields .formio-component-form .form-group label {
  padding-top: 0;
}
.woocommerce .wc-quote-form .wc_quote_fields .formio-component-form .form-group .form-control {
  border-radius: 5px;
  min-height: 42px;
  padding: 10px;
}
.woocommerce .wc-quote-form .wc_quote_fields .formio-component-form .form-group.formio-component-textarea {
  width: 100%;
}
.woocommerce .wc-quote-form .wc_quote_fields .formio-component-form .form-group:nth-last-child(2) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .woocommerce .wc-quote-form .wc_quote_fields .formio-component-form .form-group {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce .wc-quote-form .cart-collaterals .cart_totals {
  width: 100% !important;
  text-align: center !important;
}

.page-template-template-cms .cmspage-section .privacy-list, .page-template-template-cms .cmspage-section ul {
  display: block;
  list-style-type: disc !important;
  list-style: disc !important;
}
.page-template-template-cms .cmspage-section .privacy-list li, .page-template-template-cms .cmspage-section ul li {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 35px;
  margin-right: 0;
  list-style: disc !important;
}
@media (max-width: 991px) {
  .page-template-template-cms .cmspage-section .privacy-list li, .page-template-template-cms .cmspage-section ul li {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .page-template-template-cms .cmspage-section .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-template-cms .cmspage-section p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .page-template-template-cms .cmspage-section h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.page-template-template-cms .cmspage-section a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px !important;
}
@media (min-width: 1921px) {
  .page-template-template-cms .cmspage-section a {
    font-size: 27px !important;
  }
}
@media (max-width: 1440px) {
  .page-template-template-cms .cmspage-section a {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-cms .cmspage-section ul li {
    font-size: 17px !important;
    line-height: 25px !important;
  }
}
.page-template-template-cms .cmspage-section .woocommerce .return-to-shop {
  margin: 30px 0 0 0;
}
.page-template-template-cms .cmspage-section .woocommerce .return-to-shop .wc-backward {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s;
  text-align: center;
  background: #467FF7 !important;
  border: 2px solid #467FF7;
}
.page-template-template-cms .cmspage-section .woocommerce .return-to-shop .wc-backward:hover {
  transition: all 0.3s;
  color: #467FF7 !important;
  background: #ffffff !important;
}
@media (max-width: 1440px) {
  .page-template-template-cms .cmspage-section .woocommerce .return-to-shop .wc-backward {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .page-template-template-cms .cmspage-section .woocommerce .return-to-shop .wc-backward {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.page-template-template-cms .cmspage-section .woocommerce-info {
  font-size: 16px;
  font-size: 1rem;
}
.page-template-template-cms .cmspage-section .woocommerce-message,
.page-template-template-cms .cmspage-section .woocommerce-info {
  border-top-color: #467FF7;
}
.page-template-template-cms .cmspage-section .woocommerce-message::before,
.page-template-template-cms .cmspage-section .woocommerce-info::before {
  color: #467FF7;
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.section-title--medium.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-title--medium.mb-30 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1921px) {
  .revamp-font-2024 .hero-section .banner-content .banner-title, .hdu-page .hero-section .banner-content .banner-title, .testimonial-listing--page .hero-section .banner-content .banner-title, .page-template-template-ftx-360 .hero-section .banner-content .banner-title, .news-details--page .hero-section .banner-content .banner-title, .news-archive--page .hero-section .banner-content .banner-title, .page-template-template-smarttill .hero-section .banner-content .banner-title, .page-template-template-pos-bundle .hero-section .banner-content .banner-title, .page-template-template-ftxinfotech .hero-section .banner-content .banner-title, .page-template-template-pos-fb-ads .hero-section .banner-content .banner-title, .page-template-tradeshow .hero-section .banner-content .banner-title, .page-bi-inventory .hero-section .banner-content .banner-title, .login--page .hero-section .banner-content .banner-title, .page-template-lottery .hero-section .banner-content .banner-title, .page-template-template-support .hero-section .banner-content .banner-title, .onboarding-tailored_page .hero-section .banner-content .banner-title, .page-template-template-hardware .hero-section .banner-content .banner-title, .page-template-template-videos .hero-section .banner-content .banner-title, .page-template-template-online-store .hero-section .banner-content .banner-title, .hardware-pricing--revamp .hero-section .banner-content .banner-title, .handheld--page .hero-section .banner-content .banner-title, .page-template-template-scan-data .hero-section .banner-content .banner-title, .page-template-template-about .hero-section .banner-content .banner-title, .back-office--control-center .hero-section .banner-content .banner-title,
  .back-office--centro-de-control .hero-section .banner-content .banner-title, .page-template-template-card-processing .hero-section .banner-content .banner-title, .warehouse--page .hero-section .banner-content .banner-title, .retail-suite-graphic-design-tool .hero-section .banner-content .banner-title, .retail-age--varification .hero-section .banner-content .banner-title, .retail-customer--loyalty .hero-section .banner-content .banner-title, .retail-suit--uplift .hero-section .banner-content .banner-title, .ftx-pos--page .hero-section .banner-content .banner-title, .page-template-template-home .hero-section .banner-content .banner-title, .page-template-template-cms .cmspage-section .hero-section .banner-content .banner-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
  }
}
.revamp-font-2024 .hero-section .banner-content .banner-description, .hdu-page .hero-section .banner-content .banner-description, .testimonial-listing--page .hero-section .banner-content .banner-description, .page-template-template-ftx-360 .hero-section .banner-content .banner-description, .news-details--page .hero-section .banner-content .banner-description, .news-archive--page .hero-section .banner-content .banner-description, .page-template-template-smarttill .hero-section .banner-content .banner-description, .page-template-template-pos-bundle .hero-section .banner-content .banner-description, .page-template-template-ftxinfotech .hero-section .banner-content .banner-description, .page-template-template-pos-fb-ads .hero-section .banner-content .banner-description, .page-template-tradeshow .hero-section .banner-content .banner-description, .page-bi-inventory .hero-section .banner-content .banner-description, .login--page .hero-section .banner-content .banner-description, .page-template-lottery .hero-section .banner-content .banner-description, .page-template-template-support .hero-section .banner-content .banner-description, .onboarding-tailored_page .hero-section .banner-content .banner-description, .page-template-template-hardware .hero-section .banner-content .banner-description, .page-template-template-videos .hero-section .banner-content .banner-description, .page-template-template-online-store .hero-section .banner-content .banner-description, .hardware-pricing--revamp .hero-section .banner-content .banner-description, .handheld--page .hero-section .banner-content .banner-description, .page-template-template-scan-data .hero-section .banner-content .banner-description, .page-template-template-about .hero-section .banner-content .banner-description, .back-office--control-center .hero-section .banner-content .banner-description,
.back-office--centro-de-control .hero-section .banner-content .banner-description, .page-template-template-card-processing .hero-section .banner-content .banner-description, .warehouse--page .hero-section .banner-content .banner-description, .retail-suite-graphic-design-tool .hero-section .banner-content .banner-description, .retail-age--varification .hero-section .banner-content .banner-description, .retail-customer--loyalty .hero-section .banner-content .banner-description, .retail-suit--uplift .hero-section .banner-content .banner-description, .ftx-pos--page .hero-section .banner-content .banner-description, .page-template-template-home .hero-section .banner-content .banner-description, .page-template-template-cms .cmspage-section .hero-section .banner-content .banner-description {
  margin: 30px 0;
}
@media (min-width: 1921px) {
  .revamp-font-2024 .hero-section .banner-content .banner-description, .hdu-page .hero-section .banner-content .banner-description, .testimonial-listing--page .hero-section .banner-content .banner-description, .page-template-template-ftx-360 .hero-section .banner-content .banner-description, .news-details--page .hero-section .banner-content .banner-description, .news-archive--page .hero-section .banner-content .banner-description, .page-template-template-smarttill .hero-section .banner-content .banner-description, .page-template-template-pos-bundle .hero-section .banner-content .banner-description, .page-template-template-ftxinfotech .hero-section .banner-content .banner-description, .page-template-template-pos-fb-ads .hero-section .banner-content .banner-description, .page-template-tradeshow .hero-section .banner-content .banner-description, .page-bi-inventory .hero-section .banner-content .banner-description, .login--page .hero-section .banner-content .banner-description, .page-template-lottery .hero-section .banner-content .banner-description, .page-template-template-support .hero-section .banner-content .banner-description, .onboarding-tailored_page .hero-section .banner-content .banner-description, .page-template-template-hardware .hero-section .banner-content .banner-description, .page-template-template-videos .hero-section .banner-content .banner-description, .page-template-template-online-store .hero-section .banner-content .banner-description, .hardware-pricing--revamp .hero-section .banner-content .banner-description, .handheld--page .hero-section .banner-content .banner-description, .page-template-template-scan-data .hero-section .banner-content .banner-description, .page-template-template-about .hero-section .banner-content .banner-description, .back-office--control-center .hero-section .banner-content .banner-description,
  .back-office--centro-de-control .hero-section .banner-content .banner-description, .page-template-template-card-processing .hero-section .banner-content .banner-description, .warehouse--page .hero-section .banner-content .banner-description, .retail-suite-graphic-design-tool .hero-section .banner-content .banner-description, .retail-age--varification .hero-section .banner-content .banner-description, .retail-customer--loyalty .hero-section .banner-content .banner-description, .retail-suit--uplift .hero-section .banner-content .banner-description, .ftx-pos--page .hero-section .banner-content .banner-description, .page-template-template-home .hero-section .banner-content .banner-description, .page-template-template-cms .cmspage-section .hero-section .banner-content .banner-description {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .revamp-font-2024 .hero-section .banner-content .banner-description, .hdu-page .hero-section .banner-content .banner-description, .testimonial-listing--page .hero-section .banner-content .banner-description, .page-template-template-ftx-360 .hero-section .banner-content .banner-description, .news-details--page .hero-section .banner-content .banner-description, .news-archive--page .hero-section .banner-content .banner-description, .page-template-template-smarttill .hero-section .banner-content .banner-description, .page-template-template-pos-bundle .hero-section .banner-content .banner-description, .page-template-template-ftxinfotech .hero-section .banner-content .banner-description, .page-template-template-pos-fb-ads .hero-section .banner-content .banner-description, .page-template-tradeshow .hero-section .banner-content .banner-description, .page-bi-inventory .hero-section .banner-content .banner-description, .login--page .hero-section .banner-content .banner-description, .page-template-lottery .hero-section .banner-content .banner-description, .page-template-template-support .hero-section .banner-content .banner-description, .onboarding-tailored_page .hero-section .banner-content .banner-description, .page-template-template-hardware .hero-section .banner-content .banner-description, .page-template-template-videos .hero-section .banner-content .banner-description, .page-template-template-online-store .hero-section .banner-content .banner-description, .hardware-pricing--revamp .hero-section .banner-content .banner-description, .handheld--page .hero-section .banner-content .banner-description, .page-template-template-scan-data .hero-section .banner-content .banner-description, .page-template-template-about .hero-section .banner-content .banner-description, .back-office--control-center .hero-section .banner-content .banner-description,
  .back-office--centro-de-control .hero-section .banner-content .banner-description, .page-template-template-card-processing .hero-section .banner-content .banner-description, .warehouse--page .hero-section .banner-content .banner-description, .retail-suite-graphic-design-tool .hero-section .banner-content .banner-description, .retail-age--varification .hero-section .banner-content .banner-description, .retail-customer--loyalty .hero-section .banner-content .banner-description, .retail-suit--uplift .hero-section .banner-content .banner-description, .ftx-pos--page .hero-section .banner-content .banner-description, .page-template-template-home .hero-section .banner-content .banner-description, .page-template-template-cms .cmspage-section .hero-section .banner-content .banner-description {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .revamp-font-2024 .hero-section .banner-content .banner-description, .hdu-page .hero-section .banner-content .banner-description, .testimonial-listing--page .hero-section .banner-content .banner-description, .page-template-template-ftx-360 .hero-section .banner-content .banner-description, .news-details--page .hero-section .banner-content .banner-description, .news-archive--page .hero-section .banner-content .banner-description, .page-template-template-smarttill .hero-section .banner-content .banner-description, .page-template-template-pos-bundle .hero-section .banner-content .banner-description, .page-template-template-ftxinfotech .hero-section .banner-content .banner-description, .page-template-template-pos-fb-ads .hero-section .banner-content .banner-description, .page-template-tradeshow .hero-section .banner-content .banner-description, .page-bi-inventory .hero-section .banner-content .banner-description, .login--page .hero-section .banner-content .banner-description, .page-template-lottery .hero-section .banner-content .banner-description, .page-template-template-support .hero-section .banner-content .banner-description, .onboarding-tailored_page .hero-section .banner-content .banner-description, .page-template-template-hardware .hero-section .banner-content .banner-description, .page-template-template-videos .hero-section .banner-content .banner-description, .page-template-template-online-store .hero-section .banner-content .banner-description, .hardware-pricing--revamp .hero-section .banner-content .banner-description, .handheld--page .hero-section .banner-content .banner-description, .page-template-template-scan-data .hero-section .banner-content .banner-description, .page-template-template-about .hero-section .banner-content .banner-description, .back-office--control-center .hero-section .banner-content .banner-description,
  .back-office--centro-de-control .hero-section .banner-content .banner-description, .page-template-template-card-processing .hero-section .banner-content .banner-description, .warehouse--page .hero-section .banner-content .banner-description, .retail-suite-graphic-design-tool .hero-section .banner-content .banner-description, .retail-age--varification .hero-section .banner-content .banner-description, .retail-customer--loyalty .hero-section .banner-content .banner-description, .retail-suit--uplift .hero-section .banner-content .banner-description, .ftx-pos--page .hero-section .banner-content .banner-description, .page-template-template-home .hero-section .banner-content .banner-description, .page-template-template-cms .cmspage-section .hero-section .banner-content .banner-description {
    margin: 20px 0;
  }
}
.revamp-font-2024 .section-title--medium, .hdu-page .section-title--medium, .testimonial-listing--page .section-title--medium, .page-template-template-ftx-360 .section-title--medium, .news-details--page .section-title--medium, .news-archive--page .section-title--medium, .page-template-template-smarttill .section-title--medium, .page-template-template-pos-bundle .section-title--medium, .page-template-template-ftxinfotech .section-title--medium, .page-template-template-pos-fb-ads .section-title--medium, .page-template-tradeshow .section-title--medium, .page-bi-inventory .section-title--medium, .login--page .section-title--medium, .page-template-lottery .section-title--medium, .page-template-template-support .section-title--medium, .onboarding-tailored_page .section-title--medium, .page-template-template-hardware .section-title--medium, .page-template-template-videos .section-title--medium, .page-template-template-online-store .section-title--medium, .hardware-pricing--revamp .section-title--medium, .handheld--page .section-title--medium, .page-template-template-scan-data .section-title--medium, .page-template-template-about .section-title--medium, .back-office--control-center .section-title--medium,
.back-office--centro-de-control .section-title--medium, .page-template-template-card-processing .section-title--medium, .warehouse--page .section-title--medium, .retail-suite-graphic-design-tool .section-title--medium, .retail-age--varification .section-title--medium, .retail-customer--loyalty .section-title--medium, .retail-suit--uplift .section-title--medium, .ftx-pos--page .section-title--medium, .page-template-template-home .section-title--medium, .page-template-template-cms .cmspage-section .section-title--medium {
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .revamp-font-2024 br, .hdu-page br, .testimonial-listing--page br, .page-template-template-ftx-360 br, .news-details--page br, .news-archive--page br, .page-template-template-smarttill br, .page-template-template-pos-bundle br, .page-template-template-ftxinfotech br, .page-template-template-pos-fb-ads br, .page-template-tradeshow br, .page-bi-inventory br, .login--page br, .page-template-lottery br, .page-template-template-support br, .onboarding-tailored_page br, .page-template-template-hardware br, .page-template-template-videos br, .page-template-template-online-store br, .hardware-pricing--revamp br, .handheld--page br, .page-template-template-scan-data br, .page-template-template-about br, .back-office--control-center br,
  .back-office--centro-de-control br, .page-template-template-card-processing br, .warehouse--page br, .retail-suite-graphic-design-tool br, .retail-age--varification br, .retail-customer--loyalty br, .retail-suit--uplift br, .ftx-pos--page br, .page-template-template-home br, .page-template-template-cms .cmspage-section br {
    display: none;
  }
}
@media (max-width: 1440px) {
  .revamp-font-2024 .sub-description, .hdu-page .sub-description, .testimonial-listing--page .sub-description, .page-template-template-ftx-360 .sub-description, .news-details--page .sub-description, .news-archive--page .sub-description, .page-template-template-smarttill .sub-description, .page-template-template-pos-bundle .sub-description, .page-template-template-ftxinfotech .sub-description, .page-template-template-pos-fb-ads .sub-description, .page-template-tradeshow .sub-description, .page-bi-inventory .sub-description, .login--page .sub-description, .page-template-lottery .sub-description, .page-template-template-support .sub-description, .onboarding-tailored_page .sub-description, .page-template-template-hardware .sub-description, .page-template-template-videos .sub-description, .page-template-template-online-store .sub-description, .hardware-pricing--revamp .sub-description, .handheld--page .sub-description, .page-template-template-scan-data .sub-description, .page-template-template-about .sub-description, .back-office--control-center .sub-description,
  .back-office--centro-de-control .sub-description, .page-template-template-card-processing .sub-description, .warehouse--page .sub-description, .retail-suite-graphic-design-tool .sub-description, .retail-age--varification .sub-description, .retail-customer--loyalty .sub-description, .retail-suit--uplift .sub-description, .ftx-pos--page .sub-description, .page-template-template-home .sub-description, .page-template-template-cms .cmspage-section .sub-description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .revamp-font-2024 .sub-description, .hdu-page .sub-description, .testimonial-listing--page .sub-description, .page-template-template-ftx-360 .sub-description, .news-details--page .sub-description, .news-archive--page .sub-description, .page-template-template-smarttill .sub-description, .page-template-template-pos-bundle .sub-description, .page-template-template-ftxinfotech .sub-description, .page-template-template-pos-fb-ads .sub-description, .page-template-tradeshow .sub-description, .page-bi-inventory .sub-description, .login--page .sub-description, .page-template-lottery .sub-description, .page-template-template-support .sub-description, .onboarding-tailored_page .sub-description, .page-template-template-hardware .sub-description, .page-template-template-videos .sub-description, .page-template-template-online-store .sub-description, .hardware-pricing--revamp .sub-description, .handheld--page .sub-description, .page-template-template-scan-data .sub-description, .page-template-template-about .sub-description, .back-office--control-center .sub-description,
  .back-office--centro-de-control .sub-description, .page-template-template-card-processing .sub-description, .warehouse--page .sub-description, .retail-suite-graphic-design-tool .sub-description, .retail-age--varification .sub-description, .retail-customer--loyalty .sub-description, .retail-suit--uplift .sub-description, .ftx-pos--page .sub-description, .page-template-template-home .sub-description, .page-template-template-cms .cmspage-section .sub-description {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .btn-blue, .pricing-data--table #pricingTab .nav-item .nav-link, .cta-green, .btn-blue-outline {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1rem;
    padding: 15px 20px;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (min-width: 1921px) {
  .section-title--medium {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
  }
  .heading-27, .hardware-product-section .hardware-product-row .hard-box .pro-title, .pos-solutions .pos-solutions_block .pos-solutions_data h3, .recent-article .most-recent_title a, .recent-library_section .recent-library .most-recent_title a, .recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title, .agreements-content.row .agreements-block-content .agreements-block-title, .support-block .support-brand--block .support-block--data .support-block--heading a, .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
  .btn-blue, .pricing-data--table #pricingTab .nav-item .nav-link, .cta-green,
  .btn-blue-outline,
  .btn-white-outline,
  .btn-white {
    font-size: 27px;
    font-size: 1.6875rem;
    padding: 20px 40px;
    line-height: 1.5rem;
  }
  a {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
p, .description, .free-resources-new .custom-pagination .page-numbers, .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, ul, ul li, .site-info, table, tr, td, th {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  p, .description, .free-resources-new .custom-pagination .page-numbers, .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, ul, ul li, .site-info, table, tr, td, th {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  p, .description, .free-resources-new .custom-pagination .page-numbers, .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, ul, ul li, .site-info, table, tr, td, th {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}

.color-navy--blue, .revamp-font-2024 p, .hdu-page p, .testimonial-listing--page p, .page-template-template-ftx-360 p, .news-details--page p, .news-archive--page p, .page-template-template-smarttill p, .page-template-template-pos-bundle p, .page-template-template-ftxinfotech p, .page-template-template-pos-fb-ads p, .page-template-tradeshow p, .page-bi-inventory p, .login--page p, .page-template-lottery p, .page-template-template-support p, .onboarding-tailored_page p, .page-template-template-hardware p, .page-template-template-videos p, .page-template-template-online-store p, .hardware-pricing--revamp p, .handheld--page p, .page-template-template-scan-data p, .page-template-template-about p, .back-office--control-center p,
.back-office--centro-de-control p, .page-template-template-card-processing p, .warehouse--page p, .retail-suite-graphic-design-tool p, .retail-age--varification p, .retail-customer--loyalty p, .retail-suit--uplift p, .ftx-pos--page p, .page-template-template-home p, .page-template-template-cms .cmspage-section p {
  color: #1C244B;
}

.color-dark-navy--blue, .retail-customer--loyalty .description, .retail-customer--loyalty .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .retail-customer--loyalty .page-numbers, .retail-customer--loyalty .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .retail-customer--loyalty .content, .retail-customer--loyalty .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .retail-customer--loyalty .latest-post-title, .retail-customer--loyalty .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .retail-customer--loyalty a.dropdown-item, .retail-customer--loyalty p, .retail-customer--loyalty .banner-description {
  color: #1E1C37;
}

.color-black {
  color: #000000;
}

.color-white, .age-verification-main .face-verification-content .description, .age-verification-main .face-verification-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .age-verification-main .face-verification-content .page-numbers, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .content, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .latest-post-title, .age-verification-main .face-verification-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .age-verification-main .face-verification-content a.dropdown-item {
  color: #ffffff;
}

.title-space, .advance-retail-main .advance-retail-main-content .sub-description, .own-customer-loyalty-main .own-your-content .own-content, .customer-loyalty-main .reward-loyalty-side .section-title--medium, .pos-modern-retail--section .description, .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .savetime-reduce--section .description, .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item {
  margin: 20px 0 30px 0;
}
@media (min-width: 1921px) {
  .title-space, .advance-retail-main .advance-retail-main-content .sub-description, .own-customer-loyalty-main .own-your-content .own-content, .customer-loyalty-main .reward-loyalty-side .section-title--medium, .pos-modern-retail--section .description, .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .savetime-reduce--section .description, .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item {
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .title-space, .advance-retail-main .advance-retail-main-content .sub-description, .own-customer-loyalty-main .own-your-content .own-content, .customer-loyalty-main .reward-loyalty-side .section-title--medium, .pos-modern-retail--section .description, .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .savetime-reduce--section .description, .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .title-space, .advance-retail-main .advance-retail-main-content .sub-description, .own-customer-loyalty-main .own-your-content .own-content, .customer-loyalty-main .reward-loyalty-side .section-title--medium, .pos-modern-retail--section .description, .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .savetime-reduce--section .description, .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item {
    margin: 15px 0;
  }
}

.btn-white {
  color: #467FF7;
  background-color: #ffffff;
  border-color: #467FF7;
}
.btn-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-white-outline {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.btn-white-outline:hover {
  background: #ffffff;
  color: #467FF7;
}

.retail-customer-loyalty.ftx-pos--faqs.section-space .faq-section.section-space {
  padding-bottom: 0;
}

.back-office--centro-de-control .cc-faq-inner, .back-office--centro-de-control .ftx-pos--faqs,
.back-office--control-center .cc-faq-inner,
.back-office--control-center .ftx-pos--faqs {
  background-color: #c7e7f5;
}

.ftx-pos--page .ftx-pos--faqs {
  background: #c7e7f5;
}
.ftx-pos--page .ftx-pos--faqs .container {
  max-width: 1000px;
}
.ftx-pos--page .ftx-pos--faqs .faq-section.section-space {
  padding-bottom: 0;
}
.ftx-pos--page .ftx-pos--faqs .faq-section.section-space .title-space, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .sub-description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .own-content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .section-title--medium, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .latest-post-title, .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .heading-27, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .pro-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points h3, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points a, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-article .most-recent_title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .most-recent_title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .agreements-block-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points a, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .heading-27, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pro-title, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space h3, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-article .most-recent_title, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .most-recent_title, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .agreements-block-title, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .description, .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .page-numbers, .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .content, .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space a.dropdown-item {
  margin: 20px 0 30px 0;
}
@media (max-width: 768px) {
  .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .title-space, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .sub-description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .own-content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .section-title--medium, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .latest-post-title, .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .heading-27, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .pro-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points h3, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points a, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-article .most-recent_title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .most-recent_title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .agreements-block-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points a, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .heading-27, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pro-title, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space h3, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-article .most-recent_title, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .most-recent_title, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .agreements-block-title, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a, .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .description, .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .page-numbers, .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .content, .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .ftx-pos--page .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .description, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .page-numbers, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .content, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .description, .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .page-numbers, .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .content, .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space .latest-post-title, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--faqs .faq-section.section-space a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .ftx-pos--faqs .faq-section.section-space a.dropdown-item {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .btn-blue, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .nav-link, .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .cta-green,
  .ftx-pos--page .ftx-pos--faqs .faq-section.section-space .btn-blue-outline {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 40px;
  }
}

.cta-popup--video .modal-content {
  background: transparent !important;
}
.cta-popup--video iframe {
  width: 100%;
}
@media (max-width: 480px) {
  .cta-popup--video iframe {
    height: 250px;
  }
}

.cta-popup--form .modal-body,
.cta-popup--video .modal-body {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.cta-popup--form .modal-header {
  justify-content: center !important;
}
.cta-popup--form .modal-header .modal-title {
  text-align: center !important;
}
@media (min-width: 1921px) {
  .cta-popup--form .modal-header .modal-title {
    font-size: 25px;
  }
  .cta-popup--form .modal-header .font16 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1921px) {
  .cta-popup--form .modal-title {
    font-size: 25px;
  }
  .cta-popup--form .font16 {
    font-size: 20px;
    line-height: 30px;
  }
}

.article-title a.similar_title, .most-recent_title a.similar_title, .article-post_main a.similar_title {
  color: #000000 !important;
}
.article-title a.similar_title:hover, .most-recent_title a.similar_title:hover, .article-post_main a.similar_title:hover {
  color: #467FF7 !important;
}

/*Heading Class CSS Start*/
.header-h1 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 66px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .header-h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 56px;
  }
}
@media (max-width: 1440px) {
  .header-h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  .header-h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .header-h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .header-h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}

.heading-75 {
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: 600;
  font-family: "Myriad Pro";
}
@media (min-width: 1921px) {
  .heading-75 {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media (max-width: 1440px) {
  .heading-75 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 992px) {
  .heading-75 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .heading-75 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.heading-50 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  font-family: "Myriad Pro";
}
@media (min-width: 1921px) {
  .heading-50 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 1440px) {
  .heading-50 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .heading-50 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .heading-50 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.heading-47 {
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: bold;
  font-family: "Myriad Pro";
}
@media (min-width: 1921px) {
  .heading-47 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .heading-47 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .heading-47 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.heading-46 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 55px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-46 {
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 60px;
  }
}
@media (max-width: 1600px) {
  .heading-46 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media (max-width: 1440px) {
  .heading-46 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .heading-46 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
}

.heading-45 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 54px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-45 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
  }
}
@media (max-width: 1600px) {
  .heading-45 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media (max-width: 1440px) {
  .heading-45 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .heading-45 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
}

.heading-41 {
  font-size: 41px;
  font-size: 2.5625rem;
  font-weight: bold;
  font-family: "Myriad Pro";
}
@media (min-width: 1921px) {
  .heading-41 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 992px) {
  .heading-41 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .heading-41 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.heading-40 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-40 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  .heading-40 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .heading-40 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .heading-40 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .heading-40 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}

.heading-38 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1921px) {
  .heading-38 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 1440px) {
  .heading-38 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (max-width: 991px) {
  .heading-38 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .heading-38 {
    font-size: 24px !important;
  }
}

.heading-37, .industry-faq-section .faq-section .heading-30, .customize-retail-products h2 a, .customize-retail-products h2 {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 45px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-37, .industry-faq-section .faq-section .heading-30, .customize-retail-products h2 a, .customize-retail-products h2 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: normal;
  }
}
@media (max-width: 1440px) {
  .heading-37, .industry-faq-section .faq-section .heading-30, .customize-retail-products h2 a, .customize-retail-products h2 {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media (max-width: 991px) {
  .heading-37, .industry-faq-section .faq-section .heading-30, .customize-retail-products h2 a, .customize-retail-products h2 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
@media (max-width: 767px) {
  .heading-37, .industry-faq-section .faq-section .heading-30, .customize-retail-products h2 a, .customize-retail-products h2 {
    font-size: 23px !important;
    line-height: 30px;
  }
}

.heading-36 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1921px) {
  .heading-36 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1440px) {
  .heading-36 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .heading-36 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.heading-35 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 45px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-35 {
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: normal;
  }
}
@media (max-width: 1440px) {
  .heading-35 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .heading-35 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .heading-35 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.heading-33 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-33 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
  }
}
@media (max-width: 1440px) {
  .heading-33 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .heading-33 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .heading-33 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}

.heading-32 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .heading-32 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: normal;
  }
}
@media (max-width: 1440px) {
  .heading-32 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .heading-32 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 30px;
  }
}

.heading-30 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1440px) {
  .heading-30 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .heading-30 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .heading-30 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}

.heading-28 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-28 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 1440px) {
  .heading-28 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .heading-28 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.heading-27, .hardware-product-section .hardware-product-row .hard-box .pro-title, .pos-solutions .pos-solutions_block .pos-solutions_data h3, .recent-article .most-recent_title a, .recent-library_section .recent-library .most-recent_title a, .recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title, .agreements-content.row .agreements-block-content .agreements-block-title, .support-block .support-brand--block .support-block--data .support-block--heading a, .pos-modern-retail--section .pos-modern-retail--link li a {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 1921px) {
  .heading-27, .hardware-product-section .hardware-product-row .hard-box .pro-title, .pos-solutions .pos-solutions_block .pos-solutions_data h3, .recent-article .most-recent_title a, .recent-library_section .recent-library .most-recent_title a, .recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title, .agreements-content.row .agreements-block-content .agreements-block-title, .support-block .support-brand--block .support-block--data .support-block--heading a, .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
}
@media (max-width: 1440px) {
  .heading-27, .hardware-product-section .hardware-product-row .hard-box .pro-title, .pos-solutions .pos-solutions_block .pos-solutions_data h3, .recent-article .most-recent_title a, .recent-library_section .recent-library .most-recent_title a, .recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title, .agreements-content.row .agreements-block-content .agreements-block-title, .support-block .support-brand--block .support-block--data .support-block--heading a, .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .heading-27, .hardware-product-section .hardware-product-row .hard-box .pro-title, .pos-solutions .pos-solutions_block .pos-solutions_data h3, .recent-article .most-recent_title a, .recent-library_section .recent-library .most-recent_title a, .recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title, .agreements-content.row .agreements-block-content .agreements-block-title, .support-block .support-brand--block .support-block--data .support-block--heading a, .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.heading-26 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-26 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 1440px) {
  .heading-26 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .heading-26 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.heading-24, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .career-block .career-details h4, .hardware-post .pricing-main .module_title, .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-24, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .career-block .career-details h4, .hardware-post .pricing-main .module_title, .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
  }
}
@media (max-width: 1440px) {
  .heading-24, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .career-block .career-details h4, .hardware-post .pricing-main .module_title, .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .heading-24, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .career-block .career-details h4, .hardware-post .pricing-main .module_title, .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .heading-24, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .career-block .career-details h4, .hardware-post .pricing-main .module_title, .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.heading-22, .cta-menu--section ul li a, .cta-menu--section .menu-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-22, .cta-menu--section ul li a, .cta-menu--section .menu-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .heading-22, .cta-menu--section ul li a, .cta-menu--section .menu-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .heading-22, .cta-menu--section ul li a, .cta-menu--section .menu-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}

/*Heading Class CSS END */
.otgs-development-site-front-end {
  display: none;
}

/*Spanish CSS changes Start */
@media (max-width: 1199px) {
  html[lang=es-ES] .industries-section .inner-pos-box .section-title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .industries-section .inner-pos-box .section-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .industries-section .inner-pos-box .section-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
html[lang=es-ES] .section-title--medium {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 42px;
}
@media (max-width: 1440px) {
  html[lang=es-ES] .section-title--medium {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
}
@media (max-width: 992px) {
  html[lang=es-ES] .section-title--medium {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .section-title--medium {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .revamp-font-2024 .hero-section .banner-content .banner-title, html[lang=es-ES] .hdu-page .hero-section .banner-content .banner-title, html[lang=es-ES] .testimonial-listing--page .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-ftx-360 .hero-section .banner-content .banner-title, html[lang=es-ES] .news-details--page .hero-section .banner-content .banner-title, html[lang=es-ES] .news-archive--page .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-smarttill .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-pos-bundle .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-ftxinfotech .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-pos-fb-ads .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-tradeshow .hero-section .banner-content .banner-title, html[lang=es-ES] .page-bi-inventory .hero-section .banner-content .banner-title, html[lang=es-ES] .login--page .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-lottery .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-support .hero-section .banner-content .banner-title, html[lang=es-ES] .onboarding-tailored_page .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-hardware .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-videos .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-online-store .hero-section .banner-content .banner-title, html[lang=es-ES] .hardware-pricing--revamp .hero-section .banner-content .banner-title, html[lang=es-ES] .handheld--page .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-scan-data .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-about .hero-section .banner-content .banner-title, html[lang=es-ES] .back-office--control-center .hero-section .banner-content .banner-title,
  html[lang=es-ES] .back-office--centro-de-control .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-card-processing .hero-section .banner-content .banner-title, html[lang=es-ES] .warehouse--page .hero-section .banner-content .banner-title, html[lang=es-ES] .retail-suite-graphic-design-tool .hero-section .banner-content .banner-title, html[lang=es-ES] .retail-age--varification .hero-section .banner-content .banner-title, html[lang=es-ES] .retail-customer--loyalty .hero-section .banner-content .banner-title, html[lang=es-ES] .retail-suit--uplift .hero-section .banner-content .banner-title, html[lang=es-ES] .ftx-pos--page .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-home .hero-section .banner-content .banner-title, html[lang=es-ES] .page-template-template-cms .cmspage-section .hero-section .banner-content .banner-title, .page-template-template-cms html[lang=es-ES] .cmspage-section .hero-section .banner-content .banner-title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .revamp-font-2024 .sub-description, html[lang=es-ES] .hdu-page .sub-description, html[lang=es-ES] .testimonial-listing--page .sub-description, html[lang=es-ES] .page-template-template-ftx-360 .sub-description, html[lang=es-ES] .news-details--page .sub-description, html[lang=es-ES] .news-archive--page .sub-description, html[lang=es-ES] .page-template-template-smarttill .sub-description, html[lang=es-ES] .page-template-template-pos-bundle .sub-description, html[lang=es-ES] .page-template-template-ftxinfotech .sub-description, html[lang=es-ES] .page-template-template-pos-fb-ads .sub-description, html[lang=es-ES] .page-template-tradeshow .sub-description, html[lang=es-ES] .page-bi-inventory .sub-description, html[lang=es-ES] .login--page .sub-description, html[lang=es-ES] .page-template-lottery .sub-description, html[lang=es-ES] .page-template-template-support .sub-description, html[lang=es-ES] .onboarding-tailored_page .sub-description, html[lang=es-ES] .page-template-template-hardware .sub-description, html[lang=es-ES] .page-template-template-videos .sub-description, html[lang=es-ES] .page-template-template-online-store .sub-description, html[lang=es-ES] .hardware-pricing--revamp .sub-description, html[lang=es-ES] .handheld--page .sub-description, html[lang=es-ES] .page-template-template-scan-data .sub-description, html[lang=es-ES] .page-template-template-about .sub-description, html[lang=es-ES] .back-office--control-center .sub-description,
  html[lang=es-ES] .back-office--centro-de-control .sub-description, html[lang=es-ES] .page-template-template-card-processing .sub-description, html[lang=es-ES] .warehouse--page .sub-description, html[lang=es-ES] .retail-suite-graphic-design-tool .sub-description, html[lang=es-ES] .retail-age--varification .sub-description, html[lang=es-ES] .retail-customer--loyalty .sub-description, html[lang=es-ES] .retail-suit--uplift .sub-description, html[lang=es-ES] .ftx-pos--page .sub-description, html[lang=es-ES] .page-template-template-home .sub-description, html[lang=es-ES] .page-template-template-cms .cmspage-section .sub-description, .page-template-template-cms html[lang=es-ES] .cmspage-section .sub-description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .revamp-font-2024 .sub-description, html[lang=es-ES] .hdu-page .sub-description, html[lang=es-ES] .testimonial-listing--page .sub-description, html[lang=es-ES] .page-template-template-ftx-360 .sub-description, html[lang=es-ES] .news-details--page .sub-description, html[lang=es-ES] .news-archive--page .sub-description, html[lang=es-ES] .page-template-template-smarttill .sub-description, html[lang=es-ES] .page-template-template-pos-bundle .sub-description, html[lang=es-ES] .page-template-template-ftxinfotech .sub-description, html[lang=es-ES] .page-template-template-pos-fb-ads .sub-description, html[lang=es-ES] .page-template-tradeshow .sub-description, html[lang=es-ES] .page-bi-inventory .sub-description, html[lang=es-ES] .login--page .sub-description, html[lang=es-ES] .page-template-lottery .sub-description, html[lang=es-ES] .page-template-template-support .sub-description, html[lang=es-ES] .onboarding-tailored_page .sub-description, html[lang=es-ES] .page-template-template-hardware .sub-description, html[lang=es-ES] .page-template-template-videos .sub-description, html[lang=es-ES] .page-template-template-online-store .sub-description, html[lang=es-ES] .hardware-pricing--revamp .sub-description, html[lang=es-ES] .handheld--page .sub-description, html[lang=es-ES] .page-template-template-scan-data .sub-description, html[lang=es-ES] .page-template-template-about .sub-description, html[lang=es-ES] .back-office--control-center .sub-description,
  html[lang=es-ES] .back-office--centro-de-control .sub-description, html[lang=es-ES] .page-template-template-card-processing .sub-description, html[lang=es-ES] .warehouse--page .sub-description, html[lang=es-ES] .retail-suite-graphic-design-tool .sub-description, html[lang=es-ES] .retail-age--varification .sub-description, html[lang=es-ES] .retail-customer--loyalty .sub-description, html[lang=es-ES] .retail-suit--uplift .sub-description, html[lang=es-ES] .ftx-pos--page .sub-description, html[lang=es-ES] .page-template-template-home .sub-description, html[lang=es-ES] .page-template-template-cms .cmspage-section .sub-description, .page-template-template-cms html[lang=es-ES] .cmspage-section .sub-description {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .revamp-font-2024 p, html[lang=es-ES] .hdu-page p, html[lang=es-ES] .testimonial-listing--page p, html[lang=es-ES] .page-template-template-ftx-360 p, html[lang=es-ES] .news-details--page p, html[lang=es-ES] .news-archive--page p, html[lang=es-ES] .page-template-template-smarttill p, html[lang=es-ES] .page-template-template-pos-bundle p, html[lang=es-ES] .page-template-template-ftxinfotech p, html[lang=es-ES] .page-template-template-pos-fb-ads p, html[lang=es-ES] .page-template-tradeshow p, html[lang=es-ES] .page-bi-inventory p, html[lang=es-ES] .login--page p, html[lang=es-ES] .page-template-lottery p, html[lang=es-ES] .page-template-template-support p, html[lang=es-ES] .onboarding-tailored_page p, html[lang=es-ES] .page-template-template-hardware p, html[lang=es-ES] .page-template-template-videos p, html[lang=es-ES] .page-template-template-online-store p, html[lang=es-ES] .hardware-pricing--revamp p, html[lang=es-ES] .handheld--page p, html[lang=es-ES] .page-template-template-scan-data p, html[lang=es-ES] .page-template-template-about p, html[lang=es-ES] .back-office--control-center p,
  html[lang=es-ES] .back-office--centro-de-control p, html[lang=es-ES] .page-template-template-card-processing p, html[lang=es-ES] .warehouse--page p, html[lang=es-ES] .retail-suite-graphic-design-tool p, html[lang=es-ES] .retail-age--varification p, html[lang=es-ES] .retail-customer--loyalty p, html[lang=es-ES] .retail-suit--uplift p, html[lang=es-ES] .ftx-pos--page p, html[lang=es-ES] .page-template-template-home p, html[lang=es-ES] .page-template-template-cms .cmspage-section p, .page-template-template-cms html[lang=es-ES] .cmspage-section p, html[lang=es-ES] .revamp-font-2024 .description, html[lang=es-ES] .hdu-page .description, html[lang=es-ES] .testimonial-listing--page .description, html[lang=es-ES] .page-template-template-ftx-360 .description, html[lang=es-ES] .news-details--page .description, html[lang=es-ES] .news-archive--page .description, html[lang=es-ES] .page-template-template-smarttill .description, html[lang=es-ES] .page-template-template-pos-bundle .description, html[lang=es-ES] .page-template-template-ftxinfotech .description, html[lang=es-ES] .page-template-template-pos-fb-ads .description, html[lang=es-ES] .page-template-tradeshow .description, html[lang=es-ES] .page-bi-inventory .description, html[lang=es-ES] .login--page .description, html[lang=es-ES] .page-template-lottery .description, html[lang=es-ES] .page-template-template-support .description, html[lang=es-ES] .onboarding-tailored_page .description, html[lang=es-ES] .page-template-template-hardware .description, html[lang=es-ES] .revamp-font-2024 .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .hdu-page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .testimonial-listing--page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-ftx-360 .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .news-details--page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .news-archive--page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-smarttill .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-pos-bundle .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-ftxinfotech .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-pos-fb-ads .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-tradeshow .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-bi-inventory .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .login--page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-lottery .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-support .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .onboarding-tailored_page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-hardware .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .revamp-font-2024 .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .hdu-page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .testimonial-listing--page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-ftx-360 .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .news-details--page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .news-archive--page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-smarttill .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-pos-bundle .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-ftxinfotech .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-pos-fb-ads .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-tradeshow .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-bi-inventory .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .login--page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-lottery .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-support .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .onboarding-tailored_page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-hardware .page-numbers, html[lang=es-ES] .revamp-font-2024 .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .testimonial-listing--page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-ftx-360 .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .news-details--page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .news-archive--page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-smarttill .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-pos-bundle .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-ftxinfotech .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-pos-fb-ads .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-bi-inventory .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .login--page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-lottery .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-support .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .onboarding-tailored_page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-hardware .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .revamp-font-2024 .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .hdu-page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .testimonial-listing--page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-ftx-360 .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .news-details--page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .news-archive--page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-smarttill .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-pos-bundle .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-ftxinfotech .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-pos-fb-ads .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-tradeshow .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-bi-inventory .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .login--page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-lottery .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-support .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .onboarding-tailored_page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-hardware .content, html[lang=es-ES] .revamp-font-2024 .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .testimonial-listing--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-ftx-360 .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .news-details--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .news-archive--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-smarttill .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-pos-bundle .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-ftxinfotech .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-pos-fb-ads .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-bi-inventory .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .login--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-lottery .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-support .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .onboarding-tailored_page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-hardware .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .revamp-font-2024 .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .hdu-page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .testimonial-listing--page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-ftx-360 .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .news-details--page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .news-archive--page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-smarttill .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-pos-bundle .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-ftxinfotech .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-pos-fb-ads .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-tradeshow .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-bi-inventory .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .login--page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-lottery .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-support .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .onboarding-tailored_page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-hardware .latest-post-title, html[lang=es-ES] .page-template-template-videos .description, html[lang=es-ES] .page-template-template-videos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-videos .page-numbers, html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-videos .content, html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-videos .latest-post-title, html[lang=es-ES] .page-template-template-online-store .description, html[lang=es-ES] .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-online-store .page-numbers, html[lang=es-ES] .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-online-store .content, html[lang=es-ES] .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-online-store .latest-post-title, html[lang=es-ES] .hardware-pricing--revamp .description, html[lang=es-ES] .hardware-pricing--revamp .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .hardware-pricing--revamp .page-numbers, html[lang=es-ES] .hardware-pricing--revamp .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .hardware-pricing--revamp .content, html[lang=es-ES] .hardware-pricing--revamp .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .hardware-pricing--revamp .latest-post-title, html[lang=es-ES] .handheld--page .description, html[lang=es-ES] .handheld--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .handheld--page .page-numbers, html[lang=es-ES] .handheld--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .handheld--page .content, html[lang=es-ES] .handheld--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .handheld--page .latest-post-title, html[lang=es-ES] .page-template-template-scan-data .description, html[lang=es-ES] .page-template-template-scan-data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-scan-data .page-numbers, html[lang=es-ES] .page-template-template-scan-data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-scan-data .content, html[lang=es-ES] .page-template-template-scan-data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-scan-data .latest-post-title, html[lang=es-ES] .page-template-template-about .description, html[lang=es-ES] .page-template-template-about .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-about .page-numbers, html[lang=es-ES] .page-template-template-about .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-about .content, html[lang=es-ES] .page-template-template-about .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-about .latest-post-title, html[lang=es-ES] .back-office--control-center .description, html[lang=es-ES] .back-office--control-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .back-office--control-center .page-numbers, html[lang=es-ES] .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .back-office--control-center .content, html[lang=es-ES] .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .back-office--control-center .latest-post-title,
  html[lang=es-ES] .back-office--centro-de-control .description,
  html[lang=es-ES] .back-office--centro-de-control .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination html[lang=es-ES] .back-office--centro-de-control .page-numbers,
  html[lang=es-ES] .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .back-office--centro-de-control .content,
  html[lang=es-ES] .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .back-office--centro-de-control .latest-post-title, html[lang=es-ES] .page-template-template-card-processing .description, html[lang=es-ES] .page-template-template-card-processing .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-card-processing .page-numbers, html[lang=es-ES] .page-template-template-card-processing .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-card-processing .content, html[lang=es-ES] .page-template-template-card-processing .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-card-processing .latest-post-title, html[lang=es-ES] .warehouse--page .description, html[lang=es-ES] .warehouse--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .warehouse--page .page-numbers, html[lang=es-ES] .warehouse--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .warehouse--page .content, html[lang=es-ES] .warehouse--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .warehouse--page .latest-post-title, html[lang=es-ES] .retail-suite-graphic-design-tool .description, html[lang=es-ES] .retail-suite-graphic-design-tool .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-suite-graphic-design-tool .page-numbers, html[lang=es-ES] .retail-suite-graphic-design-tool .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suite-graphic-design-tool .content, html[lang=es-ES] .retail-suite-graphic-design-tool .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suite-graphic-design-tool .latest-post-title, html[lang=es-ES] .retail-age--varification .description, html[lang=es-ES] .retail-age--varification .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-age--varification .page-numbers, html[lang=es-ES] .retail-age--varification .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-age--varification .content, html[lang=es-ES] .retail-age--varification .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-age--varification .latest-post-title, html[lang=es-ES] .retail-customer--loyalty .description, html[lang=es-ES] .retail-customer--loyalty .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-customer--loyalty .page-numbers, html[lang=es-ES] .retail-customer--loyalty .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-customer--loyalty .content, html[lang=es-ES] .retail-customer--loyalty .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-customer--loyalty .latest-post-title, html[lang=es-ES] .retail-suit--uplift .description, html[lang=es-ES] .retail-suit--uplift .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-suit--uplift .page-numbers, html[lang=es-ES] .retail-suit--uplift .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suit--uplift .content, html[lang=es-ES] .retail-suit--uplift .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suit--uplift .latest-post-title, html[lang=es-ES] .ftx-pos--page .description, html[lang=es-ES] .ftx-pos--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .ftx-pos--page .page-numbers, html[lang=es-ES] .ftx-pos--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .ftx-pos--page .content, html[lang=es-ES] .ftx-pos--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .ftx-pos--page .latest-post-title, html[lang=es-ES] .revamp-font-2024 .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .hdu-page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .testimonial-listing--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-ftx-360 .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .news-details--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .news-archive--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-smarttill .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-pos-bundle .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-ftxinfotech .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-pos-fb-ads .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-tradeshow .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-bi-inventory .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .login--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-lottery .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-support .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .onboarding-tailored_page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-hardware .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-videos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .hardware-pricing--revamp .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .handheld--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-scan-data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-about .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .back-office--control-center .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  html[lang=es-ES] .back-office--centro-de-control .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-card-processing .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .warehouse--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .retail-suite-graphic-design-tool .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .retail-age--varification .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .retail-customer--loyalty .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .retail-suit--uplift .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .ftx-pos--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .revamp-font-2024 a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .hdu-page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .testimonial-listing--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-ftx-360 a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .news-details--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .news-archive--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-smarttill a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-pos-bundle a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-ftxinfotech a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-pos-fb-ads a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-tradeshow a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-bi-inventory a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .login--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-lottery a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-support a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .onboarding-tailored_page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-hardware a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-videos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-online-store a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .hardware-pricing--revamp a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .handheld--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-scan-data a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-about a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .back-office--control-center a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .back-office--centro-de-control a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-card-processing a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .warehouse--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-suite-graphic-design-tool a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-age--varification a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-customer--loyalty a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-suit--uplift a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .ftx-pos--page a.dropdown-item, html[lang=es-ES] .page-template-template-home .description, html[lang=es-ES] .page-template-template-home .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-home .page-numbers, html[lang=es-ES] .page-template-template-home .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-home .content, html[lang=es-ES] .page-template-template-home .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-home .latest-post-title, html[lang=es-ES] .page-template-template-home .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-home a.dropdown-item, html[lang=es-ES] .page-template-template-cms .cmspage-section .description, html[lang=es-ES] .page-template-template-cms .cmspage-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-cms .cmspage-section .page-numbers, html[lang=es-ES] .page-template-template-cms .cmspage-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-cms .cmspage-section .content, html[lang=es-ES] .page-template-template-cms .cmspage-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-cms .cmspage-section .latest-post-title, html[lang=es-ES] .page-template-template-cms .cmspage-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-cms .cmspage-section a.dropdown-item, .page-template-template-cms html[lang=es-ES] .cmspage-section .description, .page-template-template-cms html[lang=es-ES] .cmspage-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-cms html[lang=es-ES] .cmspage-section .page-numbers, .page-template-template-cms html[lang=es-ES] .cmspage-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-cms html[lang=es-ES] .cmspage-section .content, .page-template-template-cms html[lang=es-ES] .cmspage-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-cms html[lang=es-ES] .cmspage-section .latest-post-title, .page-template-template-cms html[lang=es-ES] .cmspage-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-cms html[lang=es-ES] .cmspage-section a.dropdown-item, html[lang=es-ES] .revamp-font-2024 ul, html[lang=es-ES] .hdu-page ul, html[lang=es-ES] .testimonial-listing--page ul, html[lang=es-ES] .page-template-template-ftx-360 ul, html[lang=es-ES] .news-details--page ul, html[lang=es-ES] .news-archive--page ul, html[lang=es-ES] .page-template-template-smarttill ul, html[lang=es-ES] .page-template-template-pos-bundle ul, html[lang=es-ES] .page-template-template-ftxinfotech ul, html[lang=es-ES] .page-template-template-pos-fb-ads ul, html[lang=es-ES] .page-template-tradeshow ul, html[lang=es-ES] .page-bi-inventory ul, html[lang=es-ES] .login--page ul, html[lang=es-ES] .page-template-lottery ul, html[lang=es-ES] .page-template-template-support ul, html[lang=es-ES] .onboarding-tailored_page ul, html[lang=es-ES] .page-template-template-hardware ul, html[lang=es-ES] .page-template-template-videos ul, html[lang=es-ES] .page-template-template-online-store ul, html[lang=es-ES] .hardware-pricing--revamp ul, html[lang=es-ES] .handheld--page ul, html[lang=es-ES] .page-template-template-scan-data ul, html[lang=es-ES] .page-template-template-about ul, html[lang=es-ES] .back-office--control-center ul,
  html[lang=es-ES] .back-office--centro-de-control ul, html[lang=es-ES] .page-template-template-card-processing ul, html[lang=es-ES] .warehouse--page ul, html[lang=es-ES] .retail-suite-graphic-design-tool ul, html[lang=es-ES] .retail-age--varification ul, html[lang=es-ES] .retail-customer--loyalty ul, html[lang=es-ES] .retail-suit--uplift ul, html[lang=es-ES] .ftx-pos--page ul, html[lang=es-ES] .page-template-template-home ul, html[lang=es-ES] .page-template-template-cms .cmspage-section ul, .page-template-template-cms html[lang=es-ES] .cmspage-section ul, html[lang=es-ES] .revamp-font-2024 ul li, html[lang=es-ES] .hdu-page ul li, html[lang=es-ES] .testimonial-listing--page ul li, html[lang=es-ES] .page-template-template-ftx-360 ul li, html[lang=es-ES] .news-details--page ul li, html[lang=es-ES] .news-archive--page ul li, html[lang=es-ES] .page-template-template-smarttill ul li, html[lang=es-ES] .page-template-template-pos-bundle ul li, html[lang=es-ES] .page-template-template-ftxinfotech ul li, html[lang=es-ES] .page-template-template-pos-fb-ads ul li, html[lang=es-ES] .page-template-tradeshow ul li, html[lang=es-ES] .page-bi-inventory ul li, html[lang=es-ES] .login--page ul li, html[lang=es-ES] .page-template-lottery ul li, html[lang=es-ES] .page-template-template-support ul li, html[lang=es-ES] .onboarding-tailored_page ul li, html[lang=es-ES] .page-template-template-hardware ul li, html[lang=es-ES] .page-template-template-videos ul li, html[lang=es-ES] .page-template-template-online-store ul li, html[lang=es-ES] .hardware-pricing--revamp ul li, html[lang=es-ES] .handheld--page ul li, html[lang=es-ES] .page-template-template-scan-data ul li, html[lang=es-ES] .page-template-template-about ul li, html[lang=es-ES] .back-office--control-center ul li,
  html[lang=es-ES] .back-office--centro-de-control ul li, html[lang=es-ES] .page-template-template-card-processing ul li, html[lang=es-ES] .warehouse--page ul li, html[lang=es-ES] .retail-suite-graphic-design-tool ul li, html[lang=es-ES] .retail-age--varification ul li, html[lang=es-ES] .retail-customer--loyalty ul li, html[lang=es-ES] .retail-suit--uplift ul li, html[lang=es-ES] .ftx-pos--page ul li, html[lang=es-ES] .page-template-template-home ul li, html[lang=es-ES] .page-template-template-cms .cmspage-section ul li, .page-template-template-cms html[lang=es-ES] .cmspage-section ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .revamp-font-2024 .section-title--medium, html[lang=es-ES] .hdu-page .section-title--medium, html[lang=es-ES] .testimonial-listing--page .section-title--medium, html[lang=es-ES] .page-template-template-ftx-360 .section-title--medium, html[lang=es-ES] .news-details--page .section-title--medium, html[lang=es-ES] .news-archive--page .section-title--medium, html[lang=es-ES] .page-template-template-smarttill .section-title--medium, html[lang=es-ES] .page-template-template-pos-bundle .section-title--medium, html[lang=es-ES] .page-template-template-ftxinfotech .section-title--medium, html[lang=es-ES] .page-template-template-pos-fb-ads .section-title--medium, html[lang=es-ES] .page-template-tradeshow .section-title--medium, html[lang=es-ES] .page-bi-inventory .section-title--medium, html[lang=es-ES] .login--page .section-title--medium, html[lang=es-ES] .page-template-lottery .section-title--medium, html[lang=es-ES] .page-template-template-support .section-title--medium, html[lang=es-ES] .onboarding-tailored_page .section-title--medium, html[lang=es-ES] .page-template-template-hardware .section-title--medium, html[lang=es-ES] .page-template-template-videos .section-title--medium, html[lang=es-ES] .page-template-template-online-store .section-title--medium, html[lang=es-ES] .hardware-pricing--revamp .section-title--medium, html[lang=es-ES] .handheld--page .section-title--medium, html[lang=es-ES] .page-template-template-scan-data .section-title--medium, html[lang=es-ES] .page-template-template-about .section-title--medium, html[lang=es-ES] .back-office--control-center .section-title--medium,
  html[lang=es-ES] .back-office--centro-de-control .section-title--medium, html[lang=es-ES] .page-template-template-card-processing .section-title--medium, html[lang=es-ES] .warehouse--page .section-title--medium, html[lang=es-ES] .retail-suite-graphic-design-tool .section-title--medium, html[lang=es-ES] .retail-age--varification .section-title--medium, html[lang=es-ES] .retail-customer--loyalty .section-title--medium, html[lang=es-ES] .retail-suit--uplift .section-title--medium, html[lang=es-ES] .ftx-pos--page .section-title--medium, html[lang=es-ES] .page-template-template-home .section-title--medium, html[lang=es-ES] .page-template-template-cms .cmspage-section .section-title--medium, .page-template-template-cms html[lang=es-ES] .cmspage-section .section-title--medium {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
  }
  html[lang=es-ES] .revamp-font-2024 .heading-40, html[lang=es-ES] .hdu-page .heading-40, html[lang=es-ES] .testimonial-listing--page .heading-40, html[lang=es-ES] .page-template-template-ftx-360 .heading-40, html[lang=es-ES] .news-details--page .heading-40, html[lang=es-ES] .news-archive--page .heading-40, html[lang=es-ES] .page-template-template-smarttill .heading-40, html[lang=es-ES] .page-template-template-pos-bundle .heading-40, html[lang=es-ES] .page-template-template-ftxinfotech .heading-40, html[lang=es-ES] .page-template-template-pos-fb-ads .heading-40, html[lang=es-ES] .page-template-tradeshow .heading-40, html[lang=es-ES] .page-bi-inventory .heading-40, html[lang=es-ES] .login--page .heading-40, html[lang=es-ES] .page-template-lottery .heading-40, html[lang=es-ES] .page-template-template-support .heading-40, html[lang=es-ES] .onboarding-tailored_page .heading-40, html[lang=es-ES] .page-template-template-hardware .heading-40, html[lang=es-ES] .page-template-template-videos .heading-40, html[lang=es-ES] .page-template-template-online-store .heading-40, html[lang=es-ES] .hardware-pricing--revamp .heading-40, html[lang=es-ES] .handheld--page .heading-40, html[lang=es-ES] .page-template-template-scan-data .heading-40, html[lang=es-ES] .page-template-template-about .heading-40, html[lang=es-ES] .back-office--control-center .heading-40,
  html[lang=es-ES] .back-office--centro-de-control .heading-40, html[lang=es-ES] .page-template-template-card-processing .heading-40, html[lang=es-ES] .warehouse--page .heading-40, html[lang=es-ES] .retail-suite-graphic-design-tool .heading-40, html[lang=es-ES] .retail-age--varification .heading-40, html[lang=es-ES] .retail-customer--loyalty .heading-40, html[lang=es-ES] .retail-suit--uplift .heading-40, html[lang=es-ES] .ftx-pos--page .heading-40, html[lang=es-ES] .page-template-template-home .heading-40, html[lang=es-ES] .page-template-template-cms .cmspage-section .heading-40, .page-template-template-cms html[lang=es-ES] .cmspage-section .heading-40 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 42px;
  }
  html[lang=es-ES] .revamp-font-2024 .heading-27, html[lang=es-ES] .hdu-page .heading-27, html[lang=es-ES] .testimonial-listing--page .heading-27, html[lang=es-ES] .page-template-template-ftx-360 .heading-27, html[lang=es-ES] .news-details--page .heading-27, html[lang=es-ES] .news-archive--page .heading-27, html[lang=es-ES] .page-template-template-smarttill .heading-27, html[lang=es-ES] .page-template-template-pos-bundle .heading-27, html[lang=es-ES] .page-template-template-ftxinfotech .heading-27, html[lang=es-ES] .page-template-template-pos-fb-ads .heading-27, html[lang=es-ES] .page-template-tradeshow .heading-27, html[lang=es-ES] .page-bi-inventory .heading-27, html[lang=es-ES] .login--page .heading-27, html[lang=es-ES] .page-template-lottery .heading-27, html[lang=es-ES] .page-template-template-support .heading-27, html[lang=es-ES] .onboarding-tailored_page .heading-27, html[lang=es-ES] .revamp-font-2024 .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .hdu-page .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .testimonial-listing--page .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-template-template-ftx-360 .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .news-details--page .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .news-archive--page .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-template-template-smarttill .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-template-template-pos-bundle .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-template-template-ftxinfotech .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-template-template-pos-fb-ads .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-template-tradeshow .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-bi-inventory .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .login--page .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-template-lottery .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .page-template-template-support .hardware-product-section .hardware-product-row .hard-box .pro-title, html[lang=es-ES] .onboarding-tailored_page .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .revamp-font-2024 .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .hdu-page .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .testimonial-listing--page .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-ftx-360 .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .news-details--page .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .news-archive--page .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-smarttill .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-pos-bundle .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-ftxinfotech .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-pos-fb-ads .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-tradeshow .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-bi-inventory .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .login--page .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-lottery .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-support .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .onboarding-tailored_page .pro-title, html[lang=es-ES] .page-template-template-hardware .heading-27, html[lang=es-ES] .page-template-template-hardware .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-hardware .pro-title, html[lang=es-ES] .page-template-template-videos .heading-27, html[lang=es-ES] .page-template-template-videos .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-videos .pro-title, html[lang=es-ES] .revamp-font-2024 .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .hdu-page .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .testimonial-listing--page .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-template-ftx-360 .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .news-details--page .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .news-archive--page .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-template-smarttill .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-template-pos-bundle .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-template-ftxinfotech .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-template-pos-fb-ads .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-tradeshow .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-bi-inventory .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .login--page .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-lottery .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-template-support .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .onboarding-tailored_page .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-template-hardware .pos-solutions .pos-solutions_block .pos-solutions_data h3, html[lang=es-ES] .page-template-template-videos .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .revamp-font-2024 h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .hdu-page h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .testimonial-listing--page h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-ftx-360 h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .news-details--page h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .news-archive--page h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-smarttill h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-pos-bundle h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-ftxinfotech h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-pos-fb-ads h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-tradeshow h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-bi-inventory h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .login--page h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-lottery h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-support h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .onboarding-tailored_page h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-hardware h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-videos h3, html[lang=es-ES] .revamp-font-2024 .recent-article .most-recent_title a, html[lang=es-ES] .hdu-page .recent-article .most-recent_title a, html[lang=es-ES] .testimonial-listing--page .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-ftx-360 .recent-article .most-recent_title a, html[lang=es-ES] .news-details--page .recent-article .most-recent_title a, html[lang=es-ES] .news-archive--page .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-smarttill .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-pos-bundle .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-ftxinfotech .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-pos-fb-ads .recent-article .most-recent_title a, html[lang=es-ES] .page-template-tradeshow .recent-article .most-recent_title a, html[lang=es-ES] .page-bi-inventory .recent-article .most-recent_title a, html[lang=es-ES] .login--page .recent-article .most-recent_title a, html[lang=es-ES] .page-template-lottery .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-support .recent-article .most-recent_title a, html[lang=es-ES] .onboarding-tailored_page .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-hardware .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-videos .recent-article .most-recent_title a, html[lang=es-ES] .revamp-font-2024 .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .hdu-page .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .testimonial-listing--page .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-template-ftx-360 .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .news-details--page .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .news-archive--page .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-template-smarttill .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-template-pos-bundle .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-template-ftxinfotech .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-template-pos-fb-ads .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-tradeshow .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-bi-inventory .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .login--page .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-lottery .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-template-support .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .onboarding-tailored_page .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-template-hardware .recent-library_section .recent-library .most-recent_title a, html[lang=es-ES] .page-template-template-videos .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .revamp-font-2024 .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .hdu-page .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .testimonial-listing--page .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-ftx-360 .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .news-details--page .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .news-archive--page .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-smarttill .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-pos-bundle .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-ftxinfotech .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-pos-fb-ads .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-tradeshow .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-bi-inventory .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .login--page .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-lottery .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-support .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .onboarding-tailored_page .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-hardware .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-videos .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .revamp-font-2024 a, .recent-article .most-recent_title html[lang=es-ES] .hdu-page a, .recent-article .most-recent_title html[lang=es-ES] .testimonial-listing--page a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-ftx-360 a, .recent-article .most-recent_title html[lang=es-ES] .news-details--page a, .recent-article .most-recent_title html[lang=es-ES] .news-archive--page a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-smarttill a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-pos-bundle a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-ftxinfotech a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-pos-fb-ads a, .recent-article .most-recent_title html[lang=es-ES] .page-template-tradeshow a, .recent-article .most-recent_title html[lang=es-ES] .page-bi-inventory a, .recent-article .most-recent_title html[lang=es-ES] .login--page a, .recent-article .most-recent_title html[lang=es-ES] .page-template-lottery a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-support a, .recent-article .most-recent_title html[lang=es-ES] .onboarding-tailored_page a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-hardware a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-videos a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .revamp-font-2024 a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .hdu-page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .testimonial-listing--page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-ftx-360 a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .news-details--page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .news-archive--page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-smarttill a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-pos-bundle a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-ftxinfotech a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-pos-fb-ads a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-tradeshow a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-bi-inventory a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .login--page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-lottery a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-support a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .onboarding-tailored_page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-hardware a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-videos a, html[lang=es-ES] .revamp-font-2024 .recent-article .most-recent_title, html[lang=es-ES] .hdu-page .recent-article .most-recent_title, html[lang=es-ES] .testimonial-listing--page .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-ftx-360 .recent-article .most-recent_title, html[lang=es-ES] .news-details--page .recent-article .most-recent_title, html[lang=es-ES] .news-archive--page .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-smarttill .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-pos-bundle .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-ftxinfotech .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-pos-fb-ads .recent-article .most-recent_title, html[lang=es-ES] .page-template-tradeshow .recent-article .most-recent_title, html[lang=es-ES] .page-bi-inventory .recent-article .most-recent_title, html[lang=es-ES] .login--page .recent-article .most-recent_title, html[lang=es-ES] .page-template-lottery .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-support .recent-article .most-recent_title, html[lang=es-ES] .onboarding-tailored_page .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-hardware .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-videos .recent-article .most-recent_title, html[lang=es-ES] .revamp-font-2024 .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .hdu-page .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .testimonial-listing--page .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-template-ftx-360 .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .news-details--page .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .news-archive--page .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-template-smarttill .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-template-pos-bundle .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-template-ftxinfotech .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-template-pos-fb-ads .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-tradeshow .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-bi-inventory .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .login--page .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-lottery .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-template-support .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .onboarding-tailored_page .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-template-hardware .recent-library_section .recent-library .most-recent_title, html[lang=es-ES] .page-template-template-videos .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .revamp-font-2024 .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .hdu-page .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .testimonial-listing--page .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-ftx-360 .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .news-details--page .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .news-archive--page .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-smarttill .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-pos-bundle .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-ftxinfotech .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-pos-fb-ads .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-tradeshow .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-bi-inventory .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .login--page .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-lottery .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-support .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .onboarding-tailored_page .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-hardware .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-videos .recent-library .most-recent_title, .recent-article html[lang=es-ES] .revamp-font-2024 .most-recent_title, .recent-article html[lang=es-ES] .hdu-page .most-recent_title, .recent-article html[lang=es-ES] .testimonial-listing--page .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-ftx-360 .most-recent_title, .recent-article html[lang=es-ES] .news-details--page .most-recent_title, .recent-article html[lang=es-ES] .news-archive--page .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-smarttill .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-pos-bundle .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-ftxinfotech .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-pos-fb-ads .most-recent_title, .recent-article html[lang=es-ES] .page-template-tradeshow .most-recent_title, .recent-article html[lang=es-ES] .page-bi-inventory .most-recent_title, .recent-article html[lang=es-ES] .login--page .most-recent_title, .recent-article html[lang=es-ES] .page-template-lottery .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-support .most-recent_title, .recent-article html[lang=es-ES] .onboarding-tailored_page .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-hardware .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-videos .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .revamp-font-2024 .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .hdu-page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .testimonial-listing--page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-ftx-360 .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .news-details--page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .news-archive--page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-smarttill .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-pos-bundle .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-ftxinfotech .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-pos-fb-ads .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-tradeshow .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-bi-inventory .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .login--page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-lottery .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-support .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .onboarding-tailored_page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-hardware .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-videos .most-recent_title, html[lang=es-ES] .page-template-template-online-store .heading-27, html[lang=es-ES] .page-template-template-online-store .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-online-store .pro-title, html[lang=es-ES] .page-template-template-online-store .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-online-store h3, html[lang=es-ES] .page-template-template-online-store .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-online-store .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-online-store .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-online-store a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-online-store a, html[lang=es-ES] .page-template-template-online-store .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-online-store .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-online-store .recent-library .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-online-store .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-online-store .most-recent_title, html[lang=es-ES] .hardware-pricing--revamp .heading-27, html[lang=es-ES] .hardware-pricing--revamp .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .hardware-pricing--revamp .pro-title, html[lang=es-ES] .hardware-pricing--revamp .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .hardware-pricing--revamp h3, html[lang=es-ES] .hardware-pricing--revamp .recent-article .most-recent_title a, html[lang=es-ES] .hardware-pricing--revamp .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .hardware-pricing--revamp .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .hardware-pricing--revamp a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .hardware-pricing--revamp a, html[lang=es-ES] .hardware-pricing--revamp .recent-article .most-recent_title, html[lang=es-ES] .hardware-pricing--revamp .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .hardware-pricing--revamp .recent-library .most-recent_title, .recent-article html[lang=es-ES] .hardware-pricing--revamp .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .hardware-pricing--revamp .most-recent_title, html[lang=es-ES] .handheld--page .heading-27, html[lang=es-ES] .handheld--page .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .handheld--page .pro-title, html[lang=es-ES] .handheld--page .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .handheld--page h3, html[lang=es-ES] .handheld--page .recent-article .most-recent_title a, html[lang=es-ES] .handheld--page .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .handheld--page .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .handheld--page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .handheld--page a, html[lang=es-ES] .handheld--page .recent-article .most-recent_title, html[lang=es-ES] .handheld--page .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .handheld--page .recent-library .most-recent_title, .recent-article html[lang=es-ES] .handheld--page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .handheld--page .most-recent_title, html[lang=es-ES] .page-template-template-scan-data .heading-27, html[lang=es-ES] .page-template-template-scan-data .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-scan-data .pro-title, html[lang=es-ES] .page-template-template-scan-data .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-scan-data h3, html[lang=es-ES] .page-template-template-scan-data .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-scan-data .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-scan-data .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-scan-data a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-scan-data a, html[lang=es-ES] .page-template-template-scan-data .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-scan-data .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-scan-data .recent-library .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-scan-data .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-scan-data .most-recent_title, html[lang=es-ES] .revamp-font-2024 .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .hdu-page .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .testimonial-listing--page .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-ftx-360 .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .news-details--page .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .news-archive--page .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-smarttill .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-pos-bundle .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-ftxinfotech .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-pos-fb-ads .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-tradeshow .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-bi-inventory .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .login--page .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-lottery .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-support .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .onboarding-tailored_page .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-hardware .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-videos .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-online-store .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .hardware-pricing--revamp .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .handheld--page .agreements-content.row .agreements-block-content .agreements-block-title, html[lang=es-ES] .page-template-template-scan-data .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .revamp-font-2024 .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .hdu-page .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .testimonial-listing--page .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-ftx-360 .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .news-details--page .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .news-archive--page .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-smarttill .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-pos-bundle .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-ftxinfotech .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-pos-fb-ads .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-tradeshow .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-bi-inventory .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .login--page .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-lottery .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-support .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .onboarding-tailored_page .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-hardware .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-videos .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-online-store .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .hardware-pricing--revamp .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .handheld--page .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-scan-data .agreements-block-title, html[lang=es-ES] .revamp-font-2024 .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .hdu-page .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .testimonial-listing--page .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-ftx-360 .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .news-details--page .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .news-archive--page .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-smarttill .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-pos-bundle .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-ftxinfotech .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-pos-fb-ads .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-tradeshow .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-bi-inventory .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .login--page .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-lottery .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-support .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .onboarding-tailored_page .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-hardware .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-videos .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-online-store .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .hardware-pricing--revamp .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .handheld--page .support-block .support-brand--block .support-block--data .support-block--heading a, html[lang=es-ES] .page-template-template-scan-data .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .revamp-font-2024 a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .hdu-page a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .testimonial-listing--page a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-ftx-360 a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .news-details--page a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .news-archive--page a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-smarttill a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-pos-bundle a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-ftxinfotech a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-pos-fb-ads a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-tradeshow a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-bi-inventory a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .login--page a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-lottery a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-support a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .onboarding-tailored_page a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-hardware a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-videos a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-online-store a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .hardware-pricing--revamp a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .handheld--page a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-scan-data a, html[lang=es-ES] .page-template-template-about .heading-27, html[lang=es-ES] .page-template-template-about .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-about .pro-title, html[lang=es-ES] .page-template-template-about .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-about h3, html[lang=es-ES] .page-template-template-about .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-about .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-about .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-about a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-about a, html[lang=es-ES] .page-template-template-about .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-about .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-about .recent-library .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-about .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-about .most-recent_title, html[lang=es-ES] .page-template-template-about .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-about .agreements-block-title, html[lang=es-ES] .page-template-template-about .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-about a, html[lang=es-ES] .back-office--control-center .heading-27, html[lang=es-ES] .back-office--control-center .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .back-office--control-center .pro-title, html[lang=es-ES] .back-office--control-center .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .back-office--control-center h3, html[lang=es-ES] .back-office--control-center .recent-article .most-recent_title a, html[lang=es-ES] .back-office--control-center .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .back-office--control-center .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .back-office--control-center a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .back-office--control-center a, html[lang=es-ES] .back-office--control-center .recent-article .most-recent_title, html[lang=es-ES] .back-office--control-center .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .back-office--control-center .recent-library .most-recent_title, .recent-article html[lang=es-ES] .back-office--control-center .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .back-office--control-center .most-recent_title, html[lang=es-ES] .back-office--control-center .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .back-office--control-center .agreements-block-title, html[lang=es-ES] .back-office--control-center .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .back-office--control-center a,
  html[lang=es-ES] .back-office--centro-de-control .heading-27,
  html[lang=es-ES] .back-office--centro-de-control .hardware-product-section .hardware-product-row .hard-box .pro-title,
  .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .back-office--centro-de-control .pro-title,
  html[lang=es-ES] .back-office--centro-de-control .pos-solutions .pos-solutions_block .pos-solutions_data h3,
  .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .back-office--centro-de-control h3,
  html[lang=es-ES] .back-office--centro-de-control .recent-article .most-recent_title a,
  html[lang=es-ES] .back-office--centro-de-control .recent-library_section .recent-library .most-recent_title a,
  .recent-library_section html[lang=es-ES] .back-office--centro-de-control .recent-library .most-recent_title a,
  .recent-article .most-recent_title html[lang=es-ES] .back-office--centro-de-control a,
  .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .back-office--centro-de-control a,
  html[lang=es-ES] .back-office--centro-de-control .recent-article .most-recent_title,
  html[lang=es-ES] .back-office--centro-de-control .recent-library_section .recent-library .most-recent_title,
  .recent-library_section html[lang=es-ES] .back-office--centro-de-control .recent-library .most-recent_title,
  .recent-article html[lang=es-ES] .back-office--centro-de-control .most-recent_title,
  .recent-library_section .recent-library html[lang=es-ES] .back-office--centro-de-control .most-recent_title,
  html[lang=es-ES] .back-office--centro-de-control .agreements-content.row .agreements-block-content .agreements-block-title,
  .agreements-content.row .agreements-block-content html[lang=es-ES] .back-office--centro-de-control .agreements-block-title,
  html[lang=es-ES] .back-office--centro-de-control .support-block .support-brand--block .support-block--data .support-block--heading a,
  .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .back-office--centro-de-control a, html[lang=es-ES] .page-template-template-card-processing .heading-27, html[lang=es-ES] .page-template-template-card-processing .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-card-processing .pro-title, html[lang=es-ES] .page-template-template-card-processing .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-card-processing h3, html[lang=es-ES] .page-template-template-card-processing .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-card-processing .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-card-processing .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-card-processing a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-card-processing a, html[lang=es-ES] .page-template-template-card-processing .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-card-processing .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-card-processing .recent-library .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-card-processing .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-card-processing .most-recent_title, html[lang=es-ES] .page-template-template-card-processing .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-card-processing .agreements-block-title, html[lang=es-ES] .page-template-template-card-processing .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-card-processing a, html[lang=es-ES] .warehouse--page .heading-27, html[lang=es-ES] .warehouse--page .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .warehouse--page .pro-title, html[lang=es-ES] .warehouse--page .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .warehouse--page h3, html[lang=es-ES] .warehouse--page .recent-article .most-recent_title a, html[lang=es-ES] .warehouse--page .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .warehouse--page .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .warehouse--page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .warehouse--page a, html[lang=es-ES] .warehouse--page .recent-article .most-recent_title, html[lang=es-ES] .warehouse--page .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .warehouse--page .recent-library .most-recent_title, .recent-article html[lang=es-ES] .warehouse--page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .warehouse--page .most-recent_title, html[lang=es-ES] .warehouse--page .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .warehouse--page .agreements-block-title, html[lang=es-ES] .warehouse--page .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .warehouse--page a, html[lang=es-ES] .retail-suite-graphic-design-tool .heading-27, html[lang=es-ES] .retail-suite-graphic-design-tool .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suite-graphic-design-tool .pro-title, html[lang=es-ES] .retail-suite-graphic-design-tool .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suite-graphic-design-tool h3, html[lang=es-ES] .retail-suite-graphic-design-tool .recent-article .most-recent_title a, html[lang=es-ES] .retail-suite-graphic-design-tool .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suite-graphic-design-tool .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suite-graphic-design-tool a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suite-graphic-design-tool a, html[lang=es-ES] .retail-suite-graphic-design-tool .recent-article .most-recent_title, html[lang=es-ES] .retail-suite-graphic-design-tool .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suite-graphic-design-tool .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suite-graphic-design-tool .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suite-graphic-design-tool .most-recent_title, html[lang=es-ES] .retail-suite-graphic-design-tool .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suite-graphic-design-tool .agreements-block-title, html[lang=es-ES] .retail-suite-graphic-design-tool .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suite-graphic-design-tool a, html[lang=es-ES] .retail-age--varification .heading-27, html[lang=es-ES] .retail-age--varification .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-age--varification .pro-title, html[lang=es-ES] .retail-age--varification .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-age--varification h3, html[lang=es-ES] .retail-age--varification .recent-article .most-recent_title a, html[lang=es-ES] .retail-age--varification .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-age--varification .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-age--varification a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-age--varification a, html[lang=es-ES] .retail-age--varification .recent-article .most-recent_title, html[lang=es-ES] .retail-age--varification .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-age--varification .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-age--varification .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-age--varification .most-recent_title, html[lang=es-ES] .retail-age--varification .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-age--varification .agreements-block-title, html[lang=es-ES] .retail-age--varification .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-age--varification a, html[lang=es-ES] .retail-customer--loyalty .heading-27, html[lang=es-ES] .retail-customer--loyalty .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-customer--loyalty .pro-title, html[lang=es-ES] .retail-customer--loyalty .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-customer--loyalty h3, html[lang=es-ES] .retail-customer--loyalty .recent-article .most-recent_title a, html[lang=es-ES] .retail-customer--loyalty .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-customer--loyalty .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-customer--loyalty a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-customer--loyalty a, html[lang=es-ES] .retail-customer--loyalty .recent-article .most-recent_title, html[lang=es-ES] .retail-customer--loyalty .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-customer--loyalty .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-customer--loyalty .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-customer--loyalty .most-recent_title, html[lang=es-ES] .retail-customer--loyalty .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-customer--loyalty .agreements-block-title, html[lang=es-ES] .retail-customer--loyalty .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-customer--loyalty a, html[lang=es-ES] .retail-suit--uplift .heading-27, html[lang=es-ES] .retail-suit--uplift .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .pro-title, html[lang=es-ES] .retail-suit--uplift .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift h3, html[lang=es-ES] .retail-suit--uplift .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift a, html[lang=es-ES] .retail-suit--uplift .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .most-recent_title, html[lang=es-ES] .retail-suit--uplift .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift a, html[lang=es-ES] .revamp-font-2024 .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .hdu-page .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .testimonial-listing--page .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-ftx-360 .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .news-details--page .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .news-archive--page .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-smarttill .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-pos-bundle .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-ftxinfotech .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-pos-fb-ads .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-tradeshow .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-bi-inventory .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .login--page .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-lottery .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-support .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .onboarding-tailored_page .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-hardware .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-videos .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-online-store .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .hardware-pricing--revamp .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .handheld--page .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-scan-data .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-about .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .back-office--control-center .pos-modern-retail--section .pos-modern-retail--link li a,
  html[lang=es-ES] .back-office--centro-de-control .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .page-template-template-card-processing .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .warehouse--page .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .retail-suite-graphic-design-tool .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .retail-age--varification .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .retail-customer--loyalty .pos-modern-retail--section .pos-modern-retail--link li a, html[lang=es-ES] .retail-suit--uplift .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .revamp-font-2024 a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .hdu-page a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .testimonial-listing--page a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-ftx-360 a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .news-details--page a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .news-archive--page a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-smarttill a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-pos-bundle a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-ftxinfotech a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-pos-fb-ads a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-tradeshow a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-bi-inventory a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .login--page a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-lottery a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-support a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .onboarding-tailored_page a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-hardware a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-videos a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-online-store a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .hardware-pricing--revamp a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .handheld--page a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-scan-data a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-about a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .back-office--control-center a,
  .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .back-office--centro-de-control a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-card-processing a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .warehouse--page a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suite-graphic-design-tool a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-age--varification a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-customer--loyalty a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift a, html[lang=es-ES] .ftx-pos--page .heading-27, html[lang=es-ES] .ftx-pos--page .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .ftx-pos--page .pro-title, html[lang=es-ES] .ftx-pos--page .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .ftx-pos--page h3, html[lang=es-ES] .ftx-pos--page .recent-article .most-recent_title a, html[lang=es-ES] .ftx-pos--page .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .ftx-pos--page .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .ftx-pos--page a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .ftx-pos--page a, html[lang=es-ES] .ftx-pos--page .recent-article .most-recent_title, html[lang=es-ES] .ftx-pos--page .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .ftx-pos--page .recent-library .most-recent_title, .recent-article html[lang=es-ES] .ftx-pos--page .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .ftx-pos--page .most-recent_title, html[lang=es-ES] .ftx-pos--page .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .ftx-pos--page .agreements-block-title, html[lang=es-ES] .ftx-pos--page .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .ftx-pos--page a, html[lang=es-ES] .ftx-pos--page .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .ftx-pos--page a, html[lang=es-ES] .page-template-template-home .heading-27, html[lang=es-ES] .page-template-template-home .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-home .pro-title, html[lang=es-ES] .page-template-template-home .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-home h3, html[lang=es-ES] .page-template-template-home .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-home .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-home .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-home a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-home a, html[lang=es-ES] .page-template-template-home .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-home .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-home .recent-library .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-home .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-home .most-recent_title, html[lang=es-ES] .page-template-template-home .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-home .agreements-block-title, html[lang=es-ES] .page-template-template-home .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-home a, html[lang=es-ES] .page-template-template-home .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-home a, html[lang=es-ES] .page-template-template-cms .cmspage-section .heading-27, html[lang=es-ES] .page-template-template-cms .cmspage-section .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-cms .cmspage-section .pro-title, html[lang=es-ES] .page-template-template-cms .cmspage-section .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-cms .cmspage-section h3, html[lang=es-ES] .page-template-template-cms .cmspage-section .recent-article .most-recent_title a, html[lang=es-ES] .page-template-template-cms .cmspage-section .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .page-template-template-cms .cmspage-section .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-cms .cmspage-section a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-cms .cmspage-section a, html[lang=es-ES] .page-template-template-cms .cmspage-section .recent-article .most-recent_title, html[lang=es-ES] .page-template-template-cms .cmspage-section .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .page-template-template-cms .cmspage-section .recent-library .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-cms .cmspage-section .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-cms .cmspage-section .most-recent_title, html[lang=es-ES] .page-template-template-cms .cmspage-section .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-cms .cmspage-section .agreements-block-title, html[lang=es-ES] .page-template-template-cms .cmspage-section .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-cms .cmspage-section a, html[lang=es-ES] .page-template-template-cms .cmspage-section .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-cms .cmspage-section a, .page-template-template-cms html[lang=es-ES] .cmspage-section .heading-27, .page-template-template-cms html[lang=es-ES] .cmspage-section .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-cms html[lang=es-ES] .cmspage-section .pro-title, .page-template-template-cms html[lang=es-ES] .cmspage-section .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-cms html[lang=es-ES] .cmspage-section h3, .page-template-template-cms html[lang=es-ES] .cmspage-section .recent-article .most-recent_title a, .page-template-template-cms html[lang=es-ES] .cmspage-section .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-cms html[lang=es-ES] .cmspage-section .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-cms html[lang=es-ES] .cmspage-section a, .recent-library_section .recent-library .most-recent_title .page-template-template-cms html[lang=es-ES] .cmspage-section a, .page-template-template-cms html[lang=es-ES] .cmspage-section .recent-article .most-recent_title, .page-template-template-cms html[lang=es-ES] .cmspage-section .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-cms html[lang=es-ES] .cmspage-section .recent-library .most-recent_title, .recent-article .page-template-template-cms html[lang=es-ES] .cmspage-section .most-recent_title, .recent-library_section .recent-library .page-template-template-cms html[lang=es-ES] .cmspage-section .most-recent_title, .page-template-template-cms html[lang=es-ES] .cmspage-section .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-cms html[lang=es-ES] .cmspage-section .agreements-block-title, .page-template-template-cms html[lang=es-ES] .cmspage-section .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-cms html[lang=es-ES] .cmspage-section a, .page-template-template-cms html[lang=es-ES] .cmspage-section .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-cms html[lang=es-ES] .cmspage-section a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
  html[lang=es-ES] .revamp-font-2024 p, html[lang=es-ES] .hdu-page p, html[lang=es-ES] .testimonial-listing--page p, html[lang=es-ES] .page-template-template-ftx-360 p, html[lang=es-ES] .news-details--page p, html[lang=es-ES] .news-archive--page p, html[lang=es-ES] .page-template-template-smarttill p, html[lang=es-ES] .page-template-template-pos-bundle p, html[lang=es-ES] .page-template-template-ftxinfotech p, html[lang=es-ES] .page-template-template-pos-fb-ads p, html[lang=es-ES] .page-template-tradeshow p, html[lang=es-ES] .page-bi-inventory p, html[lang=es-ES] .login--page p, html[lang=es-ES] .page-template-lottery p, html[lang=es-ES] .page-template-template-support p, html[lang=es-ES] .onboarding-tailored_page p, html[lang=es-ES] .page-template-template-hardware p, html[lang=es-ES] .page-template-template-videos p, html[lang=es-ES] .page-template-template-online-store p, html[lang=es-ES] .hardware-pricing--revamp p, html[lang=es-ES] .handheld--page p, html[lang=es-ES] .page-template-template-scan-data p, html[lang=es-ES] .page-template-template-about p, html[lang=es-ES] .back-office--control-center p,
  html[lang=es-ES] .back-office--centro-de-control p, html[lang=es-ES] .page-template-template-card-processing p, html[lang=es-ES] .warehouse--page p, html[lang=es-ES] .retail-suite-graphic-design-tool p, html[lang=es-ES] .retail-age--varification p, html[lang=es-ES] .retail-customer--loyalty p, html[lang=es-ES] .retail-suit--uplift p, html[lang=es-ES] .ftx-pos--page p, html[lang=es-ES] .page-template-template-home p, html[lang=es-ES] .page-template-template-cms .cmspage-section p, .page-template-template-cms html[lang=es-ES] .cmspage-section p, html[lang=es-ES] .revamp-font-2024 .description, html[lang=es-ES] .hdu-page .description, html[lang=es-ES] .testimonial-listing--page .description, html[lang=es-ES] .page-template-template-ftx-360 .description, html[lang=es-ES] .news-details--page .description, html[lang=es-ES] .news-archive--page .description, html[lang=es-ES] .page-template-template-smarttill .description, html[lang=es-ES] .page-template-template-pos-bundle .description, html[lang=es-ES] .page-template-template-ftxinfotech .description, html[lang=es-ES] .page-template-template-pos-fb-ads .description, html[lang=es-ES] .page-template-tradeshow .description, html[lang=es-ES] .page-bi-inventory .description, html[lang=es-ES] .login--page .description, html[lang=es-ES] .page-template-lottery .description, html[lang=es-ES] .page-template-template-support .description, html[lang=es-ES] .onboarding-tailored_page .description, html[lang=es-ES] .page-template-template-hardware .description, html[lang=es-ES] .revamp-font-2024 .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .hdu-page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .testimonial-listing--page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-ftx-360 .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .news-details--page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .news-archive--page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-smarttill .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-pos-bundle .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-ftxinfotech .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-pos-fb-ads .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-tradeshow .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-bi-inventory .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .login--page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-lottery .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-support .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .onboarding-tailored_page .free-resources-new .custom-pagination .page-numbers, html[lang=es-ES] .page-template-template-hardware .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .revamp-font-2024 .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .hdu-page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .testimonial-listing--page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-ftx-360 .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .news-details--page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .news-archive--page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-smarttill .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-pos-bundle .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-ftxinfotech .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-pos-fb-ads .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-tradeshow .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-bi-inventory .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .login--page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-lottery .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-support .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .onboarding-tailored_page .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-hardware .page-numbers, html[lang=es-ES] .revamp-font-2024 .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .testimonial-listing--page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-ftx-360 .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .news-details--page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .news-archive--page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-smarttill .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-pos-bundle .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-ftxinfotech .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-pos-fb-ads .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-bi-inventory .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .login--page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-lottery .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-support .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .onboarding-tailored_page .free-resources-new .filters-gallery .filter-items .blog-item .content, html[lang=es-ES] .page-template-template-hardware .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .revamp-font-2024 .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .hdu-page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .testimonial-listing--page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-ftx-360 .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .news-details--page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .news-archive--page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-smarttill .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-pos-bundle .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-ftxinfotech .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-pos-fb-ads .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-tradeshow .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-bi-inventory .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .login--page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-lottery .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-support .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .onboarding-tailored_page .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-hardware .content, html[lang=es-ES] .revamp-font-2024 .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .testimonial-listing--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-ftx-360 .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .news-details--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .news-archive--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-smarttill .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-pos-bundle .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-ftxinfotech .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-pos-fb-ads .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-bi-inventory .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .login--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-lottery .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-support .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .onboarding-tailored_page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, html[lang=es-ES] .page-template-template-hardware .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .revamp-font-2024 .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .hdu-page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .testimonial-listing--page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-ftx-360 .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .news-details--page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .news-archive--page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-smarttill .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-pos-bundle .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-ftxinfotech .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-pos-fb-ads .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-tradeshow .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-bi-inventory .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .login--page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-lottery .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-support .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .onboarding-tailored_page .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-hardware .latest-post-title, html[lang=es-ES] .page-template-template-videos .description, html[lang=es-ES] .page-template-template-videos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-videos .page-numbers, html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-videos .content, html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-videos .latest-post-title, html[lang=es-ES] .page-template-template-online-store .description, html[lang=es-ES] .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-online-store .page-numbers, html[lang=es-ES] .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-online-store .content, html[lang=es-ES] .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-online-store .latest-post-title, html[lang=es-ES] .hardware-pricing--revamp .description, html[lang=es-ES] .hardware-pricing--revamp .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .hardware-pricing--revamp .page-numbers, html[lang=es-ES] .hardware-pricing--revamp .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .hardware-pricing--revamp .content, html[lang=es-ES] .hardware-pricing--revamp .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .hardware-pricing--revamp .latest-post-title, html[lang=es-ES] .handheld--page .description, html[lang=es-ES] .handheld--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .handheld--page .page-numbers, html[lang=es-ES] .handheld--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .handheld--page .content, html[lang=es-ES] .handheld--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .handheld--page .latest-post-title, html[lang=es-ES] .page-template-template-scan-data .description, html[lang=es-ES] .page-template-template-scan-data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-scan-data .page-numbers, html[lang=es-ES] .page-template-template-scan-data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-scan-data .content, html[lang=es-ES] .page-template-template-scan-data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-scan-data .latest-post-title, html[lang=es-ES] .page-template-template-about .description, html[lang=es-ES] .page-template-template-about .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-about .page-numbers, html[lang=es-ES] .page-template-template-about .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-about .content, html[lang=es-ES] .page-template-template-about .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-about .latest-post-title, html[lang=es-ES] .back-office--control-center .description, html[lang=es-ES] .back-office--control-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .back-office--control-center .page-numbers, html[lang=es-ES] .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .back-office--control-center .content, html[lang=es-ES] .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .back-office--control-center .latest-post-title,
  html[lang=es-ES] .back-office--centro-de-control .description,
  html[lang=es-ES] .back-office--centro-de-control .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination html[lang=es-ES] .back-office--centro-de-control .page-numbers,
  html[lang=es-ES] .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .back-office--centro-de-control .content,
  html[lang=es-ES] .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .back-office--centro-de-control .latest-post-title, html[lang=es-ES] .page-template-template-card-processing .description, html[lang=es-ES] .page-template-template-card-processing .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-card-processing .page-numbers, html[lang=es-ES] .page-template-template-card-processing .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-card-processing .content, html[lang=es-ES] .page-template-template-card-processing .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-card-processing .latest-post-title, html[lang=es-ES] .warehouse--page .description, html[lang=es-ES] .warehouse--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .warehouse--page .page-numbers, html[lang=es-ES] .warehouse--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .warehouse--page .content, html[lang=es-ES] .warehouse--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .warehouse--page .latest-post-title, html[lang=es-ES] .retail-suite-graphic-design-tool .description, html[lang=es-ES] .retail-suite-graphic-design-tool .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-suite-graphic-design-tool .page-numbers, html[lang=es-ES] .retail-suite-graphic-design-tool .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suite-graphic-design-tool .content, html[lang=es-ES] .retail-suite-graphic-design-tool .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suite-graphic-design-tool .latest-post-title, html[lang=es-ES] .retail-age--varification .description, html[lang=es-ES] .retail-age--varification .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-age--varification .page-numbers, html[lang=es-ES] .retail-age--varification .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-age--varification .content, html[lang=es-ES] .retail-age--varification .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-age--varification .latest-post-title, html[lang=es-ES] .retail-customer--loyalty .description, html[lang=es-ES] .retail-customer--loyalty .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-customer--loyalty .page-numbers, html[lang=es-ES] .retail-customer--loyalty .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-customer--loyalty .content, html[lang=es-ES] .retail-customer--loyalty .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-customer--loyalty .latest-post-title, html[lang=es-ES] .retail-suit--uplift .description, html[lang=es-ES] .retail-suit--uplift .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-suit--uplift .page-numbers, html[lang=es-ES] .retail-suit--uplift .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suit--uplift .content, html[lang=es-ES] .retail-suit--uplift .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suit--uplift .latest-post-title, html[lang=es-ES] .ftx-pos--page .description, html[lang=es-ES] .ftx-pos--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .ftx-pos--page .page-numbers, html[lang=es-ES] .ftx-pos--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .ftx-pos--page .content, html[lang=es-ES] .ftx-pos--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .ftx-pos--page .latest-post-title, html[lang=es-ES] .revamp-font-2024 .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .hdu-page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .testimonial-listing--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-ftx-360 .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .news-details--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .news-archive--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-smarttill .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-pos-bundle .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-ftxinfotech .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-pos-fb-ads .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-tradeshow .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-bi-inventory .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .login--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-lottery .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-support .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .onboarding-tailored_page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-hardware .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-videos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .hardware-pricing--revamp .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .handheld--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-scan-data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-about .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .back-office--control-center .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  html[lang=es-ES] .back-office--centro-de-control .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .page-template-template-card-processing .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .warehouse--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .retail-suite-graphic-design-tool .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .retail-age--varification .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .retail-customer--loyalty .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .retail-suit--uplift .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, html[lang=es-ES] .ftx-pos--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .revamp-font-2024 a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .hdu-page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .testimonial-listing--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-ftx-360 a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .news-details--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .news-archive--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-smarttill a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-pos-bundle a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-ftxinfotech a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-pos-fb-ads a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-tradeshow a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-bi-inventory a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .login--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-lottery a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-support a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .onboarding-tailored_page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-hardware a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-videos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-online-store a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .hardware-pricing--revamp a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .handheld--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-scan-data a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-about a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .back-office--control-center a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .back-office--centro-de-control a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-card-processing a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .warehouse--page a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-suite-graphic-design-tool a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-age--varification a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-customer--loyalty a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-suit--uplift a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .ftx-pos--page a.dropdown-item, html[lang=es-ES] .page-template-template-home .description, html[lang=es-ES] .page-template-template-home .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-home .page-numbers, html[lang=es-ES] .page-template-template-home .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-home .content, html[lang=es-ES] .page-template-template-home .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-home .latest-post-title, html[lang=es-ES] .page-template-template-home .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-home a.dropdown-item, html[lang=es-ES] .page-template-template-cms .cmspage-section .description, html[lang=es-ES] .page-template-template-cms .cmspage-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-cms .cmspage-section .page-numbers, html[lang=es-ES] .page-template-template-cms .cmspage-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-cms .cmspage-section .content, html[lang=es-ES] .page-template-template-cms .cmspage-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-cms .cmspage-section .latest-post-title, html[lang=es-ES] .page-template-template-cms .cmspage-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-cms .cmspage-section a.dropdown-item, .page-template-template-cms html[lang=es-ES] .cmspage-section .description, .page-template-template-cms html[lang=es-ES] .cmspage-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-cms html[lang=es-ES] .cmspage-section .page-numbers, .page-template-template-cms html[lang=es-ES] .cmspage-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-cms html[lang=es-ES] .cmspage-section .content, .page-template-template-cms html[lang=es-ES] .cmspage-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-cms html[lang=es-ES] .cmspage-section .latest-post-title, .page-template-template-cms html[lang=es-ES] .cmspage-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-cms html[lang=es-ES] .cmspage-section a.dropdown-item, html[lang=es-ES] .revamp-font-2024 ul, html[lang=es-ES] .hdu-page ul, html[lang=es-ES] .testimonial-listing--page ul, html[lang=es-ES] .page-template-template-ftx-360 ul, html[lang=es-ES] .news-details--page ul, html[lang=es-ES] .news-archive--page ul, html[lang=es-ES] .page-template-template-smarttill ul, html[lang=es-ES] .page-template-template-pos-bundle ul, html[lang=es-ES] .page-template-template-ftxinfotech ul, html[lang=es-ES] .page-template-template-pos-fb-ads ul, html[lang=es-ES] .page-template-tradeshow ul, html[lang=es-ES] .page-bi-inventory ul, html[lang=es-ES] .login--page ul, html[lang=es-ES] .page-template-lottery ul, html[lang=es-ES] .page-template-template-support ul, html[lang=es-ES] .onboarding-tailored_page ul, html[lang=es-ES] .page-template-template-hardware ul, html[lang=es-ES] .page-template-template-videos ul, html[lang=es-ES] .page-template-template-online-store ul, html[lang=es-ES] .hardware-pricing--revamp ul, html[lang=es-ES] .handheld--page ul, html[lang=es-ES] .page-template-template-scan-data ul, html[lang=es-ES] .page-template-template-about ul, html[lang=es-ES] .back-office--control-center ul,
  html[lang=es-ES] .back-office--centro-de-control ul, html[lang=es-ES] .page-template-template-card-processing ul, html[lang=es-ES] .warehouse--page ul, html[lang=es-ES] .retail-suite-graphic-design-tool ul, html[lang=es-ES] .retail-age--varification ul, html[lang=es-ES] .retail-customer--loyalty ul, html[lang=es-ES] .retail-suit--uplift ul, html[lang=es-ES] .ftx-pos--page ul, html[lang=es-ES] .page-template-template-home ul, html[lang=es-ES] .page-template-template-cms .cmspage-section ul, .page-template-template-cms html[lang=es-ES] .cmspage-section ul, html[lang=es-ES] .revamp-font-2024 ul li, html[lang=es-ES] .hdu-page ul li, html[lang=es-ES] .testimonial-listing--page ul li, html[lang=es-ES] .page-template-template-ftx-360 ul li, html[lang=es-ES] .news-details--page ul li, html[lang=es-ES] .news-archive--page ul li, html[lang=es-ES] .page-template-template-smarttill ul li, html[lang=es-ES] .page-template-template-pos-bundle ul li, html[lang=es-ES] .page-template-template-ftxinfotech ul li, html[lang=es-ES] .page-template-template-pos-fb-ads ul li, html[lang=es-ES] .page-template-tradeshow ul li, html[lang=es-ES] .page-bi-inventory ul li, html[lang=es-ES] .login--page ul li, html[lang=es-ES] .page-template-lottery ul li, html[lang=es-ES] .page-template-template-support ul li, html[lang=es-ES] .onboarding-tailored_page ul li, html[lang=es-ES] .page-template-template-hardware ul li, html[lang=es-ES] .page-template-template-videos ul li, html[lang=es-ES] .page-template-template-online-store ul li, html[lang=es-ES] .hardware-pricing--revamp ul li, html[lang=es-ES] .handheld--page ul li, html[lang=es-ES] .page-template-template-scan-data ul li, html[lang=es-ES] .page-template-template-about ul li, html[lang=es-ES] .back-office--control-center ul li,
  html[lang=es-ES] .back-office--centro-de-control ul li, html[lang=es-ES] .page-template-template-card-processing ul li, html[lang=es-ES] .warehouse--page ul li, html[lang=es-ES] .retail-suite-graphic-design-tool ul li, html[lang=es-ES] .retail-age--varification ul li, html[lang=es-ES] .retail-customer--loyalty ul li, html[lang=es-ES] .retail-suit--uplift ul li, html[lang=es-ES] .ftx-pos--page ul li, html[lang=es-ES] .page-template-template-home ul li, html[lang=es-ES] .page-template-template-cms .cmspage-section ul li, .page-template-template-cms html[lang=es-ES] .cmspage-section ul li, html[lang=es-ES] .revamp-font-2024 .site-info, html[lang=es-ES] .hdu-page .site-info, html[lang=es-ES] .testimonial-listing--page .site-info, html[lang=es-ES] .page-template-template-ftx-360 .site-info, html[lang=es-ES] .news-details--page .site-info, html[lang=es-ES] .news-archive--page .site-info, html[lang=es-ES] .page-template-template-smarttill .site-info, html[lang=es-ES] .page-template-template-pos-bundle .site-info, html[lang=es-ES] .page-template-template-ftxinfotech .site-info, html[lang=es-ES] .page-template-template-pos-fb-ads .site-info, html[lang=es-ES] .page-template-tradeshow .site-info, html[lang=es-ES] .page-bi-inventory .site-info, html[lang=es-ES] .login--page .site-info, html[lang=es-ES] .page-template-lottery .site-info, html[lang=es-ES] .page-template-template-support .site-info, html[lang=es-ES] .onboarding-tailored_page .site-info, html[lang=es-ES] .page-template-template-hardware .site-info, html[lang=es-ES] .page-template-template-videos .site-info, html[lang=es-ES] .page-template-template-online-store .site-info, html[lang=es-ES] .hardware-pricing--revamp .site-info, html[lang=es-ES] .handheld--page .site-info, html[lang=es-ES] .page-template-template-scan-data .site-info, html[lang=es-ES] .page-template-template-about .site-info, html[lang=es-ES] .back-office--control-center .site-info,
  html[lang=es-ES] .back-office--centro-de-control .site-info, html[lang=es-ES] .page-template-template-card-processing .site-info, html[lang=es-ES] .warehouse--page .site-info, html[lang=es-ES] .retail-suite-graphic-design-tool .site-info, html[lang=es-ES] .retail-age--varification .site-info, html[lang=es-ES] .retail-customer--loyalty .site-info, html[lang=es-ES] .retail-suit--uplift .site-info, html[lang=es-ES] .ftx-pos--page .site-info, html[lang=es-ES] .page-template-template-home .site-info, html[lang=es-ES] .page-template-template-cms .cmspage-section .site-info, .page-template-template-cms html[lang=es-ES] .cmspage-section .site-info, html[lang=es-ES] .revamp-font-2024 table, html[lang=es-ES] .hdu-page table, html[lang=es-ES] .testimonial-listing--page table, html[lang=es-ES] .page-template-template-ftx-360 table, html[lang=es-ES] .news-details--page table, html[lang=es-ES] .news-archive--page table, html[lang=es-ES] .page-template-template-smarttill table, html[lang=es-ES] .page-template-template-pos-bundle table, html[lang=es-ES] .page-template-template-ftxinfotech table, html[lang=es-ES] .page-template-template-pos-fb-ads table, html[lang=es-ES] .page-template-tradeshow table, html[lang=es-ES] .page-bi-inventory table, html[lang=es-ES] .login--page table, html[lang=es-ES] .page-template-lottery table, html[lang=es-ES] .page-template-template-support table, html[lang=es-ES] .onboarding-tailored_page table, html[lang=es-ES] .page-template-template-hardware table, html[lang=es-ES] .page-template-template-videos table, html[lang=es-ES] .page-template-template-online-store table, html[lang=es-ES] .hardware-pricing--revamp table, html[lang=es-ES] .handheld--page table, html[lang=es-ES] .page-template-template-scan-data table, html[lang=es-ES] .page-template-template-about table, html[lang=es-ES] .back-office--control-center table,
  html[lang=es-ES] .back-office--centro-de-control table, html[lang=es-ES] .page-template-template-card-processing table, html[lang=es-ES] .warehouse--page table, html[lang=es-ES] .retail-suite-graphic-design-tool table, html[lang=es-ES] .retail-age--varification table, html[lang=es-ES] .retail-customer--loyalty table, html[lang=es-ES] .retail-suit--uplift table, html[lang=es-ES] .ftx-pos--page table, html[lang=es-ES] .page-template-template-home table, html[lang=es-ES] .page-template-template-cms .cmspage-section table, .page-template-template-cms html[lang=es-ES] .cmspage-section table, html[lang=es-ES] .revamp-font-2024 tr, html[lang=es-ES] .hdu-page tr, html[lang=es-ES] .testimonial-listing--page tr, html[lang=es-ES] .page-template-template-ftx-360 tr, html[lang=es-ES] .news-details--page tr, html[lang=es-ES] .news-archive--page tr, html[lang=es-ES] .page-template-template-smarttill tr, html[lang=es-ES] .page-template-template-pos-bundle tr, html[lang=es-ES] .page-template-template-ftxinfotech tr, html[lang=es-ES] .page-template-template-pos-fb-ads tr, html[lang=es-ES] .page-template-tradeshow tr, html[lang=es-ES] .page-bi-inventory tr, html[lang=es-ES] .login--page tr, html[lang=es-ES] .page-template-lottery tr, html[lang=es-ES] .page-template-template-support tr, html[lang=es-ES] .onboarding-tailored_page tr, html[lang=es-ES] .page-template-template-hardware tr, html[lang=es-ES] .page-template-template-videos tr, html[lang=es-ES] .page-template-template-online-store tr, html[lang=es-ES] .hardware-pricing--revamp tr, html[lang=es-ES] .handheld--page tr, html[lang=es-ES] .page-template-template-scan-data tr, html[lang=es-ES] .page-template-template-about tr, html[lang=es-ES] .back-office--control-center tr,
  html[lang=es-ES] .back-office--centro-de-control tr, html[lang=es-ES] .page-template-template-card-processing tr, html[lang=es-ES] .warehouse--page tr, html[lang=es-ES] .retail-suite-graphic-design-tool tr, html[lang=es-ES] .retail-age--varification tr, html[lang=es-ES] .retail-customer--loyalty tr, html[lang=es-ES] .retail-suit--uplift tr, html[lang=es-ES] .ftx-pos--page tr, html[lang=es-ES] .page-template-template-home tr, html[lang=es-ES] .page-template-template-cms .cmspage-section tr, .page-template-template-cms html[lang=es-ES] .cmspage-section tr, html[lang=es-ES] .revamp-font-2024 td, html[lang=es-ES] .hdu-page td, html[lang=es-ES] .testimonial-listing--page td, html[lang=es-ES] .page-template-template-ftx-360 td, html[lang=es-ES] .news-details--page td, html[lang=es-ES] .news-archive--page td, html[lang=es-ES] .page-template-template-smarttill td, html[lang=es-ES] .page-template-template-pos-bundle td, html[lang=es-ES] .page-template-template-ftxinfotech td, html[lang=es-ES] .page-template-template-pos-fb-ads td, html[lang=es-ES] .page-template-tradeshow td, html[lang=es-ES] .page-bi-inventory td, html[lang=es-ES] .login--page td, html[lang=es-ES] .page-template-lottery td, html[lang=es-ES] .page-template-template-support td, html[lang=es-ES] .onboarding-tailored_page td, html[lang=es-ES] .page-template-template-hardware td, html[lang=es-ES] .page-template-template-videos td, html[lang=es-ES] .page-template-template-online-store td, html[lang=es-ES] .hardware-pricing--revamp td, html[lang=es-ES] .handheld--page td, html[lang=es-ES] .page-template-template-scan-data td, html[lang=es-ES] .page-template-template-about td, html[lang=es-ES] .back-office--control-center td,
  html[lang=es-ES] .back-office--centro-de-control td, html[lang=es-ES] .page-template-template-card-processing td, html[lang=es-ES] .warehouse--page td, html[lang=es-ES] .retail-suite-graphic-design-tool td, html[lang=es-ES] .retail-age--varification td, html[lang=es-ES] .retail-customer--loyalty td, html[lang=es-ES] .retail-suit--uplift td, html[lang=es-ES] .ftx-pos--page td, html[lang=es-ES] .page-template-template-home td, html[lang=es-ES] .page-template-template-cms .cmspage-section td, .page-template-template-cms html[lang=es-ES] .cmspage-section td, html[lang=es-ES] .revamp-font-2024 th, html[lang=es-ES] .hdu-page th, html[lang=es-ES] .testimonial-listing--page th, html[lang=es-ES] .page-template-template-ftx-360 th, html[lang=es-ES] .news-details--page th, html[lang=es-ES] .news-archive--page th, html[lang=es-ES] .page-template-template-smarttill th, html[lang=es-ES] .page-template-template-pos-bundle th, html[lang=es-ES] .page-template-template-ftxinfotech th, html[lang=es-ES] .page-template-template-pos-fb-ads th, html[lang=es-ES] .page-template-tradeshow th, html[lang=es-ES] .page-bi-inventory th, html[lang=es-ES] .login--page th, html[lang=es-ES] .page-template-lottery th, html[lang=es-ES] .page-template-template-support th, html[lang=es-ES] .onboarding-tailored_page th, html[lang=es-ES] .page-template-template-hardware th, html[lang=es-ES] .page-template-template-videos th, html[lang=es-ES] .page-template-template-online-store th, html[lang=es-ES] .hardware-pricing--revamp th, html[lang=es-ES] .handheld--page th, html[lang=es-ES] .page-template-template-scan-data th, html[lang=es-ES] .page-template-template-about th, html[lang=es-ES] .back-office--control-center th,
  html[lang=es-ES] .back-office--centro-de-control th, html[lang=es-ES] .page-template-template-card-processing th, html[lang=es-ES] .warehouse--page th, html[lang=es-ES] .retail-suite-graphic-design-tool th, html[lang=es-ES] .retail-age--varification th, html[lang=es-ES] .retail-customer--loyalty th, html[lang=es-ES] .retail-suit--uplift th, html[lang=es-ES] .ftx-pos--page th, html[lang=es-ES] .page-template-template-home th, html[lang=es-ES] .page-template-template-cms .cmspage-section th, .page-template-template-cms html[lang=es-ES] .cmspage-section th {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
  }
  html[lang=es-ES] .revamp-font-2024 .btn-blue, html[lang=es-ES] .hdu-page .btn-blue, html[lang=es-ES] .testimonial-listing--page .btn-blue, html[lang=es-ES] .page-template-template-ftx-360 .btn-blue, html[lang=es-ES] .news-details--page .btn-blue, html[lang=es-ES] .news-archive--page .btn-blue, html[lang=es-ES] .page-template-template-smarttill .btn-blue, html[lang=es-ES] .page-template-template-pos-bundle .btn-blue, html[lang=es-ES] .page-template-template-ftxinfotech .btn-blue, html[lang=es-ES] .page-template-template-pos-fb-ads .btn-blue, html[lang=es-ES] .page-template-tradeshow .btn-blue, html[lang=es-ES] .page-bi-inventory .btn-blue, html[lang=es-ES] .login--page .btn-blue, html[lang=es-ES] .page-template-lottery .btn-blue, html[lang=es-ES] .page-template-template-support .btn-blue, html[lang=es-ES] .onboarding-tailored_page .btn-blue, html[lang=es-ES] .page-template-template-hardware .btn-blue, html[lang=es-ES] .page-template-template-videos .btn-blue, html[lang=es-ES] .page-template-template-online-store .btn-blue, html[lang=es-ES] .revamp-font-2024 .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .hdu-page .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .testimonial-listing--page .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-ftx-360 .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .news-details--page .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .news-archive--page .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-smarttill .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-pos-bundle .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-ftxinfotech .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-pos-fb-ads .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-tradeshow .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-bi-inventory .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .login--page .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-lottery .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-support .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .onboarding-tailored_page .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-hardware .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-videos .pricing-data--table #pricingTab .nav-item .nav-link, html[lang=es-ES] .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .revamp-font-2024 .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .hdu-page .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .testimonial-listing--page .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-ftx-360 .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .news-details--page .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .news-archive--page .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-smarttill .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-pos-bundle .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-ftxinfotech .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-pos-fb-ads .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-tradeshow .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-bi-inventory .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .login--page .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-lottery .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-support .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .onboarding-tailored_page .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-hardware .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-videos .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-online-store .nav-link, html[lang=es-ES] .hardware-pricing--revamp .btn-blue, html[lang=es-ES] .hardware-pricing--revamp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .hardware-pricing--revamp .nav-link, html[lang=es-ES] .handheld--page .btn-blue, html[lang=es-ES] .handheld--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .handheld--page .nav-link, html[lang=es-ES] .page-template-template-scan-data .btn-blue, html[lang=es-ES] .page-template-template-scan-data .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-scan-data .nav-link, html[lang=es-ES] .page-template-template-about .btn-blue, html[lang=es-ES] .page-template-template-about .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-about .nav-link, html[lang=es-ES] .back-office--control-center .btn-blue, html[lang=es-ES] .back-office--control-center .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .back-office--control-center .nav-link,
  html[lang=es-ES] .back-office--centro-de-control .btn-blue,
  html[lang=es-ES] .back-office--centro-de-control .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .back-office--centro-de-control .nav-link, html[lang=es-ES] .page-template-template-card-processing .btn-blue, html[lang=es-ES] .page-template-template-card-processing .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-card-processing .nav-link, html[lang=es-ES] .warehouse--page .btn-blue, html[lang=es-ES] .warehouse--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .warehouse--page .nav-link, html[lang=es-ES] .retail-suite-graphic-design-tool .btn-blue, html[lang=es-ES] .retail-suite-graphic-design-tool .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .retail-suite-graphic-design-tool .nav-link, html[lang=es-ES] .retail-age--varification .btn-blue, html[lang=es-ES] .retail-age--varification .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .retail-age--varification .nav-link, html[lang=es-ES] .retail-customer--loyalty .btn-blue, html[lang=es-ES] .retail-customer--loyalty .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .retail-customer--loyalty .nav-link, html[lang=es-ES] .revamp-font-2024 .cta-green, html[lang=es-ES] .hdu-page .cta-green, html[lang=es-ES] .testimonial-listing--page .cta-green, html[lang=es-ES] .page-template-template-ftx-360 .cta-green, html[lang=es-ES] .news-details--page .cta-green, html[lang=es-ES] .news-archive--page .cta-green, html[lang=es-ES] .page-template-template-smarttill .cta-green, html[lang=es-ES] .page-template-template-pos-bundle .cta-green, html[lang=es-ES] .page-template-template-ftxinfotech .cta-green, html[lang=es-ES] .page-template-template-pos-fb-ads .cta-green, html[lang=es-ES] .page-template-tradeshow .cta-green, html[lang=es-ES] .page-bi-inventory .cta-green, html[lang=es-ES] .login--page .cta-green, html[lang=es-ES] .page-template-lottery .cta-green, html[lang=es-ES] .page-template-template-support .cta-green, html[lang=es-ES] .onboarding-tailored_page .cta-green, html[lang=es-ES] .page-template-template-hardware .cta-green, html[lang=es-ES] .page-template-template-videos .cta-green, html[lang=es-ES] .page-template-template-online-store .cta-green, html[lang=es-ES] .hardware-pricing--revamp .cta-green, html[lang=es-ES] .handheld--page .cta-green, html[lang=es-ES] .page-template-template-scan-data .cta-green, html[lang=es-ES] .page-template-template-about .cta-green, html[lang=es-ES] .back-office--control-center .cta-green,
  html[lang=es-ES] .back-office--centro-de-control .cta-green, html[lang=es-ES] .page-template-template-card-processing .cta-green, html[lang=es-ES] .warehouse--page .cta-green, html[lang=es-ES] .retail-suite-graphic-design-tool .cta-green, html[lang=es-ES] .retail-age--varification .cta-green, html[lang=es-ES] .retail-customer--loyalty .cta-green, html[lang=es-ES] .retail-suit--uplift .btn-blue, html[lang=es-ES] .retail-suit--uplift .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .retail-suit--uplift .nav-link, html[lang=es-ES] .retail-suit--uplift .cta-green, html[lang=es-ES] .ftx-pos--page .btn-blue, html[lang=es-ES] .ftx-pos--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .ftx-pos--page .nav-link, html[lang=es-ES] .ftx-pos--page .cta-green, html[lang=es-ES] .page-template-template-home .btn-blue, html[lang=es-ES] .page-template-template-home .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-home .nav-link, html[lang=es-ES] .page-template-template-home .cta-green, html[lang=es-ES] .page-template-template-cms .cmspage-section .btn-blue, html[lang=es-ES] .page-template-template-cms .cmspage-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-cms .cmspage-section .nav-link, html[lang=es-ES] .page-template-template-cms .cmspage-section .cta-green, .page-template-template-cms html[lang=es-ES] .cmspage-section .btn-blue, .page-template-template-cms html[lang=es-ES] .cmspage-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-cms html[lang=es-ES] .cmspage-section .nav-link, .page-template-template-cms html[lang=es-ES] .cmspage-section .cta-green, html[lang=es-ES] .revamp-font-2024 .btn-blue-outline, html[lang=es-ES] .hdu-page .btn-blue-outline, html[lang=es-ES] .testimonial-listing--page .btn-blue-outline, html[lang=es-ES] .page-template-template-ftx-360 .btn-blue-outline, html[lang=es-ES] .news-details--page .btn-blue-outline, html[lang=es-ES] .news-archive--page .btn-blue-outline, html[lang=es-ES] .page-template-template-smarttill .btn-blue-outline, html[lang=es-ES] .page-template-template-pos-bundle .btn-blue-outline, html[lang=es-ES] .page-template-template-ftxinfotech .btn-blue-outline, html[lang=es-ES] .page-template-template-pos-fb-ads .btn-blue-outline, html[lang=es-ES] .page-template-tradeshow .btn-blue-outline, html[lang=es-ES] .page-bi-inventory .btn-blue-outline, html[lang=es-ES] .login--page .btn-blue-outline, html[lang=es-ES] .page-template-lottery .btn-blue-outline, html[lang=es-ES] .page-template-template-support .btn-blue-outline, html[lang=es-ES] .onboarding-tailored_page .btn-blue-outline, html[lang=es-ES] .page-template-template-hardware .btn-blue-outline, html[lang=es-ES] .page-template-template-videos .btn-blue-outline, html[lang=es-ES] .page-template-template-online-store .btn-blue-outline, html[lang=es-ES] .hardware-pricing--revamp .btn-blue-outline, html[lang=es-ES] .handheld--page .btn-blue-outline, html[lang=es-ES] .page-template-template-scan-data .btn-blue-outline, html[lang=es-ES] .page-template-template-about .btn-blue-outline, html[lang=es-ES] .back-office--control-center .btn-blue-outline,
  html[lang=es-ES] .back-office--centro-de-control .btn-blue-outline, html[lang=es-ES] .page-template-template-card-processing .btn-blue-outline, html[lang=es-ES] .warehouse--page .btn-blue-outline, html[lang=es-ES] .retail-suite-graphic-design-tool .btn-blue-outline, html[lang=es-ES] .retail-age--varification .btn-blue-outline, html[lang=es-ES] .retail-customer--loyalty .btn-blue-outline, html[lang=es-ES] .retail-suit--uplift .btn-blue-outline, html[lang=es-ES] .ftx-pos--page .btn-blue-outline, html[lang=es-ES] .page-template-template-home .btn-blue-outline, html[lang=es-ES] .page-template-template-cms .cmspage-section .btn-blue-outline, .page-template-template-cms html[lang=es-ES] .cmspage-section .btn-blue-outline {
    font-size: 20px;
    line-height: 1rem;
    padding: 18px 22px;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .heading-27, html[lang=es-ES] .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .pro-title, html[lang=es-ES] .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] h3, html[lang=es-ES] .recent-article .most-recent_title a, html[lang=es-ES] .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] a, html[lang=es-ES] .recent-article .most-recent_title, html[lang=es-ES] .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .recent-library .most-recent_title, .recent-article html[lang=es-ES] .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .most-recent_title, html[lang=es-ES] .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .agreements-block-title, html[lang=es-ES] .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] a, html[lang=es-ES] .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
  html[lang=es-ES] p, html[lang=es-ES] .description, html[lang=es-ES] .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-numbers, html[lang=es-ES] .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .content, html[lang=es-ES] .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .latest-post-title, html[lang=es-ES] .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] a.dropdown-item, html[lang=es-ES] ul, html[lang=es-ES] ul li, html[lang=es-ES] .site-info, html[lang=es-ES] table, html[lang=es-ES] tr, html[lang=es-ES] td, html[lang=es-ES] ul li a, html[lang=es-ES] .site-content .site-main a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
  }
  html[lang=es-ES] .site-content .site-main .btn-blue, html[lang=es-ES] .site-content .site-main .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .site-content .site-main .nav-link, html[lang=es-ES] .site-content .site-main .cta-green, html[lang=es-ES] .site-content .site-main .btn-blue-outline, html[lang=es-ES] .site-content .site-main .learn-more, html[lang=es-ES] .site-content .site-main .learn-more--fill {
    font-size: 20px;
    line-height: 1rem;
    padding: 18px 22px;
  }
}

.wpforms-container.wpforms-container-full .wpforms-field {
  padding: 0 0 25px 0 !important;
}
@media (min-width: 1921px) {
  .wpforms-container.wpforms-container-full .wpforms-field {
    padding: 0 0 30px 0 !important;
    padding-top: 5px !important;
  }
}
@media (max-width: 767px) {
  .wpforms-container.wpforms-container-full .wpforms-field {
    padding: 0 0 20px 0 !important;
  }
}
.wpforms-container.wpforms-container-full label.wpforms-error,
.wpforms-container.wpforms-container-full em.wpforms-error {
  text-align: left;
  margin-top: 12px !important;
}
.wpforms-container.wpforms-container-full label.wpforms-error,
.wpforms-container.wpforms-container-full em.wpforms-error {
  position: absolute !important;
  margin: 0 !important;
  font-size: 12px !important;
}
@media (min-width: 1921px) {
  .wpforms-container.wpforms-container-full label.wpforms-error,
  .wpforms-container.wpforms-container-full em.wpforms-error {
    font-size: 15px !important;
  }
}
.wpforms-container.wpforms-container-full .wpforms-form label.wpforms-error:before,
.wpforms-container.wpforms-container-full .wpforms-form em.wpforms-error:before {
  content: none !important;
}
.wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label {
  width: 100% !important;
  text-align: left !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
@media (min-width: 1921px) {
  .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label {
    font-size: 20px !important;
  }
}
.wpforms-container.wpforms-container-full .wpforms-field p {
  margin-bottom: 15px !important;
}
.wpforms-container.wpforms-container-full input, .wpforms-container.wpforms-container-full textarea, .wpforms-container.wpforms-container-full select {
  border: 1px solid #e5e5e5 !important;
  background: #ffffff !important;
  font-size: 17px !important;
  color: #222222 !important;
  font-family: "Myriad Pro" !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  height: 45px;
}
@media (min-width: 1921px) {
  .wpforms-container.wpforms-container-full input, .wpforms-container.wpforms-container-full textarea, .wpforms-container.wpforms-container-full select {
    font-size: 20px !important;
  }
}
.wpforms-container.wpforms-container-full input::-moz-placeholder, .wpforms-container.wpforms-container-full textarea::-moz-placeholder, .wpforms-container.wpforms-container-full select::-moz-placeholder {
  font-size: 17px !important;
  color: #222222 !important;
  opacity: 0.5 !important;
}
.wpforms-container.wpforms-container-full input::placeholder, .wpforms-container.wpforms-container-full textarea::placeholder, .wpforms-container.wpforms-container-full select::placeholder {
  font-size: 17px !important;
  color: #222222 !important;
  opacity: 0.5 !important;
}
@media (min-width: 1921px) {
  .wpforms-container.wpforms-container-full input::-moz-placeholder, .wpforms-container.wpforms-container-full textarea::-moz-placeholder, .wpforms-container.wpforms-container-full select::-moz-placeholder {
    font-size: 20px !important;
  }
  .wpforms-container.wpforms-container-full input::placeholder, .wpforms-container.wpforms-container-full textarea::placeholder, .wpforms-container.wpforms-container-full select::placeholder {
    font-size: 20px !important;
  }
}
.wpforms-container.wpforms-container-full input:focus, .wpforms-container.wpforms-container-full textarea:focus, .wpforms-container.wpforms-container-full select:focus {
  box-shadow: none !important;
}
.wpforms-container.wpforms-container-full input[type=checkbox],
.wpforms-container.wpforms-container-full input[type=radio] {
  padding: 0 !important;
  margin-right: 10px;
}
.wpforms-container.wpforms-container-full input[type=checkbox] + label,
.wpforms-container.wpforms-container-full input[type=radio] + label {
  font-size: 17px !important;
  color: #222222 !important;
  padding: 0 !important;
  text-align: left;
}
@media (min-width: 1921px) {
  .wpforms-container.wpforms-container-full input[type=checkbox] + label,
  .wpforms-container.wpforms-container-full input[type=radio] + label {
    font-size: 20px !important;
  }
}
.wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-select select {
  cursor: pointer;
  outline: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 12px !important;
  line-height: 20px !important;
  padding-right: 40px !important;
  height: auto;
  white-space: normal;
}
.wpforms-container.wpforms-container-full button[type=submit] {
  border-radius: 25px !important;
  padding: 10px 20px 10px 20px !important;
  padding: 10px 20px !important;
  min-width: 220px !important;
  height: 45px;
  font-size: 18px !important;
  font-weight: 600 !important;
  background-color: #467FF7 !important;
}
.wpforms-container.wpforms-container-full button[type=submit]:hover {
  background-color: #1a48a5 !important;
}
@media (min-width: 1921px) {
  .wpforms-container.wpforms-container-full button[type=submit] {
    font-size: 20px !important;
  }
}
@media (max-width: 1024px) {
  .wpforms-container.wpforms-container-full button[type=submit] {
    min-width: auto !important;
  }
}
.wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-captcha .wpforms-captcha-math {
  display: flex;
  align-items: center;
}
.wpforms-container.wpforms-container-full .wpforms-field.wpforms-field-captcha .wpforms-captcha-math input {
  width: 150px !important;
}

.cta-popup .wpforms-container.wpforms-container-full button[type=submit] {
  width: 100%;
  background-color: #467FF7 !important;
}
.cta-popup .wpforms-container.wpforms-container-full button[type=submit]:hover {
  background-color: #1a48a5 !important;
}

.watch-a-demo---form.wpforms-container input, .watch-a-demo---form.wpforms-container select, .watch-a-demo---form.wpforms-container textarea {
  border-radius: 50px !important;
  background: rgb(236, 242, 255) !important;
  border: 0 !important;
}
.watch-a-demo---form.wpforms-container textarea {
  padding: 20px !important;
}
.watch-a-demo---form.wpforms-container button[type=submit] {
  width: 100% !important;
  display: block !important;
  background-color: #467FF7 !important;
}
.watch-a-demo---form.wpforms-container button[type=submit]:hover {
  background-color: #1a48a5 !important;
}

.cta-demo-iframe-cls .wpforms-container.wpforms-container-full button[type=submit] {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #467FF7 !important;
}
.cta-demo-iframe-cls .wpforms-container.wpforms-container-full button[type=submit]:hover {
  background-color: #1a48a5 !important;
}

.adpro-page--form.wpforms-container input {
  border-color: #F37530 !important;
}
.adpro-page--form.wpforms-container input::-moz-placeholder {
  font-size: 14px !important;
}
.adpro-page--form.wpforms-container input::placeholder {
  font-size: 14px !important;
}
.adpro-page--form.wpforms-container button[type=submit] {
  background: #F37530 !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  width: 100%;
}

#QualifyForFreePOSsticky .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
#QualifyForFreePOS .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
.postid-29 #PricingDataFormPOS .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
.postid-29 #PricingDataForm .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
#QualifyForFreePOSNew .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
#QualifyForFreePOSZero .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
.footer-subscribe--form.wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
.pricing-get--form.wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
.page-template-template-ftxcommerce_pricing #PricingDataForm .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label,
.page-template-template-ftxcommerce_pricing #PricingDataFormPOS .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label {
  color: #ffffff !important;
}
#QualifyForFreePOSsticky .wpforms-container.wpforms-container-full .wpforms-captcha-equation,
#QualifyForFreePOS .wpforms-container.wpforms-container-full .wpforms-captcha-equation,
.postid-29 #PricingDataFormPOS .wpforms-container.wpforms-container-full .wpforms-captcha-equation,
.postid-29 #PricingDataForm .wpforms-container.wpforms-container-full .wpforms-captcha-equation,
#QualifyForFreePOSNew .wpforms-container.wpforms-container-full .wpforms-captcha-equation,
#QualifyForFreePOSZero .wpforms-container.wpforms-container-full .wpforms-captcha-equation,
.footer-subscribe--form.wpforms-container.wpforms-container-full .wpforms-captcha-equation,
.pricing-get--form.wpforms-container.wpforms-container-full .wpforms-captcha-equation,
.page-template-template-ftxcommerce_pricing #PricingDataForm .wpforms-container.wpforms-container-full .wpforms-captcha-equation,
.page-template-template-ftxcommerce_pricing #PricingDataFormPOS .wpforms-container.wpforms-container-full .wpforms-captcha-equation {
  color: #ffffff !important;
}

.footer-subscribe--form.wpforms-container.wpforms-container-full input {
  border-radius: 0 !important;
  border-left: 4px solid #467FF7 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}
.footer-subscribe--form.wpforms-container.wpforms-container-full button[type=submit] {
  border-radius: 0 !important;
  background-color: #467FF7 !important;
  border: 0 !important;
}
.footer-subscribe--form.wpforms-container.wpforms-container-full button[type=submit]:hover {
  background-color: #1a48a5 !important;
}

/* WP Forms Common changes END || Cache Policy CSS Start */
.cky-audit-table .cky-cookie-des-table li {
  list-style-type: none;
  display: flex;
  padding: 3px 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
}

.cky-consent-container .cky-notice-des, .cky-consent-container .cky-title {
  text-align: center !important;
}

.cky-notice-btn-wrapper {
  display: block !important;
  text-align: center !important;
}

button.cky-btn.cky-btn-reject {
  display: none;
}

.cky-btn {
  padding: 8px 20px !important;
}

.cky-modal button.cky-btn.cky-btn-reject {
  display: block;
}

@media (max-width: 576px) {
  .cky-prefrence-btn-wrapper {
    flex-direction: row !important;
  }
}
@media (max-width: 440px) {
  .cky-btn {
    width: auto !important;
  }
  .cky-notice-btn-wrapper {
    flex-direction: row !important;
  }
}
/* Cache Policy CSS END */
.video-btn--effect {
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  z-index: 1;
  border-radius: 100%;
  background: #1C6EF8;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.video-btn--effect .fa {
  color: #ffffff;
}
.video-btn--effect:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #467FF7;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-double--arrow span {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .btn-double--arrow span {
    position: relative;
    top: 2px;
  }
}
.btn-double--arrow span svg {
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.btn-double--arrow span svg path {
  fill: #000000;
}
@media (min-width: 1921px) {
  .btn-double--arrow span svg {
    width: 16px;
  }
}
.btn-double--arrow:hover span svg {
  left: 5px;
}

.watch-video--link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  color: #467FF7;
}
.watch-video--link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30' fill='none'%3E%3Cpath d='M15.5153 28.588C23.0313 28.588 29.1242 22.5112 29.1242 15.015C29.1242 7.51882 23.0313 1.44196 15.5153 1.44196C7.99922 1.44196 1.90625 7.51882 1.90625 15.015C1.90625 22.5112 7.99922 28.588 15.5153 28.588Z' fill='white' stroke='%231C6EF8' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1066 14.8056L11.7416 20.6002L11.5176 9.42981L21.1066 14.8056Z' fill='%231C6EF8'/%3E%3C/svg%3E");
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-left: 5px;
}
.watch-video--link:hover {
  color: #141F7D;
}
.watch-video--link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30' fill='none'%3E%3Cpath d='M15.5153 28.588C23.0313 28.588 29.1242 22.5112 29.1242 15.015C29.1242 7.51882 23.0313 1.44196 15.5153 1.44196C7.99922 1.44196 1.90625 7.51882 1.90625 15.015C1.90625 22.5112 7.99922 28.588 15.5153 28.588Z' fill='white' stroke='%23141F7D' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1066 14.8056L11.7416 20.6002L11.5176 9.42981L21.1066 14.8056Z' fill='%23141F7D'/%3E%3C/svg%3E");
}
@media (min-width: 1921px) {
  .watch-video--link {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .watch-video--link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .watch-video--link {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    justify-content: center;
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.watch-video {
  width: 110px;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #467FF7;
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.watch-video:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #467FF7;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.watch-video svg {
  width: 45px;
}
.watch-video svg path {
  fill: #ffffff;
}
@media (max-width: 1440px) {
  .watch-video {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .watch-video {
    width: 70px;
    height: 70px;
  }
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  background: #d9e7ff;
  border-radius: 50%;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  background-color: #041538;
}

.heading-22, .cta-menu--section ul li a, .cta-menu--section .menu-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .heading-22, .cta-menu--section ul li a, .cta-menu--section .menu-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .heading-22, .cta-menu--section ul li a, .cta-menu--section .menu-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .heading-22, .cta-menu--section ul li a, .cta-menu--section .menu-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}

div.wpforms-container-full .wpforms-confirmation-container-full {
  background: #f0f3ed !important;
  border: 5px solid #9abd7f !important;
  box-sizing: border-box !important;
  font-size: 17px !important;
  border-radius: 15px !important;
  font-weight: 600 !important;
  padding: 10px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media (max-width: 1200px) {
  div.wpforms-container-full .wpforms-confirmation-container-full {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  div.wpforms-container-full:not(:empty) {
    margin: 20px 0 !important;
  }
}

@media (max-width: 991px) {
  .wpforms-container.wpforms-container-full .wpforms-field {
    padding: 0 0 18px 0 !important;
  }
}

body.modal-open.wizard-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1921px) {
  html[lang=es-ES] .cta-popup .modal-content {
    max-width: 650px;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .wizard-form--style .modal-content {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  html[lang=es-ES] .page-template-template-online-store .hero-section .btn-blue, html[lang=es-ES] .page-template-template-online-store .hero-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-online-store .hero-section .nav-link, html[lang=es-ES] .page-template-template-online-store .hero-section .cta-green, html[lang=es-ES] .page-template-template-online-store .hero-section .btn-blue-outline {
    margin: 0 8px 0;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .page-template-template-online-store .hero-section .btn-blue, html[lang=es-ES] .page-template-template-online-store .hero-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-online-store .hero-section .nav-link, html[lang=es-ES] .page-template-template-online-store .hero-section .cta-green, html[lang=es-ES] .page-template-template-online-store .hero-section .btn-blue-outline {
    margin: 0 auto 0;
  }
}
@media (max-width: 1199px) {
  html[lang=es-ES] .single-back-office .hero-section .btn-blue, html[lang=es-ES] .single-back-office .hero-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .single-back-office .hero-section .nav-link, html[lang=es-ES] .single-back-office .hero-section .cta-green, html[lang=es-ES] .single-back-office .hero-section .btn-blue-outline, html[lang=es-ES] .single-retail-suite .hero-section .btn-blue, html[lang=es-ES] .single-retail-suite .hero-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .single-retail-suite .hero-section .nav-link, html[lang=es-ES] .single-retail-suite .hero-section .cta-green, html[lang=es-ES] .single-retail-suite .hero-section .btn-blue-outline {
    margin: 15px 8px 0;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .single-back-office .hero-section .btn-blue, html[lang=es-ES] .single-back-office .hero-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .single-back-office .hero-section .nav-link, html[lang=es-ES] .single-back-office .hero-section .cta-green, html[lang=es-ES] .single-back-office .hero-section .btn-blue-outline, html[lang=es-ES] .single-retail-suite .hero-section .btn-blue, html[lang=es-ES] .single-retail-suite .hero-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .single-retail-suite .hero-section .nav-link, html[lang=es-ES] .single-retail-suite .hero-section .cta-green, html[lang=es-ES] .single-retail-suite .hero-section .btn-blue-outline {
    margin: 10px auto 0;
  }
}
@media (max-width: 1080px) {
  html[lang=es-ES] .cta-section .col-sm-8 {
    margin-bottom: 20px !important;
  }
  html[lang=es-ES] .cta-section .col-sm-8,
  html[lang=es-ES] .cta-section .col-sm-4 {
    width: 100%;
    text-align: center !important;
  }
  html[lang=es-ES] .cta-section .section-description {
    padding-right: 0;
  }
}
@media (max-width: 389px) {
  html[lang=es-ES] .cta-section .cta-btn {
    padding: 8px;
    line-height: 30px;
    height: auto;
  }
}

button.arrow-link {
  background: transparent;
  box-shadow: unset;
  border: 0;
  outline: none;
}

.arrow-link {
  font-weight: 600;
  color: #000000;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1921px) {
  .arrow-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1rem;
  }
}
.arrow-link span {
  color: #467FF7;
  padding-left: 10px;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: center;
}
.arrow-link span svg {
  width: 20px;
  position: relative;
  top: 2px;
}
.arrow-link span svg path {
  fill: #467FF7;
  stroke: #467FF7;
}
@media (max-width: 1440px) {
  .arrow-link span svg {
    width: 18px;
  }
}
.arrow-link:hover span {
  padding-left: 15px;
}

/* Safari only */
@supports (-webkit-hyphens: none) {
  .arrow-link span svg {
    top: 0 !important; /* force for Safari */
  }
}
.transparent-btn {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.woocommerce .button,
.btn-blue,
.pricing-data--table #pricingTab .nav-item .nav-link,
.cta-green,
.btn-blue-outline {
  border-radius: 50px;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1rem;
  transition: all 0.3s ease-in-out 0s;
  color: #ffffff;
  border: 1px solid #467FF7;
  background-color: #467FF7;
  padding: 15px 25px;
  font-weight: 600;
  min-width: 220px;
}
@media (min-width: 1921px) {
  .woocommerce .button,
  .btn-blue,
  .pricing-data--table #pricingTab .nav-item .nav-link,
  .cta-green,
  .btn-blue-outline {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 18px 35px;
    line-height: 1rem;
  }
}
@media (max-width: 1440px) {
  .woocommerce .button,
  .btn-blue,
  .pricing-data--table #pricingTab .nav-item .nav-link,
  .cta-green,
  .btn-blue-outline {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1024px) {
  .woocommerce .button,
  .btn-blue,
  .pricing-data--table #pricingTab .nav-item .nav-link,
  .cta-green,
  .btn-blue-outline {
    min-width: inherit;
  }
}
.woocommerce .button:hover,
.btn-blue:hover,
.pricing-data--table #pricingTab .nav-item .nav-link:hover,
.cta-green:hover,
.btn-blue-outline:hover {
  background: #ffffff;
  color: #467FF7;
}

.btn-blue-outline {
  color: #467FF7;
  background-color: #ffffff;
}
.btn-blue-outline:hover {
  background: #467FF7;
  color: #ffffff;
}

.arrow-list, .started-pos-section ul, .queue-features-section ul, .whats-included-section .whats-included-inner .ft-box .ft-content ul {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .arrow-list, .started-pos-section ul, .queue-features-section ul, .whats-included-section .whats-included-inner .ft-box .ft-content ul {
    display: table;
    margin: 15px auto;
    text-align: left;
  }
}
.arrow-list li, .started-pos-section ul li, .queue-features-section ul li, .whats-included-section .whats-included-inner .ft-box .ft-content ul li {
  color: #000000;
  position: relative;
  padding: 0 0 10px 35px;
}
.arrow-list li:before, .started-pos-section ul li:before, .queue-features-section ul li:before, .whats-included-section .whats-included-inner .ft-box .ft-content ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23467FF7'%3E%3C/circle%3E%3Cpath d='M17.6863 7.01835C18.189 6.8668 19.045 7.69343 19.4118 8.05164C19.6971 8.32719 20.1863 8.65784 19.9281 9.08494L11.477 18.9908L5.0504 13.4386C4.86018 13.0803 5.25421 12.6946 5.4716 12.4053C5.74334 12.0471 6.49062 11.0964 6.89823 11.1378C7.46888 11.1929 10.3901 14.1963 11.083 14.6647L17.6863 7.01835Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (min-width: 1921px) {
  .arrow-list li::before, .started-pos-section ul li::before, .queue-features-section ul li::before, .whats-included-section .whats-included-inner .ft-box .ft-content ul li::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1440px) {
  .arrow-list li, .started-pos-section ul li, .queue-features-section ul li, .whats-included-section .whats-included-inner .ft-box .ft-content ul li {
    padding: 0 0 10px 28px;
  }
  .arrow-list li::before, .started-pos-section ul li::before, .queue-features-section ul li::before, .whats-included-section .whats-included-inner .ft-box .ft-content ul li::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .arrow-list li::before, .started-pos-section ul li::before, .queue-features-section ul li::before, .whats-included-section .whats-included-inner .ft-box .ft-content ul li::before {
    width: 20px;
    height: 20px;
  }
}
.arrow-list li span, .started-pos-section ul li span, .queue-features-section ul li span, .whats-included-section .whats-included-inner .ft-box .ft-content ul li span {
  color: #1A87EF;
  font-weight: 600;
}
.arrow-list li:last-child, .started-pos-section ul li:last-child, .queue-features-section ul li:last-child, .whats-included-section .whats-included-inner .ft-box .ft-content ul li:last-child {
  padding-bottom: 0;
}

.videoPlayPause::before, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .hdu-page .banner-section .hb-video .pause-button::before, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .warehouse-banner--section .banner-image .warehouse--video .pause-button::before, .demo-with-video .banner-image .digital_signage_system_video--video .pause-button::before, .pos-banner--section.hero-section .banner-video--block .banner--video .pause-button::before, .experience-power-customization .experience--video .ex-pause-button::before, .home-banner-section.hero-section .banner-media .pause-button::before {
  z-index: 1;
  color: #ffffff;
  width: 51px;
  height: 51px;
  background-color: #467FF7;
  box-shadow: -0.87px 0.5px 10px rgba(0, 0, 0, 0.6588235294);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 21px;
  left: auto;
  right: 21px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23ffffff' stroke='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3Cpath d='M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}
@media (max-width: 991px) {
  .videoPlayPause::before, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .hdu-page .banner-section .hb-video .pause-button::before, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .warehouse-banner--section .banner-image .warehouse--video .pause-button::before, .demo-with-video .banner-image .digital_signage_system_video--video .pause-button::before, .pos-banner--section.hero-section .banner-video--block .banner--video .pause-button::before, .experience-power-customization .experience--video .ex-pause-button::before, .home-banner-section.hero-section .banner-media .pause-button::before {
    width: 41px;
    height: 41px;
    bottom: 21px;
    right: 21px;
  }
}
@media (max-width: 767px) {
  .videoPlayPause::before, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .hdu-page .banner-section .hb-video .pause-button::before, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button::before, .warehouse-banner--section .banner-image .warehouse--video .pause-button::before, .demo-with-video .banner-image .digital_signage_system_video--video .pause-button::before, .pos-banner--section.hero-section .banner-video--block .banner--video .pause-button::before, .experience-power-customization .experience--video .ex-pause-button::before, .home-banner-section.hero-section .banner-media .pause-button::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.videoPlayPause.paused::before, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx .paused.pause-button::before, .hdu-page .banner-section .hb-video .paused.pause-button::before, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .paused.pause-button::before, .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx .paused.pause-button::before, .warehouse-banner--section .banner-image .warehouse--video .paused.pause-button::before, .demo-with-video .banner-image .digital_signage_system_video--video .paused.pause-button::before, .pos-banner--section.hero-section .banner-video--block .banner--video .paused.pause-button::before, .experience-power-customization .experience--video .paused.ex-pause-button::before, .home-banner-section.hero-section .banner-media .paused.pause-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23fff' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M7 4v16l13 -8z' /%3E%3C/svg%3E");
}

.section-space {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-space-top {
  padding-top: 60px;
}
@media (min-width: 1921px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media (max-width: 1440px) {
  .section-space-top {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  .section-space-top {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .section-space-top {
    padding-top: 30px;
  }
}

.section-space-bottom {
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .section-space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .section-space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 30px;
  }
}

.hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.hero-section .container {
  max-width: 1650px;
}
.hero-section .hero_content {
  max-width: 680px;
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 1600px) {
  .hero-section .hero_content {
    padding-right: 70px;
  }
}
@media (max-width: 1440px) {
  .hero-section .hero_content {
    padding-right: 40px;
  }
}
@media (max-width: 1280px) {
  .hero-section .hero_content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero_content {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero-big_img {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-big_img {
    width: 100%;
    justify-content: center;
  }
}
.hero-section .hero-big_img a {
  display: block;
}
.hero-section .header-h1 {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 66px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .hero-section .header-h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 56px;
  }
}
@media (max-width: 1440px) {
  .hero-section .header-h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  .hero-section .header-h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .hero-section .header-h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .hero-section .header-h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.hero-section p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hero-section p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.hero-section .btn-blue + .btn-blue, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .btn-blue, .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .hero-section .btn-blue + .nav-link, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .nav-link, .hero-section .cta-green + .btn-blue, .hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .hero-section .cta-green + .nav-link, .hero-section .btn-blue + .cta-green, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .cta-green, .hero-section .cta-green + .cta-green, .hero-section .btn-blue-outline + .btn-blue, .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .hero-section .btn-blue-outline + .nav-link, .hero-section .btn-blue-outline + .cta-green, .hero-section .btn-blue + .btn-blue-outline, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .btn-blue-outline, .hero-section .cta-green + .btn-blue-outline, .hero-section .btn-blue-outline + .btn-blue-outline {
  color: #467FF7;
  background-color: #ffffff;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .hero-section .btn-blue + .btn-blue, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .btn-blue, .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .hero-section .btn-blue + .nav-link, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .nav-link, .hero-section .cta-green + .btn-blue, .hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .hero-section .cta-green + .nav-link, .hero-section .btn-blue + .cta-green, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .cta-green, .hero-section .cta-green + .cta-green, .hero-section .btn-blue-outline + .btn-blue, .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .hero-section .btn-blue-outline + .nav-link, .hero-section .btn-blue-outline + .cta-green, .hero-section .btn-blue + .btn-blue-outline, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .btn-blue-outline, .hero-section .cta-green + .btn-blue-outline, .hero-section .btn-blue-outline + .btn-blue-outline {
    margin-left: 0;
    margin-top: 10px;
  }
}
.hero-section .btn-blue + .btn-blue:hover, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue:hover, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .btn-blue:hover, .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .hero-section .btn-blue + .nav-link:hover, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .nav-link:hover, .hero-section .cta-green + .btn-blue:hover, .hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .hero-section .cta-green + .nav-link:hover, .hero-section .btn-blue + .cta-green:hover, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green:hover, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .cta-green:hover, .hero-section .cta-green + .cta-green:hover, .hero-section .btn-blue-outline + .btn-blue:hover, .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .hero-section .btn-blue-outline + .nav-link:hover, .hero-section .btn-blue-outline + .cta-green:hover, .hero-section .btn-blue + .btn-blue-outline:hover, .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline:hover, .pricing-data--table #pricingTab .nav-item .hero-section .nav-link + .btn-blue-outline:hover, .hero-section .cta-green + .btn-blue-outline:hover, .hero-section .btn-blue-outline + .btn-blue-outline:hover {
  color: #ffffff;
  background-color: #467FF7;
}

/* Safari only */
@supports (-webkit-hyphens: none) {
  .arrow-link span svg {
    top: 0 !important; /* force for Safari */
    width: 18px;
  }
}
.slick-arrow {
  width: 40px;
  height: 40px;
  right: -60px;
  background: #467FF7 !important;
  border-radius: 50%;
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -60px;
}
.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
  left: -2px;
}
.slick-arrow:hover {
  opacity: 0.7;
}
@media (max-width: 1440px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
    background-size: 30px;
  }
  .slick-arrow.slick-next::before {
    left: 0;
  }
}

.modal-backdrop.fade.show + .modal-backdrop.fade.show {
  display: none;
}

/*Shail Added for Wpforms Error Message*/
div#wpforms-211164-header-error p {
  color: red;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 20px;
  text-align: center;
}

.pricing_calc {
  margin: 0 auto 30px;
  max-width: 950px;
}
.pricing_calc label {
  font-size: 24px;
}
.pricing_calc .slider-container {
  margin-bottom: 30px;
}
.pricing_calc .label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.pricing_calc .slider-container span {
  font-size: 24px;
  font-weight: normal;
  margin-left: 10px;
}
.pricing_calc input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 4px;
  border-radius: 2px;
  outline: none;
  background: linear-gradient(to right, #467ff7 0%, #467ff7 0%, #F0F0F0 0%, #F0F0F0 100%);
}
.pricing_calc input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: blue;
  border-radius: 50%;
  cursor: pointer;
}
.pricing_calc input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: blue;
  border-radius: 50%;
  cursor: pointer;
}
.pricing_calc .range-label {
  display: flex;
  justify-content: space-between;
}
.pricing_calc .range-label p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 991px) {
  .pricing_calc .slider-container {
    margin-bottom: 20px;
  }
  .pricing_calc .slider-container:last-child {
    margin-bottom: 0;
  }
}

.form-group {
  margin-bottom: 20px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  font-size: 14px;
  text-align: center;
  margin: 15px 0 0 0;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  text-align: left;
  color: #E71212;
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email],
textarea,
select,
.form-select {
  background-color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #222222;
  border-radius: 15px;
  border: 1px solid #CCCCCC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 20px;
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777777;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.form-select::-moz-placeholder {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777777;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.form-select:-moz-placeholder {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777777;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777777;
}
input[type=text].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
input[type=tel].placeholder,
input[type=search].placeholder,
input[type=number].placeholder,
input[type=datetime].placeholder,
input[type=email].placeholder,
textarea.placeholder,
select.placeholder,
.form-select.placeholder {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777777;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
textarea:focus,
select:focus,
.form-select:focus {
  color: #222222;
  border: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 37, 102, 0.25);
}
@media (max-width: 1199px) {
  input[type=text],
  input[type=password],
  input[type=url],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=datetime],
  input[type=email],
  textarea,
  select,
  .form-select {
    height: 50px;
  }
}

textarea.form-control {
  height: 150px;
  padding: 15px 20px;
  border: none;
  resize: none;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #CCCCCC;
}
textarea.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 37, 102, 0.25);
  border-color: #CCCCCC;
}
@media (max-width: 1199px) {
  textarea.form-control {
    height: 100px;
  }
}

.custom-checkbox a {
  color: #0075FF;
}
.custom-checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.custom-checkbox .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  color: #444444;
}
.custom-checkbox .styled-checkbox + label .check-txt {
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  float: left;
  padding-left: 40px;
  position: relative;
  top: 5px;
}
.custom-checkbox .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #444444;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-checkbox .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.custom-checkbox .styled-checkbox:checked + label:before {
  background: #011A41;
}
.custom-checkbox .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.custom-checkbox .styled-checkbox:checked + label:after {
  color: #ffffff;
  background: #ffffff;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 0;
  height: 0;
}

.drop-zone {
  width: 100%;
  max-width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  color: #cccccc;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 30px;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  background: transparent;
  text-align: center;
  transform: translateY(-50%);
  width: calc(100% - 60px);
}

.custom-radio-button [type=radio]:checked,
.custom-radio-button [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-button [type=radio]:checked + label,
.custom-radio-button [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
}
.custom-radio-button [type=radio]:checked + label:before,
.custom-radio-button [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #DFDFDF;
  border-radius: 100%;
  background-color: #ffffff;
}
.custom-radio-button [type=radio]:checked + label:after,
.custom-radio-button [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #011A41;
  position: absolute;
  top: 5px;
  left: 7px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.custom-radio-button [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-radio-button [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

input[type=search]:focus {
  box-shadow: none;
  background-color: #F2F8FC;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

header {
  background-color: #031234;
  padding: 0;
  transition: all ease-in 0.5s;
  position: relative;
}
header .container-header {
  max-width: 1650px;
  position: relative;
}
header .header-top {
  padding: 15px 0;
  transition: all ease-in 0.5s;
  background: url(/wp-content/themes/goftx/dist/images/header-bg.jpg) no-repeat center/cover;
}
header .header-navigation {
  padding: 15px 0;
  transition: all ease-in 0.5s;
}
header .header-navigation .header-nav {
  width: 62%;
}
@media (max-width: 1279px) {
  header .header-navigation {
    padding: 0;
  }
  header .header-navigation .wpmegamenu-toggle {
    display: none !important;
  }
}
header .site-logo {
  position: relative;
  left: 0;
}
header .site-logo a {
  display: inline-block;
}
header .site-logo img {
  width: auto;
  max-width: 100%;
  max-height: 70px;
}
@media (max-width: 1199px) {
  header .site-logo {
    position: relative;
    margin-left: 0;
    left: 0;
  }
}
header .header-top-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1919px) {
  header .header-top-right {
    margin-left: 0;
  }
}
header .header-top-right .learn-more, header .header-top-right .learn-more--fill {
  font-size: 20px;
}
header .header-top-right .learn-more.header-sign-btn, header .header-top-right .header-sign-btn.learn-more--fill {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  order: 1;
  margin-right: 10px;
  color: #ffffff;
  line-height: 1rem;
  flex-direction: column-reverse;
  min-width: auto;
}
@media (max-width: 767px) {
  header .header-top-right .learn-more.header-sign-btn, header .header-top-right .header-sign-btn.learn-more--fill {
    width: auto;
  }
}
header .header-top-right .learn-more.header-sign-btn img, header .header-top-right .header-sign-btn.learn-more--fill img {
  display: block;
  width: 30px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  header .header-top-right .learn-more.header-sign-btn, header .header-top-right .header-sign-btn.learn-more--fill {
    display: none;
  }
}
header .header-top-right .learn-more.schedule-btn, header .header-top-right .schedule-btn.learn-more--fill {
  padding: 0 25px;
  height: 50px;
  line-height: 46px;
  margin: 0 20px;
  color: #ffffff;
  background: #1B6DF7;
  border-color: #1B6DF7;
  min-width: auto;
}
header .header-top-right .learn-more.schedule-btn i, header .header-top-right .schedule-btn.learn-more--fill i {
  margin-left: 5px;
}
header .header-top-right .learn-more.schedule-btn:hover, header .header-top-right .schedule-btn.learn-more--fill:hover {
  background-color: #ffffff;
  color: #1B6DF7;
}
header .header-top-right .learn-more.schedule-btn i, header .header-top-right .schedule-btn.learn-more--fill i {
  padding-left: 3px;
}
@media (max-width: 1279px) {
  header .header-top-right .learn-more.schedule-btn i, header .header-top-right .schedule-btn.learn-more--fill i {
    display: none;
  }
}
header .header-top-right .learn-more.schedule-btn span, header .header-top-right .schedule-btn.learn-more--fill span {
  font-weight: 600;
}
header .header-top-right .tel-link {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-top-right .tel-link .tel-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #1B6DF7;
}
@media (max-width: 1279px) {
  header .header-top-right .tel-link {
    display: none;
  }
}
header .header-top-right .tel-link .tel-text {
  margin: 0 0px 0 10px;
}
@media (max-width: 767px) {
  header .header-top-right .tel-link .tel-text {
    font-size: 0;
  }
}
header .header-top-right .wpmegamenu-toggle {
  display: block;
}
@media (min-width: 1280px) {
  header .header-top-right .wpmegamenu-toggle {
    display: none;
  }
}
header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper li a, header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper li span {
  font-family: "Myriad Pro";
}
header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper .desk-hide, header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper .wc-quote-li {
  display: block;
}
@media (min-width: 1280px) {
  header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper .desk-hide, header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper .wc-quote-li {
    display: none;
  }
}
@media (max-width: 1279px) {
  header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper .wc-quote-li {
    display: block !important;
  }
}
@media (max-width: 1279px) {
  header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper .wc-quote-li .dashicons {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  header .header-nav .wp-megamenu-main-wrapper .wpmm-mega-wrapper .wc-quote-li .wc-quote-text {
    font-size: 15px !important;
    padding: 15px;
  }
}
header .right-side-menu {
  display: none;
}
@media (min-width: 1280px) {
  header .right-side-menu {
    display: block;
  }
}
header .right-side-menu ul.wpmm-mega-wrapper li {
  float: none;
  height: auto;
  margin: 0 5px;
  line-height: 1.5;
  border-top: none;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
header .right-side-menu ul.wpmm-mega-wrapper li > a {
  font-weight: normal;
  display: block;
  padding: 10px 20px;
  color: #ffffff !important;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  transition: all ease-in 0.5s;
  border-bottom: 2px solid transparent;
}
header .right-side-menu ul.wpmm-mega-wrapper li > a:hover {
  color: #467FF7 !important;
  border-color: #467FF7;
}
header .right-side-menu ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li {
  margin: 0;
}
header .right-side-menu ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li a {
  border-bottom: 0;
}
@media (max-width: 1610px) {
  header .right-side-menu ul li a {
    padding: 10px 12px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1350px) {
  header .right-side-menu ul li a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
header .sticky-up-div {
  position: relative;
  transition: all ease-in 0.5s;
}
@media (max-width: 1610px) {
  header .header-top-right .tel-link,
  header .header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li .wc-quote-text,
  header .header-top-right .menu-header-quote-container .menu > .wc-quote-li .wc-quote-text,
  header .header-top-right .learn-more,
  header .header-top-right .learn-more--fill {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  header .header-top-right .tel-link,
  header .header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li .wc-quote-text,
  header .header-top-right .menu-header-quote-container .menu > .wc-quote-li .wc-quote-text,
  header .header-top-right .learn-more,
  header .header-top-right .learn-more--fill {
    font-size: 17px;
  }
}
@media (max-width: 1279px) {
  header .site-logo img {
    max-height: 60px;
  }
  header .header-navigation {
    padding: 0;
  }
  header .header-navigation .wpmegamenu-toggle {
    display: none !important;
  }
  header .header-top-right {
    padding-right: 50px;
  }
  header .header-top-right .learn-more, header .header-top-right .learn-more--fill {
    font-size: 17px;
  }
  header .header-top-right .learn-more.schedule-btn, header .header-top-right .schedule-btn.learn-more--fill {
    height: 45px;
    padding: 0 20px;
    line-height: 41px;
  }
  header .header-top-right .menu-header-quote-spanish-container,
  header .header-top-right .menu-header-quote-container {
    display: none;
  }
}
@media (max-width: 767px) {
  header.sticky-header {
    height: 48px;
  }
  header .header-top-right {
    padding-right: 42px;
  }
  header .header-top-right .learn-more, header .header-top-right .learn-more--fill {
    font-size: 15px;
  }
  header .header-top-right .learn-more.schedule-btn, header .header-top-right .schedule-btn.learn-more--fill {
    width: auto;
  }
}
@media (max-width: 430px) {
  header .header-top {
    padding: 18px 0;
  }
  header .site-logo img {
    max-height: 50px;
  }
  header .header-top-right .learn-more, header .header-top-right .learn-more--fill {
    font-size: 15px;
  }
  header .header-top-right .learn-more.schedule-btn, header .header-top-right .schedule-btn.learn-more--fill {
    margin: 0 10px 0 0;
    height: 40px;
    padding: 0 0 0 10px;
    line-height: 36px;
  }
}

/* Add to Quote menu */
.header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li,
.header-top-right .menu-header-quote-container .menu > .wc-quote-li,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li {
  position: relative;
}

.header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li a,
.header-top-right .menu-header-quote-container .menu > .wc-quote-li a,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 0 !important;
}

.header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li.active a,
.header-top-right .menu-header-quote-container .menu > .wc-quote-li.active a,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li.active a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 30px 6px 0 !important;
}

.header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li:hover > a,
.header-top-right .menu-header-quote-container .menu > .wc-quote-li:hover > a,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li:hover > a {
  color: #212529 !important;
}

.header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li a svg,
.header-top-right .menu-header-quote-container .menu > .wc-quote-li a svg,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li a svg {
  fill: #fff;
  display: none;
  margin-right: 5px;
}

.header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li .wc-quote-text,
.header-top-right .menu-header-quote-container .menu > .wc-quote-li .wc-quote-text,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li .wc-quote-text {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}

.header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li:hover .wc-quote-text,
.header-top-right .menu-header-quote-container .menu > .wc-quote-li:hover .wc-quote-text,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li:hover .wc-quote-text {
  color: #467FF7;
}

.header-top-right .menu-header-quote-spanish-container .menu > .wc-quote-li .totalitems,
.header-top-right .menu-header-quote-container .menu > .wc-quote-li .totalitems,
.wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li .totalitems {
  margin-left: 0;
  top: -5px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #111;
}

.header-top-right .wc-quote-li .mini-quote-dropdown,
.wc-quote-li .mini-quote-dropdown {
  position: absolute;
  top: 100%;
  left: auto !important;
  z-index: 5000;
  background-color: #fff !important;
  right: 0;
  width: 370px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.29);
}

.header-top-right .wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list,
.wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list {
  padding: 0;
  border-bottom: 0;
}

.header-top-right .wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list li,
.wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list li {
  padding: 15px;
  display: flex !important;
  align-items: center;
  width: 100%;
  border-top: 1px solid #EAEAEA;
  text-align: left;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  padding-right: 45px;
}

.header-top-right .wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list li div .variation-Device,
.wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list li div .variation-Device {
  margin-right: 0.25em;
  display: inline-block;
}

.header-top-right .wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list li div .variation-Device p,
.wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list li div .variation-Device p {
  font-size: 16px;
  margin: 0;
}

.header-top-right .wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list li .attachment-woocommerce_thumbnail,
.wc-quote-li .mini-quote-dropdown ul.wc-quote-mini-cart.quote_list li .attachment-woocommerce_thumbnail {
  max-width: 65px;
  max-height: 65px;
  width: auto;
  margin-right: 10px;
}

.header-top-right .wc-quote-li .mini-quote-dropdown li.wc-quote-mini-cart-item a.wc-quote-remove,
.wc-quote-li .mini-quote-dropdown li.wc-quote-mini-cart-item a.wc-quote-remove {
  width: 22px !important;
  height: 22px !important;
  background-color: #F00038 !important;
  border-radius: 50px !important;
  font-size: 12px !important;
  color: #fff;
  font-weight: 400 !important;
  line-height: 22px !important;
  order: 1;
  position: absolute !important;
  text-align: center !important;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  justify-content: center;
  padding: 0 !important;
}

.header-top-right .wc-quote-li .mini-quote-dropdown li.wc-quote-mini-cart-item a.wc-quote-remove:hover,
.wc-quote-li .mini-quote-dropdown li.wc-quote-mini-cart-item a.wc-quote-remove:hover {
  color: #fff;
}

.mini-quote-dropdown .buttons {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  text-align: center !important;
  display: inline-block !important;
}

.mini-quote-dropdown .buttons #view-quote {
  background: #011B38;
  text-align: center;
  padding: 12px 15px !important;
  width: 100%;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

.header-top-right li.wc-quote-li ul.quote_list::-webkit-scrollbar,
li.wc-quote-li ul.quote_list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.header-top-right li.wc-quote-li ul.quote_list::-webkit-scrollbar-track-piece,
li.wc-quote-li ul.quote_list::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

.header-top-right li.wc-quote-li ul.quote_list::-webkit-scrollbar-thumb:vertical,
li.wc-quote-li ul.quote_list::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #011B38;
  -webkit-border-radius: 3px;
}

.header-top-right li.wc-quote-li ul.quote_list::-webkit-scrollbar-thumb:horizontal,
li.wc-quote-li ul.quote_list::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #011B38;
  -webkit-border-radius: 3px;
}

.mobile-add-to-quote {
  display: none;
}

.mini-quote-dropdown p.wc-quote-mini-cart__empty-message {
  font-size: 16px;
}

@media (max-width: 1700px) {
  .wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li a svg {
    display: block;
  }
  .wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li .wc-quote-text {
    font-size: 0;
  }
  .wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li .totalitems {
    right: -21px;
  }
}
@media (max-width: 1279px) {
  .wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li .totalitems {
    right: auto;
    left: 128px;
    top: 10px;
  }
  .wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li .mini-quote-dropdown {
    display: none !important;
  }
  .mobile-add-to-quote #menu-mobile-quote .menu-item,
  .wp-megamenu-main-wrapper.wpmega-sporty-mm-template ul.wpmm-mega-wrapper > .wc-quote-li {
    display: none;
  }
  .mobile-add-to-quote {
    display: block;
  }
  .mobile-add-to-quote #menu-mobile-quote {
    margin: 0 2px 0 0;
    display: flex;
    align-items: center;
  }
  .mobile-add-to-quote .wc-quote-li {
    width: 50px !important;
    position: relative;
  }
  .mobile-add-to-quote .wc-quote-li > a {
    pointer-events: none;
  }
  .mobile-add-to-quote .wc-quote-li a svg {
    fill: #fff;
    margin-right: 0;
  }
  .mobile-add-to-quote .wc-quote-li .wc-quote-text {
    font-size: 0;
    margin: 0;
  }
  .mobile-add-to-quote .wc-quote-li .totalitems {
    margin-left: 0;
    top: -10px;
    right: -2px;
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #212529 !important;
  }
  li.wc-quote-li .mini-quote-dropdown {
    top: 46px !important;
    left: -120px !important;
    width: 300px;
    border-top: 2px solid #467FF7;
  }
  li.wc-quote-li .mini-quote-dropdown::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 117px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #467FF7;
  }
}
@media (max-width: 1024px) {
  .mobile-add-to-quote .wc-quote-li .totalitems {
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
}
.topbar-message {
  background-color: #FF5722;
  transition: all ease-in 0.5s;
}
.topbar-message.quality-pos-sticky .mobile-show {
  display: none;
}
.topbar-message.onboard-release {
  background: #c7e7f5;
}
.topbar-message.onboard-release .topbar-message--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topbar-message.onboard-release .description, .topbar-message.onboard-release .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .topbar-message.onboard-release .page-numbers, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .content, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .latest-post-title, .topbar-message.onboard-release .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message.onboard-release a.dropdown-item {
  padding: 12px 0;
  line-height: 1rem !important;
}
.topbar-message.onboard-release .description .message-title, .topbar-message.onboard-release .free-resources-new .custom-pagination .page-numbers .message-title, .free-resources-new .custom-pagination .topbar-message.onboard-release .page-numbers .message-title, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .content .message-title, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .content .message-title, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .message-title, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .latest-post-title .message-title, .topbar-message.onboard-release .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .message-title, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message.onboard-release a.dropdown-item .message-title {
  font-size: 18px;
  line-height: 1rem;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.topbar-message.onboard-release .description .message-description, .topbar-message.onboard-release .free-resources-new .custom-pagination .page-numbers .message-description, .free-resources-new .custom-pagination .topbar-message.onboard-release .page-numbers .message-description, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .content .message-description, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .content .message-description, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .message-description, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .latest-post-title .message-description, .topbar-message.onboard-release .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .message-description, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message.onboard-release a.dropdown-item .message-description {
  margin-top: 8px;
}
.topbar-message.onboard-release .description .message-description .link, .topbar-message.onboard-release .free-resources-new .custom-pagination .page-numbers .message-description .link, .free-resources-new .custom-pagination .topbar-message.onboard-release .page-numbers .message-description .link, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .content .message-description .link, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .content .message-description .link, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .message-description .link, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .latest-post-title .message-description .link, .topbar-message.onboard-release .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .message-description .link, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message.onboard-release a.dropdown-item .message-description .link {
  padding: 0;
}
@media (max-width: 767px) {
  .topbar-message.onboard-release {
    min-height: inherit;
    display: flex;
    align-items: center;
  }
  .topbar-message.onboard-release .description .message-title, .topbar-message.onboard-release .free-resources-new .custom-pagination .page-numbers .message-title, .free-resources-new .custom-pagination .topbar-message.onboard-release .page-numbers .message-title, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .content .message-title, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .content .message-title, .topbar-message.onboard-release .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .message-title, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message.onboard-release .latest-post-title .message-title, .topbar-message.onboard-release .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .message-title, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message.onboard-release a.dropdown-item .message-title {
    font-size: 15px;
  }
}
.topbar-message .container {
  max-width: 1650px;
}
@media (max-width: 1350px) {
  .topbar-message .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.topbar-message .topbar-message--content {
  align-items: center;
  justify-content: center;
  padding: 0;
}
.topbar-message .topbar-message--content .message-title {
  cursor: pointer;
  color: #1C244B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar-message .topbar-message--content .message-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 15px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(255, 255, 255, 0.4);
  padding: 3px;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  right: 0;
}
.topbar-message .topbar-message--content .message-title.caret-updown:after {
  content: "\f106";
}
.topbar-message .topbar-message--content .description, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item {
  margin: 0;
  color: #1C244B;
  text-align: center;
  line-height: 1.5em;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 auto;
  width: 100%;
}
.topbar-message .topbar-message--content .description .link, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .link, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .link, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .link, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .link, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .link, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .link, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .link, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .link {
  color: #1C244B;
  font-weight: 600;
  background: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #1C244B;
  padding: 0;
  margin: 0 2px;
  padding: 12px 0;
  transition: all 0.3s ease-in-out 0s;
}
.topbar-message .topbar-message--content .description .link span, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .link span, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .link span, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .link span, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .link span, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .link span, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .link span, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .link span, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .link span {
  color: #1C244B;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.topbar-message .topbar-message--content .description .link span svg, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .link span svg, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .link span svg, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .link span svg, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .link span svg, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .link span svg, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .link span svg, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .link span svg, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .link span svg {
  width: 18px;
}
.topbar-message .topbar-message--content .description .link span svg path, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .link span svg path, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .link span svg path, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .link span svg path, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .link span svg path, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .link span svg path, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .link span svg path, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .link span svg path, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .link span svg path {
  stroke: #1C244B;
}
.topbar-message .topbar-message--content .description .link.quality-header, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .link.quality-header, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .link.quality-header, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .link.quality-header, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .link.quality-header, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .link.quality-header, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .link.quality-header, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .link.quality-header, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .link.quality-header {
  border-width: 0;
  font-weight: normal;
  color: #ffffff;
  margin: 0 auto;
  width: 100%;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .topbar-message .topbar-message--content .description .link.quality-header, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .link.quality-header, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .link.quality-header, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .link.quality-header, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .link.quality-header, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .link.quality-header, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .link.quality-header, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .link.quality-header, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .link.quality-header {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.topbar-message .topbar-message--content .description .link.quality-header strong:hover, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .link.quality-header strong:hover, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .link.quality-header strong:hover, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .link.quality-header strong:hover, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .link.quality-header strong:hover, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .link.quality-header strong:hover, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .link.quality-header strong:hover, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .link.quality-header strong:hover, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .link.quality-header strong:hover {
  color: #000;
}
.topbar-message .topbar-message--content .description .message-description, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .message-description, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .message-description, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .message-description, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .message-description, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .message-description, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .message-description, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .message-description, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .message-description {
  display: block;
}
.topbar-message .topbar-message--content .description.active .message-description, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .active.page-numbers .message-description, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .active.page-numbers .message-description, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .active.content .message-description, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .active.content .message-description, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .active.latest-post-title .message-description, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .active.latest-post-title .message-description, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.active.dropdown-item .message-description, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.active.dropdown-item .message-description {
  display: block;
}
@media (max-width: 767px) {
  .topbar-message .topbar-message--content .description, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 1279px) {
  .wpmm-askins-wrapper .wpmegamenu-toggle .menutoggle {
    display: block !important;
    min-width: 50px;
    color: #ffffff;
    line-height: 1rem;
    font-size: 17px;
    text-transform: capitalize;
    text-align: center;
  }
  .wp-mega-toggle-block {
    display: flex;
    flex-direction: column;
  }
  .wp-mega-toggle-block .wpmega-openblock i,
  .wp-mega-toggle-block .wpmega-closeblock i,
  .wp-mega-toggle-block .wpmega-openblock,
  .wp-mega-toggle-block .wpmega-closeblock {
    line-height: 1rem !important;
  }
}
@media (max-width: 430px) {
  .wpmm-askins-wrapper .wpmegamenu-toggle .menutoggle {
    font-size: 15px;
  }
}
.single-industry #QualifyForFreePOS.cta-popup .close,
.single-hardware #QualifyForFreePOS.cta-popup .close {
  top: 15px;
  right: 15px;
}

@media (max-width: 767px) {
  .topbar-message .container-field {
    margin: 0 auto;
  }
  .topbar-message .topbar-message--content .description .link, .topbar-message .topbar-message--content .free-resources-new .custom-pagination .page-numbers .link, .free-resources-new .custom-pagination .topbar-message .topbar-message--content .page-numbers .link, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .content .link, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .content .link, .topbar-message .topbar-message--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .link, .free-resources-new .filters-gallery .filter-items .blog-item .topbar-message .topbar-message--content .latest-post-title .link, .topbar-message .topbar-message--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .link, .cta-menu--section.choose-industries .dropdown-menu li .topbar-message .topbar-message--content a.dropdown-item .link {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  html[lang=es-ES] header .header-top-right .menu-header-quote-spanish-container {
    display: none;
  }
}
@media (max-width: 575px) {
  html[lang=es-ES] header .header-top-right .learn-more.schedule-btn,
  html[lang=es-ES] header .header-top-right .schedule-btn.learn-more--fill {
    margin: 0 5px 0 0;
    padding: 0 10px;
  }
  html[lang=es-ES] header .header-top-right .learn-more,
  html[lang=es-ES] header .header-top-right .learn-more--fill {
    font-size: 15px;
  }
  html[lang=es-ES] header .header-top-right .learn-more.header-sign-btn, html[lang=es-ES] header .header-top-right .header-sign-btn.learn-more--fill {
    margin-right: 5px;
  }
}
@media (max-width: 452px) {
  html[lang=es-ES] .post-header .site-logo a img,
  html[lang=es-ES] header .site-logo img {
    max-height: 50px;
    height: auto;
  }
  html[lang=es-ES] header .header-top-right .learn-more,
  html[lang=es-ES] header .header-top-right .learn-more--fill {
    font-size: 14px;
  }
  html[lang=es-ES] header .header-top-right .learn-more.header-sign-btn, html[lang=es-ES] header .header-top-right .header-sign-btn.learn-more--fill {
    max-width: 50px;
    text-align: center;
    line-height: normal;
  }
}
@media (max-width: 400px) {
  html[lang=es-ES] .post-header .site-logo a img,
  html[lang=es-ES] header .site-logo img {
    max-height: 40px;
  }
}
@media (max-width: 370px) {
  html[lang=es-ES] header .header-top-right .learn-more.header-sign-btn, html[lang=es-ES] header .header-top-right .header-sign-btn.learn-more--fill {
    max-width: 40px;
  }
  html[lang=es-ES] header .header-top-right .learn-more,
  html[lang=es-ES] header .header-top-right .learn-more--fill {
    font-size: 13px;
  }
}

.header-navigation, .sticky-header {
  position: relative;
  width: 100%;
  transition: transform 0.4s ease-in-out, box-shadow 0.3s ease-in-out;
  background: #031234;
}

.sticky-navigation, .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(-10px);
  animation: smoothSticky 0.4s ease-in-out forwards;
}

@keyframes smoothSticky {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
html[lang=es-ES] header .container-header {
  max-width: 1700px;
}

header .header-top-right .learn-more.schedule-btn span, header .header-top-right .schedule-btn.learn-more--fill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
header .header-top-right .learn-more.schedule-btn span svg, header .header-top-right .schedule-btn.learn-more--fill span svg {
  width: 28px;
  height: auto;
}
header .header-top-right .learn-more.schedule-btn span svg path, header .header-top-right .schedule-btn.learn-more--fill span svg path {
  stroke: #fff;
}
@media (max-width: 767px) {
  header .header-top-right .learn-more.schedule-btn span svg, header .header-top-right .schedule-btn.learn-more--fill span svg {
    width: 22px;
  }
}
header .header-top-right .learn-more.schedule-btn:hover span svg path, header .header-top-right .schedule-btn.learn-more--fill:hover span svg path {
  stroke: #1B6DF7;
}

.top-banner-section {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.top-banner-section .banner-background {
  min-height: 100vh;
}
@media (max-width: 1279px) {
  .top-banner-section .banner-background {
    min-height: inherit;
  }
}
.top-banner-section .banner-video {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  direction: ltr;
  overflow: hidden;
  margin-top: 0;
  padding-top: 56.25%;
  position: absolute;
}
.top-banner-section .banner-video video {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 100% !important;
  max-height: 100% !important;
  transform: translate(-50%, -50%);
}
@media (max-width: 1350px) {
  .top-banner-section .banner-video {
    height: auto;
    margin-top: 0;
    position: relative;
  }
}
.top-banner-section .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}
.top-banner-section .elementor-shape svg {
  height: 31px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.top-banner-section .elementor-shape svg .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.top-banner-section .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .top-banner-section .banner-content {
    text-align: center;
  }
  .top-banner-section .banner-content .col-sm-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-banner-section .banner-content .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1350px) {
  .top-banner-section {
    margin-top: 0;
    height: auto;
  }
}
.top-banner-section .banner-box-main {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}
.top-banner-section .banner-box-main .banner-box-content {
  background-color: rgba(255, 255, 255, 0.8901960784);
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 15px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}
.top-banner-section .banner-box-main .banner-box-content .banner-tags {
  display: inline-block;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 6px 15px;
  background-color: #467FF7;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  font-family: "Myriad Pro";
}
@media (min-width: 1921px) {
  .top-banner-section .banner-box-main .banner-box-content .banner-tags {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.top-banner-section .banner-box-main .banner-box-content .section-sub-title {
  font-weight: bold;
  color: #1C244B;
}
@media (max-width: 1199px) {
  .top-banner-section .banner-box-main .banner-box-content {
    margin-bottom: 15px;
  }
  .top-banner-section .banner-box-main .banner-box-content:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .top-banner-section .banner-box-main {
    -moz-column-count: 1;
         column-count: 1;
  }
  .top-banner-section .banner-box-main .banner-box-content figure img {
    max-height: 300px;
  }
}

.postid-33 .top-banner-section,
.postid-206480 .top-banner-section {
  position: relative;
}
@media (max-width: 575px) {
  .postid-33 .top-banner-section,
  .postid-206480 .top-banner-section {
    padding: 30px 0;
  }
}
.postid-33 .top-banner-section::after,
.postid-206480 .top-banner-section::after {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1199px) {
  .postid-33 .banner-content .col-sm-6,
  .postid-206480 .banner-content .col-sm-6 {
    margin-bottom: 0;
  }
  .postid-33 .banner-content .col-sm-6:last-child,
  .postid-206480 .banner-content .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
.postid-33 .elementor-shape,
.postid-206480 .elementor-shape {
  display: none;
}

.postid-206920 .top-banner-section, .postid-37 .top-banner-section, .postid-31 .top-banner-section, .postid-206435 .top-banner-section, .page-template-template-card-processing .top-banner-section {
  height: auto;
  min-height: 100%;
  overflow: visible;
}
.postid-206920 .top-banner-section .banner-background, .postid-37 .top-banner-section .banner-background, .postid-31 .top-banner-section .banner-background, .postid-206435 .top-banner-section .banner-background, .page-template-template-card-processing .top-banner-section .banner-background {
  min-height: 100%;
}
.postid-206920 .top-banner-section .banner-content-inner, .postid-37 .top-banner-section .banner-content-inner, .postid-31 .top-banner-section .banner-content-inner, .postid-206435 .top-banner-section .banner-content-inner, .page-template-template-card-processing .top-banner-section .banner-content-inner {
  margin-top: 40px;
}
.postid-206920 .top-banner-section .banner-content, .postid-37 .top-banner-section .banner-content, .postid-31 .top-banner-section .banner-content, .postid-206435 .top-banner-section .banner-content, .page-template-template-card-processing .top-banner-section .banner-content {
  top: 0;
  position: relative;
  transform: inherit;
  padding: 10% 0 50px;
}
@media (min-width: 1920px) {
  .postid-206920 .top-banner-section .banner-content .container, .postid-37 .top-banner-section .banner-content .container, .postid-31 .top-banner-section .banner-content .container, .postid-206435 .top-banner-section .banner-content .container, .page-template-template-card-processing .top-banner-section .banner-content .container {
    max-width: 1600px;
  }
}
@media (max-width: 1199px) {
  .postid-206920 .top-banner-section .banner-content, .postid-37 .top-banner-section .banner-content, .postid-31 .top-banner-section .banner-content, .postid-206435 .top-banner-section .banner-content, .page-template-template-card-processing .top-banner-section .banner-content {
    padding: 30px 0;
    text-align: center;
  }
  .postid-206920 .top-banner-section .banner-content .col-sm-6, .postid-37 .top-banner-section .banner-content .col-sm-6, .postid-31 .top-banner-section .banner-content .col-sm-6, .postid-206435 .top-banner-section .banner-content .col-sm-6, .page-template-template-card-processing .top-banner-section .banner-content .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .postid-206920 .top-banner-section .banner-content .col-sm-6:last-child, .postid-37 .top-banner-section .banner-content .col-sm-6:last-child, .postid-31 .top-banner-section .banner-content .col-sm-6:last-child, .postid-206435 .top-banner-section .banner-content .col-sm-6:last-child, .page-template-template-card-processing .top-banner-section .banner-content .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .postid-206920 .top-banner-section .banner-content-inner, .postid-37 .top-banner-section .banner-content-inner, .postid-31 .top-banner-section .banner-content-inner, .postid-206435 .top-banner-section .banner-content-inner, .page-template-template-card-processing .top-banner-section .banner-content-inner {
    margin-top: 0;
  }
}

.postid-33 .banner-button:hover,
.postid-206480 .banner-button:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.postid-206920 .elementor-shape, .postid-37 .elementor-shape, .postid-31 .elementor-shape, .postid-206435 .elementor-shape {
  display: none;
}
.postid-206920 .banner-button:hover, .postid-37 .banner-button:hover, .postid-31 .banner-button:hover, .postid-206435 .banner-button:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.postid-206920 .sec-sticky, .postid-37 .sec-sticky, .postid-31 .sec-sticky, .postid-206435 .sec-sticky {
  top: 8%;
  position: sticky;
  align-self: flex-start;
}
@media (max-width: 1199px) {
  .postid-206920 .sec-sticky, .postid-37 .sec-sticky, .postid-31 .sec-sticky, .postid-206435 .sec-sticky {
    top: inherit;
    position: static;
  }
}

.page-template-template-card-processing .top-banner-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-template-template-card-processing .top-banner-section .col-sm-6 {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .page-template-template-card-processing .top-banner-section .col-sm-6 {
    width: 70%;
  }
}
.page-template-template-card-processing .top-banner-section .banner-content {
  padding: 150px 0 200px;
}
@media screen and (max-width: 1366px) {
  .page-template-template-card-processing .top-banner-section .banner-content {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-card-processing .top-banner-section .banner-content {
    padding: 50px 0 100px;
  }
}
.page-template-template-card-processing .top-banner-section .elementor-shape svg {
  display: none;
}
.page-template-template-card-processing .top-banner-section::before {
  content: "";
  position: absolute;
  bottom: -2px;
  background-image: url(/wp-content/themes/goftx/dist/images/white-bg-1.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 1921px) {
  .page-template-template-card-processing .top-banner-section::before {
    bottom: -5px;
  }
}
.page-template-template-card-processing .top-banner-section h1 {
  font-weight: bold;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 58px;
  color: #ffffff;
}
.page-template-template-card-processing .top-banner-section h1 span {
  color: #077ABC;
}
@media screen and (max-width: 991px) {
  .page-template-template-card-processing .top-banner-section h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-card-processing .top-banner-section h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
.page-template-template-card-processing .top-banner-section p {
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  color: #ffffff;
  margin: 10px 0 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-template-template-card-processing .top-banner-section p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}
.page-template-template-card-processing .top-banner-section a {
  color: #ffffff;
  background-color: #077ABC;
  border-color: #077ABC;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 27px;
  padding: 11px 30px;
  margin-top: 10px;
}
.page-template-template-card-processing .top-banner-section a:hover {
  color: #077ABC;
  background-color: #ffffff !important;
}
@media screen and (max-width: 575px) {
  .page-template-template-card-processing .top-banner-section a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
}

.postid-31 .top-banner-section, .postid-39 .top-banner-section, .postid-206435 .top-banner-section, .postid-207355 .top-banner-section {
  position: relative;
  background: linear-gradient(180deg, #161359 0%, #00B5FD 100%) !important;
}
.postid-31 .top-banner-section .banner-box-main .banner-box-content .banner-tags, .postid-39 .top-banner-section .banner-box-main .banner-box-content .banner-tags, .postid-206435 .top-banner-section .banner-box-main .banner-box-content .banner-tags, .postid-207355 .top-banner-section .banner-box-main .banner-box-content .banner-tags {
  background: #B846F7;
}
.postid-31 .banner-single-img, .postid-39 .banner-single-img, .postid-206435 .banner-single-img, .postid-207355 .banner-single-img {
  left: -12%;
  top: 35%;
  position: absolute;
}
.postid-31 .banner-single-img img, .postid-39 .banner-single-img img, .postid-206435 .banner-single-img img, .postid-207355 .banner-single-img img {
  width: 55%;
}
@media (min-width: 2250px) {
  .postid-31 .banner-single-img, .postid-39 .banner-single-img, .postid-206435 .banner-single-img, .postid-207355 .banner-single-img {
    left: -12%;
    top: 35%;
  }
  .postid-31 .banner-single-img img, .postid-39 .banner-single-img img, .postid-206435 .banner-single-img img, .postid-207355 .banner-single-img img {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .postid-31 .banner-single-img, .postid-39 .banner-single-img, .postid-206435 .banner-single-img, .postid-207355 .banner-single-img {
    display: none;
  }
}

.postid-39 .top-banner-section, .postid-207355 .top-banner-section {
  height: auto;
  min-height: 100%;
  overflow: clip;
  min-height: 1120px;
}
.postid-39 .top-banner-section .banner-background, .postid-207355 .top-banner-section .banner-background {
  min-height: 100%;
}
.postid-39 .top-banner-section .banner-content-inner, .postid-207355 .top-banner-section .banner-content-inner {
  margin-top: 70px;
}
.postid-39 .top-banner-section .banner-content-inner .seo-title, .postid-207355 .top-banner-section .banner-content-inner .seo-title {
  font-size: 52px;
  font-size: 3.25rem;
}
.postid-39 .top-banner-section .banner-content-inner .seo-title span, .postid-207355 .top-banner-section .banner-content-inner .seo-title span {
  color: #F37530;
}
@media (max-width: 992px) {
  .postid-39 .top-banner-section .banner-content-inner .seo-title, .postid-207355 .top-banner-section .banner-content-inner .seo-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .postid-39 .top-banner-section .banner-content-inner .seo-title, .postid-207355 .top-banner-section .banner-content-inner .seo-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.postid-39 .top-banner-section .banner-content-inner p, .postid-207355 .top-banner-section .banner-content-inner p {
  margin: 20px 0;
  color: #ffffff;
}
.postid-39 .top-banner-section .banner-content-inner p span, .postid-207355 .top-banner-section .banner-content-inner p span {
  color: #F37530;
}
.postid-39 .top-banner-section .banner-box-main .banner-box-content, .postid-207355 .top-banner-section .banner-box-main .banner-box-content {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  margin-bottom: 50px !important;
  padding: 22px !important;
}
.postid-39 .top-banner-section .banner-box-main .banner-box-content .section-sub-title, .postid-207355 .top-banner-section .banner-box-main .banner-box-content .section-sub-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #F37530;
}
.postid-39 .top-banner-section .banner-box-main .banner-box-content p, .postid-207355 .top-banner-section .banner-box-main .banner-box-content p {
  margin: 0;
}
@media (max-width: 1023px) {
  .postid-39 .top-banner-section .banner-box-main .banner-box-content, .postid-207355 .top-banner-section .banner-box-main .banner-box-content {
    max-width: 100%;
    padding: 20px !important;
    margin-bottom: 20px !important;
  }
}
.postid-39 .top-banner-section .banner-content, .postid-207355 .top-banner-section .banner-content {
  top: 0;
  position: relative;
  transform: inherit;
  padding: 10% 0 50px;
}
@media (min-width: 1920px) {
  .postid-39 .top-banner-section .banner-content .container, .postid-207355 .top-banner-section .banner-content .container {
    max-width: 1600px;
  }
}
@media (max-width: 1199px) {
  .postid-39 .top-banner-section .banner-content, .postid-207355 .top-banner-section .banner-content {
    padding: 30px 0;
    text-align: center;
  }
  .postid-39 .top-banner-section .banner-content .col-sm-6, .postid-207355 .top-banner-section .banner-content .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .postid-39 .top-banner-section .banner-content .col-sm-6:last-child, .postid-207355 .top-banner-section .banner-content .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .postid-39 .top-banner-section, .postid-207355 .top-banner-section {
    min-height: inherit;
  }
  .postid-39 .top-banner-section .banner-content-inner, .postid-207355 .top-banner-section .banner-content-inner {
    margin-top: 0;
  }
}
.postid-39 .top-banner-section .elementor-shape, .postid-207355 .top-banner-section .elementor-shape {
  display: none;
}
.postid-39 .sec-sticky, .postid-207355 .sec-sticky {
  top: 0;
  position: sticky;
  align-self: flex-start;
}
@media (max-width: 1199px) {
  .postid-39 .sec-sticky, .postid-207355 .sec-sticky {
    top: inherit;
    position: static;
  }
}
.postid-39 .adpro-form, .postid-207355 .adpro-form {
  padding: 20px;
}
.postid-39 .adpro-form h4, .postid-39 .adpro-form label, .postid-207355 .adpro-form h4, .postid-207355 .adpro-form label {
  padding: 0 20px;
}

.postid-206435 .top-banner-section::after,
.postid-31 .top-banner-section::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left -45% bottom -550px;
  background-image: url(/wp-content/themes/goftx/dist/images/LNS-tokendetails-goftx-copy-2.png);
}
@media (min-width: 1921px) {
  .postid-206435 .top-banner-section::after,
  .postid-31 .top-banner-section::after {
    background-size: 50% auto;
    background-position: left 0 bottom -450px;
  }
}
@media (max-width: 1440px) {
  .postid-206435 .top-banner-section::after,
  .postid-31 .top-banner-section::after {
    background-position: left 0 bottom -400px;
  }
}

footer .to-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: #0075FF;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: 0.5s all ease;
  z-index: 999;
}
@media (min-width: 1025px) {
  footer .to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 767px) {
  footer .to-top {
    bottom: 140px;
    display: none !important;
    position: unset;
  }
}
footer .footer-address-widgets {
  padding: 35px 0;
  background-color: #F5F5F5;
}
footer .footer-address-widgets .add-info {
  margin: 0;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Myriad Pro";
}
@media (max-width: 1080px) {
  footer .footer-address-widgets .add-info {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  footer .footer-address-widgets .col-sm-4 {
    margin-bottom: 20px;
  }
  footer .footer-address-widgets .col-sm-4:last-child {
    margin-bottom: 0;
  }
}
footer .footer-custom-logo-link {
  display: inline-block;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  footer .footer-custom-logo-link {
    margin: 0 0 20px 0;
  }
}
footer .get-in-touch {
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  footer .get-in-touch {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  footer .get-in-touch {
    margin: 0 0 20px 0;
  }
}
footer .get-in-touch li {
  margin-bottom: 10px;
}
footer .get-in-touch li:last-child {
  margin-bottom: 0;
}
footer .get-in-touch li a {
  color: #fff;
  margin: 0;
  display: inline-block;
}
footer .get-in-touch li a:hover {
  color: #0075FF;
}
footer .get-in-touch li a i {
  padding: 0 10px 0 0;
}
footer .get-in-touch li a span {
  padding: 0 10px 0 0;
}
footer .get-in-touch li a span svg {
  fill: #ffffff;
  width: 24px;
}
footer .footer-menu-links .ft-ftx-academy-cls {
  display: block;
}
@media (min-width: 768px) {
  footer .footer-menu-links .ft-ftx-academy-cls {
    display: none;
  }
}
footer .footer-menu-links .footer-top {
  padding: 70px 0;
  background-color: #001c38;
}
footer .footer-menu-links .footer-top .ft-dt .widget_media_image {
  margin-bottom: 15px;
}
footer .footer-menu-links .footer-top .ft-dt .widget_media_image img {
  max-width: 150px !important;
}
footer .footer-menu-links .footer-top .ft-dt p {
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 1080px) {
  footer .footer-menu-links .footer-top .ft-dt p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
  }
}
footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu {
    margin-bottom: 0;
  }
}
footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu:last-child {
  margin-bottom: 0;
}
footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu nav ul li {
  margin-bottom: 10px;
}
footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu nav ul li a {
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}
footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu nav ul li a:hover {
  color: #0075FF;
}
footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu nav ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu nav {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footer-menu-links .footer-top .ft-nav .widget-title + .textwidget.custom-html-widget {
    display: none;
  }
  footer .footer-menu-links .footer-top .ft-nav .widget-title.active + .textwidget.custom-html-widget {
    margin-top: 15px;
  }
  footer .footer-menu-links .footer-top .ft-nav .follow-us--widget .widget-title::before, footer .footer-menu-links .footer-top .ft-nav .follow-us--widget .widget-title::after {
    content: none;
  }
}
footer .footer-menu-links .footer-top .widget-title {
  letter-spacing: 1px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  position: relative;
}
@media (min-width: 1921px) {
  footer .footer-menu-links .footer-top .widget-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
footer .footer-menu-links .footer-top .widget-title::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  position: absolute;
  background-color: #0075FF;
}
@media (max-width: 767px) {
  footer .footer-menu-links .footer-top .widget-title::before {
    width: 100%;
    height: 1px;
    background-color: #12365a;
  }
}
@media (max-width: 767px) {
  footer .footer-menu-links .footer-top .widget-title {
    margin-bottom: 10px;
  }
  footer .footer-menu-links .footer-top .widget-title::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  footer .footer-menu-links .footer-top .widget-title.active::after {
    transition: 0.3s;
    transform: translateY(-50%) rotate(-180deg);
  }
}
footer .footer-menu-links .footer-top ul.social-media {
  width: 100%;
  display: inline-block;
}
footer .footer-menu-links .footer-top ul.social-media li {
  display: inline-block;
  margin-right: 20px;
}
footer .footer-menu-links .footer-top ul.social-media li a {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}
footer .footer-menu-links .footer-top ul.social-media li a:hover {
  color: #0075FF;
}
footer .footer-menu-links .footer-top ul.social-media li:last-child {
  display: block;
  margin: 20px 0;
}
@media (max-width: 991px) {
  footer .footer-menu-links .footer-top ul.social-media li:last-child {
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 1199px) {
  footer .footer-menu-links .footer-top {
    padding: 50px 0;
  }
}
@media (max-width: 1080px) {
  footer .footer-menu-links .footer-top {
    padding: 30px 0;
  }
  footer .footer-menu-links .footer-top .widget-title {
    letter-spacing: 0.5px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu nav ul li a {
    letter-spacing: 0.5px;
    line-height: normal;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  footer .footer-menu-links .footer-top {
    padding: 40px 0 30px;
  }
  footer .footer-menu-links .footer-top .col-sm-4 {
    width: 100%;
    margin-bottom: 0;
  }
  footer .footer-menu-links .footer-top .col-sm-4:last-child {
    margin-bottom: 0;
  }
}
footer .footer-menu-links .footer-bottom {
  padding: 12px 0;
  border-top: 1px solid #12365a;
  background-color: #001c38;
  display: inline-block;
  width: 100%;
}
footer .footer-menu-links .footer-bottom .site-info {
  letter-spacing: 1px;
  color: #ffffff;
}
footer .footer-menu-links .footer-bottom .site-info a {
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
footer .footer-menu-links .footer-bottom .site-info a:hover {
  color: #0075FF;
}
footer .footer-menu-links .footer-bottom .site-other-links li {
  margin-right: 12px;
  padding-right: 12px;
  display: inline-block;
  position: relative;
}
footer .footer-menu-links .footer-bottom .site-other-links li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #ffffff;
}
footer .footer-menu-links .footer-bottom .site-other-links li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
footer .footer-menu-links .footer-bottom .site-other-links li a:hover {
  color: #0075FF;
}
footer .footer-menu-links .footer-bottom .site-other-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
footer .footer-menu-links .footer-bottom .site-other-links li:last-child::after {
  display: none;
}
@media (max-width: 575px) {
  footer .footer-menu-links .footer-bottom {
    text-align: center;
  }
  footer .footer-menu-links .footer-bottom .d-flex {
    display: inline-block !important;
  }
}

.subscribe-newsletter {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/goftx/dist/images/subscribe-bg.png);
}
.subscribe-newsletter .subscribe-inner .section-title {
  line-height: normal;
  margin-bottom: 20px;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #1C244B;
}
@media (max-width: 992px) {
  .subscribe-newsletter .subscribe-inner .section-title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .subscribe-newsletter .subscribe-inner .section-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.subscribe-newsletter .subscribe-inner > p {
  margin-bottom: 20px;
}
.subscribe-newsletter .subscribe-inner .subscribe-form br {
  display: none;
}
.subscribe-newsletter .subscribe-inner .subscribe-form > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscribe-newsletter .subscribe-inner .subscribe-form .form-control {
  min-height: 50px;
  width: 100%;
  border: 1px solid transparent !important;
  border-radius: 30px !important;
  background: #ECF2FF !important;
  font-family: "Myriad Pro";
}
.subscribe-newsletter .subscribe-inner .subscribe-form .form-control:focus {
  border-color: rgba(116, 65, 255, 0) !important;
}
@media (max-width: 767px) {
  .subscribe-newsletter .subscribe-inner .subscribe-form .form-control {
    min-height: 40px;
  }
}
.subscribe-newsletter .subscribe-inner .subscribe-form .wpcf7-form-control-wrap {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .subscribe-newsletter .subscribe-inner .subscribe-form .wpcf7-form-control-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.subscribe-newsletter .subscribe-inner .subscribe-form .submit-btn {
  height: 50px;
  text-align: center;
  align-items: flex-end;
  width: calc(33.33% - 30px);
  border: 0;
  border-radius: 30px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  font-family: "Myriad Pro";
  background-color: #2275B8;
}
.subscribe-newsletter .subscribe-inner .subscribe-form .submit-btn i {
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .subscribe-newsletter .subscribe-inner .subscribe-form .submit-btn {
    width: 100%;
    height: 40px;
  }
}

.schedule-livedemo--popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
@media screen and (max-width: 1024px) {
  .schedule-livedemo--popup {
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-livedemo--popup {
    bottom: 10px;
    right: 10px;
  }
}
.schedule-livedemo--popup .close-demo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.schedule-livedemo--popup .close-demo i {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 16px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .schedule-livedemo--popup .close-demo i {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-livedemo--popup .close-demo {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
  }
  .schedule-livedemo--popup .close-demo i {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.schedule-livedemo--popup .schedule-livedemo--block {
  background-image: url(/wp-content/themes/goftx/dist/images/schedule-live-demo.png);
  max-width: 522px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 50px 45px 30px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .schedule-livedemo--popup .schedule-livedemo--block {
    max-width: 450px;
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-livedemo--popup .schedule-livedemo--block {
    max-width: 300px;
    padding: 20px;
  }
}
.schedule-livedemo--popup .schedule-livedemo--block h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .schedule-livedemo--popup .schedule-livedemo--block h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule-livedemo--popup .schedule-livedemo--block h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.schedule-livedemo--popup .schedule-livedemo--block p {
  font-family: "Myriad Pro";
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 26px;
  margin: 20px 0 40px;
}
@media screen and (max-width: 1024px) {
  .schedule-livedemo--popup .schedule-livedemo--block p {
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-livedemo--popup .schedule-livedemo--block p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.schedule-livedemo--popup .schedule-livedemo--block .learn-more--fill {
  border-color: #467FF7;
  background: #467FF7;
  margin: 0;
}
.schedule-livedemo--popup .schedule-livedemo--block .learn-more--fill:hover {
  border-color: #0075FF;
  background: #0075FF;
}
.schedule-livedemo--popup .schedule-livedemo--block .learn-more--fill i {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .schedule-livedemo--popup .schedule-livedemo--block .learn-more--fill {
    padding: 6px 25px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-livedemo--popup .schedule-livedemo--block .learn-more--fill {
    padding: 5px 20px;
  }
}

.footer-fix-btn {
  position: fixed;
  bottom: 70px;
  left: 10px;
  z-index: 999;
}
.footer-fix-btn .qualify-icon,
.footer-fix-btn .fa-angle-double-right {
  display: none;
}
.footer-fix-btn .green-solid-btn {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: 2px solid transparent;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  background-color: #FF5722;
  text-transform: initial;
}
.footer-fix-btn .green-solid-btn:hover {
  color: #FF5722;
  border-color: #FF5722;
  background-color: #ffffff;
}
.footer-fix-btn .green-solid-btn span em {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer-fix-btn .green-solid-btn span em {
    display: block;
  }
}
.footer-fix-btn .quality-close {
  position: absolute;
  top: -18px;
  right: -10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer-fix-btn .quality-close {
    top: -12px;
    right: -10px;
  }
}
.footer-fix-btn .quality-close span {
  background: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  line-height: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .footer-fix-btn .quality-close span {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .footer-fix-btn {
    left: 0;
    bottom: 80px;
    display: none;
    align-items: center;
  }
  .footer-fix-btn.scrolled {
    display: flex;
  }
  .footer-fix-btn .green-solid-btn {
    width: auto;
    height: 50px;
    display: flex;
    font-size: 18px;
    padding: 0 10px;
    align-items: center;
    line-height: 46px;
    border-left: 0;
    margin-left: 0;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 0.6s ease-in-out;
  }
  .footer-fix-btn .green-solid-btn .btn-txt {
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
    margin-right: 8px;
    white-space: nowrap;
    transition: all 0.6s ease-in-out;
  }
  .footer-fix-btn .green-solid-btn:hover {
    color: #ffffff;
    border-color: #FF5722;
    background-color: #FF5722;
  }
  .footer-fix-btn .green-solid-btn .qualify-icon,
  .footer-fix-btn .green-solid-btn .fa-angle-double-right {
    font-size: 30px;
    display: inline-block;
    position: relative;
    width: 45px;
    left: 0;
    top: -2px;
    animation: moving 0.6s infinite alternate;
  }
}

@media (max-width: 767px) {
  .page-template-template-retail-suite-online-store .footer-fix-btn,
  .single-back-office .footer-fix-btn,
  .single-retail-suite .footer-fix-btn {
    bottom: 140px;
  }
}

@keyframes moving {
  0% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(2.5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2.5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
#QualifyForFreePOS, #QualifyForFreePOSNew, #QualifyForFreePOSZero, #QualifyForFreePOSsticky,
.postid-29 #PricingDataForm, .postid-29 #PricingDataFormPOS,
.page-template-template-ftxcommerce_pricing #PricingDataForm, .page-template-template-ftxcommerce_pricing #PricingDataFormPOS {
  background-color: rgba(255, 255, 255, 0.6);
}
#QualifyForFreePOS .modal-content, #QualifyForFreePOSNew .modal-content, #QualifyForFreePOSZero .modal-content, #QualifyForFreePOSsticky .modal-content,
.postid-29 #PricingDataForm .modal-content, .postid-29 #PricingDataFormPOS .modal-content,
.page-template-template-ftxcommerce_pricing #PricingDataForm .modal-content, .page-template-template-ftxcommerce_pricing #PricingDataFormPOS .modal-content {
  background: linear-gradient(30deg, rgb(3, 18, 54) 52%, rgb(10, 36, 92) 100%);
  /* added by jigar */
}
#QualifyForFreePOS .modal-content .modal-title, #QualifyForFreePOSNew .modal-content .modal-title, #QualifyForFreePOSZero .modal-content .modal-title, #QualifyForFreePOSsticky .modal-content .modal-title,
.postid-29 #PricingDataForm .modal-content .modal-title, .postid-29 #PricingDataFormPOS .modal-content .modal-title,
.page-template-template-ftxcommerce_pricing #PricingDataForm .modal-content .modal-title, .page-template-template-ftxcommerce_pricing #PricingDataFormPOS .modal-content .modal-title {
  color: #ffffff !important;
  padding-right: 30px;
}
#QualifyForFreePOS .modal-content .close span, #QualifyForFreePOSNew .modal-content .close span, #QualifyForFreePOSZero .modal-content .close span, #QualifyForFreePOSsticky .modal-content .close span,
.postid-29 #PricingDataForm .modal-content .close span, .postid-29 #PricingDataFormPOS .modal-content .close span,
.page-template-template-ftxcommerce_pricing #PricingDataForm .modal-content .close span, .page-template-template-ftxcommerce_pricing #PricingDataFormPOS .modal-content .close span {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  #QualifyForFreePOS .modal-content .modal-title, #QualifyForFreePOSNew .modal-content .modal-title, #QualifyForFreePOSZero .modal-content .modal-title, #QualifyForFreePOSsticky .modal-content .modal-title,
  .postid-29 #PricingDataForm .modal-content .modal-title, .postid-29 #PricingDataFormPOS .modal-content .modal-title,
  .page-template-template-ftxcommerce_pricing #PricingDataForm .modal-content .modal-title, .page-template-template-ftxcommerce_pricing #PricingDataFormPOS .modal-content .modal-title {
    padding: 0 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #QualifyForFreePOS br, #QualifyForFreePOSNew br, #QualifyForFreePOSZero br, #QualifyForFreePOSsticky br,
  .postid-29 #PricingDataForm br, .postid-29 #PricingDataFormPOS br,
  .page-template-template-ftxcommerce_pricing #PricingDataForm br, .page-template-template-ftxcommerce_pricing #PricingDataFormPOS br {
    display: block;
  }
}
@media (max-width: 400px) {
  #QualifyForFreePOS br, #QualifyForFreePOSNew br, #QualifyForFreePOSZero br, #QualifyForFreePOSsticky br,
  .postid-29 #PricingDataForm br, .postid-29 #PricingDataFormPOS br,
  .page-template-template-ftxcommerce_pricing #PricingDataForm br, .page-template-template-ftxcommerce_pricing #PricingDataFormPOS br {
    display: none;
  }
}

.subscribe-form--footer {
  background: #c7e7f5;
}
.subscribe-form--footer .article-cta.article-subscribe {
  background: #031136 !important;
  padding: 30px 50px;
  text-align: left;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .subscribe-form--footer .article-cta.article-subscribe {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .subscribe-form--footer .article-cta.article-subscribe {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .subscribe-form--footer .article-cta.article-subscribe {
    text-align: center;
  }
}
.subscribe-form--footer .article-cta.article-subscribe .row {
  align-items: center;
}
@media (max-width: 575px) {
  .subscribe-form--footer .article-cta.article-subscribe .footer-cta-subscibe-content {
    text-align: center;
  }
}
.subscribe-form--footer .article-cta.article-subscribe .footer-cta-subscibe-content .blog-main_title {
  line-height: 45px;
}
@media (max-width: 1024px) {
  .subscribe-form--footer .article-cta.article-subscribe .footer-cta-subscibe-content .blog-main_title {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .subscribe-form--footer .article-cta.article-subscribe .footer-cta-subscibe-content .blog-main_title {
    font-size: 28px;
  }
}
.subscribe-form--footer .article-cta.article-subscribe .footer-cta-subscibe-content p {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .subscribe-form--footer .article-cta.article-subscribe .footer-cta-subscibe-content p {
    margin: 15px 0;
  }
}
.subscribe-form--footer.blog-subs .article-cta.article-subscribe iframe {
  height: 1125px !important;
}
.subscribe-form--footer.blog-subs .article-cta.article-subscribe .footer-cta-subscibe-content {
  margin: 0 0 0 20px;
  text-align: center;
}
.subscribe-form--footer.blog-subs .article-cta.article-subscribe .footer-cta-subscibe-content p {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  #getquotesticky .modal-content {
    height: 80%;
  }
}

.sticky-get-a-quote {
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  z-index: 2;
  padding: 20px 15px;
  position: fixed;
  visibility: hidden;
  box-sizing: border-box;
  background: #1f2c71;
  transition: all 300ms linear 0ms;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
  border-radius: 15px;
}
.sticky-get-a-quote.cartbar-hidden {
  display: none;
}
@media (max-width: 767px) {
  .sticky-get-a-quote {
    opacity: 1;
    visibility: visible;
  }
}
.sticky-get-a-quote .sticky-inner .header-h2 {
  color: #ffffff;
  padding: 0 0 10px;
  font-weight: 600;
}
@media (max-width: 360px) {
  .sticky-get-a-quote .sticky-inner .header-h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.sticky-get-a-quote .sticky-inner .btn-blue, .sticky-get-a-quote .sticky-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .sticky-get-a-quote .sticky-inner .nav-link, .sticky-get-a-quote .sticky-inner .cta-green, .sticky-get-a-quote .sticky-inner .btn-blue-outline {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 35px;
}
@media (max-width: 767px) {
  .sticky-get-a-quote .sticky-visible {
    opacity: 1;
    visibility: visible;
  }
}

/* Added by Jigar */
.blog-form-main {
  background: #F5F8FF;
  position: relative;
  overflow: hidden;
}
.blog-form-main .container {
  max-width: 1620px;
}
.blog-form-main .blog-form-inner {
  display: flex;
  padding: 0 90px;
  align-items: stretch;
}
.blog-form-main .blog-form-inner .form-content {
  width: 33.33%;
  padding: 60px 60px 60px 0;
  position: relative;
  background: #CDDDFF;
}
.blog-form-main .blog-form-inner .form-content::after {
  right: -18px;
  top: 95px;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 18px solid #CDDDFF;
}
.blog-form-main .blog-form-inner .form-content::before {
  top: 0;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #CDDDFF;
}
.blog-form-main .blog-form-inner .form-content .blog-main_title {
  line-height: normal;
  font-size: 45px;
  font-size: 2.8125rem;
}
.blog-form-main .blog-form-inner .form-content .blog-main_title, .blog-form-main .blog-form-inner .form-content p {
  z-index: 2;
  position: relative;
}
.blog-form-main .blog-form-inner .form-content-iframe {
  padding: 60px 0 60px 60px;
  width: 66.67%;
}
.blog-form-main .blog-form-inner .form-content-iframe iframe {
  width: 100%;
  height: 560px;
}
@media (min-width: 2200px) {
  .blog-form-main .container {
    max-width: 1920px;
  }
}
@media (max-width: 1650px) {
  .blog-form-main .container {
    max-width: 94%;
  }
  .blog-form-main .blog-form-inner {
    padding: 0 40px;
  }
  .blog-form-main .blog-form-inner .form-content {
    padding: 40px 40px 40px 0;
  }
  .blog-form-main .blog-form-inner .form-content .blog-main_title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .blog-form-main .blog-form-inner .form-content-iframe {
    padding: 40px 0 40px 40px;
  }
}
@media (max-width: 1440px) {
  .blog-form-main .blog-form-inner {
    padding: 0 20px;
  }
  .blog-form-main .blog-form-inner .form-content .blog-main_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .blog-form-main .blog-form-inner .form-content, .blog-form-main .blog-form-inner .form-content-iframe {
    padding: 20px 20px 20px 60px;
  }
}
@media (max-width: 1080px) {
  .blog-form-main {
    background: #CDDDFF;
  }
  .blog-form-main .blog-form-inner {
    width: 100%;
    padding: 30px 0;
    display: inline-block;
  }
  .blog-form-main .blog-form-inner .form-content {
    margin-bottom: 0;
    background: transparent;
  }
  .blog-form-main .blog-form-inner .form-content::before, .blog-form-main .blog-form-inner .form-content::after {
    display: none;
  }
  .blog-form-main .blog-form-inner .form-content .blog-main_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .blog-form-main .blog-form-inner .form-content, .blog-form-main .blog-form-inner .form-content-iframe {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-form-main .container {
    max-width: 100%;
  }
  .blog-form-main .blog-form-inner .form-content p {
    font-size: 17px;
    line-height: 25px;
  }
}

.industry-new-cta {
  background: #c7e7f5;
}
.industry-new-cta .cta-inner {
  display: flex;
  padding: 30px;
  min-height: 300px;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  background: #161A58 url(/wp-content/themes/goftx/dist/images/industry-cta.png) no-repeat center/cover;
}
.industry-new-cta .cta-inner .heading-30 {
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
}
.industry-new-cta .cta-inner .heading-30 a {
  font-weight: 600;
  color: #FFD900;
  font-size: 30px;
  line-height: 44px;
}
.industry-new-cta .cta-inner .heading-30 a:hover {
  color: #467ff7;
}
.industry-new-cta .cta-inner .btn-blue, .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .industry-new-cta .cta-inner .nav-link, .industry-new-cta .cta-inner .cta-green, .industry-new-cta .cta-inner .btn-blue-outline {
  text-align: center;
  border: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .industry-new-cta .cta-inner .heading-30, .industry-new-cta .cta-inner .heading-30 a {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .industry-new-cta .cta-inner {
    min-height: auto;
  }
  .industry-new-cta .cta-inner .heading-30 a {
    display: block;
    margin-top: 10px;
  }
  .industry-new-cta .cta-inner .heading-30, .industry-new-cta .cta-inner .heading-30 a {
    font-size: 20px;
    line-height: 26px;
  }
  .industry-new-cta .cta-inner .btn-blue, .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .industry-new-cta .cta-inner .nav-link, .industry-new-cta .cta-inner .cta-green, .industry-new-cta .cta-inner .btn-blue-outline {
    display: block;
  }
}

@media (min-width: 1921px) {
  footer.site-footer .footer-menu-links .footer-top .container,
  footer.site-footer .footer-menu-links .footer-bottom .container {
    max-width: 1700px !important;
  }
}

@media (max-width: 1440px) {
  footer .footer-menu-links .footer-bottom .site-info,
  footer .footer-menu-links .footer-top .ft-nav .widget_nav_menu nav ul li a,
  footer .footer-menu-links .footer-bottom .site-other-links li a,
  footer p, footer li {
    font-size: 17px !important;
    line-height: 25px;
    letter-spacing: 0 !important;
  }
}
@media (max-width: 1280px) {
  footer .footer-menu-links .footer-top .widget-title.active + nav {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-menu-links .footer-top .widget-title {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
  }
}
footer .footer-menu-links .footer-top ul.social-media button.btn-blue, footer .footer-menu-links .footer-top ul.social-media .pricing-data--table #pricingTab .nav-item button.nav-link, .pricing-data--table #pricingTab .nav-item footer .footer-menu-links .footer-top ul.social-media button.nav-link, footer .footer-menu-links .footer-top ul.social-media button.cta-green, footer .footer-menu-links .footer-top ul.social-media button.btn-blue-outline {
  background: #467FF7;
  border-color: #467FF7;
}
footer .footer-menu-links .footer-top ul.social-media button.btn-blue:hover, footer .footer-menu-links .footer-top ul.social-media .pricing-data--table #pricingTab .nav-item button.nav-link:hover, .pricing-data--table #pricingTab .nav-item footer .footer-menu-links .footer-top ul.social-media button.nav-link:hover, footer .footer-menu-links .footer-top ul.social-media button.cta-green:hover, footer .footer-menu-links .footer-top ul.social-media button.btn-blue-outline:hover {
  background: #fff;
  color: #467FF7;
}
@media (max-width: 991px) {
  footer .footer-menu-links .footer-top ul.social-media button.btn-blue, footer .footer-menu-links .footer-top ul.social-media .pricing-data--table #pricingTab .nav-item button.nav-link, .pricing-data--table #pricingTab .nav-item footer .footer-menu-links .footer-top ul.social-media button.nav-link, footer .footer-menu-links .footer-top ul.social-media button.cta-green, footer .footer-menu-links .footer-top ul.social-media button.btn-blue-outline {
    min-width: unset;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: 0;
  }
}

.wpforms-container.subscriber-newsletter.wpforms-container-full .wpforms-field .wpforms-field-label,
.wpforms-container.subscriber-newsletter.wpforms-container-full .wpforms-field .wpforms-captcha-equation {
  color: #fff;
}
.wpforms-container.subscriber-newsletter.wpforms-container-full form input {
  border-radius: 0 !important;
  border-left: 4px solid #467FF7 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.wpforms-container.subscriber-newsletter.wpforms-container-full form .wpforms-submit {
  background: #467FF7 !important;
  border-radius: 0 !important;
  font-weight: 600;
}
.wpforms-container.subscriber-newsletter.wpforms-container-full form .wpforms-submit:hover {
  background: #1a48a5 !important;
}

/* Step Form changes */
.wizard-form--style {
  background: rgba(0, 17, 51, 0.95);
}
.wizard-form--style .modal-dialog {
  padding: 0;
}
.wizard-form--style .modal-content {
  height: 100%;
  max-width: 100%;
  background: transparent;
}
@media (max-width: 767px) {
  .wizard-form--style .modal-content {
    height: 100% !important;
    overflow-y: scroll;
    width: 100% !important;
    padding: 0 !important;
  }
}
.wizard-form--style .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .wizard-form--style .modal-body {
    padding: 0;
    justify-content: flex-start;
  }
  .wizard-form--style .modal-body .wpforms-container {
    margin-top: 0px;
  }
}
.wizard-form--style .close {
  display: flex;
  color: #fff;
  opacity: 1;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50px;
  right: 50px;
  background: transparent;
  border: none;
  z-index: 999;
  font-weight: 400;
}
.wizard-form--style .close:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .wizard-form--style .close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 25px;
    line-height: 25px;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form {
    max-width: 90%;
    margin: 60px auto 0 !important;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-submit-container .wpforms-submit {
  background: #467FF7 !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-submit-container .wpforms-submit:hover {
  background: rgba(70, 127, 247, 0.5) !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-submit-spinner {
  display: none !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form label.wpforms-error,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form em.wpforms-error {
  position: unset !important;
  margin: 4px 0 !important;
  font-size: 15px !important;
  letter-spacing: 0;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form button[type=submit] {
  width: auto !important;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form button[type=submit] {
    width: 100% !important;
    max-width: 400px !important;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field .wpforms-field-required {
  min-height: 55px;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field.wpforms-field-url input {
  height: 55px;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field.wpforms-field-captcha .wpforms-field-label {
  color: #fff;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field.wpforms-field-captcha .wpforms-captcha-math span {
  color: #fff !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field-html p {
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1.5;
  margin: 0 0 60px 0;
}
@media (max-width: 1440px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field-html p {
    font-size: 20px !important;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field-html h3 {
  color: #fff;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li {
  background: #ffffff !important;
  padding: 0 !important;
  display: block !important;
  border: 0px solid #ffffff !important;
  border-radius: 7px;
  position: relative;
  height: 55px;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li[class^=choice-] label {
  background: #ffffff !important;
  padding: 15px 18px !important;
  display: block !important;
  border: 2px solid transparent !important;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px !important;
  font-weight: 600;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li[class^=choice-] label:hover, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li[class^=choice-] label:focus {
  border: 2px solid #467FF7 !important;
  background: #467FF7 !important;
  color: #ffffff !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li.wpforms-selected label {
  border: 2px solid #467FF7 !important;
  background: #467FF7 !important;
  color: #ffffff !important;
  height: 100%;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles {
  padding: 0 !important;
  flex-wrap: wrap;
  border: 0 !important;
  max-width: 350px;
  margin: 0 auto 60px;
  justify-content: space-between !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles {
    margin: 0 auto 40px;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles::before {
  content: "";
  background: #ffffff;
  height: 2px;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
  margin: 0 !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles .wpforms-page-indicator-page span.wpforms-page-indicator-page-number {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 1rem;
  font-weight: 600;
  margin: 0 !important;
  background: rgb(0, 17, 51) !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles .wpforms-page-indicator-page.prev-active span.wpforms-page-indicator-page-number {
  font-size: 0 !important;
  background: #467FF7 !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-indicator.circles .wpforms-page-indicator-page.prev-active span.wpforms-page-indicator-page-number:before {
  content: "";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.9647 14.9617L17.4693 7.44735L18.5307 8.50732L9.96538 17.0837L5.46967 12.588L6.53033 11.5273L9.9647 14.9617Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-prev,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-next {
  background: transparent !important;
  min-width: unset;
  border: 0 !important;
  box-shadow: none;
  color: #ffffff !important;
  padding: 0;
  font-size: 18px;
  margin: 0 20px;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-prev:after,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 27px;
  position: absolute;
  right: -20px;
  border: 0;
  min-width: unset !important;
  top: 50%;
  border-radius: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-prev:hover,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-next:hover {
  color: #467FF7 !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-prev:hover:after,
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-next:hover:after {
  color: #467FF7;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form .wpforms-page-button.wpforms-page-prev::after {
  transform: rotate(180deg);
  right: auto;
  left: -20px;
  top: 12px;
}

.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul {
  display: flex !important;
  justify-content: center;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul {
    justify-content: space-between;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li {
  width: 30% !important;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li {
    width: 47% !important;
  }
}
@media (max-width: 490px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li {
    height: 60px;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 {
  display: flex;
  flex-wrap: wrap;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 > div, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 > div {
  width: 100%;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field.wpforms-field-pagebreak, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field.wpforms-field-pagebreak {
  padding-top: 20px !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field-html.montly-process-html, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field-html.montly-process-html {
  order: 4;
  padding-top: 50px !important;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field-html.montly-process-html, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field-html.montly-process-html {
    padding-top: 0 !important;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field-html.montly-process-html h3, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field-html.montly-process-html h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field-html.montly-process-html p, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-2 .wpforms-field-html.montly-process-html p {
  font-size: 14px !important;
  margin: 15px 0 !important;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-html p, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-html p {
  margin-top: 0;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-url input, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-url input {
  height: 55px;
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-html, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-url, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-captcha, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-pagebreak, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-html, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-url, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-captcha, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-pagebreak {
  width: 100%;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-html, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-url, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-captcha, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-pagebreak, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-html, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-url, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-captcha, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-pagebreak {
    padding-bottom: 10px !important;
  }
}
.wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-email, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-phone, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-email, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-phone {
  width: 48%;
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-email, .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-phone, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-email, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-phone {
    width: 100%;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-captcha .wpforms-field-label, #QualifyForFreePOSWizard .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page.wpforms-page-3.last .wpforms-field.wpforms-field-captcha .wpforms-field-label {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  html[lang=es-ES] footer .footer-menu-links .footer-bottom {
    text-align: center;
  }
  html[lang=es-ES] footer .footer-menu-links .footer-bottom .d-flex {
    display: inline-block !important;
  }
}

.angle-top {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  transform: rotate(-45deg);
  position: relative;
  top: 2px;
  display: inline-block;
}

.top-inner-section {
  height: 252px;
  width: 100%;
  background-color: #467FF7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.top-inner-section .cms-title {
  color: #ffffff;
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: bold;
  font-family: "Myriad Pro";
  text-align: center;
}
@media (min-width: 1921px) {
  .top-inner-section .cms-title {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 992px) {
  .top-inner-section .cms-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .top-inner-section .cms-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.page-template-template-home .site-content .header-h1, .page-template-template-home .site-content p, .page-template-template-home .site-content .section-title--medium span, .page-template-template-home .site-content .heading-27, .page-template-template-home .site-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .site-content .pro-title, .page-template-template-home .site-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .site-content h3, .page-template-template-home .site-content .recent-article .most-recent_title a, .page-template-template-home .site-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-home .site-content .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-home .site-content a, .recent-library_section .recent-library .most-recent_title .page-template-template-home .site-content a, .page-template-template-home .site-content .recent-article .most-recent_title, .page-template-template-home .site-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-home .site-content .recent-library .most-recent_title, .recent-article .page-template-template-home .site-content .most-recent_title, .recent-library_section .recent-library .page-template-template-home .site-content .most-recent_title, .page-template-template-home .site-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .site-content .agreements-block-title, .page-template-template-home .site-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-home .site-content a, .page-template-template-home .site-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-home .site-content a, .page-template-template-home .site-content ul, .page-template-template-home .site-content ul li, .page-template-template-home .site-content ol, .page-template-template-home .site-content ol li {
  color: #1E1C37;
}
.page-template-template-home .section-title--medium {
  font-weight: 700;
  color: #467FF7;
}
.page-template-template-home .section-title--medium.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-template-template-home .section-title--medium.mb-30 {
    margin-bottom: 20px;
  }
}
.page-template-template-home .arrow-list, .page-template-template-home .started-pos-section ul, .started-pos-section .page-template-template-home ul, .page-template-template-home .queue-features-section ul, .queue-features-section .page-template-template-home ul, .page-template-template-home .whats-included-section .whats-included-inner .ft-box .ft-content ul, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-home ul {
  margin: 30px 0;
}
@media (min-width: 1921px) {
  .page-template-template-home .arrow-list li, .page-template-template-home .started-pos-section ul li, .started-pos-section .page-template-template-home ul li, .page-template-template-home .queue-features-section ul li, .queue-features-section .page-template-template-home ul li, .page-template-template-home .whats-included-section .whats-included-inner .ft-box .ft-content ul li, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-home ul li {
    padding-left: 45px;
  }
  .page-template-template-home .arrow-list li:before, .page-template-template-home .started-pos-section ul li:before, .started-pos-section .page-template-template-home ul li:before, .page-template-template-home .queue-features-section ul li:before, .queue-features-section .page-template-template-home ul li:before, .page-template-template-home .whats-included-section .whats-included-inner .ft-box .ft-content ul li:before, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-home ul li:before {
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .page-template-template-home .arrow-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto 0 !important;
  }
}
.page-template-template-home .tooltip_title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .page-template-template-home .tooltip_title {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-home .tooltip_title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.page-template-template-home .blog-form-main .blog-form-inner .form-content ul li, .page-template-template-home .blog-form-main .blog-form-inner .form-content p {
  font-weight: 400;
}
.page-template-template-home .newto-pos.blog-form-main .watch-a-demo---form.wpforms-container .wpforms-submit-container .wpforms-submit {
  background: #467FF7 !important;
}
.page-template-template-home .newto-pos.blog-form-main .watch-a-demo---form.wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  background: #1a48a5 !important;
}

.home-banner-section.hero-section {
  background: #c9e8f6;
}
.home-banner-section.hero-section .container {
  max-width: 1290px;
}
@media (min-width: 1921px) {
  .home-banner-section.hero-section .container {
    max-width: 1560px;
  }
}
.home-banner-section.hero-section .banner-media {
  position: relative;
}
.home-banner-section.hero-section .banner-media video {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-banner-section.hero-section .banner-media video {
    max-width: 500px;
    margin: 30px auto 0;
    width: 100%;
  }
}
.home-banner-section.hero-section .banner-media .pause-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0;
}
.home-banner-section.hero-section .banner-media .pause-button:before {
  content: "";
  width: 100px;
  height: 100px;
  bottom: unset;
  right: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0;
}
@media (max-width: 1600px) {
  .home-banner-section.hero-section .banner-media .pause-button:before {
    width: 80px;
    height: 80px;
    background-size: 40px;
  }
}
@media (max-width: 1024px) {
  .home-banner-section.hero-section .banner-media .pause-button:before {
    width: 60px;
    height: 60px;
    background-size: 30px;
  }
}
@media (max-width: 480px) {
  .home-banner-section.hero-section .banner-media .pause-button:before {
    width: 50px;
    height: 50px;
  }
}
.home-banner-section.hero-section .banner-content {
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .home-banner-section.hero-section .banner-content {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .home-banner-section.hero-section .banner-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .home-banner-section.hero-section .banner-content .btn-blue + .btn-blue, .home-banner-section.hero-section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .home-banner-section.hero-section .banner-content .nav-link + .btn-blue, .home-banner-section.hero-section .banner-content .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .home-banner-section.hero-section .banner-content .btn-blue + .nav-link, .home-banner-section.hero-section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .home-banner-section.hero-section .banner-content .nav-link + .nav-link, .home-banner-section.hero-section .banner-content .cta-green + .btn-blue, .home-banner-section.hero-section .banner-content .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .home-banner-section.hero-section .banner-content .cta-green + .nav-link, .home-banner-section.hero-section .banner-content .btn-blue + .cta-green, .home-banner-section.hero-section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .home-banner-section.hero-section .banner-content .nav-link + .cta-green, .home-banner-section.hero-section .banner-content .cta-green + .cta-green, .home-banner-section.hero-section .banner-content .btn-blue-outline + .btn-blue, .home-banner-section.hero-section .banner-content .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .home-banner-section.hero-section .banner-content .btn-blue-outline + .nav-link, .home-banner-section.hero-section .banner-content .btn-blue-outline + .cta-green, .home-banner-section.hero-section .banner-content .btn-blue + .btn-blue-outline, .home-banner-section.hero-section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .home-banner-section.hero-section .banner-content .nav-link + .btn-blue-outline, .home-banner-section.hero-section .banner-content .cta-green + .btn-blue-outline, .home-banner-section.hero-section .banner-content .btn-blue-outline + .btn-blue-outline {
    margin-left: 0;
    margin-top: 20px;
  }
}

.reach-customer .container {
  max-width: 1700px;
  text-align: center;
}
@media (min-width: 1921px) {
  .reach-customer .container {
    max-width: 1900px;
  }
}
@media (max-width: 1600px) {
  .reach-customer .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .reach-customer .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .reach-customer .row {
    display: flex;
    justify-content: space-around;
  }
}
.reach-customer .reach-customer_big {
  max-width: 740px;
  width: 44%;
}
@media (min-width: 1921px) {
  .reach-customer .reach-customer_big {
    max-width: 830px;
  }
}
@media (max-width: 991px) {
  .reach-customer .reach-customer_big {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .reach-customer .reach-customer_big {
    width: 100%;
  }
}
.reach-customer .reach-customer_small {
  width: 28%;
}
@media (max-width: 991px) {
  .reach-customer .reach-customer_small {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .reach-customer .reach-customer_small {
    width: 100%;
    margin: 20px 0 0;
  }
}
.reach-customer .description, .reach-customer .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .reach-customer .page-numbers, .reach-customer .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .reach-customer .content, .reach-customer .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .reach-customer .latest-post-title, .reach-customer .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .reach-customer a.dropdown-item {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .reach-customer .description, .reach-customer .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .reach-customer .page-numbers, .reach-customer .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .reach-customer .content, .reach-customer .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .reach-customer .latest-post-title, .reach-customer .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .reach-customer a.dropdown-item {
    margin-bottom: 20px;
  }
}
.reach-customer .reach-customer_img {
  height: 451px;
  overflow: hidden;
  border-radius: 17px;
}
@media (max-width: 1440px) {
  .reach-customer .reach-customer_img {
    height: 320px;
  }
}
@media (max-width: 1024px) {
  .reach-customer .reach-customer_img {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .reach-customer .reach-customer_img {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .reach-customer .reach-customer_img {
    height: auto;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
}
.reach-customer .reach-customer_img img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 17px;
}
.reach-customer .reach-customer_content {
  padding: 15px 10px 0;
  text-align: left;
}
.reach-customer .reach-customer_content p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .reach-customer .reach-customer_content {
    text-align: center;
    padding: 15px 10px 0;
  }
}
.reach-customer .reach-customer_content a strong {
  color: #467FF7;
}
.reach-customer .reach-customer_content a strong:hover {
  color: #1a48a5;
}

.control-business-section .container {
  max-width: 1670px;
}
@media (min-width: 1921px) {
  .control-business-section .container {
    max-width: 1900px;
  }
}
@media (max-width: 1600px) {
  .control-business-section .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .control-business-section .container {
    max-width: 1200px;
  }
}
.control-business-section .control-business {
  background: rgb(3, 18, 54);
  background: linear-gradient(30deg, rgb(3, 18, 54) 52%, rgb(10, 36, 92) 100%);
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .control-business-section .control-business {
    max-width: 700px;
    margin: 0 auto;
  }
  .control-business-section .control-business .col-lg-7, .control-business-section .control-business .col-lg-5 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .control-business-section .control-business {
    border-radius: 17px 17px 0 0;
  }
}
.control-business-section .control-business .control-business--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding: 120px;
}
@media (max-width: 1600px) {
  .control-business-section .control-business .control-business--content {
    padding: 60px;
  }
}
@media (max-width: 1440px) {
  .control-business-section .control-business .control-business--content {
    margin-bottom: 40px;
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .control-business-section .control-business .control-business--content {
    margin-bottom: 0;
    text-align: center;
    align-items: center;
  }
}
.control-business-section .control-business .control-business--content .section-title--medium {
  color: #467FF7;
  margin: 0;
}
.control-business-section .control-business .control-business--content .section-title--medium span {
  color: #ffffff;
  position: relative;
  top: 0;
}
.control-business-section .control-business .control-business--content .description, .control-business-section .control-business .control-business--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .control-business-section .control-business .control-business--content .page-numbers, .control-business-section .control-business .control-business--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .control-business-section .control-business .control-business--content .content, .control-business-section .control-business .control-business--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .control-business-section .control-business .control-business--content .latest-post-title, .control-business-section .control-business .control-business--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .control-business-section .control-business .control-business--content a.dropdown-item {
  color: #ffffff;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .control-business-section .control-business .control-business--content .description, .control-business-section .control-business .control-business--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .control-business-section .control-business .control-business--content .page-numbers, .control-business-section .control-business .control-business--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .control-business-section .control-business .control-business--content .content, .control-business-section .control-business .control-business--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .control-business-section .control-business .control-business--content .latest-post-title, .control-business-section .control-business .control-business--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .control-business-section .control-business .control-business--content a.dropdown-item {
    margin: 15px 0;
  }
}
.control-business-section .control-business .control-business--content .btn-group .arrow-link {
  margin-left: 20px;
  color: #ffffff;
}
.control-business-section .control-business .control-business--content .btn-group .arrow-link span svg path {
  stroke: #ffffff;
}
@media (max-width: 767px) {
  .control-business-section .control-business .control-business--content .btn-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .control-business-section .control-business .control-business--content .btn-group .arrow-link {
    margin: 20px auto 0;
  }
}
.control-business-section .control-business .business--video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.control-business-section .control-business .business--video:before {
  background: rgba(3, 18, 54, 0.4);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  content: "";
  z-index: 1;
}
.control-business-section .control-business .business--video:hover:before {
  opacity: 1;
}
.control-business-section .control-business .business--video .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #467FF7;
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  z-index: 2;
}
.control-business-section .control-business .business--video .svg-icon::before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #467FF7;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@media (max-width: 1440px) {
  .control-business-section .control-business .business--video .svg-icon {
    width: 60px;
    height: 60px;
  }
}
.control-business-section .control-business .business--video .svg-icon svg {
  fill: white;
  width: 50px;
}
.control-business-section .control-business .business--video img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  right: -1px;
}
@media (max-width: 991px) {
  .control-business-section .control-business .business--video img {
    right: 0;
  }
}

.home-retail--success {
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .home-retail--success {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-retail--success {
    padding-bottom: 0;
  }
}
.home-retail--success .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .home-retail--success .container {
    max-width: 1700px;
  }
}
@media (max-width: 1440px) {
  .home-retail--success .container {
    max-width: 1260px !important;
  }
}
.home-retail--success .section-title--medium {
  color: #000000;
}
.home-retail--success .section-title--medium.text-uppercase {
  font-weight: 400;
}
.home-retail--success .description, .home-retail--success .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .home-retail--success .page-numbers, .home-retail--success .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .home-retail--success .content, .home-retail--success .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .home-retail--success .latest-post-title, .home-retail--success .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .home-retail--success a.dropdown-item {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1921px) {
  .home-retail--success .description, .home-retail--success .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .home-retail--success .page-numbers, .home-retail--success .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .home-retail--success .content, .home-retail--success .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .home-retail--success .latest-post-title, .home-retail--success .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .home-retail--success a.dropdown-item {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .home-retail--success .slick-dots {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .home-retail--success .video-two--section .video-content .video-image {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 35px;
  }
}
@media (max-width: 480px) {
  .home-retail--success .video-two--section .video-content .video-image {
    max-width: 340px;
    filter: none;
  }
}
.home-retail--success .video-wrapper {
  border-radius: 20px;
  background: #E4F4FC;
  height: 580px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .home-retail--success .video-wrapper {
    height: 820px;
  }
}
@media (max-width: 1440px) {
  .home-retail--success .video-wrapper {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .home-retail--success .video-wrapper {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .home-retail--success .video-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .home-retail--success .video-wrapper {
    width: 100%;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .home-retail--success .video-wrapper {
    margin: 0px auto 40px;
  }
}
.home-retail--success .video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: linear-gradient(180deg, #000 12.67%, rgba(0, 0, 0, 0) 51.07%, #000 76.91%);
  z-index: 0;
  border-radius: 20px;
}
.home-retail--success .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 20px;
}
.home-retail--success .video-wrapper .video-data {
  position: absolute;
  padding: 30px 40px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  top: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .home-retail--success .video-wrapper .video-data {
    padding: 20px 20px 60px;
  }
}
.home-retail--success .video-wrapper .video-data .heading-26 {
  color: #ffffff;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .home-retail--success .video-wrapper .video-data .heading-26 {
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .home-retail--success .video-wrapper .video-data .heading-26 {
    line-height: 1.5em;
  }
}
.home-retail--success .video-two--section .video-content {
  padding: 0;
}

.customize-retail-products .container {
  max-width: 1200px;
}
.customize-retail-products .customize-retail-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: rgb(3, 18, 54);
  background: linear-gradient(30deg, rgb(3, 18, 54) 52%, rgb(10, 36, 92) 100%);
  border-radius: 17px;
}
@media (max-width: 767px) {
  .customize-retail-products .customize-retail-block {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .customize-retail-products .customize-retail-block .customize-retail-text {
    padding: 20px;
  }
}
.customize-retail-products .customize-retail-block .customize-retail-text a {
  text-decoration: underline;
}
.customize-retail-products .customize-retail-block:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 45%;
  height: 100%;
  transform: skew(-15deg);
  z-index: 1;
  background: rgb(3, 18, 54);
  background: linear-gradient(30deg, rgb(3, 18, 54) 52%, rgb(10, 36, 92) 100%);
}
@media (max-width: 991px) {
  .customize-retail-products .customize-retail-block:after {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .customize-retail-products .customize-retail-block:after {
    content: none;
  }
}
.customize-retail-products .customize-retail-block .customize-retail-img {
  width: 60%;
}
@media (max-width: 991px) {
  .customize-retail-products .customize-retail-block .customize-retail-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .customize-retail-products .customize-retail-block .customize-retail-img {
    width: 100%;
  }
}
.customize-retail-products h2 {
  color: #ffffff;
  position: absolute;
  width: 470px;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.customize-retail-products h2 strong {
  color: #467FF7;
}
@media (max-width: 1440px) {
  .customize-retail-products h2 {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .customize-retail-products h2 {
    width: 440px;
  }
}
@media (max-width: 992px) {
  .customize-retail-products h2 {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .customize-retail-products h2 {
    width: 100%;
    transform: translateY(0);
    position: unset;
    margin-bottom: 0;
  }
}

.refined-tobacco-retailers .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .refined-tobacco-retailers .container {
    max-width: 1650px;
  }
}
@media (max-width: 1440px) {
  .refined-tobacco-retailers .container {
    max-width: 1280px;
  }
}
.refined-tobacco-retailers .refined-tobacco--title {
  width: 38%;
}
@media (max-width: 991px) {
  .refined-tobacco-retailers .refined-tobacco--title {
    width: 100%;
  }
}
.refined-tobacco-retailers .refined-tobacco--slider {
  width: 62%;
}
@media (max-width: 991px) {
  .refined-tobacco-retailers .refined-tobacco--slider {
    width: 100%;
  }
}
.refined-tobacco-retailers .heading-37, .refined-tobacco-retailers .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .refined-tobacco-retailers .heading-30, .refined-tobacco-retailers .customize-retail-products h2, .customize-retail-products .refined-tobacco-retailers h2, .refined-tobacco-retailers .customize-retail-products h2 a, .customize-retail-products h2 .refined-tobacco-retailers a {
  color: #000000;
}
@media (max-width: 1366px) {
  .refined-tobacco-retailers .heading-37 br, .refined-tobacco-retailers .industry-faq-section .faq-section .heading-30 br, .industry-faq-section .faq-section .refined-tobacco-retailers .heading-30 br, .refined-tobacco-retailers .customize-retail-products h2 br, .customize-retail-products .refined-tobacco-retailers h2 br, .customize-retail-products h2 .refined-tobacco-retailers a br {
    display: none;
  }
}
@media (max-width: 991px) {
  .refined-tobacco-retailers .heading-37, .refined-tobacco-retailers .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .refined-tobacco-retailers .heading-30, .refined-tobacco-retailers .customize-retail-products h2, .customize-retail-products .refined-tobacco-retailers h2, .refined-tobacco-retailers .customize-retail-products h2 a, .customize-retail-products h2 .refined-tobacco-retailers a {
    text-align: center;
    margin-bottom: 15px;
  }
}
.refined-tobacco-retailers #logo-carousel--home .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.refined-tobacco-retailers #logo-carousel--home .slick-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 15px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out 0s;
}
.refined-tobacco-retailers #logo-carousel--home .slick-item .retailers-logo {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.refined-tobacco-retailers #logo-carousel--home .slick-item .retailers-logo img {
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  display: block;
  height: 100px;
  margin: 0 auto;
  padding: 15px;
}
@media (max-width: 1500px) {
  .refined-tobacco-retailers #logo-carousel--home .slick-item .retailers-logo img {
    height: 100px;
    padding: 10px;
  }
}
.refined-tobacco-retailers #logo-carousel--home .slick-item .retailers-logo img:hover {
  filter: inherit;
}
@media (max-width: 767px) {
  .refined-tobacco-retailers #logo-carousel--home .slick-item .retailers-logo {
    width: 100%;
    max-width: 250px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .refined-tobacco-retailers #logo-carousel--home .slick-item .retailers-logo img {
    height: 100px;
    padding: 10px;
    max-width: 250px;
    width: 100%;
  }
}
.refined-tobacco-retailers #logo-carousel--home .slick-item.slick-slide.slick-current.slick-active {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .refined-tobacco-retailers #logo-carousel--home .slick-item.slick-slide.slick-current.slick-active {
    box-shadow: unset;
  }
}

.industry-logo-slider-home {
  background: #c9e8f6;
}
@media (max-width: 991px) {
  .industry-logo-slider-home {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .industry-logo-slider-home .slick-dots li button {
    background: #ffffff;
  }
  .industry-logo-slider-home .slick-dots li.slick-active button {
    background-color: #051842;
  }
}
.industry-logo-slider-home .container {
  max-width: 1280px;
}
@media (min-width: 1921px) {
  .industry-logo-slider-home .container {
    max-width: 1440px;
  }
}
.industry-logo-slider-home .section-title--medium {
  color: #1E1C37;
}
.industry-logo-slider-home .indus-logo-slider {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .industry-logo-slider-home .indus-logo-slider {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .industry-logo-slider-home .indus-logo-slider {
    margin-bottom: 0;
  }
}
.industry-logo-slider-home .indus-logo-slider .slick-list {
  padding: 15px 0;
  margin: 0 -15px;
}
.industry-logo-slider-home .indus-logo-slider .slick-slide {
  margin: 0 15px;
  border-radius: 10px;
  background: #E1F6FF;
  box-shadow: 0px 2px 20px 0px rgba(176, 221, 250, 0.5);
}
.industry-logo-slider-home .indus-logo-slider .slick-slide a {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.industry-logo-slider-home .indus-logo-slider .slick-slide a img {
  height: 110px;
  width: auto;
  max-width: 100%;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 767px) {
  .industry-logo-slider-home .indus-logo-slider .slick-slide {
    margin: 0 auto;
    background: unset;
    box-shadow: unset;
    display: flex;
    justify-content: center;
  }
  .industry-logo-slider-home .indus-logo-slider .slick-slide a {
    width: 100%;
    padding: 0;
    max-width: 250px;
    background: #E1F6FF;
    box-shadow: 0px 2px 20px 0px rgba(176, 221, 250, 0.5);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .industry-logo-slider-home .indus-logo-slider .slick-slide a img {
    height: 100px;
    padding: 10px;
  }
}
@media (max-width: 1500px) {
  .industry-logo-slider-home .container {
    max-width: 1200px;
  }
}

.cta-menu--section {
  background: #051842;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .cta-menu--section {
    padding: 30px 0;
  }
}
.cta-menu--section .container {
  max-width: 1750px;
}
@media (min-width: 1921px) {
  .cta-menu--section .container {
    max-width: 1950px;
  }
}
.cta-menu--section .menu-title {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (max-width: 1366px) {
  .cta-menu--section .menu-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .cta-menu--section .menu-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .cta-menu--section .menu-title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cta-menu--section .menu-title {
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.cta-menu--section .menu-title span {
  animation: moveLeftRight 1.5s infinite;
  padding-left: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .cta-menu--section .menu-title span {
    animation: none;
    display: none;
  }
}
.cta-menu--section .menu-title span svg {
  height: 32px;
  width: auto;
}
.cta-menu--section .menu-title span svg path {
  stroke: #FF5722;
}
@media (max-width: 767px) {
  .cta-menu--section .menu-title::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
}
.cta-menu--section .menu-title.active:after {
  content: "\f106";
}
.cta-menu--section .cta-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .cta-menu--section .cta-menu {
    flex-direction: column;
  }
}
.cta-menu--section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
@media (max-width: 1440px) {
  .cta-menu--section ul {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .cta-menu--section ul {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .cta-menu--section ul {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .cta-menu--section ul {
    text-align: center;
    display: none;
    margin: 15px 0 0 0;
  }
}
.cta-menu--section ul li {
  padding: 0;
}
.cta-menu--section ul li a {
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  padding: 5px;
  margin: 0 15px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 1600px) {
  .cta-menu--section ul li a {
    margin: 0 5px;
  }
}
@media (max-width: 1500px) {
  .cta-menu--section ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .cta-menu--section ul li a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .cta-menu--section ul li a {
    padding: 8px 15px;
    margin: 0;
  }
}
.cta-menu--section ul li a:hover {
  color: #FF5722;
}
.cta-menu--section .btn-blue, .cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cta-menu--section .nav-link, .cta-menu--section .cta-green, .cta-menu--section .btn-blue-outline {
  color: #ffffff;
  background: #FE5722;
  border-color: #FE5722;
  text-transform: uppercase;
  font-weight: 600;
}
.cta-menu--section .btn-blue:hover, .cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .cta-menu--section .nav-link:hover, .cta-menu--section .cta-green:hover, .cta-menu--section .btn-blue-outline:hover {
  color: #000000;
  color: #FE5722;
  background: #ffffff;
}
@media (max-width: 1600px) {
  .cta-menu--section .btn-blue, .cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cta-menu--section .nav-link, .cta-menu--section .cta-green, .cta-menu--section .btn-blue-outline {
    min-width: unset;
  }
}
@media (max-width: 1200px) {
  .cta-menu--section .btn-blue, .cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cta-menu--section .nav-link, .cta-menu--section .cta-green, .cta-menu--section .btn-blue-outline {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .cta-menu--section .btn-blue, .cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cta-menu--section .nav-link, .cta-menu--section .cta-green, .cta-menu--section .btn-blue-outline {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cta-menu--section .btn-blue, .cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cta-menu--section .nav-link, .cta-menu--section .cta-green, .cta-menu--section .btn-blue-outline {
    margin-top: 20px;
  }
}

.core-services--section.shop--store--home {
  background: #E1F6FF;
}
@media (max-width: 900px) {
  .core-services--section.shop--store--home {
    padding-bottom: 30px;
  }
}
@media (min-width: 1921px) {
  .core-services--section.shop--store--home .container {
    max-width: 1700px !important;
  }
}
@media (max-width: 1440px) {
  .core-services--section.shop--store--home .container {
    max-width: 1280px;
  }
}
.core-services--section.shop--store--home .core-services--tab {
  justify-content: space-between;
}
.core-services--section.shop--store--home .core-services--tab .nav.nav-tabs {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(176, 221, 250, 0.5);
  padding: 40px 0;
}
@media (min-width: 1921px) {
  .core-services--section.shop--store--home .core-services--tab .nav.nav-tabs {
    width: 400px;
  }
}
@media (max-width: 1024px) {
  .core-services--section.shop--store--home .core-services--tab .nav.nav-tabs {
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 900px) {
  .core-services--section.shop--store--home .core-services--tab .nav.nav-tabs {
    display: none;
  }
}
.core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item {
  position: unset;
  left: 30px;
  margin: 0 0 20px 0;
}
.core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item .arrow-link {
  color: #000000;
  padding-left: 30px;
  margin-left: 0;
  color: #457EF7;
  font-weight: 600;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  border-radius: 0;
  font-weight: 600;
  padding: 0px 40px 5px 30px;
  position: relative;
}
.core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 64px;
  background: #457EF7;
}
.core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item .nav-link.active, .core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item .nav-link:hover {
  padding: 0px 40px 5px 30px;
  color: #000000;
  background: transparent;
}
.core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item .nav-link.active:before, .core-services--section.shop--store--home .core-services--tab .nav.nav-tabs .nav-item .nav-link:hover:before {
  width: 3px;
}
.core-services--section.shop--store--home .core-services--tab .tab-content {
  width: calc(100% - 330px);
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(176, 221, 250, 0.5);
}
@media (min-width: 1921px) {
  .core-services--section.shop--store--home .core-services--tab .tab-content {
    width: calc(100% - 430px);
  }
}
@media (max-width: 768px) {
  .core-services--section.shop--store--home .core-services--tab .tab-content .slick-dots {
    bottom: 0;
  }
}
.core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-image {
  width: 420px;
  height: 100%;
  background: transparent;
  border-radius: 20px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-image:before {
  content: none;
}
.core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-image {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 900px) {
  .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-image {
    width: 100%;
    height: auto;
    max-width: 450px;
  }
}
.core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail {
  width: calc(100% - 490px);
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail {
    width: calc(50% - 30px);
    padding-right: 0;
  }
}
.core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .heading-27.mb-0, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .hardware-product-section .hardware-product-row .hard-box .mb-0.pro-title, .hardware-product-section .hardware-product-row .hard-box .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .mb-0.pro-title, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .pos-solutions .pos-solutions_block .pos-solutions_data h3.mb-0, .pos-solutions .pos-solutions_block .pos-solutions_data .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail h3.mb-0, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .recent-article .most-recent_title a.mb-0, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .recent-library_section .recent-library .most-recent_title a.mb-0, .recent-library_section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .recent-library .most-recent_title a.mb-0, .recent-article .most-recent_title .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail a.mb-0, .recent-library_section .recent-library .most-recent_title .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail a.mb-0, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .recent-article .mb-0.most-recent_title, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .recent-library_section .recent-library .mb-0.most-recent_title, .recent-library_section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .recent-library .mb-0.most-recent_title, .recent-article .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .mb-0.most-recent_title, .recent-library_section .recent-library .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .mb-0.most-recent_title, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .agreements-content.row .agreements-block-content .mb-0.agreements-block-title, .agreements-content.row .agreements-block-content .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .mb-0.agreements-block-title, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .support-block .support-brand--block .support-block--data .support-block--heading a.mb-0, .support-block .support-brand--block .support-block--data .support-block--heading .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail a.mb-0, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .pos-modern-retail--section .pos-modern-retail--link li a.mb-0, .pos-modern-retail--section .pos-modern-retail--link li .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail a.mb-0 {
  margin-bottom: 10px !important;
}
@media (max-width: 1024px) {
  .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .arrow-list, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .started-pos-section ul, .started-pos-section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .queue-features-section ul, .queue-features-section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .whats-included-section .whats-included-inner .ft-box .ft-content ul, .whats-included-section .whats-included-inner .ft-box .ft-content .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .arrow-list, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .started-pos-section ul, .started-pos-section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .queue-features-section ul, .queue-features-section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .whats-included-section .whats-included-inner .ft-box .ft-content ul, .whats-included-section .whats-included-inner .ft-box .ft-content .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul {
    margin: 20px auto 0;
  }
}
.core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .arrow-list li, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .started-pos-section ul li, .started-pos-section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul li, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .queue-features-section ul li, .queue-features-section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul li, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .whats-included-section .whats-included-inner .ft-box .ft-content ul li, .whats-included-section .whats-included-inner .ft-box .ft-content .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul li {
  margin: 15px 0;
}
@media (max-width: 1024px) {
  .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .arrow-list li, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .started-pos-section ul li, .started-pos-section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul li, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .queue-features-section ul li, .queue-features-section .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul li, .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail .whats-included-section .whats-included-inner .ft-box .ft-content ul li, .whats-included-section .whats-included-inner .ft-box .ft-content .core-services--section.shop--store--home .core-services--tab .tab-content .tab-data .tab-detail ul li {
    margin: 10px auto;
  }
}
.core-services--section.shop--store--home .core-services--tab .tab-content.tab-mobile-slider .tab-pane.slick-slide {
  height: 0;
}
.core-services--section.shop--store--home .core-services--tab .tab-content.tab-mobile-slider .tab-pane.slick-slide.slick-active {
  height: 100%;
}

.cta-menu--section.choose-industries .cta-mobile-menu + .dropdown {
  z-index: 99;
}
@media (min-width: 1921px) {
  .cta-menu--section.choose-industries .cta-mobile-menu + .dropdown {
    min-width: 240px;
  }
}
.cta-menu--section.choose-industries .cta-mobile-menu + .dropdown li a.dropdown-item {
  white-space: normal;
}
@media (max-width: 1250px) {
  .cta-menu--section.choose-industries .cta-mobile-menu + .dropdown {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-menu--section.choose-industries .cta-mobile-menu + .dropdown {
    display: none;
  }
}
.cta-menu--section.choose-industries .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: relative;
  top: 50%;
  left: 5px;
  transform: rotate(45deg) translateX(-50%);
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 768px) {
  .cta-menu--section.choose-industries .dropdown-toggle::after {
    width: 10px;
    height: 10px;
    margin-left: 8px;
  }
}
.cta-menu--section.choose-industries .dropdown-toggle[aria-expanded=true]::after {
  border-right: 2px solid #FE5722;
  border-bottom: 2px solid #FE5722;
  transform: rotate(225deg) translateX(-50%);
}
.cta-menu--section.choose-industries .dropdown-toggle:hover::after {
  border-right: 2px solid #FE5722;
  border-bottom: 2px solid #FE5722;
}
@media (max-width: 1600px) {
  .cta-menu--section.choose-industries ul li a {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .cta-menu--section.choose-industries ul li a {
    margin: 0;
  }
}
.cta-menu--section.choose-industries .dropdown-menu {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1366px) {
  .cta-menu--section.choose-industries .dropdown-menu {
    position: absolute;
    top: 100%;
  }
}
.cta-menu--section.choose-industries .dropdown-menu li {
  margin-bottom: 5px;
}
@media (min-width: 1921px) {
  .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.cta-menu--section.choose-industries .dropdown.show .btn-blue, .cta-menu--section.choose-industries .dropdown.show .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cta-menu--section.choose-industries .dropdown.show .nav-link, .cta-menu--section.choose-industries .dropdown.show .cta-green, .cta-menu--section.choose-industries .dropdown.show .btn-blue-outline {
  background: #ffffff;
  color: #467FF7;
}
.cta-menu--section.choose-industries .dropdown.show .dropdown-toggle::after {
  transform: rotate(-136deg);
  left: 0;
  top: 2px;
  border-color: #467FF7;
}
.cta-menu--section.choose-industries .cta-mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  .cta-menu--section.choose-industries .cta-desktop-menu, .cta-menu--section.choose-industries .dropdown {
    display: none;
  }
}

.power-customization .container {
  max-width: 1320px;
}
@media (min-width: 1921px) {
  .power-customization .container {
    max-width: 1700px;
  }
}
.power-customization .power-custom--content .section-title--medium {
  font-weight: 400;
}
.power-customization .btn-grp .btn-blue-outline {
  border-color: #ffffff;
}
.power-customization .btn-grp .btn-blue-outline:hover {
  background: transparent;
}
.power-customization .btn-grp .arrow-link {
  margin-left: 20px;
  color: #ffffff;
}
.power-customization .btn-grp .arrow-link span svg path {
  stroke: #ffffff;
}

.experience-power-customization .container {
  max-width: 1330px;
}
@media (min-width: 1921px) {
  .experience-power-customization .container {
    max-width: 1550px;
  }
}
@media (max-width: 1440px) {
  .experience-power-customization .container {
    max-width: 1200px;
  }
}
.experience-power-customization .btn-grp .btn-blue-outline:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.experience-power-customization .btn-grp .arrow-link {
  color: #467FF7;
  margin-left: 15px;
}
.experience-power-customization .btn-grp .arrow-link span svg path {
  stroke: #467FF7;
}
.experience-power-customization .section-title--medium {
  color: #000000;
}
.experience-power-customization .experience-power-content {
  padding-right: 90px;
}
@media (max-width: 1366px) {
  .experience-power-customization .experience-power-content {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .experience-power-customization .experience-power-content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .experience-power-customization .experience-power-content {
    text-align: center;
    margin-bottom: 0;
  }
}
.experience-power-customization .experience--video {
  border-radius: 17px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .experience-power-customization .experience--video {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.experience-power-customization .experience--video .ex-pause-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0;
}
.experience-power-customization .experience--video .ex-pause-button:before {
  content: "";
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  left: auto;
  top: auto;
  transform: unset;
  padding-left: 0;
  background-size: 35px;
}
@media (max-width: 1600px) {
  .experience-power-customization .experience--video .ex-pause-button:before {
    width: 80px;
    height: 80px;
    background-size: 40px;
  }
}
@media (max-width: 991px) {
  .experience-power-customization .experience--video .ex-pause-button:before {
    width: 40px;
    height: 40px;
    background-size: 28px;
  }
}
@media (max-width: 767px) {
  .experience-power-customization .experience--video .ex-pause-button:before {
    right: auto;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.experience-power-customization .experience--video video {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .experience-power-customization .experience--video video {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .experience-power-customization img {
    max-width: 450px;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .experience-power-customization img {
    margin: 0 auto 15px;
  }
}

.maximize-sales {
  background: #E9F8FF;
}
@media (max-width: 767px) {
  .maximize-sales img {
    display: none;
  }
}
.maximize-sales .heading-37, .maximize-sales .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .maximize-sales .heading-30, .maximize-sales .customize-retail-products h2, .customize-retail-products .maximize-sales h2, .maximize-sales .customize-retail-products h2 a, .customize-retail-products h2 .maximize-sales a {
  color: #000000;
}
.maximize-sales p {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .maximize-sales p {
    margin: 15px 0;
  }
}
.maximize-sales p strong {
  color: #467FF7;
}
.maximize-sales .maximize-sales-btn {
  margin-bottom: 30px;
}
.maximize-sales .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link, .maximize-sales .cta-green, .maximize-sales .btn-blue-outline {
  color: #467FF7;
  border: 1px solid #467FF7;
  background-color: #ffffff;
  margin-right: 15px;
}
.maximize-sales .btn-blue:hover, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link:hover, .maximize-sales .cta-green:hover, .maximize-sales .btn-blue-outline:hover {
  background: #467FF7;
  color: #ffffff;
}
.maximize-sales .btn-blue + .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .btn-blue + .nav-link, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .nav-link, .maximize-sales .cta-green + .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .cta-green + .nav-link, .maximize-sales .btn-blue + .cta-green, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .cta-green, .maximize-sales .cta-green + .cta-green, .maximize-sales .btn-blue-outline + .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .btn-blue-outline + .nav-link, .maximize-sales .btn-blue-outline + .cta-green, .maximize-sales .btn-blue + .btn-blue-outline, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .btn-blue-outline, .maximize-sales .cta-green + .btn-blue-outline, .maximize-sales .btn-blue-outline + .btn-blue-outline {
  color: #ffffff;
  background-color: #467FF7;
  margin-right: 0;
}
.maximize-sales .btn-blue + .btn-blue:hover, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue:hover, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .btn-blue:hover, .maximize-sales .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .maximize-sales .btn-blue + .nav-link:hover, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .nav-link:hover, .maximize-sales .cta-green + .btn-blue:hover, .maximize-sales .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .maximize-sales .cta-green + .nav-link:hover, .maximize-sales .btn-blue + .cta-green:hover, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green:hover, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .cta-green:hover, .maximize-sales .cta-green + .cta-green:hover, .maximize-sales .btn-blue-outline + .btn-blue:hover, .maximize-sales .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .maximize-sales .btn-blue-outline + .nav-link:hover, .maximize-sales .btn-blue-outline + .cta-green:hover, .maximize-sales .btn-blue + .btn-blue-outline:hover, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline:hover, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .btn-blue-outline:hover, .maximize-sales .cta-green + .btn-blue-outline:hover, .maximize-sales .btn-blue-outline + .btn-blue-outline:hover {
  color: #467FF7;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .maximize-sales .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link, .maximize-sales .cta-green, .maximize-sales .btn-blue-outline {
    margin-right: 0;
  }
  .maximize-sales .btn-blue + .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .btn-blue + .nav-link, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .nav-link, .maximize-sales .cta-green + .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .cta-green + .nav-link, .maximize-sales .btn-blue + .cta-green, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .cta-green, .maximize-sales .cta-green + .cta-green, .maximize-sales .btn-blue-outline + .btn-blue, .maximize-sales .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-sales .btn-blue-outline + .nav-link, .maximize-sales .btn-blue-outline + .cta-green, .maximize-sales .btn-blue + .btn-blue-outline, .maximize-sales .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .maximize-sales .nav-link + .btn-blue-outline, .maximize-sales .cta-green + .btn-blue-outline, .maximize-sales .btn-blue-outline + .btn-blue-outline {
    margin: 20px auto 0;
  }
}

.connect-with-customers {
  background-color: #c9e8f6;
}
.connect-with-customers .container {
  max-width: 1650px;
}
@media (min-width: 2200px) {
  .connect-with-customers .container {
    max-width: 2090px;
  }
}
@media (max-width: 1600px) {
  .connect-with-customers .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .connect-with-customers .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .connect-with-customers div[class*=col-]:first-child .store-block .heading-h3 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .connect-with-customers .col-md-4 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
  .connect-with-customers .col-md-4:last-child {
    margin-bottom: 0;
  }
}
.connect-with-customers .store-block {
  padding: 30px 30px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(176, 221, 250, 0.5);
  margin: 0 5px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .connect-with-customers .store-block {
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .connect-with-customers .store-block {
    padding: 20px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .connect-with-customers .store-block {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .connect-with-customers .store-block {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .connect-with-customers .store-block {
    padding: 20px;
    margin-bottom: 0;
    height: auto;
    display: block;
  }
}
.connect-with-customers .store-block h3.description, .connect-with-customers .store-block .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .connect-with-customers .store-block h3.page-numbers, .connect-with-customers .store-block .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .connect-with-customers .store-block h3.content, .connect-with-customers .store-block .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .connect-with-customers .store-block h3.latest-post-title {
  color: #1D1E53;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .connect-with-customers .store-block h3.description, .connect-with-customers .store-block .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .connect-with-customers .store-block h3.page-numbers, .connect-with-customers .store-block .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .connect-with-customers .store-block h3.content, .connect-with-customers .store-block .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .connect-with-customers .store-block h3.latest-post-title {
    margin-bottom: 20px;
  }
}
.connect-with-customers .store-block p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1921px) {
  .pricing-home .pricing-data--table .container {
    max-width: 1600px;
  }
}
@media (max-width: 991px) {
  .pricing-home .pricing-data--table.section-space {
    padding-bottom: 0;
  }
}
.pricing-home .pricing-data--table div[class*=col-]:nth-child(2) .pricing-data--block {
  background: #C9E8F6;
}
@media (max-width: 991px) {
  .pricing-home .pricing-data--table div[class*=col-]:last-child .pricing-data--block {
    margin: 0 auto 30px;
  }
}
.pricing-home .pricing-data--table .pricing-data--block {
  border: 2px solid #C9E8F6;
}
.pricing-home .pricing-data--table #pricingTab .nav-item .nav-link {
  color: #3389BA;
}
.pricing-home .pricing-data--table #pricingTab .nav-item .nav-link.hover {
  color: #3389BA;
}
.pricing-home .pricing-data--table #pricingTab .nav-item .nav-link.active {
  background: #3389BA;
}
.pricing-home .pricing-data--table .pricing-data--block .price {
  color: #3389BA;
}
.pricing-home .pricing-data--table .pricing-data--block .pricing-store {
  border: 2px solid #5CB0E0;
  color: #3389BA;
}
.pricing-home .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M18.7141 0.295798C18.6211 0.20207 18.5105 0.127676 18.3887 0.0769072C18.2668 0.0261385 18.1361 0 18.0041 0C17.8721 0 17.7414 0.0261385 17.6195 0.0769072C17.4977 0.127676 17.3871 0.20207 17.2941 0.295798L6.00409 11.5958L1.71409 7.2958C1.52579 7.10749 1.27039 7.00171 1.00409 7.00171C0.73779 7.00171 0.482395 7.10749 0.294091 7.2958C0.105788 7.4841 3.9682e-09 7.7395 0 8.0058C-3.9682e-09 8.2721 0.105788 8.52749 0.294091 8.7158L5.29409 13.7158C5.38705 13.8095 5.49766 13.8839 5.61951 13.9347C5.74137 13.9855 5.87208 14.0116 6.00409 14.0116C6.1361 14.0116 6.26681 13.9855 6.38867 13.9347C6.51053 13.8839 6.62113 13.8095 6.71409 13.7158L18.7141 1.7158C18.8078 1.62284 18.8822 1.51223 18.933 1.39038C18.9838 1.26852 19.0099 1.13781 19.0099 1.0058C19.0099 0.873786 18.9838 0.743081 18.933 0.621222C18.8822 0.499362 18.8078 0.388761 18.7141 0.295798Z' fill='%233389BA'/%3E%3C/svg%3E");
}
.pricing-home .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls img {
  display: none;
}
.pricing-home .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M8.25038 5.42999C8.24515 5.25006 8.29378 5.07267 8.39002 4.92055C8.48626 4.76844 8.62573 4.64852 8.79057 4.57619C8.9554 4.50385 9.13808 4.48238 9.31519 4.51454C9.4923 4.54669 9.65577 4.631 9.78466 4.75667C9.91354 4.88233 10.002 5.04362 10.0386 5.21986C10.0752 5.3961 10.0584 5.57926 9.99024 5.74587C9.9221 5.91248 9.80576 6.05495 9.65612 6.15501C9.50649 6.25507 9.33039 6.30817 9.15038 6.30749C9.03329 6.3104 8.91681 6.28985 8.80778 6.24706C8.69875 6.20427 8.59939 6.14011 8.51553 6.05834C8.43166 5.97658 8.36501 5.87887 8.31947 5.77096C8.27394 5.66305 8.25045 5.54712 8.25038 5.42999ZM8.31188 6.99599H9.98738V13.3177H8.31113L8.31188 6.99599Z' fill='%233389BA'/%3E%3Cpath d='M9.126 1.21144C10.9522 1.21065 12.7222 1.83429 14.1344 2.97611C15.5466 4.11792 16.5137 5.70727 16.8708 7.47335C17.2279 9.23943 16.953 11.073 16.0929 12.6616C15.2329 14.2502 13.8408 15.4956 12.154 16.1856C10.4671 16.8756 8.58984 16.9675 6.84198 16.4457C5.09413 15.9238 3.58383 14.8205 2.56842 13.3237C1.553 11.8269 1.0953 10.0292 1.27328 8.23692C1.45126 6.44464 2.25392 4.76866 3.5445 3.49453C4.27618 2.76917 5.14651 2.19415 6.1051 1.80276C7.06369 1.41137 8.0915 1.21139 9.129 1.2144M9.129 0.00295833C7.32391 0.00222693 5.55915 0.529434 4.05795 1.51789C2.55676 2.50635 1.38657 3.91164 0.695412 5.55601C0.00425635 7.20039 -0.176814 9.00996 0.175106 10.7558C0.527025 12.5017 1.39612 14.1054 2.67246 15.3641C3.9488 16.6228 5.57504 17.48 7.34547 17.8272C9.11589 18.1744 10.951 17.9959 12.6186 17.3145C14.2861 16.6331 15.7113 15.4793 16.7138 13.999C17.7163 12.5188 18.2511 10.7785 18.2505 8.99852C18.2507 7.81682 18.0148 6.64667 17.5564 5.55488C17.0979 4.46309 16.4258 3.47105 15.5785 2.63543C14.7312 1.79981 13.7252 1.13698 12.6181 0.684788C11.511 0.232595 10.3243 -9.71245e-05 9.126 3.04108e-08L9.129 0.00295833Z' fill='%233389BA'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  display: block;
  width: 18px;
  height: 17px;
  background-size: 100%;
}
@media (min-width: 1921px) {
  .pricing-home .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls:after {
    width: 27px;
    height: 26px;
  }
}
.pricing-home .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls .tooltip-txt {
  border: 2px solid #3389BA;
}
.pricing-home .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls .tooltip-txt::before {
  border-top: 10px solid #3389BA;
}
.pricing-home .pricing-data--table .pricing-data--block .btn-blue, .pricing-home .pricing-data--table .pricing-data--block .cta-green,
.pricing-home .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link,
.pricing-home .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link,
.pricing-home .pricing-data--table .pricing-data--block .btn-blue-outline {
  background: #3389BA;
  border-color: #3389BA;
}
.pricing-home .pricing-data--table .pricing-data--block .btn-blue:hover, .pricing-home .pricing-data--table .pricing-data--block .cta-green:hover,
.pricing-home .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link:hover,
.pricing-home .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link:hover,
.pricing-home .pricing-data--table .pricing-data--block .btn-blue-outline:hover {
  color: #3389BA;
  background: transparent;
}

.page-template-template-home .latest-casestudy--section {
  background: #E9F8FF;
}
@media (max-width: 1440px) {
  .page-template-template-home .latest-casestudy--section .container {
    max-width: 1280px;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .latest-casestudy--section .row {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .latest-casestudy--section .row {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .latest-casestudy--section .slick-slide {
    height: 0;
  }
  .page-template-template-home .latest-casestudy--section .slick-slide.slick-active {
    height: 100%;
  }
}
.page-template-template-home .latest-casestudy--section .casestudy-link {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .page-template-template-home .latest-casestudy--section .casestudy-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-home .latest-casestudy--section .casestudy-link {
    margin-top: 50px;
  }
}
.page-template-template-home .latest-casestudy--section .casestudy-item {
  border-radius: 10px;
  border: 4px solid #c9e8f6;
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 991px) {
  .page-template-template-home .latest-casestudy--section .casestudy-item {
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .page-template-template-home .latest-casestudy--section .casestudy-item {
    max-width: 350px;
  }
}
.page-template-template-home .latest-casestudy--section .casestudy-item .casestudy-details img {
  border-radius: 10px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .page-template-template-home .latest-casestudy--section .casestudy-item .casestudy-details img {
    height: 150px;
  }
}
.page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
  font-weight: 600;
  color: #000000;
  min-height: 90px;
}
@media (min-width: 1921px) {
  .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    min-height: 105px;
  }
}
@media (max-width: 1366px) {
  .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    min-height: 85px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    min-height: 115px;
  }
}
@media (max-width: 991px) {
  .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    min-height: 75px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title {
    min-height: inherit;
  }
}
.page-template-template-home .latest-casestudy--section .casestudy-item .arrow-link {
  color: #467FF7;
  font-weight: 700;
  margin-top: 30px;
  display: inline-flex;
}
.page-template-template-home .newto-pos.blog-form-main:before {
  background: #467FF7;
}
@media (min-width: 1921px) {
  .page-template-template-home .newto-pos.blog-form-main .container {
    max-width: 1920px;
  }
}
@media (max-width: 1600px) {
  .page-template-template-home .newto-pos.blog-form-main .container {
    max-width: 1400px;
  }
}
@media (max-width: 1080px) {
  .page-template-template-home .newto-pos.blog-form-main .form-content ul li {
    text-align: left;
  }
}
.page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content {
  background: #467FF7;
  padding: 50px 50px 50px 20px;
}
@media (max-width: 1080px) {
  .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content {
    padding: 30px 30px 60px;
  }
}
@media (max-width: 768px) {
  .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content {
    padding: 20px 20px 60px;
  }
}
.page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content:before {
  background: #467FF7;
}
.page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .blog-main_title, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .description, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .page-numbers, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .content, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .latest-post-title, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content a.dropdown-item, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .arrow-list li, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .started-pos-section ul li, .started-pos-section .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content ul li, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .queue-features-section ul li, .queue-features-section .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content ul li, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .whats-included-section .whats-included-inner .ft-box .ft-content ul li, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content ul li, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .heading-40, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .title-space, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .sub-description, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .own-content, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .section-title--medium, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .heading-27, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .pro-title, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points h3, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points a, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .recent-article .most-recent_title, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .most-recent_title, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .agreements-block-title, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points a, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .heading-27, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .pro-title, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content h3, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content a, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .recent-article .most-recent_title, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .most-recent_title, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .agreements-block-title, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content a, .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content a {
  color: #ffffff;
}
.page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .arrow-list li:before, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .started-pos-section ul li:before, .started-pos-section .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content ul li:before, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .queue-features-section ul li:before, .queue-features-section .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content ul li:before, .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content .whats-included-section .whats-included-inner .ft-box .ft-content ul li:before, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content ul li:before {
  background: #ffffff;
  color: #467FF7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='white'/%3E%3Cpath d='M17.6863 7.01835C18.189 6.8668 19.045 7.69343 19.4118 8.05164C19.6971 8.32719 20.1863 8.65784 19.9281 9.08494L11.477 18.9908L5.0504 13.4386C4.86018 13.0803 5.25421 12.6946 5.4716 12.4053C5.74334 12.0471 6.49062 11.0964 6.89823 11.1378C7.46888 11.1929 10.3901 14.1963 11.083 14.6647L17.6863 7.01835Z' fill='%23457EF7'/%3E%3C/svg%3E");
}
@media (max-width: 1650px) {
  .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content-iframe {
    padding: 50px 0 50px 80px;
  }
}
@media (max-width: 1080px) {
  .page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content-iframe {
    padding: 60px 30px 0;
  }
}
.page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content-iframe .iframe-of-form .wpforms-container input {
  border-radius: 100px !important;
  border: 1px solid #c9e8f6 !important;
  background: transparent !important;
}
.page-template-template-home .newto-pos.blog-form-main .blog-form-inner .form-content-iframe .iframe-of-form .wpforms-container .wpforms-submit-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-template-template-home .ftx-pos--faqs .faq-section .accordion .card .card-header button[aria-expanded=false], .page-template-template-home .ftx-pos--faqs .faq-section .accordion .card .card-header button[aria-expanded=true] {
  background: #ffffff;
}
.page-template-template-home .ftx-pos--faqs .faq-section .accordion .card .card-header button[aria-expanded=false] {
  border-radius: 6px;
}
.page-template-template-home .ftx-pos--faqs .faq-section .accordion .card .card-header button[aria-expanded=true] {
  border-radius: 6px 6px 0 0;
}
.page-template-template-home .ftx-pos--faqs .faq-section .accordion .card .card-body {
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}

@media (min-width: 1921px) {
  .faq-section .accordion .card h3.card-header button .fa {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  html[lang=es-ES] .home-banner-section .banner-content .btn-blue, html[lang=es-ES] .home-banner-section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .home-banner-section .banner-content .nav-link, html[lang=es-ES] .home-banner-section .banner-content .cta-green, html[lang=es-ES] .home-banner-section .banner-content .btn-blue-outline {
    margin-left: 10px;
    min-width: inherit;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .home-banner-section .banner-content .btn-blue, html[lang=es-ES] .home-banner-section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .home-banner-section .banner-content .nav-link, html[lang=es-ES] .home-banner-section .banner-content .cta-green, html[lang=es-ES] .home-banner-section .banner-content .btn-blue-outline {
    margin-left: 0;
  }
}
@media (max-width: 1500px) {
  html[lang=es-ES] .reach-customer div[class*=col-] {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .reach-customer div[class*=col-] {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .home-retail--success .video-two--section .video-content .video-image .video-wrapper .video-data .heading-26 {
    line-height: 26px;
  }
}
html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .nav.nav-tabs {
  width: 320px;
}
html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content {
  width: calc(100% - 350px);
}
@media (min-width: 1921px) {
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .nav.nav-tabs {
    width: 400px;
  }
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content {
    width: calc(100% - 430px);
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content {
    padding: 30px;
  }
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail {
    padding-right: 20px;
  }
}
@media (max-width: 1100px) {
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data {
    display: inline-block;
  }
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-image {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto 20px;
  }
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail {
    width: 100%;
    padding-right: 0;
  }
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .heading-27, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .pro-title, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail h3, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .recent-article .most-recent_title a, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail a, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .recent-article .most-recent_title, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .recent-library .most-recent_title, .recent-article html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .most-recent_title, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .agreements-block-title, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail a, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail a, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .description, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .page-numbers, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .content, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .latest-post-title, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content .tab-pane .tab-data .tab-detail a.dropdown-item {
    text-align: center;
  }
}
@media (max-width: 900px) {
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .nav.nav-tabs, html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-content {
    width: 100%;
    padding: 0;
  }
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab .tab-image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .core-services--section.shop--store--home .core-services--tab {
    max-width: 100% !important;
  }
}
html[lang=es-ES] .experience-power-customization .container {
  max-width: 1700px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .experience-power-customization .container {
    max-width: 1800px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .experience-power-customization .container {
    width: calc(100% - 100px);
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .experience-power-customization .container {
    width: 100%;
  }
}
@media (max-width: 1650px) {
  html[lang=es-ES] .experience-power-customization .experience-power-content .arrow-link {
    margin-top: 20px;
    margin-left: 0 !important;
  }
}
html[lang=es-ES] .latest-casestudy--section .latest-casestudy .row:nth-child(1) [class*=col-], html[lang=es-ES] .latest-casestudy--section .latest-casestudy .row:nth-child(2) [class*=col-] {
  margin-bottom: 30px;
}
html[lang=es-ES] .latest-casestudy--section .latest-casestudy .row .casestudy-item {
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 767px) {
  html[lang=es-ES] .latest-casestudy--section .latest-casestudy .row .casestudy-item {
    height: auto;
  }
}
html[lang=es-ES] .experience-power-customization .btn-grp .arrow-link {
  margin-left: 0;
}
@media (max-width: 1600px) {
  html[lang=es-ES] .choose-industries .cta-menu .cta-desktop-menu li a {
    font-size: 19px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .choose-industries .cta-menu .dropdown .dropdown-menu .dropdown-item {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .ftx-pos--page .arrow-link {
    margin-left: 0 !important;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
}
.ftx-pos--page .savetime-reduce--section {
  background: #c9e8f6;
}
.ftx-pos--page .savetime-reduce--section:before {
  content: none;
}
.ftx-pos--page .master-backoffice-main .container {
  max-width: 1350px;
}
@media (min-width: 1921px) {
  .ftx-pos--page .master-backoffice-main .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .ftx-pos--page .master-backoffice-main .container {
    max-width: 1040px;
  }
}
.ftx-pos--page .master-backoffice-main .ftx-academy-side {
  padding-right: 60px;
  padding-left: 0;
  max-width: 600px;
}
@media (min-width: 1921px) {
  .ftx-pos--page .master-backoffice-main .ftx-academy-side {
    max-width: 660px;
  }
}
@media (max-width: 1366px) {
  .ftx-pos--page .master-backoffice-main .ftx-academy-side {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .master-backoffice-main .ftx-academy-side {
    padding-right: 0;
    max-width: 100%;
    text-align: center;
  }
  .ftx-pos--page .master-backoffice-main .ftx-academy-side ul {
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .master-backoffice-main .ftx-academy-side .round-arrow--list.mb-30 {
    margin-bottom: 0;
  }
}
.ftx-pos--page .master-backoffice-main .ftx-academy-side .arrow-link {
  color: #467FF7;
  margin-left: 0;
}
.ftx-pos--page .master-backoffice-main .ftx-academy-side .arrow-link span svg path {
  stroke: #467FF7;
}
.ftx-pos--page .master-backoffice-main .ftx-academy-form {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .ftx-pos--page .master-backoffice-main .ftx-academy-form {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.ftx-pos--page .master-backoffice-main .ftx-academy-form:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #D2D2D2;
  position: absolute;
  left: -15px;
  display: block;
  top: 0;
}
@media (max-width: 991px) {
  .ftx-pos--page .master-backoffice-main .ftx-academy-form:after {
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .master-backoffice-main .ftx-academy-form {
    padding-left: 0;
    text-align: center;
  }
}
.ftx-pos--page .master-backoffice-main .ftx-academy-form .description a, .ftx-pos--page .master-backoffice-main .ftx-academy-form .free-resources-new .custom-pagination .page-numbers a, .free-resources-new .custom-pagination .ftx-pos--page .master-backoffice-main .ftx-academy-form .page-numbers a, .ftx-pos--page .master-backoffice-main .ftx-academy-form .free-resources-new .filters-gallery .filter-items .blog-item .content a, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .master-backoffice-main .ftx-academy-form .content a, .ftx-pos--page .master-backoffice-main .ftx-academy-form .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .master-backoffice-main .ftx-academy-form .latest-post-title a, .ftx-pos--page .master-backoffice-main .ftx-academy-form .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .master-backoffice-main .ftx-academy-form a.dropdown-item a {
  font-weight: 700;
  color: #000000;
  font-size: larger;
  margin: 0 2px;
}
.ftx-pos--page .master-backoffice-main .ftx-academy-form .description a:hover, .ftx-pos--page .master-backoffice-main .ftx-academy-form .free-resources-new .custom-pagination .page-numbers a:hover, .free-resources-new .custom-pagination .ftx-pos--page .master-backoffice-main .ftx-academy-form .page-numbers a:hover, .ftx-pos--page .master-backoffice-main .ftx-academy-form .free-resources-new .filters-gallery .filter-items .blog-item .content a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .master-backoffice-main .ftx-academy-form .content a:hover, .ftx-pos--page .master-backoffice-main .ftx-academy-form .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .master-backoffice-main .ftx-academy-form .latest-post-title a:hover, .ftx-pos--page .master-backoffice-main .ftx-academy-form .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a:hover, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .master-backoffice-main .ftx-academy-form a.dropdown-item a:hover {
  color: #467FF7;
}
.ftx-pos--page .master-backoffice-main .ftx-academy-form .academy-form .watch-a-demo---form {
  margin: 0;
}
.ftx-pos--page .master-backoffice-main .ftx-academy-form .academy-form .wpforms-container-full input {
  border-radius: 5px !important;
  border: 1px solid #D2D2D2 !important;
  background: transparent !important;
}
.ftx-pos--page .master-backoffice-main .ftx-academy-form .academy-form .wpforms-container-full .wpforms-submit {
  border-radius: 25px !important;
  border: 1px solid #1C6DF7 !important;
  background: #1C6DF7 !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .ftx-pos--page .master-backoffice-main .ftx-academy-form .academy-form .wpforms-container-full .wpforms-submit {
    max-width: 450px !important;
    width: 100%;
    min-width: unset !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.ftx-pos--page .master-backoffice-main .ftx-academy-form .academy-form .wpforms-container-full .wpforms-submit:hover {
  background: #1a48a5 !important;
  border: 1px solid #1a48a5 !important;
}
.ftx-pos--page .increase-revenue--section.advance-retail-main .advance-retail-inner {
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main .advance-retail-inner {
    padding: 20px 0 0;
  }
}
@media (max-width: 575px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main .advance-retail-inner {
    padding: 20px 0;
  }
}
.ftx-pos--page .increase-revenue--section.advance-retail-main .advance-retail-inner .advance-image .animation-json {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main .advance-retail-inner .advance-image .animation-json {
    max-width: 70px;
  }
}
.ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings {
  background: #F5F9FF;
}
@media (max-width: 1440px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .container {
    max-width: 950px;
  }
}
@media (max-width: 575px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .container .row.mb-30 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .title-space, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .sub-description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center .sub-description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .own-content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .section-title--medium, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .page-numbers, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .description, .pos-modern-retail--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .page-numbers, .pos-modern-retail--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .content, .pos-modern-retail--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .latest-post-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .savetime-reduce--section .description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .savetime-reduce--section .page-numbers, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .savetime-reduce--section .content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .savetime-reduce--section .latest-post-title, .savetime-reduce--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .description, .savetime-reduce--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .page-numbers, .savetime-reduce--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .content, .savetime-reduce--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .latest-post-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .increase-revenue--section.access-retail--pos .description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .increase-revenue--section.access-retail--pos .page-numbers, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .increase-revenue--section.access-retail--pos .content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .description, .increase-revenue--section.access-retail--pos .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .page-numbers, .increase-revenue--section.access-retail--pos .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .content, .increase-revenue--section.access-retail--pos .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .latest-post-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .heading-27, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .pro-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points h3, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .recent-article .most-recent_title a, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points a, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points a, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .recent-article .most-recent_title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .recent-library .most-recent_title, .recent-article .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .most-recent_title, .recent-library_section .recent-library .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .most-recent_title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .agreements-block-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points a, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-points a, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .heading-27, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .pro-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center h3, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .recent-article .most-recent_title a, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .recent-library .most-recent_title a, .recent-article .most-recent_title .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center a, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center a, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .recent-article .most-recent_title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .recent-library_section .recent-library .most-recent_title, .recent-library_section .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .recent-library .most-recent_title, .recent-article .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .most-recent_title, .recent-library_section .recent-library .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .most-recent_title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .agreements-block-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center a, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-points .advance-retail-inner .retail-inner-content.text-center a, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title .description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title .page-numbers, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title .content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title .latest-post-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center .description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center .page-numbers, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center .content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center .latest-post-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .revenue-title a.dropdown-item, .ftx-pos--page .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .revenue-title .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .page-numbers, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .latest-post-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center .description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center .page-numbers, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center .content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center .latest-post-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .advance-retail-main-content a.dropdown-item, .ftx-pos--page .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-main-content .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main .description, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main .page-numbers, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main .content, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .description, .ftx-pos--page .access-control-main .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .page-numbers, .ftx-pos--page .access-control-main .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .content, .ftx-pos--page .access-control-main .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .latest-post-title, .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .retail-inner-content.text-center a.dropdown-item {
    margin-bottom: 0;
  }
}
.ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .advance-image:before {
  width: 150px;
  height: 150px;
}
@media (max-width: 991px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .advance-image:before {
    width: 130px;
    height: 130px;
  }
}
.ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .advance-image .advance-image--bg {
  width: 140px;
  height: 140px;
}
@media (max-width: 991px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .advance-image .advance-image--bg {
    width: 110px;
    height: 110px;
  }
}
.ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .advance-retail-inner .advance-image img {
  max-height: 70px;
}
.ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .access-retail--links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .access-retail--links {
    max-width: 570px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .access-retail--links {
    flex-direction: column;
  }
}
.ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .access-retail--links a + a {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.access-retail--trainings .access-retail--links a + a {
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.grow-customer.section-space {
    padding-bottom: 10px;
  }
}
.ftx-pos--page .increase-revenue--section.advance-retail-main.grow-customer .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .ftx-pos--page .increase-revenue--section.advance-retail-main.grow-customer .container {
    max-width: 1300px;
  }
}
@media (min-width: 1921px) {
  .ftx-pos--page .increase-business--section.advance-retail-main.business-success .container {
    max-width: 1700px;
  }
}
@media (max-width: 575px) {
  .ftx-pos--page .increase-business--section.advance-retail-main.business-success .heading-27, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .increase-business--section.advance-retail-main.business-success .pro-title, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .increase-business--section.advance-retail-main.business-success h3, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .recent-article .most-recent_title a, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ftx-pos--page .increase-business--section.advance-retail-main.business-success .recent-library .most-recent_title a, .recent-article .most-recent_title .ftx-pos--page .increase-business--section.advance-retail-main.business-success a, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .increase-business--section.advance-retail-main.business-success a, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .recent-article .most-recent_title, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .recent-library_section .recent-library .most-recent_title, .recent-library_section .ftx-pos--page .increase-business--section.advance-retail-main.business-success .recent-library .most-recent_title, .recent-article .ftx-pos--page .increase-business--section.advance-retail-main.business-success .most-recent_title, .recent-library_section .recent-library .ftx-pos--page .increase-business--section.advance-retail-main.business-success .most-recent_title, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .increase-business--section.advance-retail-main.business-success .agreements-block-title, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .increase-business--section.advance-retail-main.business-success a, .ftx-pos--page .increase-business--section.advance-retail-main.business-success .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .increase-business--section.advance-retail-main.business-success a {
    margin: 20px 0;
  }
}
.ftx-pos--page .pos-management .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .ftx-pos--page .pos-management .container {
    max-width: 1700px;
  }
}
@media (max-width: 1440px) {
  .ftx-pos--page .pos-management .container {
    max-width: 1250px;
  }
}
.ftx-pos--page .pos-management.img-first .pos-management--title, .ftx-pos--page .pos-management.img-first .pos-management--block {
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 1440px) {
  .ftx-pos--page .pos-management.img-first .pos-management--title, .ftx-pos--page .pos-management.img-first .pos-management--block {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .ftx-pos--page .pos-management.img-first .pos-management--title, .ftx-pos--page .pos-management.img-first .pos-management--block {
    padding-left: 0;
  }
}
.ftx-pos--page .pos-management .pos-management--title,
.ftx-pos--page .pos-management .pos-management--block {
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .ftx-pos--page .pos-management .pos-management--title,
  .ftx-pos--page .pos-management .pos-management--block {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .ftx-pos--page .pos-management .pos-management--title,
  .ftx-pos--page .pos-management .pos-management--block {
    padding-right: 0;
  }
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .ftx-pos--page .pos-management .pos-management--block .pos-management_subtitle::before {
    width: 35px;
    height: 35px;
    top: -2px;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .pos-management .pos-management--block .pos-management_subtitle::before {
    top: -4px;
  }
}
@media (max-width: 768px) {
  .ftx-pos--page .pos-management .pos-management--block .pos-management_subtitle::before {
    width: 25px;
    height: 25px;
    top: 0;
  }
}
.ftx-pos--page .pos-management .pos-management--block .description .transparent-btn, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers .transparent-btn, .free-resources-new .custom-pagination .ftx-pos--page .pos-management .pos-management--block .page-numbers .transparent-btn, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content .transparent-btn, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-management .pos-management--block .content .transparent-btn, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .transparent-btn, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-management .pos-management--block .latest-post-title .transparent-btn, .ftx-pos--page .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .transparent-btn, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .pos-management .pos-management--block a.dropdown-item .transparent-btn {
  font-weight: 700;
  color: #467FF7;
}
.ftx-pos--page .pos-management .pos-management--block .description .transparent-btn:hover, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers .transparent-btn:hover, .free-resources-new .custom-pagination .ftx-pos--page .pos-management .pos-management--block .page-numbers .transparent-btn:hover, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content .transparent-btn:hover, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-management .pos-management--block .content .transparent-btn:hover, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title .transparent-btn:hover, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-management .pos-management--block .latest-post-title .transparent-btn:hover, .ftx-pos--page .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item .transparent-btn:hover, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .pos-management .pos-management--block a.dropdown-item .transparent-btn:hover {
  color: #1a48a5;
}
.ftx-pos--page .pos-management.img-first .container-fluid {
  padding-right: calc((100% - 1100px) / 2);
}
@media (min-width: 1921px) {
  .ftx-pos--page .pos-management.img-first .container-fluid {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .pos-management.img-first .pos-management--image {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .pos-management.img-first .pos-management--image {
    padding-bottom: 0;
  }
}
.ftx-pos--page .pos-management.img-first .pos-management--image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 40px;
}
@media (min-width: 1921px) and (max-width: 1440px) {
  .ftx-pos--page .pos-management.img-first .pos-management--image img {
    -o-object-position: unset;
       object-position: unset;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .pos-management.img-first .pos-management--image img {
    border-radius: 20px;
  }
}
.ftx-pos--page .pos-management .pos-management--image {
  height: auto;
}
@media (max-width: 991px) {
  .ftx-pos--page .pos-management .pos-management--image {
    padding-bottom: 20px;
  }
}
.ftx-pos--page .pos-management .pos-management--image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .ftx-pos--page .pos-management .pos-management--image img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .pos-management .pos-management--image img {
    border-radius: 20px;
  }
}
@media (min-width: 1921px) {
  .ftx-pos--page .pos-management .pos-management--block {
    padding-top: 30px;
  }
  .ftx-pos--page .pos-management .pos-management--block .description, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .pos-management .pos-management--block .page-numbers, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-management .pos-management--block .content, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-management .pos-management--block .latest-post-title, .ftx-pos--page .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .pos-management .pos-management--block a.dropdown-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .pos-management .pos-management--block .description:last-child, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers:last-child, .free-resources-new .custom-pagination .ftx-pos--page .pos-management .pos-management--block .page-numbers:last-child, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-management .pos-management--block .content:last-child, .ftx-pos--page .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-management .pos-management--block .latest-post-title:last-child, .ftx-pos--page .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:last-child, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .pos-management .pos-management--block a.dropdown-item:last-child {
    margin-bottom: 0;
  }
}
.ftx-pos--page .ftx-pos-dashboard-main {
  background: #c9e8f6;
}
@media (min-width: 1921px) {
  .ftx-pos--page .ftx-pos-dashboard-main .container {
    max-width: 1500px;
  }
}
@media (max-width: 1400px) {
  .ftx-pos--page .ftx-pos-dashboard-main .container {
    max-width: 1100px;
  }
}
@media (max-width: 1280px) {
  .ftx-pos--page .ftx-pos-dashboard-main .container {
    max-width: calc(100% - 150px);
  }
}
.ftx-pos--page .ftx-pos-dashboard-main .pos-logo-slider .ftx-slider-inner-link {
  border-radius: 10px;
  background: #E1F6FF;
  box-shadow: 0px 2px 20px 0px rgba(176, 221, 250, 0.5);
  display: flex;
  justify-content: center;
  margin: 0 20px;
  padding: 30px;
}
@media (max-width: 991px) {
  .ftx-pos--page .ftx-pos-dashboard-main .pos-logo-slider .ftx-slider-inner-link {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .ftx-pos-dashboard-main .pos-logo-slider .ftx-slider-inner-link {
    padding: 10px;
  }
}
.ftx-pos--page .ftx-pos-dashboard-main .pos-logo-slider .ftx-slider-inner-link img {
  height: 60px;
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 575px) {
  .ftx-pos--page .ftx-pos-dashboard-main .pos-logo-slider .ftx-slider-inner-link img {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .ftx-pos--page .ftx-pos-dashboard-main .pos-logo-slider {
    margin-bottom: 0;
  }
}
.ftx-pos--page .ftx-pos-dashboard-main .slick-dots li button::before {
  background: #ffffff;
  opacity: 1;
}
.ftx-pos--page .ftx-pos-dashboard-main .slick-dots li.slick-active button::before {
  background: #1E1C37;
}
.ftx-pos--page .access-control-main {
  background-image: url(/wp-content/themes/goftx/dist/images/ftxpos-reduce-cost-bg.png);
  background-repeat: no-repeat;
}
.ftx-pos--page .access-control-main .section-title--medium {
  margin-bottom: 30px !important;
}
.ftx-pos--page .reduce-cost--section .section-title--medium br {
  display: block;
}
@media (max-width: 767px) {
  .ftx-pos--page .reduce-cost--section .section-title--medium br {
    display: none;
  }
}
.ftx-pos--page .reduce-cost--section .heading-26 {
  color: #1C244B;
  font-weight: 400;
}
.ftx-pos--page .reduce-cost--section .arrow-link {
  margin-left: 30px;
  color: #467FF7;
}
.ftx-pos--page .reduce-cost--section .arrow-link span svg path {
  stroke: #467FF7;
}
.ftx-pos--page .faq-section .accordion .card .card-header button {
  background-color: #ffffff !important;
}
@media (max-width: 991px) {
  .ftx-pos--page .faq-section .accordion .card .card-header button {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.ftx-pos--page .faq-section .accordion .card .card-header button[aria-expanded=false] {
  border-radius: 6px;
}
.ftx-pos--page .faq-section .accordion .card .card-header button[aria-expanded=true] {
  border-radius: 6px 6px 0 0;
}
.ftx-pos--page .faq-section .accordion .card .card-body {
  background-color: #ffffff !important;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .ftx-pos--page .pos-modern-retail--section.section-space {
    padding-bottom: 20px;
  }
}
.ftx-pos--page .pos-modern-retail--section.section-space .description, .ftx-pos--page .pos-modern-retail--section.section-space .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .pos-modern-retail--section.section-space .page-numbers, .ftx-pos--page .pos-modern-retail--section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-modern-retail--section.section-space .content, .ftx-pos--page .pos-modern-retail--section.section-space .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-modern-retail--section.section-space .latest-post-title, .ftx-pos--page .pos-modern-retail--section.section-space .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .pos-modern-retail--section.section-space a.dropdown-item {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .heading-27, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .pro-title, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content h3, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .recent-article .most-recent_title a, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library .most-recent_title a, .recent-article .most-recent_title .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content a, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content a, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .recent-article .most-recent_title, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library .most-recent_title, .recent-article .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .most-recent_title, .recent-library_section .recent-library .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .most-recent_title, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .agreements-block-title, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content a, .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .advance-retail-main .advance-retail-inner .retail-inner-content a {
    margin: 20px 0;
  }
}
.ftx-pos--page .industry-logo-slider-home {
  background: transparent;
}
@media (max-width: 991px) {
  .ftx-pos--page .industry-logo-slider-home {
    padding-bottom: 50px;
  }
}
.ftx-pos--page .industry-logo-slider-home .container {
  max-width: 1230px;
}
@media (min-width: 1921px) {
  .ftx-pos--page .industry-logo-slider-home .container {
    max-width: 1600px;
  }
}
.ftx-pos--page .industry-logo-slider-home .section-title--medium {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .ftx-pos--page .industry-logo-slider-home .section-title--medium {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .industry-logo-slider-home .section-title--medium {
    margin-bottom: 20px;
  }
}
.ftx-pos--page .industry-logo-slider-home .section-title--medium span {
  font-weight: 700;
  color: #467FF7;
}
.ftx-pos--page .industry-logo-slider-home .section-title--medium strong {
  font-weight: 700;
}
.ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-slide a {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 25px;
  margin: 5px 10px;
}
@media (max-width: 1199px) {
  .ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-slide a {
    margin: 35px 10px 5px;
  }
}
.ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-slide img {
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  display: block;
  height: 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-slide a {
    width: 100%;
    padding: 0;
    max-width: 250px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-slide a img {
    height: 100px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .industry-logo-slider-home {
    text-align: center;
  }
  .ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-dots {
    bottom: auto;
    margin: 15px 0 0;
  }
  .ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-dots li button {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
  }
  .ftx-pos--page .industry-logo-slider-home .industry-logo-slider .slick-dots li button::before {
    font-size: 0px;
    font-size: 0rem;
    color: #ffffff;
    line-height: 0;
    content: "";
    background: #467FF7;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
}
.ftx-pos--page .industry-new-cta {
  margin-bottom: -100px;
}
.ftx-pos--page .industry-new-cta .container {
  max-width: 1100px;
}
.ftx-pos--page .industry-new-cta .cta-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #FF5722;
  padding: 50px 50px 65px;
}
@media (max-width: 1440px) {
  .ftx-pos--page .industry-new-cta .cta-inner {
    min-height: 280px;
    padding: 30px 40px 0;
  }
}
@media (max-width: 1366px) {
  .ftx-pos--page .industry-new-cta .cta-inner {
    min-height: 260px;
  }
}
@media (max-width: 1199px) {
  .ftx-pos--page .industry-new-cta .cta-inner {
    min-height: 230px;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .industry-new-cta .cta-inner {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .industry-new-cta .cta-inner {
    min-height: auto;
    padding-bottom: 60px;
  }
}
.ftx-pos--page .industry-new-cta .cta-inner .heading-27, .ftx-pos--page .industry-new-cta .cta-inner .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .industry-new-cta .cta-inner .pro-title, .ftx-pos--page .industry-new-cta .cta-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .industry-new-cta .cta-inner h3, .ftx-pos--page .industry-new-cta .cta-inner .recent-article .most-recent_title a, .ftx-pos--page .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ftx-pos--page .industry-new-cta .cta-inner .recent-library .most-recent_title a, .recent-article .most-recent_title .ftx-pos--page .industry-new-cta .cta-inner a, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .industry-new-cta .cta-inner a, .ftx-pos--page .industry-new-cta .cta-inner .recent-article .most-recent_title, .ftx-pos--page .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title, .recent-library_section .ftx-pos--page .industry-new-cta .cta-inner .recent-library .most-recent_title, .recent-article .ftx-pos--page .industry-new-cta .cta-inner .most-recent_title, .recent-library_section .recent-library .ftx-pos--page .industry-new-cta .cta-inner .most-recent_title, .ftx-pos--page .industry-new-cta .cta-inner .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .industry-new-cta .cta-inner .agreements-block-title, .ftx-pos--page .industry-new-cta .cta-inner .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .industry-new-cta .cta-inner a, .ftx-pos--page .industry-new-cta .cta-inner .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .industry-new-cta .cta-inner a {
  line-height: 37px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .ftx-pos--page .industry-new-cta .cta-inner .heading-27, .ftx-pos--page .industry-new-cta .cta-inner .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .industry-new-cta .cta-inner .pro-title, .ftx-pos--page .industry-new-cta .cta-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .industry-new-cta .cta-inner h3, .ftx-pos--page .industry-new-cta .cta-inner .recent-article .most-recent_title a, .ftx-pos--page .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ftx-pos--page .industry-new-cta .cta-inner .recent-library .most-recent_title a, .recent-article .most-recent_title .ftx-pos--page .industry-new-cta .cta-inner a, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .industry-new-cta .cta-inner a, .ftx-pos--page .industry-new-cta .cta-inner .recent-article .most-recent_title, .ftx-pos--page .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title, .recent-library_section .ftx-pos--page .industry-new-cta .cta-inner .recent-library .most-recent_title, .recent-article .ftx-pos--page .industry-new-cta .cta-inner .most-recent_title, .recent-library_section .recent-library .ftx-pos--page .industry-new-cta .cta-inner .most-recent_title, .ftx-pos--page .industry-new-cta .cta-inner .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .industry-new-cta .cta-inner .agreements-block-title, .ftx-pos--page .industry-new-cta .cta-inner .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .industry-new-cta .cta-inner a, .ftx-pos--page .industry-new-cta .cta-inner .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .industry-new-cta .cta-inner a {
    line-height: 30px;
  }
}
.ftx-pos--page .industry-new-cta .cta-inner a.heading-27.orange-link, .ftx-pos--page .industry-new-cta .cta-inner .hardware-product-section .hardware-product-row .hard-box a.orange-link.pro-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .industry-new-cta .cta-inner a.orange-link.pro-title, .ftx-pos--page .industry-new-cta .cta-inner .recent-article .most-recent_title a.orange-link, .ftx-pos--page .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title a.orange-link, .recent-library_section .ftx-pos--page .industry-new-cta .cta-inner .recent-library .most-recent_title a.orange-link, .recent-article .most-recent_title .ftx-pos--page .industry-new-cta .cta-inner a.orange-link, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .industry-new-cta .cta-inner a.orange-link, .ftx-pos--page .industry-new-cta .cta-inner .recent-article a.orange-link.most-recent_title, .ftx-pos--page .industry-new-cta .cta-inner .recent-library_section .recent-library a.orange-link.most-recent_title, .recent-library_section .ftx-pos--page .industry-new-cta .cta-inner .recent-library a.orange-link.most-recent_title, .recent-article .ftx-pos--page .industry-new-cta .cta-inner a.orange-link.most-recent_title, .recent-library_section .recent-library .ftx-pos--page .industry-new-cta .cta-inner a.orange-link.most-recent_title, .ftx-pos--page .industry-new-cta .cta-inner .agreements-content.row .agreements-block-content a.orange-link.agreements-block-title, .agreements-content.row .agreements-block-content .ftx-pos--page .industry-new-cta .cta-inner a.orange-link.agreements-block-title, .ftx-pos--page .industry-new-cta .cta-inner .support-block .support-brand--block .support-block--data .support-block--heading a.orange-link, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .industry-new-cta .cta-inner a.orange-link, .ftx-pos--page .industry-new-cta .cta-inner .pos-modern-retail--section .pos-modern-retail--link li a.orange-link, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .industry-new-cta .cta-inner a.orange-link {
  display: block;
  color: #FF5722 !important;
}
.ftx-pos--page .industry-new-cta .cta-inner a.heading-27.orange-link:hover, .ftx-pos--page .industry-new-cta .cta-inner .hardware-product-section .hardware-product-row .hard-box a.orange-link.pro-title:hover, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .industry-new-cta .cta-inner a.orange-link.pro-title:hover, .ftx-pos--page .industry-new-cta .cta-inner .recent-article .most-recent_title a.orange-link:hover, .ftx-pos--page .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title a.orange-link:hover, .recent-library_section .ftx-pos--page .industry-new-cta .cta-inner .recent-library .most-recent_title a.orange-link:hover, .recent-article .most-recent_title .ftx-pos--page .industry-new-cta .cta-inner a.orange-link:hover, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .industry-new-cta .cta-inner a.orange-link:hover, .ftx-pos--page .industry-new-cta .cta-inner .recent-article a.orange-link.most-recent_title:hover, .ftx-pos--page .industry-new-cta .cta-inner .recent-library_section .recent-library a.orange-link.most-recent_title:hover, .recent-library_section .ftx-pos--page .industry-new-cta .cta-inner .recent-library a.orange-link.most-recent_title:hover, .recent-article .ftx-pos--page .industry-new-cta .cta-inner a.orange-link.most-recent_title:hover, .recent-library_section .recent-library .ftx-pos--page .industry-new-cta .cta-inner a.orange-link.most-recent_title:hover, .ftx-pos--page .industry-new-cta .cta-inner .agreements-content.row .agreements-block-content a.orange-link.agreements-block-title:hover, .agreements-content.row .agreements-block-content .ftx-pos--page .industry-new-cta .cta-inner a.orange-link.agreements-block-title:hover, .ftx-pos--page .industry-new-cta .cta-inner .support-block .support-brand--block .support-block--data .support-block--heading a.orange-link:hover, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .industry-new-cta .cta-inner a.orange-link:hover, .ftx-pos--page .industry-new-cta .cta-inner .pos-modern-retail--section .pos-modern-retail--link li a.orange-link:hover, .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .industry-new-cta .cta-inner a.orange-link:hover {
  color: #ffffff !important;
}
.ftx-pos--page .industry-new-cta .cta-inner .btn-blue, .ftx-pos--page .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .ftx-pos--page .industry-new-cta .cta-inner .nav-link, .ftx-pos--page .industry-new-cta .cta-inner .cta-green, .ftx-pos--page .industry-new-cta .cta-inner .btn-blue-outline {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0;
  border: 0;
  background: #FF5722;
  color: #ffffff;
  line-height: 44px;
  height: auto;
  padding: 10px 0;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
}
@media (max-width: 1440px) {
  .ftx-pos--page .industry-new-cta .cta-inner .btn-blue, .ftx-pos--page .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .ftx-pos--page .industry-new-cta .cta-inner .nav-link, .ftx-pos--page .industry-new-cta .cta-inner .cta-green, .ftx-pos--page .industry-new-cta .cta-inner .btn-blue-outline {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .industry-new-cta .cta-inner .btn-blue, .ftx-pos--page .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .ftx-pos--page .industry-new-cta .cta-inner .nav-link, .ftx-pos--page .industry-new-cta .cta-inner .cta-green, .ftx-pos--page .industry-new-cta .cta-inner .btn-blue-outline {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .ftx-pos--page .industry-new-cta .cta-inner .btn-blue, .ftx-pos--page .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .ftx-pos--page .industry-new-cta .cta-inner .nav-link, .ftx-pos--page .industry-new-cta .cta-inner .cta-green, .ftx-pos--page .industry-new-cta .cta-inner .btn-blue-outline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.ftx-pos--page .industry-new-cta .cta-inner .btn-blue:hover, .ftx-pos--page .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .ftx-pos--page .industry-new-cta .cta-inner .nav-link:hover, .ftx-pos--page .industry-new-cta .cta-inner .cta-green:hover, .ftx-pos--page .industry-new-cta .cta-inner .btn-blue-outline:hover {
  color: #1C244B;
}
@media (max-width: 767px) {
  .ftx-pos--page .industry-new-cta .cta-inner .btn-blue, .ftx-pos--page .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .ftx-pos--page .industry-new-cta .cta-inner .nav-link, .ftx-pos--page .industry-new-cta .cta-inner .cta-green, .ftx-pos--page .industry-new-cta .cta-inner .btn-blue-outline {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .pos-retail--success {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .ftx-pos--page .pos-retail--success {
    padding-bottom: 20px;
  }
}
.ftx-pos--page .pos-retail--success .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .ftx-pos--page .pos-retail--success .container {
    max-width: 1700px;
  }
}
.ftx-pos--page .pos-retail--success .section-title--medium {
  color: #000000;
}
.ftx-pos--page .pos-retail--success .section-title--medium.text-uppercase {
  font-weight: 400;
}
.ftx-pos--page .pos-retail--success .description, .ftx-pos--page .pos-retail--success .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .pos-retail--success .page-numbers, .ftx-pos--page .pos-retail--success .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-retail--success .content, .ftx-pos--page .pos-retail--success .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-retail--success .latest-post-title, .ftx-pos--page .pos-retail--success .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .pos-retail--success a.dropdown-item {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1921px) {
  .ftx-pos--page .pos-retail--success .description, .ftx-pos--page .pos-retail--success .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .pos-retail--success .page-numbers, .ftx-pos--page .pos-retail--success .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-retail--success .content, .ftx-pos--page .pos-retail--success .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .pos-retail--success .latest-post-title, .ftx-pos--page .pos-retail--success .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .pos-retail--success a.dropdown-item {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .pos-retail--success .slick-dots {
    bottom: 0;
  }
}
@media (min-width: 1921px) {
  .ftx-pos--page .pos-retail--success .video-two--section .container {
    max-width: 1600px;
  }
}
@media (max-width: 768px) {
  .ftx-pos--page .pos-retail--success .video-two--section .video-content .video-image {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 35px;
  }
}
@media (max-width: 480px) {
  .ftx-pos--page .pos-retail--success .video-two--section .video-content .video-image {
    max-width: 340px;
    filter: none;
  }
}
.ftx-pos--page .pos-retail--success .video-wrapper {
  border-radius: 20px;
  background: #E4F4FC;
  height: 580px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .ftx-pos--page .pos-retail--success .video-wrapper {
    height: 820px;
  }
}
@media (max-width: 1440px) {
  .ftx-pos--page .pos-retail--success .video-wrapper {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .ftx-pos--page .pos-retail--success .video-wrapper {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .ftx-pos--page .pos-retail--success .video-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .ftx-pos--page .pos-retail--success .video-wrapper {
    width: 100%;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .ftx-pos--page .pos-retail--success .video-wrapper {
    margin: 0px auto 40px;
  }
}
.ftx-pos--page .pos-retail--success .video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: linear-gradient(180deg, #000 12.67%, rgba(0, 0, 0, 0) 51.07%, #000 76.91%);
  z-index: 0;
  border-radius: 20px;
}
.ftx-pos--page .pos-retail--success .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 20px;
}
.ftx-pos--page .pos-retail--success .video-wrapper .video-data {
  position: absolute;
  padding: 30px 40px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  top: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .ftx-pos--page .pos-retail--success .video-wrapper .video-data {
    padding: 20px 20px 60px;
  }
}
.ftx-pos--page .pos-retail--success .video-wrapper .video-data .heading-26 {
  color: #ffffff;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .ftx-pos--page .pos-retail--success .video-wrapper .video-data .heading-26 {
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .ftx-pos--page .pos-retail--success .video-wrapper .video-data .heading-26 {
    line-height: 1.5em;
  }
}
.ftx-pos--page .pos-retail--success .video-two--section .video-content {
  padding: 0;
}

.pos-banner--section.hero-section {
  background: #c9e8f6;
}
.pos-banner--section.hero-section .container {
  max-width: 1360px;
}
@media (min-width: 1921px) {
  .pos-banner--section.hero-section .container {
    max-width: 1550px;
  }
}
@media (max-width: 1440px) {
  .pos-banner--section.hero-section .container {
    max-width: 1140px;
  }
}
.pos-banner--section.hero-section .banner-content {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .pos-banner--section.hero-section .banner-content {
    padding-right: 70px;
  }
}
@media (max-width: 1024px) {
  .pos-banner--section.hero-section .banner-content {
    padding-right: 0;
  }
}
.pos-banner--section.hero-section .banner-content .arrow-link {
  color: #467FF7;
  margin-left: 20px;
}
.pos-banner--section.hero-section .banner-content .arrow-link span svg {
  top: 1px;
}
.pos-banner--section.hero-section .banner-content .arrow-link span svg path {
  stroke: #467FF7;
}
.pos-banner--section.hero-section .header-h1 {
  font-weight: 400;
}
@media (min-width: 1921px) {
  .pos-banner--section.hero-section .header-h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
  }
}
.pos-banner--section.hero-section .description, .pos-banner--section.hero-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-banner--section.hero-section .page-numbers, .pos-banner--section.hero-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-banner--section.hero-section .content, .pos-banner--section.hero-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-banner--section.hero-section .latest-post-title, .pos-banner--section.hero-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-banner--section.hero-section a.dropdown-item {
  margin: 30px 0;
  width: 100%;
}
.pos-banner--section.hero-section .banner-video--block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1024px) {
  .pos-banner--section.hero-section .banner-video--block {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .pos-banner--section.hero-section .banner-video--block {
    margin-top: 30px;
  }
}
.pos-banner--section.hero-section .banner-video--block .banner--video {
  position: relative;
}
.pos-banner--section.hero-section .banner-video--block .banner--video video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pos-banner--section.hero-section .banner-video--block .banner--video video {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
.pos-banner--section.hero-section .banner-video--block .banner--video .pause-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0;
}
.pos-banner--section.hero-section .banner-video--block .banner--video .pause-button:before {
  content: "";
  width: 100px;
  height: 100px;
  bottom: unset;
  right: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .pos-banner--section.hero-section .banner-video--block .banner--video .pause-button:before {
    width: 80px;
    height: 80px;
    background-size: 40px;
  }
}
@media (max-width: 1024px) {
  .pos-banner--section.hero-section .banner-video--block .banner--video .pause-button:before {
    width: 60px;
    height: 60px;
    background-size: 30px;
  }
}
@media (max-width: 480px) {
  .pos-banner--section.hero-section .banner-video--block .banner--video .pause-button:before {
    width: 50px;
    height: 50px;
  }
}

.increase-revenue--section.advance-retail-main .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .increase-revenue--section.advance-retail-main .container {
    max-width: 1300px;
  }
}
.increase-revenue--section.advance-retail-main .advance-retail-inner .advance-image {
  width: 150px;
  height: 150px;
}
@media (max-width: 991px) {
  .increase-revenue--section.advance-retail-main .advance-retail-inner .advance-image {
    width: 120px;
    height: 120px;
  }
}
.increase-revenue--section.advance-retail-main .advance-retail-inner .advance-image:before {
  width: 170px;
  height: 170px;
}
@media (max-width: 991px) {
  .increase-revenue--section.advance-retail-main .advance-retail-inner .advance-image:before {
    width: 140px;
    height: 140px;
    top: -10px;
    left: -10px;
  }
}
.increase-revenue--section.advance-retail-main .advance-retail-inner .advance-image img {
  max-height: 80px;
}
@media (max-width: 991px) {
  .increase-revenue--section.advance-retail-main .advance-retail-inner .advance-image img {
    max-height: 60px;
  }
}
.increase-revenue--section .revenue-title {
  text-align: center;
}
.increase-revenue--section .revenue-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 70px;
}
@media (max-width: 1366px) {
  .increase-revenue--section .revenue-points {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .increase-revenue--section .revenue-points {
    padding: 0;
  }
}
.increase-revenue--section .revenue-points .revenue-points_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  background: rgba(186, 217, 236, 0.5);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .increase-revenue--section .revenue-points .revenue-points_icon {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .increase-revenue--section .revenue-points .revenue-points_icon {
    width: 130px;
    height: 130px;
  }
}
.increase-revenue--section .revenue-points .revenue-points_icon::after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #9de5f2;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  z-index: -1;
}
.increase-revenue--section .revenue-points .revenue-points_icon img {
  max-width: 120px;
}
@media (max-width: 1366px) {
  .increase-revenue--section .revenue-points .revenue-points_icon img {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .increase-revenue--section .revenue-points .revenue-points_icon img {
    max-width: 50px;
  }
}
.increase-revenue--section.access-retail--pos {
  background: #F4F9FF;
}
.increase-revenue--section.access-retail--pos .revenue-points_content {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .increase-revenue--section.access-retail--pos .revenue-points_content {
    margin-top: 15px;
  }
}

.savetime-reduce--section {
  position: relative;
}
.savetime-reduce--section:before {
  content: "";
  background: #c9e8f6;
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 575px) {
  .savetime-reduce--section:before {
    top: 140px;
  }
}
@media (max-width: 480px) {
  .savetime-reduce--section:before {
    top: 90px;
  }
}
.savetime-reduce--section .container {
  max-width: 1000px;
}
.savetime-reduce--section .savetime-reduce_img img {
  border-radius: 22px;
}
@media (max-width: 767px) {
  .savetime-reduce--section .savetime-reduce_img img {
    border-radius: 20px;
  }
}
.savetime-reduce--section .savetime-reduce--block .container {
  max-width: 840px;
}
@media (max-width: 1600px) {
  .savetime-reduce--section .savetime-reduce--block .container {
    max-width: 1000px;
  }
}
@media (max-width: 1440px) {
  .savetime-reduce--section .savetime-reduce--block .container {
    max-width: 900px;
  }
}
@media (min-width: 1921px) {
  .savetime-reduce--section .savetime-reduce--block .container {
    max-width: 1100px;
  }
}
.savetime-reduce--section .savetime-reduce--block div[class*=col-] {
  height: 100%;
}
.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
  box-shadow: 4px 6px 40px rgba(0, 0, 0, 0.16);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.4);
  padding: 40px;
  margin: 0 10px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 255px;
}
@media (min-width: 1921px) {
  .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: 290px;
  }
}
@media (max-width: 1600px) {
  .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: 255px;
  }
}
@media (max-width: 1440px) {
  .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: 200px;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 30px;
  }
}
@media (max-width: 1366px) {
  .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    padding: 25px 50px;
  }
}
@media (max-width: 991px) {
  .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    margin: 0 0 30px;
    padding: 30px 20px;
    min-height: 185px;
  }
}
@media (max-width: 767px) {
  .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: 180px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    margin: 0 0 20px 0;
    border-radius: 20px;
    min-height: 1px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .heading-27, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pro-title, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box h3, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-article .most-recent_title a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library .most-recent_title a, .recent-article .most-recent_title .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-article .most-recent_title, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library_section .recent-library .most-recent_title, .recent-library_section .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library .most-recent_title, .recent-article .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .most-recent_title, .recent-library_section .recent-library .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .most-recent_title, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .agreements-block-title, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a {
  color: #467FF7;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .heading-27 a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .hardware-product-section .hardware-product-row .hard-box .pro-title a, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pro-title a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pos-solutions .pos-solutions_block .pos-solutions_data h3 a, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box h3 a, .recent-article .most-recent_title .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a a, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-article .most-recent_title a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library .most-recent_title a, .recent-article .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .most-recent_title a, .recent-library_section .recent-library .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .most-recent_title a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .agreements-content.row .agreements-block-content .agreements-block-title a, .agreements-content.row .agreements-block-content .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .agreements-block-title a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .support-block .support-brand--block .support-block--data .support-block--heading a a, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a a, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pos-modern-retail--section .pos-modern-retail--link li a a, .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a a {
  color: #467FF7;
  font-size: inherit;
}
.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .heading-27 a:hover, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .hardware-product-section .hardware-product-row .hard-box .pro-title a:hover, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pro-title a:hover, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pos-solutions .pos-solutions_block .pos-solutions_data h3 a:hover, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box h3 a:hover, .recent-article .most-recent_title .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a a:hover, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a a:hover, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-article .most-recent_title a:hover, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library_section .recent-library .most-recent_title a:hover, .recent-library_section .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library .most-recent_title a:hover, .recent-article .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .most-recent_title a:hover, .recent-library_section .recent-library .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .most-recent_title a:hover, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .agreements-content.row .agreements-block-content .agreements-block-title a:hover, .agreements-content.row .agreements-block-content .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .agreements-block-title a:hover, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .support-block .support-brand--block .support-block--data .support-block--heading a a:hover, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a a:hover, .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pos-modern-retail--section .pos-modern-retail--link li a a:hover, .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a a:hover {
  color: #1C244B;
}
.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .savetime-description {
  align-self: flex-end;
  margin: 0;
}
@media (max-width: 575px) {
  .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .savetime-description {
    align-self: unset;
  }
}
@media (max-width: 575px) {
  .savetime-reduce--section .savetime-reduce-link .btn-blue, .savetime-reduce--section .savetime-reduce-link .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .savetime-reduce--section .savetime-reduce-link .nav-link, .savetime-reduce--section .savetime-reduce-link .cta-green, .savetime-reduce--section .savetime-reduce-link .btn-blue-outline {
    margin-left: auto;
    margin-right: auto;
  }
}

.increase-business--section {
  background: #c9e8f6;
}
@media (max-width: 991px) {
  .increase-business--section.advance-retail-main .advance-retail-inner {
    padding: 20px 0 0;
  }
}
.increase-business--section.advance-retail-main .advance-retail-inner .advance-image {
  padding: 0;
  background-color: transparent;
  border: 0;
  height: inherit;
  width: inherit;
}
.increase-business--section.advance-retail-main .advance-retail-inner .advance-image:before {
  content: none;
}
.increase-business--section.advance-retail-main .advance-retail-inner .advance-image img {
  max-height: 130px;
}
@media (max-width: 1200px) {
  .increase-business--section.advance-retail-main .advance-retail-inner .advance-image img {
    max-height: 80px;
  }
}
.increase-business--section.advance-retail-main .advance-retail-inner .heading-27 a, .increase-business--section.advance-retail-main .advance-retail-inner .hardware-product-section .hardware-product-row .hard-box .pro-title a, .hardware-product-section .hardware-product-row .hard-box .increase-business--section.advance-retail-main .advance-retail-inner .pro-title a, .increase-business--section.advance-retail-main .advance-retail-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3 a, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-business--section.advance-retail-main .advance-retail-inner h3 a, .recent-article .most-recent_title .increase-business--section.advance-retail-main .advance-retail-inner a a, .recent-library_section .recent-library .most-recent_title .increase-business--section.advance-retail-main .advance-retail-inner a a, .increase-business--section.advance-retail-main .advance-retail-inner .recent-article .most-recent_title a, .increase-business--section.advance-retail-main .advance-retail-inner .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-business--section.advance-retail-main .advance-retail-inner .recent-library .most-recent_title a, .recent-article .increase-business--section.advance-retail-main .advance-retail-inner .most-recent_title a, .recent-library_section .recent-library .increase-business--section.advance-retail-main .advance-retail-inner .most-recent_title a, .increase-business--section.advance-retail-main .advance-retail-inner .agreements-content.row .agreements-block-content .agreements-block-title a, .agreements-content.row .agreements-block-content .increase-business--section.advance-retail-main .advance-retail-inner .agreements-block-title a, .increase-business--section.advance-retail-main .advance-retail-inner .support-block .support-brand--block .support-block--data .support-block--heading a a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-business--section.advance-retail-main .advance-retail-inner a a, .increase-business--section.advance-retail-main .advance-retail-inner .pos-modern-retail--section .pos-modern-retail--link li a a, .pos-modern-retail--section .pos-modern-retail--link li .increase-business--section.advance-retail-main .advance-retail-inner a a {
  font-size: inherit;
  color: #000000;
}
.increase-business--section.advance-retail-main .advance-retail-inner .heading-27 a:hover, .increase-business--section.advance-retail-main .advance-retail-inner .hardware-product-section .hardware-product-row .hard-box .pro-title a:hover, .hardware-product-section .hardware-product-row .hard-box .increase-business--section.advance-retail-main .advance-retail-inner .pro-title a:hover, .increase-business--section.advance-retail-main .advance-retail-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3 a:hover, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-business--section.advance-retail-main .advance-retail-inner h3 a:hover, .recent-article .most-recent_title .increase-business--section.advance-retail-main .advance-retail-inner a a:hover, .recent-library_section .recent-library .most-recent_title .increase-business--section.advance-retail-main .advance-retail-inner a a:hover, .increase-business--section.advance-retail-main .advance-retail-inner .recent-article .most-recent_title a:hover, .increase-business--section.advance-retail-main .advance-retail-inner .recent-library_section .recent-library .most-recent_title a:hover, .recent-library_section .increase-business--section.advance-retail-main .advance-retail-inner .recent-library .most-recent_title a:hover, .recent-article .increase-business--section.advance-retail-main .advance-retail-inner .most-recent_title a:hover, .recent-library_section .recent-library .increase-business--section.advance-retail-main .advance-retail-inner .most-recent_title a:hover, .increase-business--section.advance-retail-main .advance-retail-inner .agreements-content.row .agreements-block-content .agreements-block-title a:hover, .agreements-content.row .agreements-block-content .increase-business--section.advance-retail-main .advance-retail-inner .agreements-block-title a:hover, .increase-business--section.advance-retail-main .advance-retail-inner .support-block .support-brand--block .support-block--data .support-block--heading a a:hover, .support-block .support-brand--block .support-block--data .support-block--heading .increase-business--section.advance-retail-main .advance-retail-inner a a:hover, .increase-business--section.advance-retail-main .advance-retail-inner .pos-modern-retail--section .pos-modern-retail--link li a a:hover, .pos-modern-retail--section .pos-modern-retail--link li .increase-business--section.advance-retail-main .advance-retail-inner a a:hover {
  color: #467FF7;
}
.increase-business--section.advance-retail-main span.fw-bold {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .increase-business--section.advance-retail-main span.fw-bold {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.2rem;
  }
}

.business-growth--block {
  position: relative;
  padding: 15px 0 15px 40px;
}
@media (max-width: 768px) {
  .business-growth--block {
    padding: 15px 0 15px 30px;
  }
}
@media (max-width: 767px) {
  .business-growth--block {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 575px) {
  .business-growth--block {
    max-width: 340px;
    margin: 0 auto 20px;
  }
}
.business-growth--block:before {
  width: 17px;
  height: 100%;
  background: #c9e8f6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@media (max-width: 1024px) {
  .business-growth--block:before {
    width: 12px;
  }
}
@media (max-width: 767px) {
  .business-growth--block:before {
    width: 8px;
  }
}
.business-growth--block .heading-27, .business-growth--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .business-growth--block .pro-title, .business-growth--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .business-growth--block h3, .business-growth--block .recent-article .most-recent_title a, .business-growth--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .business-growth--block .recent-library .most-recent_title a, .recent-article .most-recent_title .business-growth--block a, .recent-library_section .recent-library .most-recent_title .business-growth--block a, .business-growth--block .recent-article .most-recent_title, .business-growth--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .business-growth--block .recent-library .most-recent_title, .recent-article .business-growth--block .most-recent_title, .recent-library_section .recent-library .business-growth--block .most-recent_title, .business-growth--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .business-growth--block .agreements-block-title, .business-growth--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .business-growth--block a, .business-growth--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .business-growth--block a {
  color: #467FF7;
  margin-bottom: 15px;
}

.pos-modern-retail--section {
  background-image: url(/wp-content/themes/goftx/dist/images/ftxpos-bg-modern-retail-pos.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pos-modern-retail--section {
    background-size: cover;
  }
}
.pos-modern-retail--section .pos-modern-retail--link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media (min-width: 1921px) {
  .pos-modern-retail--section .pos-modern-retail--link {
    max-width: 820px;
  }
}
@media (max-width: 1440px) {
  .pos-modern-retail--section .pos-modern-retail--link {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .pos-modern-retail--section .pos-modern-retail--link {
    max-width: 620px;
    justify-content: space-between;
  }
}
.pos-modern-retail--section .pos-modern-retail--link li {
  width: 48%;
}
@media (max-width: 480px) {
  .pos-modern-retail--section .pos-modern-retail--link li {
    margin: 0 auto;
    width: 100%;
  }
}
.pos-modern-retail--section .pos-modern-retail--link li a {
  background: #c9e8f6;
  border: 4px solid #ffffff;
  border-radius: 16px;
  color: #1E1C37;
  margin: 0;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1921px) {
  .pos-modern-retail--section .pos-modern-retail--link li a {
    padding: 30px 20px !important;
  }
}
@media (max-width: 1440px) {
  .pos-modern-retail--section .pos-modern-retail--link li a {
    padding: 20px 15px;
    font-size: 23px !important;
  }
}
@media (max-width: 991px) {
  .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .pos-modern-retail--section .pos-modern-retail--link li a {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 17px !important;
  }
}
@media (max-width: 480px) {
  .pos-modern-retail--section .pos-modern-retail--link li a {
    padding: 15px 10px !important;
  }
}
.pos-modern-retail--section .pos-modern-retail--link li a:hover {
  background: #1E1C37;
  color: #ffffff;
}

@media (max-width: 767px) {
  .master-backoffice-main {
    max-width: 550px;
    margin: 0 auto;
  }
}
.master-backoffice-main .btn-blue-outline {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .master-backoffice-main .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .round-arrow--list {
    max-width: 320px;
    text-align: left;
    margin: 0 auto 15px;
  }
}
.round-arrow--list li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .round-arrow--list li {
    padding-left: 30px;
  }
}
.round-arrow--list li::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='64' height='64' fill='url(%23pattern0_1_2)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_1_2' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1_2' transform='scale(0.015625)'/%3E%3C/pattern%3E%3Cimage id='image0_1_2' width='64' height='64' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAABjNJREFUeF7lW1tvG0UUPjZOBX0A8QS5FPEAqAKeoHUCFNtJGgkhFeIgrn2gSCC1KG5Ky0UoibO2g6gENJBLBRSEqFChpCThLkGcrJ2INg5CvACqQCKIbkD9AaWQZJczThyv13uZ2VnvOrBSItl7bt83M+ecGe/64H9++TzDf6OwCX4U/vHM/5pjdwloiEQgmn4ZFPnWdeDSjAhnhD74I5v1ggz3CCDg27+eNgQ50dYM50Sx7H5QeARAvgG/Pwu55PtOk+QOAcF4DIK9gxTBfwu51Od5udpwALaEust05hJtMN8/SWGLSsQZAoJxAQH2Fad15gOQsmehNuJDEL0AijN+Cg7mUvfAfPJTKoQWQpyBCX6I9WRAUXY4EQyTjeEazthXvfEZiU5NQ/2dEabAnRLOpRKYEwRec/YJaLjtMmjPXuANgEvfKHEyGLVPgHbdMzh1VHQxk4Jc74tw7vRfduzaJ6BzSeZeQnYiNtVBOFJmAM4kjmFf8RONeXYCtkRuhm09Q1Af9mbt06AiMpTLg46Aa3ZcCVe3dEF9ZDMmvWdoY/BWDqENByzxWQpAdHICR/teb8HY9E5RKcwJ8LLM2cRcosZFgFXv7kSAlbaxmO2HsVbsRI0v4xlQLWWOhyQpMwrjOx+wR8CTK0nwy6bs8cTmmq5Fy/zfngGE5fnkUzCXetWI8A1HwOWXAhxs9gPpwpJfkv8Ul0lPsKEICF/nA7HrknXE4s8KNA+uUDCAIlLmXcwHe7TCxgTEln/Fbe61dNYrLxW+HsHvL4IveAzsX4YVhdK/oszByKYmtbQ+AY3x+2B77ylKsxUXiyD4aR3wxLGvc5ltUy9ljuNMeLQQdDkBtwgtcHt3uuKoKB2YgX/onRU4+R3t8KscqipDKQHR9AmoDz1MGVvFxQj4KRx5vWkaG5VhOEuZBLWRDgX84PPlmSvarrLOz2zknx6X4ZUpm+AJ6uEaP/7XENA++Qk0hHdVfFgpHBglPKLKDZ6MuWqXWJwBnUs2FhMFGkYRbalTqx8ak+HINMfIE2O5lIBniYnyJFgFBJiBP4jgB3jBr07/kpRS/BBNH8ME+DjjgDkmbga+6yMZBkXOkS9EakiAh0nQLOEdQPCvOQXedAaQmx2TSagLu7oDdBW8JQFEgDEX+HERxe8iVQVA/EUB0p/TXmZ13vGRLwT1e/YwfNz6fHkSLHzDSEAGNych3KQULrI5oSHBbOQdS3hGI6HaHZY3WQwEEGV5KFDmxooEszp/CJucIzxNDs30W5x5G8Za8gmfiwBiQNEhgHxvRIJpnXcDvKYalBJg4xzQbCprSaga8KpkWEpA5zJmMPokViCThoTKtrc0814lI2XGcUvcoV0CPqwAtrsNMxISX8jQd/dqpdBez07I8FLatltG5Gvi+kkQn+LoXOaKxIyEqgG/KA7DWFtMvwwyVAAj6mlJ8GTkZ19ohu8FUR279kDkTdwPPGFvXhW1rEjoOoW9fYZrsrGHmEvsglz/Z1rF8jIYW5rFPHgHu4dSDSMS9p6U4Y1Zl8Er+IjdSM1WPUz6h6Id6QGoCx1wmoR9CP51t8ETECY/khofizu0OyRtcgs50mbcJ/CSX6JviwBiYXt8HzT2HnU0GC+M2SaABOtAZfACc4nPixdS8NYVcfocoJaMTr6HT4js9hwETwBcM8DG/oAn1oro2vpxtBDJRidAyojY9zcbEWv9kNRGJkDKfgjjrQ+azSprAvKJ0N4usSLT2cqoJB4GaeZvOI9HXwviRStxOgIc6gmsguG6T6b66f7H4E9xgcUOHQHEYl1kK/YEe7AiPGfnzIAlKGZZBZv3kfzvfcwXPQFlpiMBCIZ6Sl6UYHbvkALF84D2k6BVjNWwPCZCm91/WlxNjJeVwqLMWY0fxxLQmPaiZZZ9WTgaiGAk7AeZa+E7R0BjvA2fK/rKinHG+yu4le3P69SHr8LDmr2r+vh0Ry6Z9PaVGT0k25CEJh0Szh9PwMJvqxrB+E4cMOsDl1xyN4I/wUgYs7hzM6A0J9yPH2/Cvx9wlEbLorJKnJQvOzCj1VGoDAE0kdWGQtAkJEreOvP5vsG+vVv3DVIamzZkvCNAHWxECIAo4AN/7l/VQYD7uNc9/gsxz0JfQv3XgwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-size: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .round-arrow--list li::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .round-arrow--list li::before {
    width: 22px;
    height: 22px;
  }
}

.testimonial-pos--section.control-pos-main .container {
  max-width: 1050px;
}
@media (min-width: 1921px) {
  .testimonial-pos--section.control-pos-main .container {
    max-width: 1300px;
  }
}
.testimonial-pos--section.control-pos-main .control-pos-inner {
  padding: 60px;
  border-radius: 20px;
  margin: 30px 0;
}
.testimonial-pos--section.control-pos-main .control-pos-inner .btn-blue, .testimonial-pos--section.control-pos-main .control-pos-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .testimonial-pos--section.control-pos-main .control-pos-inner .nav-link, .testimonial-pos--section.control-pos-main .control-pos-inner .cta-green, .testimonial-pos--section.control-pos-main .control-pos-inner .btn-blue-outline {
  margin: 30px 0 0;
  min-width: 320px;
}
@media (max-width: 767px) {
  .testimonial-pos--section.control-pos-main .control-pos-inner .btn-blue, .testimonial-pos--section.control-pos-main .control-pos-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .testimonial-pos--section.control-pos-main .control-pos-inner .nav-link, .testimonial-pos--section.control-pos-main .control-pos-inner .cta-green, .testimonial-pos--section.control-pos-main .control-pos-inner .btn-blue-outline {
    min-width: unset;
  }
}
@media (min-width: 1921px) {
  .testimonial-pos--section.control-pos-main .control-pos-inner {
    padding: 70px 60px;
  }
}
@media (max-width: 991px) {
  .testimonial-pos--section.control-pos-main .control-pos-inner {
    padding: 50px 40px;
  }
}
.testimonial-pos--section.control-pos-main .control-pos-inner .block-content span {
  font-weight: 700;
}
.testimonial-pos--section.control-pos-main .control-pos-inner .block-content span,
.testimonial-pos--section.control-pos-main .control-pos-inner .block-author {
  color: #FF5722 !important;
}
.testimonial-pos--section.control-pos-main .control-pos-inner::before, .testimonial-pos--section.control-pos-main .control-pos-inner::after {
  background-size: 100%;
  width: 60px;
  height: 55px;
}
@media (min-width: 1921px) {
  .testimonial-pos--section.control-pos-main .control-pos-inner::before, .testimonial-pos--section.control-pos-main .control-pos-inner::after {
    width: 70px;
    height: 65px;
  }
}
.testimonial-pos--section.control-pos-main .control-pos-inner:before {
  top: -6%;
}
@media (max-width: 767px) {
  .testimonial-pos--section.control-pos-main .control-pos-inner:before {
    left: 35px;
  }
}
.testimonial-pos--section.control-pos-main .control-pos-inner:after {
  bottom: -6%;
}
@media (max-width: 767px) {
  .testimonial-pos--section.control-pos-main .control-pos-inner:after {
    right: 35px;
  }
}

.ftx-pos--faqs {
  background-color: #ffffff;
}

.business-growth--section .container {
  max-width: 830px;
}
@media (min-width: 1921px) {
  .business-growth--section .container {
    max-width: 1180px;
  }
}
@media (max-width: 1440px) {
  .business-growth--section .container {
    max-width: 900px;
  }
}

@media (max-width: 991px) {
  .retail-pos.pos-management {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .retail-pos.pos-management .pos-payroll--block {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .retail-pos.pos-management .pos-payroll--block .pos-management--title {
    text-align: center;
  }
  .retail-pos.pos-management .pos-payroll--block .pos-management--title br {
    display: none;
  }
}

.pos-customize-store.customize-tobacco-store {
  background: #1E1C37;
}
.pos-customize-store.customize-tobacco-store .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .pos-customize-store.customize-tobacco-store .container {
    max-width: 1480px;
  }
}
.pos-customize-store.customize-tobacco-store .section-title--medium {
  font-weight: 700;
  color: #ffffff;
}
.pos-customize-store.customize-tobacco-store .description, .pos-customize-store.customize-tobacco-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-customize-store.customize-tobacco-store .page-numbers, .pos-customize-store.customize-tobacco-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-customize-store.customize-tobacco-store .content, .pos-customize-store.customize-tobacco-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-customize-store.customize-tobacco-store .latest-post-title, .pos-customize-store.customize-tobacco-store .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-customize-store.customize-tobacco-store a.dropdown-item {
  color: #ffffff;
}
.pos-customize-store.customize-tobacco-store .description span, .pos-customize-store.customize-tobacco-store .free-resources-new .custom-pagination .page-numbers span, .free-resources-new .custom-pagination .pos-customize-store.customize-tobacco-store .page-numbers span, .pos-customize-store.customize-tobacco-store .free-resources-new .filters-gallery .filter-items .blog-item .content span, .free-resources-new .filters-gallery .filter-items .blog-item .pos-customize-store.customize-tobacco-store .content span, .pos-customize-store.customize-tobacco-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title span, .free-resources-new .filters-gallery .filter-items .blog-item .pos-customize-store.customize-tobacco-store .latest-post-title span, .pos-customize-store.customize-tobacco-store .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item span, .cta-menu--section.choose-industries .dropdown-menu li .pos-customize-store.customize-tobacco-store a.dropdown-item span {
  font-weight: 700;
  color: #FF5722;
  display: block;
}
.pos-customize-store.customize-tobacco-store .estimation_form {
  padding-left: 0;
}
@media (max-width: 767px) {
  .pos-customize-store.customize-tobacco-store .estimation_form {
    display: block !important;
  }
}
.pos-customize-store.customize-tobacco-store .estimation_form .how-can-we-help-form {
  border-radius: 25px;
  overflow: hidden;
}
.pos-customize-store.customize-tobacco-store .estimation_form #lfb_mainPanel {
  min-height: 450px !important;
}
.pos-customize-store.customize-tobacco-store .estimation_form #lfb_form.lfb_bootstraped[data-form="10"] {
  border-radius: 25px;
}
@media (max-width: 767px) {
  .pos-customize-store.customize-tobacco-store .estimation_form #lfb_form.lfb_bootstraped[data-form="10"] {
    padding: 0 20px;
  }
}
.pos-customize-store.customize-tobacco-store .customize-tobacco-block {
  max-width: 370px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.pos-customize-store.customize-tobacco-store .customize-tobacco-block .fst-italic span {
  display: block;
  font-weight: 600;
  color: #FF5722;
}
@media (min-width: 1921px) {
  .pos-customize-store.customize-tobacco-store .customize-tobacco-block {
    max-width: 100%;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .pos-customize-store.customize-tobacco-store .customize-tobacco-block {
    max-width: 700px;
    width: 100%;
    text-align: center;
  }
  .pos-customize-store.customize-tobacco-store .customize-tobacco-block .section-title--medium br {
    display: none;
  }
}

.quick-connect-links-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -100px;
  width: 250px;
  background: #ffffff;
  z-index: 999;
}
@media (max-width: 767px) {
  .quick-connect-links-wrap {
    top: 60%;
  }
}
.quick-connect-links-wrap > span {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #FF5722;
  z-index: 1;
  top: -60px;
  right: 0;
  display: none;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767px) {
  .quick-connect-links-wrap > span {
    top: 50%;
    transform: translateY(-50%);
  }
}
.quick-connect-links-wrap > span:after, .quick-connect-links-wrap > span:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 10px;
  height: 2px;
  background: #ffffff;
  left: 52%;
}
.quick-connect-links-wrap > span:before {
  top: 42%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quick-connect-links-wrap > span:after {
  top: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.quick-connect-links-wrap .modal.quick-link--modal .popup-inner button:before {
  content: none;
}

.quick-connect-links {
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .quick-connect-links {
    top: calc(50% + 95px);
    transform: translateY(-50%);
  }
}
.quick-connect-links h4 {
  position: relative;
  margin: 5px 40px 5px 22px;
  border-bottom: 1px solid #eceff1;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 9px 0;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .quick-connect-links h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.quick-connect-links > span {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 1;
  top: 7px;
  right: 10px;
  cursor: pointer;
  border-top: 0;
}
.quick-connect-links > span:after, .quick-connect-links > span:before {
  content: "";
  position: absolute;
  left: 11px;
  width: 15px;
  height: 2px;
  background: #000000;
  top: 15px;
}
.quick-connect-links > span:before {
  transform: rotate(45deg);
}
.quick-connect-links > span:after {
  transform: rotate(-45deg);
}
.quick-connect-links ul {
  margin: 0 20px 10px;
}
.quick-connect-links ul li {
  list-style: none;
  margin: 0;
}
.quick-connect-links ul li a, .quick-connect-links ul li button, .quick-connect-links ul li .quick-link {
  color: #467FF7;
  transition: 0.3s ease;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  padding: 4px 0 4px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
@media (min-width: 1921px) {
  .quick-connect-links ul li a, .quick-connect-links ul li button, .quick-connect-links ul li .quick-link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .quick-connect-links ul li a, .quick-connect-links ul li button, .quick-connect-links ul li .quick-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.quick-connect-links ul li a:before, .quick-connect-links ul li button:before, .quick-connect-links ul li .quick-link:before {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.5s ease;
  top: 49%;
  border-style: solid;
  border-width: 2px 2px 0 0;
  background: transparent;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
}
.quick-connect-links ul li a:last-child, .quick-connect-links ul li button:last-child, .quick-connect-links ul li .quick-link:last-child {
  border-bottom: 0;
}
.quick-connect-links ul li a:hover, .quick-connect-links ul li button:hover, .quick-connect-links ul li .quick-link:hover {
  color: #000000;
}
.quick-connect-links ul li a:hover:before, .quick-connect-links ul li button:hover:before, .quick-connect-links ul li .quick-link:hover:before {
  color: #000000;
}

.simplify-workflow-video .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .simplify-workflow-video .container {
    max-width: 1760px;
  }
}
.simplify-workflow-video .heading-27, .simplify-workflow-video .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .simplify-workflow-video .pro-title, .simplify-workflow-video .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .simplify-workflow-video h3, .simplify-workflow-video .recent-article .most-recent_title a, .simplify-workflow-video .recent-library_section .recent-library .most-recent_title a, .recent-library_section .simplify-workflow-video .recent-library .most-recent_title a, .recent-article .most-recent_title .simplify-workflow-video a, .recent-library_section .recent-library .most-recent_title .simplify-workflow-video a, .simplify-workflow-video .recent-article .most-recent_title, .simplify-workflow-video .recent-library_section .recent-library .most-recent_title, .recent-library_section .simplify-workflow-video .recent-library .most-recent_title, .recent-article .simplify-workflow-video .most-recent_title, .recent-library_section .recent-library .simplify-workflow-video .most-recent_title, .simplify-workflow-video .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .simplify-workflow-video .agreements-block-title, .simplify-workflow-video .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .simplify-workflow-video a, .simplify-workflow-video .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .simplify-workflow-video a {
  color: #3580F3;
  text-transform: uppercase;
}
.simplify-workflow-video .section-title--medium {
  margin: 20px 0;
  color: #1E1C37;
}
.simplify-workflow-video .description, .simplify-workflow-video .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .simplify-workflow-video .page-numbers, .simplify-workflow-video .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .simplify-workflow-video .content, .simplify-workflow-video .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .simplify-workflow-video .latest-post-title, .simplify-workflow-video .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .simplify-workflow-video a.dropdown-item {
  color: #1E1C37;
}
.simplify-workflow-video .view-all--video {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .simplify-workflow-video .view-all--video {
    margin-top: 20px;
  }
}
.simplify-workflow-video .video-thumb {
  position: relative;
  margin: 50px 0 20px 0;
  border: 2px solid #467FF7;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .simplify-workflow-video .video-thumb {
    margin: 30px 0 20px 0;
  }
}
.simplify-workflow-video .video-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.simplify-workflow-video .video-thumb .watch-video {
  width: 80px;
  height: 80px;
}
@media (max-width: 1366px) {
  .simplify-workflow-video .video-thumb .watch-video {
    width: 70px;
    height: 70px;
  }
  .simplify-workflow-video .video-thumb .watch-video svg {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .simplify-workflow-video .video-thumb .watch-video {
    width: 60px;
    height: 60px;
  }
  .simplify-workflow-video .video-thumb .watch-video svg {
    width: 40px;
  }
}
.simplify-workflow-video .video-content {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .simplify-workflow-video .video-content {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }
}
.simplify-workflow-video .video-content .heading-27, .simplify-workflow-video .video-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .simplify-workflow-video .video-content .pro-title, .simplify-workflow-video .video-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .simplify-workflow-video .video-content h3, .simplify-workflow-video .video-content .recent-article .most-recent_title a, .simplify-workflow-video .video-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .simplify-workflow-video .video-content .recent-library .most-recent_title a, .recent-article .most-recent_title .simplify-workflow-video .video-content a, .recent-library_section .recent-library .most-recent_title .simplify-workflow-video .video-content a, .simplify-workflow-video .video-content .recent-article .most-recent_title, .simplify-workflow-video .video-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .simplify-workflow-video .video-content .recent-library .most-recent_title, .recent-article .simplify-workflow-video .video-content .most-recent_title, .recent-library_section .recent-library .simplify-workflow-video .video-content .most-recent_title, .simplify-workflow-video .video-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .simplify-workflow-video .video-content .agreements-block-title, .simplify-workflow-video .video-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .simplify-workflow-video .video-content a, .simplify-workflow-video .video-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .simplify-workflow-video .video-content a {
  color: #1C244B;
  min-height: 65px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: unset;
}
@media (max-width: 767px) {
  .simplify-workflow-video .video-content .heading-27, .simplify-workflow-video .video-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .simplify-workflow-video .video-content .pro-title, .simplify-workflow-video .video-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .simplify-workflow-video .video-content h3, .simplify-workflow-video .video-content .recent-article .most-recent_title a, .simplify-workflow-video .video-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .simplify-workflow-video .video-content .recent-library .most-recent_title a, .recent-article .most-recent_title .simplify-workflow-video .video-content a, .recent-library_section .recent-library .most-recent_title .simplify-workflow-video .video-content a, .simplify-workflow-video .video-content .recent-article .most-recent_title, .simplify-workflow-video .video-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .simplify-workflow-video .video-content .recent-library .most-recent_title, .recent-article .simplify-workflow-video .video-content .most-recent_title, .recent-library_section .recent-library .simplify-workflow-video .video-content .most-recent_title, .simplify-workflow-video .video-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .simplify-workflow-video .video-content .agreements-block-title, .simplify-workflow-video .video-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .simplify-workflow-video .video-content a, .simplify-workflow-video .video-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .simplify-workflow-video .video-content a {
    min-height: inherit;
  }
}
.simplify-workflow-video .video-content .scandata-btn {
  cursor: pointer;
}
@media (max-width: 767px) {
  .simplify-workflow-video .video-content .watch-video--link {
    margin: 0;
  }
}
.simplify-workflow-video .video-content .watch-video--link.scandata-btn {
  cursor: pointer;
}
.simplify-workflow-video .video-content .watch-video--link.scandata-btn span {
  width: 28px;
  height: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid #467FF7;
  border-radius: 50px;
  margin-left: 5px;
}
.simplify-workflow-video .video-content .watch-video--link.scandata-btn span svg {
  width: 22px;
}
.simplify-workflow-video .video-content .watch-video--link.scandata-btn span svg path {
  fill: #FF5722;
}
@media (min-width: 1921px) {
  .simplify-workflow-video .video-content .watch-video--link.scandata-btn span {
    width: 30px;
    height: 30px;
  }
  .simplify-workflow-video .video-content .watch-video--link.scandata-btn span svg {
    width: 23px;
  }
}
@media (max-width: 767px) {
  .simplify-workflow-video .video-content .watch-video--link.scandata-btn span {
    width: 25px;
    height: 25px;
  }
  .simplify-workflow-video .video-content .watch-video--link.scandata-btn span svg {
    width: 20px;
  }
}
.simplify-workflow-video .video-content .watch-video--link.scandata-btn:after {
  content: none;
}
.simplify-workflow-video .video-content .watch-video--link.scandata-btn:hover {
  color: #FF5722;
}
.simplify-workflow-video .video-content .watch-video--link.scandata-btn:hover span {
  border-color: #FF5722;
}

@media (max-width: 767px) {
  .affordable-pos.section-space {
    padding-bottom: 60px;
  }
}
.affordable-pos .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .affordable-pos .container {
    max-width: 1400px;
  }
}
.affordable-pos .section-title--medium {
  font-weight: 400;
}
.affordable-pos .affordable-pos-inner {
  background-color: #F3FAFF;
  border: 3px solid #467FF7;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .affordable-pos .affordable-pos-inner {
    max-width: 575px;
    margin: 0 auto;
  }
}

.postid-206428.retail-suite-template-default .grey-bg, .postid-206428.retail-suite-template-default .grey-bg,
.postid-29.retail-suite-template-default .grey-bg,
.postid-29.retail-suite-template-default .grey-bg {
  background: #D0E0F0 !important;
}
.postid-206428.retail-suite-template-default .grey-bg .faq-section, .postid-206428.retail-suite-template-default .grey-bg .faq-section,
.postid-29.retail-suite-template-default .grey-bg .faq-section,
.postid-29.retail-suite-template-default .grey-bg .faq-section {
  padding-bottom: 0;
}
.postid-206428 .sticky-get-a-quote.sticky-visible,
.postid-206428 .footer-fix-btn,
.postid-29 .sticky-get-a-quote.sticky-visible,
.postid-29 .footer-fix-btn {
  display: none;
}

html[lang=es-ES] .ftx-pos--page .industry-new-cta .cta-inner {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  html[lang=es-ES] .ftx-pos--page .industry-new-cta .cta-inner {
    padding: 20px 20px 50px;
  }
}
html[lang=es-ES] .ftx-pos--page .industry-logo-slider-home .container,
html[lang=es-ES] .savetime-reduce--section .container,
html[lang=es-ES] .savetime-reduce--section .savetime-reduce--block .container {
  max-width: 1100px;
}
html[lang=es-ES] .advance-retail-main .advance-retail-inner {
  padding-left: 15px;
  padding-right: 15px;
}
html[lang=es-ES] .savetime-reduce--section .savetime-reduce--block div[class*=col-] {
  height: auto;
}
html[lang=es-ES] .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
  min-height: inherit;
  margin-bottom: 50px;
  height: calc(100% - 50px);
}
@media (min-width: 1921px) {
  html[lang=es-ES] .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  html[lang=es-ES] .savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    height: auto;
  }
}
html[lang=es-ES] .pos-customize-store.customize-tobacco-store .customize-tobacco-block {
  max-width: 100%;
}

.affordable-pos-item {
  margin-top: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .affordable-pos-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .affordable-pos-item {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .affordable-pos-item {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .affordable-pos-item.section-space-bottom {
    padding-bottom: 60px;
  }
}
.affordable-pos-item .container-fluid {
  max-width: 1400px;
  padding-left: 1.5em !important;
  padding-right: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1921px) {
  .affordable-pos-item .container-fluid {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  .affordable-pos-item .container-fluid {
    max-width: 1200px;
  }
}
.affordable-pos-item .affordable-content {
  width: 35%;
  padding-right: 100px;
}
@media (max-width: 1600px) {
  .affordable-pos-item .affordable-content {
    padding-right: 50px;
  }
}
@media (max-width: 1440px) {
  .affordable-pos-item .affordable-content {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .affordable-pos-item .affordable-content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-content {
    width: 100%;
    padding-right: 0;
    order: 2;
    margin-top: 10px;
  }
}
.affordable-pos-item .affordable-content .slick-track {
  display: flex;
  align-items: center;
}
.affordable-pos-item .affordable-content .affordable-data {
  margin: 0 0 60px 0;
}
.affordable-pos-item .affordable-content .affordable-data .heading-37, .affordable-pos-item .affordable-content .affordable-data .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .affordable-pos-item .affordable-content .affordable-data .heading-30, .affordable-pos-item .affordable-content .affordable-data .customize-retail-products h2, .customize-retail-products .affordable-pos-item .affordable-content .affordable-data h2, .affordable-pos-item .affordable-content .affordable-data .customize-retail-products h2 a, .customize-retail-products h2 .affordable-pos-item .affordable-content .affordable-data a {
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.affordable-pos-item .affordable-content .affordable-data .description, .affordable-pos-item .affordable-content .affordable-data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .affordable-pos-item .affordable-content .affordable-data .page-numbers, .affordable-pos-item .affordable-content .affordable-data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .affordable-pos-item .affordable-content .affordable-data .content, .affordable-pos-item .affordable-content .affordable-data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .affordable-pos-item .affordable-content .affordable-data .latest-post-title, .affordable-pos-item .affordable-content .affordable-data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .affordable-pos-item .affordable-content .affordable-data a.dropdown-item {
  color: #1E1C37;
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-content .affordable-data {
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.affordable-pos-item .affordable-content .slick-prev,
.affordable-pos-item .affordable-content .slick-next {
  top: 100%;
  right: auto;
  height: 50px;
  width: 50px;
  z-index: 99;
}
.affordable-pos-item .affordable-content .slick-prev:before,
.affordable-pos-item .affordable-content .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M48.0308 15.2739C46.7713 12.2951 44.972 9.62615 42.6729 7.32707C40.3739 5.02799 37.7049 3.22871 34.7261 1.96921C31.6473 0.669732 28.3687 0 25 0C21.6313 0 18.3527 0.659736 15.2739 1.96921C12.2951 3.22871 9.62615 5.02799 7.32707 7.32707C5.02799 9.62615 3.22871 12.2951 1.96921 15.2739C0.669732 18.3527 0 21.6313 0 25C0 28.3687 0.659736 31.6473 1.96921 34.7261C3.22871 37.7049 5.02799 40.3738 7.32707 42.6729C9.62615 44.972 12.2951 46.7713 15.2739 48.0308C18.3527 49.3303 21.6313 50 25 50C28.3687 50 31.6473 49.3403 34.7261 48.0308C37.7049 46.7713 40.3739 44.972 42.6729 42.6729C44.972 40.3738 46.7713 37.7049 48.0308 34.7261C49.3303 31.6473 50 28.3687 50 25C50 21.6313 49.3403 18.3527 48.0308 15.2739ZM34.3063 26.7393H19.922L26.2395 33.0568C26.9192 33.7365 26.9192 34.8461 26.2395 35.5258C25.8996 35.8656 25.4498 36.0356 25.01 36.0356C24.5702 36.0356 24.1204 35.8656 23.7805 35.5258L14.4842 26.2295C14.4842 26.2295 14.4542 26.1995 14.4442 26.1895C14.4442 26.1895 14.4342 26.1795 14.4242 26.1695C14.4242 26.1595 14.4042 26.1495 14.3942 26.1395C14.3942 26.1295 14.3743 26.1196 14.3643 26.1096C14.3643 26.1096 14.3543 26.0896 14.3443 26.0896C14.3343 26.0796 14.3243 26.0596 14.3143 26.0496C14.3143 26.0496 14.3143 26.0396 14.3043 26.0296C14.2943 26.0096 14.2743 25.9896 14.2643 25.9796C14.1144 25.7497 14.0144 25.4798 13.9844 25.1899C13.9844 25.1899 13.9844 25.1899 13.9844 25.1799C13.9844 25.1599 13.9844 25.1299 13.9844 25.11C13.9844 25.08 13.9844 25.05 13.9844 25.02C13.9844 24.99 13.9844 24.96 13.9844 24.93C13.9844 24.91 13.9844 24.88 13.9844 24.8601C13.9844 24.8601 13.9844 24.8601 13.9844 24.8501C14.0144 24.5602 14.1144 24.2903 14.2643 24.0604C14.2743 24.0404 14.2943 24.0204 14.3043 24.0104C14.3043 24.0104 14.3043 24.0004 14.3143 23.9904C14.3243 23.9704 14.3343 23.9604 14.3443 23.9504C14.3443 23.9504 14.3543 23.9304 14.3643 23.9304C14.3743 23.9204 14.3842 23.9104 14.3942 23.8904C14.3942 23.8904 14.4142 23.8705 14.4142 23.8605C14.4142 23.8605 14.4342 23.8405 14.4442 23.8305C14.4542 23.8205 14.4642 23.8105 14.4742 23.8005L23.7705 14.5042C24.4502 13.8245 25.5598 13.8245 26.2395 14.5042C26.9192 15.1839 26.9192 16.2935 26.2395 16.9732L19.922 23.2907H34.3063C35.2659 23.2907 36.0456 24.0704 36.0456 25.03C36.0456 25.9896 35.2659 26.7693 34.3063 26.7693V26.7393Z' fill='%23467FF7'/%3E%3C/svg%3E");
  background-size: 50px;
}
.affordable-pos-item .affordable-content .slick-prev:hover, .affordable-pos-item .affordable-content .slick-prev:focus,
.affordable-pos-item .affordable-content .slick-next:hover,
.affordable-pos-item .affordable-content .slick-next:focus {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-content .slick-prev,
  .affordable-pos-item .affordable-content .slick-next {
    height: 40px;
    width: 40px;
  }
}
.affordable-pos-item .affordable-content .slick-prev {
  left: 0;
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-content .slick-prev {
    left: calc(50% - 55px);
  }
}
.affordable-pos-item .affordable-content .slick-prev::before {
  transform: rotate(0deg);
}
.affordable-pos-item .affordable-content .slick-next {
  left: 60px;
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-content .slick-next {
    left: calc(50% + 5px);
  }
}
.affordable-pos-item .affordable-content .slick-next::before {
  transform: rotate(180deg);
}
.affordable-pos-item .affordable-image {
  width: 65%;
}
@media (max-width: 1024px) {
  .affordable-pos-item .affordable-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-image {
    width: 100%;
    order: 1;
  }
}
.affordable-pos-item .affordable-image .slick-track {
  display: flex;
  align-items: center;
}
.affordable-pos-item .affordable-image .affordable-figure {
  padding: 0 40px;
  position: relative;
}
.affordable-pos-item .affordable-image .affordable-figure i.fas {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #467ff7;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
}
.affordable-pos-item .affordable-image .affordable-figure img {
  max-height: 300px;
  display: block;
  text-align: center;
  box-shadow: 0px 3px 7px transparent;
  padding: 20px;
  margin: 10px auto;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-image .affordable-figure img {
    margin: 10px auto 20px;
  }
}
.affordable-pos-item .affordable-image .affordable-figure.slick-current.slick-active img {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
}

.pricing-plan--pos {
  background: #EBF7FF;
}
.pricing-plan--pos .container {
  max-width: 1650px;
}
@media (min-width: 1921px) {
  .pricing-plan--pos .container {
    max-width: 2000px;
  }
}
@media (max-width: 1600px) {
  .pricing-plan--pos .container {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1024px) {
  .pricing-plan--pos .container {
    width: 100%;
  }
}
.pricing-plan--pos .pricing-plan--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pricing-plan--pos .pricing-plan--inner .plan--title {
  max-width: 80%;
}
.pricing-plan--pos .pricing-plan--inner .plan--title em {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
}
@media (min-width: 1921px) {
  .pricing-plan--pos .pricing-plan--inner .plan--title em {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .pricing-plan--pos .pricing-plan--inner .plan--title {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .pricing-plan--pos .pricing-plan--inner .plan--link {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.pricing-plan--pos .price-pos-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pricing-plan--pos .price-pos-module {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pricing-plan--pos .price-pos-module {
    margin-top: 30px;
  }
}
.pricing-plan--pos .price-pos-module .price-pos-item {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(176, 221, 250, 0.5);
  padding: 30px;
  width: calc(25% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1600px) {
  .pricing-plan--pos .price-pos-module .price-pos-item {
    width: calc(25% - 20px);
    padding: 25px;
  }
}
@media (max-width: 1500px) {
  .pricing-plan--pos .price-pos-module .price-pos-item {
    padding: 15px;
  }
}
@media (max-width: 1580px) {
  .pricing-plan--pos .price-pos-module .price-pos-item {
    padding: 15px;
    width: calc(25% - 10px);
  }
}
@media (max-width: 1200px) {
  .pricing-plan--pos .price-pos-module .price-pos-item {
    width: calc(25% - 10px);
  }
}
@media (max-width: 768px) {
  .pricing-plan--pos .price-pos-module .price-pos-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 575px) {
  .pricing-plan--pos .price-pos-module .price-pos-item {
    width: calc(100% - 15px);
  }
}
.pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1580px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
  }
}
@media (max-width: 1440px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    min-height: inherit;
  }
}
.pricing-plan--pos .price-pos-module .price-pos-item .pricing-type {
  color: #000000;
}
.pricing-plan--pos .price-pos-module .price-pos-item .price {
  color: #457EF7 !important;
}
.pricing-plan--pos .price-pos-module .price-pos-item .pm-price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #1A1818;
}
.pricing-plan--pos .price-pos-module .price-pos-item .addition-price {
  color: #1A1818;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.pricing-plan--pos .price-pos-module .price-pos-item .price-pos--data {
  width: 100%;
}
.pricing-plan--pos .price-pos-module .price-pos-item .price-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .price-btn {
    margin-top: 20px;
  }
}
.pricing-plan--pos .price-pos-module .price-pos-item .price-btn .btn-blue, .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .nav-link, .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .cta-green, .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .btn-blue-outline {
  min-width: unset;
}
@media (max-width: 1380px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .btn-blue, .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .nav-link, .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .cta-green, .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .btn-blue-outline {
    padding: 12px 15px;
  }
}
.pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link {
  margin-left: 20px;
  color: #467FF7;
}
.pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link span {
  padding-left: 0;
  position: relative;
  left: 10px;
}
.pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link span svg path {
  stroke: #467FF7;
}
@media (max-width: 1600px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link {
    margin-left: 10px;
  }
}
@media (max-width: 1280px) {
  .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link {
    margin: 15px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link:hover span {
  padding-left: 0;
  left: 15px;
}

/* Safari only */
@supports (-webkit-hyphens: none) {
  .ftx-pos--page .arrow-link span svg {
    top: 0 !important; /* force for Safari */
  }
}
html[lang=es-ES] .pos-banner--section .banner-content .arrow-link {
  margin-left: 0 !important;
}
@media (max-width: 1500px) {
  html[lang=es-ES] .pos-banner--section .banner-content .arrow-link {
    margin: 0;
  }
}
@media (max-width: 1400px) {
  html[lang=es-ES] .pos-banner--section .banner-content .arrow-link {
    margin: 20px 0 0;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .pos-retail--success .video-two--section .video-content .video-image .video-wrapper .video-data .heading-26 {
    line-height: 26px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .pricing-plan--pos .container .price-pos-module .price-pos-item .price-pos--data .pricing-store {
    padding-bottom: 20px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .pricing-plan--pos .container .price-pos-module .price-pos-item .price-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html[lang=es-ES] .pricing-plan--pos .container .price-pos-module .price-pos-item .price-btn .arrow-link {
    margin: 15px 0 0 0;
  }
}
html[lang=es-ES] .industry-logo-slider-home .container {
  max-width: 1300px !important;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .industry-logo-slider-home .container {
    max-width: 1700px !important;
  }
}
html[lang=es-ES] .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    min-height: inherit;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    min-height: inherit;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 23px !important;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 22px !important;
  }
}
@media (max-width: 575px) {
  html[lang=es-ES] .pos-modern-retail--section .pos-modern-retail--link li a {
    font-size: 17px !important;
  }
}
html[lang=es-ES] .savetime-reduce--section .container {
  max-width: 1000px !important;
}
@media (max-width: 1600px) {
  html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--title {
    max-width: 100%;
    padding-right: 30px;
    width: calc(100% - 350px);
  }
  html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--link {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--title {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
  html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .description em, html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .free-resources-new .custom-pagination .page-numbers em, .free-resources-new .custom-pagination html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .page-numbers em, html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .free-resources-new .filters-gallery .filter-items .blog-item .content em, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .content em, html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title em, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .latest-post-title em, html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item em, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner a.dropdown-item em {
    line-height: 22px;
  }
  html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--link {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 360px) {
  html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--link .btn-blue, html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--link .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--link .nav-link, html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--link .cta-green, html[lang=es-ES] .pricing-plan--pos .pricing-plan--inner .plan--link .btn-blue-outline {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .pricing-plan--pos .price-pos-module {
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .rep-section {
    text-align: center;
  }
  .rep-section .col-sm-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .rep-section figure img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .rep-section figure img {
    max-width: 100%;
  }
}

.retail-suit--uplift .section-title--medium {
  font-weight: 400;
  color: #000000;
}
.retail-suit--uplift .section-title--medium span {
  font-weight: 700;
  color: #000000;
}
.retail-suit--uplift .description, .retail-suit--uplift .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .retail-suit--uplift .page-numbers, .retail-suit--uplift .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .retail-suit--uplift .content, .retail-suit--uplift .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .retail-suit--uplift .latest-post-title, .retail-suit--uplift .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .retail-suit--uplift a.dropdown-item {
  color: #1E1C37;
}

.uplift-banner {
  background: #c9e8f6;
}
.uplift-banner.hero-section .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .uplift-banner.hero-section .container {
    max-width: 1520px;
  }
}
@media (max-width: 1440px) {
  .uplift-banner.hero-section .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .uplift-banner .justify-content-end {
    justify-content: center !important;
  }
}
.uplift-banner .banner-content {
  padding-right: 70px;
}
@media (min-width: 1921px) {
  .uplift-banner .banner-content {
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .uplift-banner .banner-content {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .uplift-banner .banner-content {
    padding-right: 0;
  }
}
.uplift-banner .banner-content .header-h1 {
  color: #1E1C37;
  font-weight: 400;
}
.uplift-banner .banner-content .header-h1 span {
  font-weight: 700;
}
.uplift-banner .banner-content .description, .uplift-banner .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .uplift-banner .banner-content .page-numbers, .uplift-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .uplift-banner .banner-content .content, .uplift-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .uplift-banner .banner-content .latest-post-title, .uplift-banner .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .uplift-banner .banner-content a.dropdown-item {
  margin: 20px 0;
}
.uplift-banner .banner-content .btn-blue:hover, .uplift-banner .banner-content .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .uplift-banner .banner-content .nav-link:hover, .uplift-banner .banner-content .cta-green:hover, .uplift-banner .banner-content .btn-blue-outline:hover {
  background: transparent;
}
.uplift-banner .banner-content .btn-blue-outline {
  background: transparent;
}
.uplift-banner .banner-content .btn-blue-outline:hover {
  background: #467FF7;
}
@media (max-width: 767px) {
  .uplift-banner .banner-content .btn-blue + .btn-blue-outline, .uplift-banner .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .uplift-banner .banner-content .nav-link + .btn-blue-outline, .uplift-banner .banner-content .cta-green + .btn-blue-outline, .uplift-banner .banner-content .btn-blue-outline + .btn-blue-outline {
    margin-left: auto;
    margin-top: 15px;
  }
}
.uplift-banner .banner-video--block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .uplift-banner .banner-video--block {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .uplift-banner .banner-video--block {
    margin: 30px auto 0;
    max-width: 500px;
    width: 100%;
  }
}
.uplift-banner .banner-video--block .banner--video {
  position: relative;
}
.uplift-banner .banner-video--block .banner--video video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.uplift-banner .banner-video--block .banner--video .pause-button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  font-size: 0;
  z-index: 2;
}
.uplift-banner .banner-video--block .banner--video .pause-button::before {
  z-index: 1;
  color: #ffffff;
  width: 100px;
  height: 100px;
  background-color: #467FF7;
  box-shadow: -0.87px 0.5px 10px rgba(0, 0, 0, 0.6588235294);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: unset;
  left: unset;
  transform: unset;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23ffffff' stroke='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3Cpath d='M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}
@media (max-width: 1600px) {
  .uplift-banner .banner-video--block .banner--video .pause-button::before {
    width: 80px;
    height: 80px;
    background-size: 40px;
  }
}
@media (max-width: 1024px) {
  .uplift-banner .banner-video--block .banner--video .pause-button::before {
    width: 60px;
    height: 60px;
    background-size: 30px;
  }
}
@media (max-width: 480px) {
  .uplift-banner .banner-video--block .banner--video .pause-button::before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .uplift-banner .banner-video--block .banner--video .pause-button::before {
    width: 41px;
    height: 41px;
    bottom: 21px;
    right: 21px;
  }
}
@media (max-width: 767px) {
  .uplift-banner .banner-video--block .banner--video .pause-button::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.uplift-banner .banner-video--block .banner--video .pause-button.paused::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23fff' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M7 4v16l13 -8z' /%3E%3C/svg%3E");
}
.uplift-banner .banner-video--block .banner--video .pause-button:before, .uplift-banner .banner-video--block .banner--video .pause-button:after {
  content: "";
}

.transform-pos-upselling .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .transform-pos-upselling .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .transform-pos-upselling .container {
    max-width: 1200px;
  }
}
.transform-pos-upselling .col-md-4 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .transform-pos-upselling .col-md-4 {
    width: 100%;
  }
}
.transform-pos-upselling .title-block {
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .transform-pos-upselling .title-block {
    max-width: 80%;
  }
}
@media (max-width: 1199px) {
  .transform-pos-upselling .title-block {
    max-width: 100%;
  }
}
.transform-pos-upselling .upselling-tool {
  border-radius: 10px;
  background: #F4FCFF;
  padding: 30px;
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
.transform-pos-upselling .upselling-tool .upselling-icon {
  background: #ffffff;
  border: 10px solid #c9e8f6;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .transform-pos-upselling .upselling-tool .upselling-icon {
    width: 140px;
    height: 140px;
  }
}
.transform-pos-upselling .upselling-tool .upselling-icon svg {
  width: 160px;
}
.transform-pos-upselling .upselling-tool .upselling-icon lottie-player {
  width: 90px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .transform-pos-upselling .upselling-tool .upselling-icon lottie-player {
    width: 70px;
  }
}
.transform-pos-upselling .upselling-tool .heading-27, .transform-pos-upselling .upselling-tool .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .transform-pos-upselling .upselling-tool .pro-title, .transform-pos-upselling .upselling-tool .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .transform-pos-upselling .upselling-tool h3, .transform-pos-upselling .upselling-tool .recent-article .most-recent_title a, .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title a, .recent-library_section .transform-pos-upselling .upselling-tool .recent-library .most-recent_title a, .recent-article .most-recent_title .transform-pos-upselling .upselling-tool a, .recent-library_section .recent-library .most-recent_title .transform-pos-upselling .upselling-tool a, .transform-pos-upselling .upselling-tool .recent-article .most-recent_title, .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title, .recent-library_section .transform-pos-upselling .upselling-tool .recent-library .most-recent_title, .recent-article .transform-pos-upselling .upselling-tool .most-recent_title, .recent-library_section .recent-library .transform-pos-upselling .upselling-tool .most-recent_title, .transform-pos-upselling .upselling-tool .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .transform-pos-upselling .upselling-tool .agreements-block-title, .transform-pos-upselling .upselling-tool .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .transform-pos-upselling .upselling-tool a, .transform-pos-upselling .upselling-tool .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .transform-pos-upselling .upselling-tool a {
  margin: 20px 0;
}
@media (max-width: 1440px) {
  .transform-pos-upselling .upselling-tool {
    height: auto;
  }
  .transform-pos-upselling .upselling-tool .upselling-icon svg {
    width: 140px;
  }
}
@media (max-width: 1024px) {
  .transform-pos-upselling .upselling-tool {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .transform-pos-upselling .upselling-tool {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 768px) {
  .transform-pos-upselling .upselling-tool {
    max-width: 450px;
    width: 100%;
    margin: 20px auto 0;
  }
}

.claim-deals-section {
  position: relative;
  z-index: 1;
}
.claim-deals-section:before {
  background: #c9e8f6;
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .claim-deals-section:before {
    height: 75%;
  }
}
@media (max-width: 767px) {
  .claim-deals-section {
    margin-bottom: 30px;
  }
  .claim-deals-section:before {
    height: 100%;
  }
}
.claim-deals-section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .claim-deals-section .container {
    max-width: 1400px;
  }
}
.claim-deals-section .claim-deals-image {
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .claim-deals-section .claim-deals-image {
    width: 80%;
    margin: 40px auto 0;
  }
}
@media (max-width: 991px) {
  .claim-deals-section .claim-deals-image {
    margin: 20px auto 0;
  }
}
@media (max-width: 768px) {
  .claim-deals-section .claim-deals-image {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .claim-deals-section .claim-deals-image {
    display: none;
  }
}
.claim-deals-section .claim-deals-content .heading-30 {
  margin: 20px 0;
  font-weight: 600;
}
.claim-deals-section .claim-deals-content .description, .claim-deals-section .claim-deals-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .claim-deals-section .claim-deals-content .page-numbers, .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .claim-deals-section .claim-deals-content .content, .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .claim-deals-section .claim-deals-content .latest-post-title, .claim-deals-section .claim-deals-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .claim-deals-section .claim-deals-content a.dropdown-item {
  max-width: 70%;
  margin: 0 auto 20px;
}
@media (min-width: 1921px) {
  .claim-deals-section .claim-deals-content .description, .claim-deals-section .claim-deals-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .claim-deals-section .claim-deals-content .page-numbers, .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .claim-deals-section .claim-deals-content .content, .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .claim-deals-section .claim-deals-content .latest-post-title, .claim-deals-section .claim-deals-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .claim-deals-section .claim-deals-content a.dropdown-item {
    max-width: 85%;
  }
}
@media (max-width: 1440px) {
  .claim-deals-section .claim-deals-content .description, .claim-deals-section .claim-deals-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .claim-deals-section .claim-deals-content .page-numbers, .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .claim-deals-section .claim-deals-content .content, .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .claim-deals-section .claim-deals-content .latest-post-title, .claim-deals-section .claim-deals-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .claim-deals-section .claim-deals-content a.dropdown-item {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .claim-deals-section .claim-deals-content .description, .claim-deals-section .claim-deals-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .claim-deals-section .claim-deals-content .page-numbers, .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .claim-deals-section .claim-deals-content .content, .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .claim-deals-section .claim-deals-content .latest-post-title, .claim-deals-section .claim-deals-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .claim-deals-section .claim-deals-content a.dropdown-item {
    max-width: 100%;
  }
}

.achieving-sales .container {
  max-width: 1700px;
}
@media (min-width: 1921px) {
  .achieving-sales .container {
    max-width: 1900px;
  }
}
@media (max-width: 1600px) {
  .achieving-sales .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .achieving-sales .container {
    max-width: 1200px;
  }
}
.achieving-sales .title-block {
  max-width: 55%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .achieving-sales .title-block {
    max-width: 65%;
  }
}
@media (max-width: 1600px) {
  .achieving-sales .title-block {
    max-width: 65%;
  }
}
@media (max-width: 1199px) {
  .achieving-sales .title-block {
    max-width: 100%;
  }
}
.achieving-sales .col-lg-3 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .achieving-sales .col-lg-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .achieving-sales .col-lg-3 {
    width: 100%;
  }
}
.achieving-sales .achieving-goal {
  background: #ffffff;
  border-radius: 10px;
  border: 4px solid #c9e8f6;
  padding: 30px;
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
}
@media (max-width: 1600px) {
  .achieving-sales .achieving-goal {
    padding: 20px;
  }
}
.achieving-sales .achieving-goal .goal-icon svg {
  width: 120px;
  height: auto;
}
.achieving-sales .achieving-goal .goal-icon lottie-player {
  width: 100px;
}
@media (max-width: 1600px) {
  .achieving-sales .achieving-goal .goal-icon lottie-player {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .achieving-sales .achieving-goal .goal-icon lottie-player {
    width: 80px;
  }
}
.achieving-sales .achieving-goal .heading-27, .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .achieving-sales .achieving-goal .pro-title, .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .achieving-sales .achieving-goal h3, .achieving-sales .achieving-goal .recent-article .most-recent_title a, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .recent-article .most-recent_title, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library .achieving-sales .achieving-goal .most-recent_title, .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .achieving-sales .achieving-goal .agreements-block-title, .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .achieving-sales .achieving-goal a {
  margin: 20px 0;
}
@media (min-width: 1921px) {
  .achieving-sales .achieving-goal .heading-27, .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .achieving-sales .achieving-goal .pro-title, .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .achieving-sales .achieving-goal h3, .achieving-sales .achieving-goal .recent-article .most-recent_title a, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .recent-article .most-recent_title, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library .achieving-sales .achieving-goal .most-recent_title, .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .achieving-sales .achieving-goal .agreements-block-title, .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .achieving-sales .achieving-goal a {
    min-height: 76px;
  }
}
@media (max-width: 1600px) {
  .achieving-sales .achieving-goal .heading-27, .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .achieving-sales .achieving-goal .pro-title, .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .achieving-sales .achieving-goal h3, .achieving-sales .achieving-goal .recent-article .most-recent_title a, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .recent-article .most-recent_title, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library .achieving-sales .achieving-goal .most-recent_title, .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .achieving-sales .achieving-goal .agreements-block-title, .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .achieving-sales .achieving-goal a {
    min-height: 65px;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
}
@media (max-width: 1440px) {
  .achieving-sales .achieving-goal .heading-27, .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .achieving-sales .achieving-goal .pro-title, .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .achieving-sales .achieving-goal h3, .achieving-sales .achieving-goal .recent-article .most-recent_title a, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .recent-article .most-recent_title, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library .achieving-sales .achieving-goal .most-recent_title, .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .achieving-sales .achieving-goal .agreements-block-title, .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .achieving-sales .achieving-goal a {
    min-height: inherit;
  }
}
@media (max-width: 1024px) {
  .achieving-sales .achieving-goal .heading-27, .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .achieving-sales .achieving-goal .pro-title, .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .achieving-sales .achieving-goal h3, .achieving-sales .achieving-goal .recent-article .most-recent_title a, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .recent-article .most-recent_title, .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library .achieving-sales .achieving-goal .most-recent_title, .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .achieving-sales .achieving-goal .agreements-block-title, .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .achieving-sales .achieving-goal a, .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .achieving-sales .achieving-goal a {
    min-height: inherit;
  }
}
@media (max-width: 1440px) {
  .achieving-sales .achieving-goal {
    height: auto;
  }
  .achieving-sales .achieving-goal .goal-icon svg {
    width: 100px;
  }
}
@media (max-width: 1366px) {
  .achieving-sales .achieving-goal {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .achieving-sales .achieving-goal {
    margin: 30px 0 0 0;
  }
  .achieving-sales .achieving-goal .goal-icon svg {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .achieving-sales .achieving-goal {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 768px) {
  .achieving-sales .achieving-goal {
    max-width: 450px;
    width: 100%;
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  .achieving-sales .achieving-goal {
    margin: 20px auto 0;
  }
}

.gamify-promotions .container {
  max-width: 1370px;
}
@media (min-width: 1921px) {
  .gamify-promotions .container {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  .gamify-promotions .container {
    max-width: 1300px;
  }
}
@media (max-width: 1440px) {
  .gamify-promotions .container {
    max-width: 1100px;
  }
}
@media (max-width: 991px) {
  .gamify-promotions .row.flex-row-reverse {
    margin: 30px 0;
  }
}
.gamify-promotions .gamify-image {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 1600px) {
  .gamify-promotions .gamify-image {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .gamify-promotions .gamify-image {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .gamify-promotions .gamify-image {
    margin: 0 auto 30px;
  }
}
.gamify-promotions .gamify-content .section-title--medium {
  font-weight: 400;
}
.gamify-promotions .gamify-content .section-title--medium span {
  font-weight: 700;
}
@media (max-width: 991px) {
  .gamify-promotions .gamify-content {
    text-align: center;
  }
}

.custmor-upsell--cta .cta-content {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1921px) {
  .custmor-upsell--cta .cta-content {
    max-width: 880px;
  }
}
.custmor-upsell--cta .section-title--medium,
.custmor-upsell--cta .description,
.custmor-upsell--cta .free-resources-new .custom-pagination .page-numbers,
.free-resources-new .custom-pagination .custmor-upsell--cta .page-numbers,
.custmor-upsell--cta .free-resources-new .filters-gallery .filter-items .blog-item .content,
.free-resources-new .filters-gallery .filter-items .blog-item .custmor-upsell--cta .content,
.custmor-upsell--cta .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
.free-resources-new .filters-gallery .filter-items .blog-item .custmor-upsell--cta .latest-post-title,
.custmor-upsell--cta .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
.cta-menu--section.choose-industries .dropdown-menu li .custmor-upsell--cta a.dropdown-item {
  font-weight: 700;
}
.custmor-upsell--cta .description, .custmor-upsell--cta .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .custmor-upsell--cta .page-numbers, .custmor-upsell--cta .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .custmor-upsell--cta .content, .custmor-upsell--cta .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .custmor-upsell--cta .latest-post-title, .custmor-upsell--cta .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .custmor-upsell--cta a.dropdown-item {
  margin: 20px 0;
}

.promotions-life .container {
  max-width: 1290px;
}
@media (min-width: 1921px) {
  .promotions-life .container {
    max-width: 1720px;
  }
}
@media (max-width: 1440px) {
  .promotions-life .container {
    max-width: 1100px;
  }
}
.promotions-life .promotions-title {
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
}
.promotions-life .promotions-title .section-title--medium {
  font-weight: 400;
}
.promotions-life .promotions-title .section-title--medium span {
  font-weight: 700;
}
@media (max-width: 1600px) {
  .promotions-life .promotions-title {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .promotions-life .promotions-title {
    max-width: 100%;
  }
}
.promotions-life .promotions-content {
  padding-left: 40px;
}
@media (min-width: 1921px) {
  .promotions-life .promotions-content {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .promotions-life .promotions-content {
    text-align: center;
    padding-left: 0;
  }
}
.promotions-life .promotions-content .description p, .promotions-life .promotions-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .promotions-life .promotions-content .page-numbers p, .promotions-life .promotions-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .promotions-life .promotions-content .content p, .promotions-life .promotions-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .promotions-life .promotions-content .latest-post-title p, .promotions-life .promotions-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .promotions-life .promotions-content a.dropdown-item p {
  margin: 20px 0 0;
}
.promotions-life .promotions-content .description p:first-child, .promotions-life .promotions-content .free-resources-new .custom-pagination .page-numbers p:first-child, .free-resources-new .custom-pagination .promotions-life .promotions-content .page-numbers p:first-child, .promotions-life .promotions-content .free-resources-new .filters-gallery .filter-items .blog-item .content p:first-child, .free-resources-new .filters-gallery .filter-items .blog-item .promotions-life .promotions-content .content p:first-child, .promotions-life .promotions-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p:first-child, .free-resources-new .filters-gallery .filter-items .blog-item .promotions-life .promotions-content .latest-post-title p:first-child, .promotions-life .promotions-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p:first-child, .cta-menu--section.choose-industries .dropdown-menu li .promotions-life .promotions-content a.dropdown-item p:first-child {
  margin: 0;
}
.promotions-life .promotions-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .promotions-life .promotions-image {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .promotions-life .promotions-image {
    justify-content: center;
    padding: 0;
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.promotions-life .promotions-image .image-block {
  height: auto;
  padding: 15px;
  border-radius: 20px;
  background: #D9F3FF;
}
.promotions-life .promotions-image .image-block img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.upsell-coming {
  background: #E9F8FF;
}
.upsell-coming .container {
  max-width: 1000px;
}
@media (min-width: 1921px) {
  .upsell-coming .container {
    max-width: 1300px;
  }
}
@media (max-width: 1440px) {
  .upsell-coming .container {
    max-width: 950px;
  }
}
.upsell-coming .section-title--medium {
  font-weight: 700;
  text-transform: uppercase;
}
.upsell-coming .upsell-coming-content {
  border-radius: 10px;
  border: 0px solid #c9e8f6;
  background: #ffffff;
  padding: 40px;
  margin-top: 30px;
}
.upsell-coming .upsell-coming-content .heading-30 {
  margin-bottom: 20px;
  color: #1E1C37;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .upsell-coming .upsell-coming-content {
    padding: 20px;
    margin-top: 20px;
  }
}

.upselling-industry.pos-modern-retail--section .title-section {
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .upselling-industry.pos-modern-retail--section .title-section {
    max-width: 1000px;
  }
}

.uplift-save .container {
  max-width: 850px;
}
@media (min-width: 1921px) {
  .uplift-save .container {
    max-width: 1040px;
  }
}
.uplift-save .uplift-save--wraper {
  border-radius: 10px;
  border: 4px solid #c9e8f6;
  background: #ffffff;
  padding: 60px;
}
@media (min-width: 1921px) {
  .uplift-save .uplift-save--wraper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .uplift-save .uplift-save--wraper {
    padding: 50px;
  }
}
@media (max-width: 1280px) {
  .uplift-save .uplift-save--wraper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .uplift-save .uplift-save--wraper {
    padding: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .uplift-save .uplift-save--wraper .d-flex {
    flex-direction: column;
  }
}
.uplift-save .uplift-save--wraper .save-left--content {
  padding-right: 40px;
}
@media (min-width: 1921px) {
  .uplift-save .uplift-save--wraper .save-left--content {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .uplift-save .uplift-save--wraper .save-left--content {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .uplift-save .uplift-save--wraper .save-left--content {
    padding-right: 0;
  }
}
.uplift-save .uplift-save--wraper .save-left--content .section-title--medium {
  font-weight: 700;
}
.uplift-save .uplift-save--wraper .save-left--content .heading-30 {
  font-weight: 700;
  color: #1C6DF7;
  text-transform: uppercase;
}
.uplift-save .uplift-save--wraper .save-left--content .heading-22, .uplift-save .uplift-save--wraper .save-left--content .cta-menu--section .menu-title, .cta-menu--section .uplift-save .uplift-save--wraper .save-left--content .menu-title, .uplift-save .uplift-save--wraper .save-left--content .cta-menu--section ul li a, .cta-menu--section ul li .uplift-save .uplift-save--wraper .save-left--content a {
  margin: 20px 0;
  font-weight: 400;
  color: #1E1C37;
}
@media (max-width: 991px) {
  .uplift-save .uplift-save--wraper .save-left--content {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .uplift-save .uplift-save--wraper .save-left--content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.uplift-save .uplift-save--wraper .save-right--content {
  max-width: 240px;
  width: 100%;
}
@media (min-width: 1921px) {
  .uplift-save .uplift-save--wraper .save-right--content {
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .uplift-save .uplift-save--wraper .save-right--content {
    text-align: center;
  }
}
.uplift-save .uplift-save--wraper .save-right--content .heading-24, .uplift-save .uplift-save--wraper .save-right--content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .uplift-save .uplift-save--wraper .save-right--content .filter-text, .uplift-save .uplift-save--wraper .save-right--content .career-block .career-details h4, .career-block .career-details .uplift-save .uplift-save--wraper .save-right--content h4, .uplift-save .uplift-save--wraper .save-right--content .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .uplift-save .uplift-save--wraper .save-right--content .module_title, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.agreements-block-title {
  color: #1E1C37;
  font-weight: 400;
}
.uplift-save .uplift-save--wraper .save-right--content .heading-24 span, .uplift-save .uplift-save--wraper .save-right--content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text span, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .uplift-save .uplift-save--wraper .save-right--content .filter-text span, .uplift-save .uplift-save--wraper .save-right--content .career-block .career-details h4 span, .career-block .career-details .uplift-save .uplift-save--wraper .save-right--content h4 span, .uplift-save .uplift-save--wraper .save-right--content .hardware-post .pricing-main .module_title span, .hardware-post .pricing-main .uplift-save .uplift-save--wraper .save-right--content .module_title span, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27 span, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title span, .hardware-product-section .hardware-product-row .hard-box .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title span, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3 span, .pos-solutions .pos-solutions_block .pos-solutions_data .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3 span, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title span, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title span, .recent-library_section .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title span, .recent-article .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title span, .recent-library_section .recent-library .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title span, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title span, .agreements-content.row .agreements-block-content .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title span, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.heading-27 span, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .hardware-product-section .hardware-product-row .hard-box h3.pro-title span, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.pro-title span, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .pos-solutions .pos-solutions_block .pos-solutions_data h3 span, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3 span, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-article h3.most-recent_title span, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-library_section .recent-library h3.most-recent_title span, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-library h3.most-recent_title span, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.most-recent_title span, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.most-recent_title span, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .agreements-content.row .agreements-block-content h3.agreements-block-title span, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.agreements-block-title span {
  font-weight: 700;
  text-decoration: line-through;
}
.uplift-save .uplift-save--wraper .save-right--content .heading-24 strong, .uplift-save .uplift-save--wraper .save-right--content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text strong, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .uplift-save .uplift-save--wraper .save-right--content .filter-text strong, .uplift-save .uplift-save--wraper .save-right--content .career-block .career-details h4 strong, .career-block .career-details .uplift-save .uplift-save--wraper .save-right--content h4 strong, .uplift-save .uplift-save--wraper .save-right--content .hardware-post .pricing-main .module_title strong, .hardware-post .pricing-main .uplift-save .uplift-save--wraper .save-right--content .module_title strong, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27 strong, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title strong, .hardware-product-section .hardware-product-row .hard-box .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title strong, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3 strong, .pos-solutions .pos-solutions_block .pos-solutions_data .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3 strong, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title strong, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title strong, .recent-library_section .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title strong, .recent-article .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title strong, .recent-library_section .recent-library .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title strong, .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title strong, .agreements-content.row .agreements-block-content .uplift-save .uplift-save--wraper .save-right--content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title strong, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.heading-27 strong, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .hardware-product-section .hardware-product-row .hard-box h3.pro-title strong, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.pro-title strong, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .pos-solutions .pos-solutions_block .pos-solutions_data h3 strong, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3 strong, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-article h3.most-recent_title strong, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-library_section .recent-library h3.most-recent_title strong, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .recent-library h3.most-recent_title strong, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.most-recent_title strong, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.most-recent_title strong, .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content .agreements-content.row .agreements-block-content h3.agreements-block-title strong, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .uplift-save .uplift-save--wraper .save-right--content h3.agreements-block-title strong {
  color: #3694BE;
}
.uplift-save .uplift-save--wraper .save-right--content .heading-14 {
  margin: 5px 0 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1921px) {
  .uplift-save .uplift-save--wraper .save-right--content .heading-14 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: left;
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list li {
  margin: 0;
}
@media (min-width: 1921px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li {
    margin: 5px 0;
  }
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main {
  position: relative;
  padding: 0 20px 0 30px;
}
@media (min-width: 1921px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main {
    padding: 0 35px 0 30px;
  }
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M18.7141 0.295798C18.6211 0.20207 18.5105 0.127676 18.3887 0.0769072C18.2668 0.0261385 18.1361 0 18.0041 0C17.8721 0 17.7414 0.0261385 17.6195 0.0769072C17.4977 0.127676 17.3871 0.20207 17.2941 0.295798L6.00409 11.5958L1.71409 7.2958C1.52579 7.10749 1.27039 7.00171 1.00409 7.00171C0.73779 7.00171 0.482395 7.10749 0.294091 7.2958C0.105788 7.4841 3.9682e-09 7.7395 0 8.0058C-3.9682e-09 8.2721 0.105788 8.52749 0.294091 8.7158L5.29409 13.7158C5.38705 13.8095 5.49766 13.8839 5.61951 13.9347C5.74137 13.9855 5.87208 14.0116 6.00409 14.0116C6.1361 14.0116 6.26681 13.9855 6.38867 13.9347C6.51053 13.8839 6.62113 13.8095 6.71409 13.7158L18.7141 1.7158C18.8078 1.62284 18.8822 1.51223 18.933 1.39038C18.9838 1.26852 19.0099 1.13781 19.0099 1.0058C19.0099 0.873786 18.9838 0.743081 18.933 0.621222C18.8822 0.499362 18.8078 0.388761 18.7141 0.295798Z' fill='%233389BA'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip_title {
  margin: 0;
  color: #1E1C37;
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls svg {
  width: 20px;
}
@media (min-width: 1921px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls {
    height: 24px;
    width: 24px;
  }
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls svg {
    width: 24px;
  }
}
@media (max-width: 1024px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls {
    right: 0;
  }
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
  border: 2px solid #3694BE;
  width: 350px;
  right: -30px;
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt::before {
  border-top: 10px solid #3694BE;
  left: auto;
  right: 30px;
}
.uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt::after {
  left: auto;
  right: 30px;
}
@media (min-width: 1921px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 630px;
  }
}
@media (max-width: 1440px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    bottom: 28px;
  }
}
@media (max-width: 1440px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 450px;
  }
}
@media (max-width: 1280px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 520px;
  }
}
@media (max-width: 767px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 360px;
  }
}
@media (max-width: 480px) {
  .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 300px;
  }
}

html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .container {
  max-width: 1400px;
}
html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .title-block {
  max-width: 80%;
}
html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .heading-27, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pro-title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool h3, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .most-recent_title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a {
  min-height: 65px;
  display: flex;
  align-items: center;
}
html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .description, html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .page-numbers, html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .content, html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .latest-post-title, html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content a.dropdown-item {
  max-width: 80%;
}
html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .heading-27, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pro-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal h3, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a {
  min-height: 65px;
  display: flex;
  align-items: center;
}
html[lang=es-ES] .retail-suit--uplift .custmor-upsell--cta .cta-content {
  max-width: 70%;
}
html[lang=es-ES] .retail-suit--uplift .promotions-life .promotions-title {
  max-width: 80%;
}
html[lang=es-ES] .retail-suit--uplift .uplift-save .container {
  max-width: 950px;
}
html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content {
  max-width: 350px;
}
html[lang=es-ES] .retail-suit--uplift .upsell-coming .container {
  max-width: 1100px;
}
html[lang=es-ES] .retail-suit--uplift .upselling-industry.pos-modern-retail--section .title-section {
  max-width: 900px;
}
html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
  width: 400px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .title-block {
    max-width: 100%;
  }
  html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .heading-27, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pro-title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool h3, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .most-recent_title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a {
    min-height: 75px;
    display: flex;
    align-items: center;
  }
  html[lang=es-ES] .retail-suit--uplift .achieving-sales .title-block {
    max-width: 70%;
  }
  html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .heading-27, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pro-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal h3, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a {
    min-height: 75px;
  }
  html[lang=es-ES] .retail-suit--uplift .custmor-upsell--cta .cta-content {
    max-width: 80%;
  }
  html[lang=es-ES] .retail-suit--uplift .uplift-save .container {
    max-width: 1250px;
  }
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content {
    max-width: 430px;
  }
  html[lang=es-ES] .retail-suit--uplift .upsell-coming .container {
    max-width: 1300px;
  }
  html[lang=es-ES] .retail-suit--uplift .upselling-industry.pos-modern-retail--section .title-section {
    max-width: 1240px;
  }
  html[lang=es-ES] .retail-suit--uplift .faq-section .container {
    max-width: 1100px;
  }
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 730px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-image {
    width: 90%;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .retail-suit--uplift .achieving-sales .title-block {
    max-width: 75%;
  }
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 480px;
  }
  html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .heading-27, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pro-title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool h3, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .most-recent_title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a {
    min-height: 56px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .title-block {
    max-width: 100%;
  }
  html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .description, html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .page-numbers, html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .content, html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .latest-post-title, html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .retail-suit--uplift .claim-deals-section .claim-deals-content a.dropdown-item {
    max-width: 100%;
  }
  html[lang=es-ES] .retail-suit--uplift .custmor-upsell--cta .cta-content {
    max-width: 90%;
  }
  html[lang=es-ES] .retail-suit--uplift .achieving-sales .title-block {
    max-width: 100%;
  }
  html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .heading-27, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pro-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal h3, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a {
    min-height: inherit;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .retail-suit--uplift .promotions-life .promotions-title {
    max-width: 100%;
  }
  html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 768px) {
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper {
    padding: 40px 30px;
  }
  html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .heading-27, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pro-title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool h3, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .most-recent_title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a, html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .transform-pos-upselling .upselling-tool a {
    min-height: inherit;
  }
  html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .heading-27, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pro-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal h3, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a {
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .retail-suit--uplift .custmor-upsell--cta .cta-content {
    max-width: 100%;
  }
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 400px;
  }
  html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .heading-27, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pro-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal h3, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-article .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library_section .recent-library .most-recent_title, .recent-library_section html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .recent-library .most-recent_title, .recent-article html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .most-recent_title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .agreements-block-title, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a, html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .retail-suit--uplift .achieving-sales .achieving-goal a {
    min-height: inherit;
  }
}
@media (max-width: 480px) {
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt {
    width: 300px;
    right: -10px;
  }
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper {
    padding: 20px;
  }
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt::after {
    right: 10px;
  }
  html[lang=es-ES] .retail-suit--uplift .uplift-save .uplift-save--wraper .save-right--content .uplift-list li .tooltip-main .tooltip-inner-cls .tooltip-txt::before {
    right: 10px;
  }
}

.retail-suite-digital-signage-software .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .retail-suite-digital-signage-software .container {
    max-width: 1550px;
  }
}
@media (max-width: 991px) {
  .retail-suite-digital-signage-software img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.digital-signage-banner {
  background: #D7FFEB;
}
@media (max-width: 991px) {
  .digital-signage-banner .banner-content {
    margin-bottom: 1.5rem;
  }
}
.digital-signage-banner .banner-content .header-h1 {
  font-weight: 400;
  margin-bottom: 20px;
}
.digital-signage-banner .banner-content .header-h1 strong {
  font-weight: 700;
}
.digital-signage-banner .banner-content .heading-27, .digital-signage-banner .banner-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .digital-signage-banner .banner-content .pro-title, .digital-signage-banner .banner-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .digital-signage-banner .banner-content h3, .digital-signage-banner .banner-content .recent-article .most-recent_title a, .digital-signage-banner .banner-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .digital-signage-banner .banner-content .recent-library .most-recent_title a, .recent-article .most-recent_title .digital-signage-banner .banner-content a, .recent-library_section .recent-library .most-recent_title .digital-signage-banner .banner-content a, .digital-signage-banner .banner-content .recent-article .most-recent_title, .digital-signage-banner .banner-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .digital-signage-banner .banner-content .recent-library .most-recent_title, .recent-article .digital-signage-banner .banner-content .most-recent_title, .recent-library_section .recent-library .digital-signage-banner .banner-content .most-recent_title, .digital-signage-banner .banner-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .digital-signage-banner .banner-content .agreements-block-title, .digital-signage-banner .banner-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .digital-signage-banner .banner-content a, .digital-signage-banner .banner-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .digital-signage-banner .banner-content a {
  color: #1EA865;
}
.digital-signage-banner .banner-content .description, .digital-signage-banner .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .digital-signage-banner .banner-content .page-numbers, .digital-signage-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .digital-signage-banner .banner-content .content, .digital-signage-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .digital-signage-banner .banner-content .latest-post-title, .digital-signage-banner .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .digital-signage-banner .banner-content a.dropdown-item {
  max-width: 595px;
}
@media (max-width: 991px) {
  .digital-signage-banner .banner-content .description, .digital-signage-banner .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .digital-signage-banner .banner-content .page-numbers, .digital-signage-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .digital-signage-banner .banner-content .content, .digital-signage-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .digital-signage-banner .banner-content .latest-post-title, .digital-signage-banner .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .digital-signage-banner .banner-content a.dropdown-item {
    max-width: 100%;
    text-align: center;
  }
}
.digital-signage-banner .banner-content .loyalty-banner-link .arrow-link {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .digital-signage-banner .banner-content .loyalty-banner-link .arrow-link {
    margin: 20px auto 0;
  }
}
.digital-signage-banner .banner-content .loyalty-banner-link .arrow-link span svg path {
  fill: #1EA865;
  stroke: #1EA865;
}

.cta-green {
  color: #ffffff;
  border: 1px solid #1EA865;
  background-color: #1EA865;
}
.cta-green:hover {
  color: #1EA865;
  background-color: #ffffff;
  border: 1px solid #1EA865;
}

.cta-transpertant {
  background: rgba(255, 255, 255, 0);
  color: #1EA865;
  font-weight: 600;
}

.coming-soon-cls figure img {
  max-width: 55%;
  margin: 0 auto;
  display: block;
}
.coming-soon-cls .color-green-cls {
  color: #50B948;
}

/* Display Statistics */
.display-statistics .section-title--medium {
  font-weight: 400;
}
.display-statistics .section-title--medium strong {
  font-weight: 700;
}
.display-statistics .display-statistics__list {
  display: flex;
}
@media (max-width: 767px) {
  .display-statistics .display-statistics__list {
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center;
  }
}
.display-statistics .display-statistics__list .display-statistics__innerbox {
  border-left: solid 4px #1EA865;
  padding-left: 17px;
}
@media (max-width: 767px) {
  .display-statistics .display-statistics__list .display-statistics__innerbox {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
}
.display-statistics .display-statistics__list .display-statistics__innerbox .statistics-number span {
  font-weight: 700;
  line-height: normal;
}
.display-statistics .display-statistics__list .display-statistics__innerbox .statistics-icon {
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .display-statistics .display-statistics__list .display-statistics__innerbox .statistics-icon {
    width: 40px;
    height: 40px;
  }
}
.display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content {
  max-width: 345px;
}
.display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .description, .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .page-numbers, .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .content, .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .latest-post-title, .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content a.dropdown-item {
  margin-bottom: 0;
  color: #1E1C37;
}
@media (max-width: 767px) {
  .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .description, .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .page-numbers, .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .content, .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .latest-post-title, .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .display-statistics .display-statistics__list .display-statistics__innerbox .display-statistics__content a.dropdown-item {
    text-align: center;
  }
}

/* Display Statistics || Software Process */
.software-process {
  background-color: #EFFFF7;
}
.software-process .section-title--medium {
  font-weight: 400;
}
.software-process .section-title--medium strong {
  font-weight: 700;
}
.software-process .software_process__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .software-process .software_process__list {
    flex-wrap: wrap;
  }
  .software-process .software_process__list.software_process__slider .slick-list {
    padding: 20px 0;
  }
  .software-process .software_process__list.software_process__slider .slick-list .slick-slide {
    margin-bottom: 1.5rem;
  }
  .software-process .software_process__list.software_process__slider .slick-dots {
    width: calc(100% - 30px);
    bottom: 0;
  }
  .software-process .software_process__list.software_process__slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  .software-process .software_process__list.software_process__slider .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #1EA865;
    background: #ffffff;
  }
  .software-process .software_process__list.software_process__slider .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #1EA865;
    background: #1EA865;
  }
}
@media (max-width: 991px) {
  .software-process .software_process__list {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .software-process .software_process__list li {
    width: 100%;
    flex: 0 0 100%;
  }
}
.software-process .software_process__list li .software-process__box {
  border-radius: 10px;
  border: 2px solid #1EA865;
  background: #ffffff;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .software-process .software_process__list li .software-process__box {
    margin: 0 15px;
  }
}
.software-process .software_process__list li .software-process__box span {
  border-radius: 5px;
  border: 2px solid #1EA865;
  background: #1EA865;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.software-process .software_process__list li .software-process__box .software-process__imageframe {
  border-radius: 5px;
  border: 5px solid #000000;
  background: #D8DCDF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.software-process .software_process__list li .software-process__box .text-green {
  color: #1EA865;
  margin: 20px 0 10px;
}

/* Software Process || coming soon */
.coming-soon .coming-soon__imagebox img {
  max-width: 400px;
}
@media (max-width: 1199px) {
  .coming-soon .coming-soon__imagebox img {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .coming-soon .coming-soon__imagebox img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .coming-soon .coming-soon__imagebox img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.coming-soon .coming-soon__contentbox span.badge {
  border-radius: 7px;
  background: #1EA865;
}
.coming-soon .coming-soon__contentbox .heading-46 {
  font-weight: 400;
  margin: 15px 0 10px 0;
}
.coming-soon .coming-soon__contentbox .heading-46 strong {
  font-weight: 700;
}
.coming-soon .coming-soon__contentbox .description, .coming-soon .coming-soon__contentbox .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .coming-soon .coming-soon__contentbox .page-numbers, .coming-soon .coming-soon__contentbox .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .coming-soon .coming-soon__contentbox .content, .coming-soon .coming-soon__contentbox .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .coming-soon .coming-soon__contentbox .latest-post-title, .coming-soon .coming-soon__contentbox .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .coming-soon .coming-soon__contentbox a.dropdown-item {
  max-width: 684px;
}
@media (max-width: 767px) {
  .coming-soon .coming-soon__contentbox .description, .coming-soon .coming-soon__contentbox .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .coming-soon .coming-soon__contentbox .page-numbers, .coming-soon .coming-soon__contentbox .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .coming-soon .coming-soon__contentbox .content, .coming-soon .coming-soon__contentbox .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .coming-soon .coming-soon__contentbox .latest-post-title, .coming-soon .coming-soon__contentbox .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .coming-soon .coming-soon__contentbox a.dropdown-item {
    max-width: 100%;
    text-align: center;
  }
}

/* coming soon || Advertising Made Easy */
.advertisingmadeeasy .section-title--medium {
  font-weight: 400;
}
.advertisingmadeeasy .section-title--medium strong {
  font-weight: 700;
}
.advertisingmadeeasy .advertisingmadeeasy-list li {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .advertisingmadeeasy .advertisingmadeeasy-list li {
    margin-bottom: 20px;
  }
}
.advertisingmadeeasy .advertisingmadeeasy-list li:last-child {
  margin-bottom: 0 !important;
}
.advertisingmadeeasy .advertisingmadeeasy-list li:nth-child(even) .advertisingmadeeasy-image {
  order: 2;
}
.advertisingmadeeasy .advertisingmadeeasy-list li:nth-child(even) .advertisingmadeeasy-content {
  order: 1;
  padding-right: 65px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .advertisingmadeeasy .advertisingmadeeasy-list li:nth-child(even) .advertisingmadeeasy-image {
    order: 1;
  }
  .advertisingmadeeasy .advertisingmadeeasy-list li:nth-child(even) .advertisingmadeeasy-content {
    order: 2;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.advertisingmadeeasy .advertisingmadeeasy-list li .advertisingmadeeasy-content {
  padding-left: 65px;
}
@media (max-width: 767px) {
  .advertisingmadeeasy .advertisingmadeeasy-list li .advertisingmadeeasy-content {
    padding-left: 0px;
    margin-top: 20px;
  }
}
.advertisingmadeeasy .advertisingmadeeasy-list li .advertisingmadeeasy-content span.badge {
  border-radius: 7px;
  background: #1EA865;
}
.advertisingmadeeasy .advertisingmadeeasy-list li .description, .advertisingmadeeasy .advertisingmadeeasy-list li .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .advertisingmadeeasy .advertisingmadeeasy-list li .page-numbers, .advertisingmadeeasy .advertisingmadeeasy-list li .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .advertisingmadeeasy .advertisingmadeeasy-list li .content, .advertisingmadeeasy .advertisingmadeeasy-list li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .advertisingmadeeasy .advertisingmadeeasy-list li .latest-post-title, .advertisingmadeeasy .advertisingmadeeasy-list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .advertisingmadeeasy .advertisingmadeeasy-list li a.dropdown-item {
  max-width: 610px;
}
@media (max-width: 767px) {
  .advertisingmadeeasy .advertisingmadeeasy-list li .description, .advertisingmadeeasy .advertisingmadeeasy-list li .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .advertisingmadeeasy .advertisingmadeeasy-list li .page-numbers, .advertisingmadeeasy .advertisingmadeeasy-list li .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .advertisingmadeeasy .advertisingmadeeasy-list li .content, .advertisingmadeeasy .advertisingmadeeasy-list li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .advertisingmadeeasy .advertisingmadeeasy-list li .latest-post-title, .advertisingmadeeasy .advertisingmadeeasy-list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .advertisingmadeeasy .advertisingmadeeasy-list li a.dropdown-item {
    max-width: 100%;
    text-align: center;
  }
}

/* Advertising Made Easy || Affordable Digital Signage Hardware */
.affordablesignage-hardware {
  background-color: #EFFFF7;
}
.affordablesignage-hardware .section-title--medium {
  font-weight: 400;
}
.affordablesignage-hardware .section-title--medium strong {
  font-weight: 700;
  color: #000000;
}
.affordablesignage-hardware .affordablesignage-hardware__innerbox {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .affordablesignage-hardware .affordablesignage-hardware__innerbox {
    margin-bottom: 20px;
  }
}
.affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content {
    padding-left: 12px;
    margin-top: 20px;
  }
}
.affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content span.badge {
  border-radius: 7px;
  background: #1EA865;
  font-style: italic;
}
.affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .heading-38 {
  max-width: 624px;
  margin: 15px 0 10px 0;
  font-weight: 400;
}
@media (max-width: 991px) {
  .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .heading-38 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .heading-38 {
    max-width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
.affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .heading-38 strong {
  font-weight: 700;
}
.affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .description, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .page-numbers, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .content, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .latest-post-title, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content a.dropdown-item {
  max-width: 632px;
}
@media (max-width: 991px) {
  .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .description, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .page-numbers, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .content, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .latest-post-title, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content a.dropdown-item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .description, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .page-numbers, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .content, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .latest-post-title, .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content a.dropdown-item {
    max-width: 100%;
    text-align: center;
  }
}
.affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .learnmore-cta {
  border-radius: 100px;
  border: 1px solid #1EA865;
  background: #1EA865;
  color: #ffffff;
}
@media (max-width: 767px) {
  .affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .learnmore-cta {
    max-width: 450px;
    width: 100%;
  }
}
.affordablesignage-hardware .affordablesignage-hardware__innerbox .affordablesignage-hardware__content .learnmore-cta:hover {
  color: #1EA865;
  background-color: #ffffff;
  border: 1px solid #1EA865;
}
.affordablesignage-hardware .affordablesignage-hardware_list {
  max-width: 634px;
}
@media (max-width: 992px) {
  .affordablesignage-hardware .affordablesignage-hardware_list {
    max-width: 100%;
  }
}
.affordablesignage-hardware .affordablesignage-hardware_list li {
  margin-bottom: 3rem;
}
.affordablesignage-hardware .affordablesignage-hardware_list li:last-child {
  margin-bottom: 0 !important;
}
.affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist {
  border-radius: 7px;
  border: 2px solid #1EA865;
  background: #ffffff;
}
.affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist .affordablesignage-hardware__innertitle {
  border-radius: 5px;
  border: 2px solid #1EA865;
  background: #1EA865;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.16);
  left: 22px;
  top: 0%;
  transform: translate(0%, -50%);
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
@media (max-width: 767px) {
  .affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist .affordablesignage-hardware__innertitle {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist p.description, .affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist .free-resources-new .custom-pagination p.page-numbers, .free-resources-new .custom-pagination .affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist p.page-numbers, .affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist .free-resources-new .filters-gallery .filter-items .blog-item p.content, .free-resources-new .filters-gallery .filter-items .blog-item .affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist p.content, .affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist .free-resources-new .filters-gallery .filter-items .blog-item p.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .affordablesignage-hardware .affordablesignage-hardware_list li .affordablesignage-hardware__innerlist p.latest-post-title {
  padding: 20px 0 0px;
  margin-bottom: 0;
}

/* Affordable Digital Signage Hardware || point of sale */
.pointof-sale-block .section-title--medium {
  font-weight: 400;
}
.pointof-sale-block .section-title--medium span {
  font-weight: 700;
  display: block;
  color: #000000;
}
.pointof-sale-block .heading-24, .pointof-sale-block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pointof-sale-block .filter-text, .pointof-sale-block .career-block .career-details h4, .career-block .career-details .pointof-sale-block h4, .pointof-sale-block .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .pointof-sale-block .module_title, .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .pointof-sale-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block .agreements-content.row .agreements-block-content h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pointof-sale-block h3.agreements-block-title {
  border-radius: 7px;
  border: 2px solid #1EA865;
  background: #1EA865;
  padding: 8px 15px;
  margin-bottom: 0;
}
.pointof-sale-block .btn-green-outline {
  border-radius: 100px;
  border: 1px solid #1EA865;
  background: #1EA865;
  color: #ffffff;
}
.pointof-sale-block .btn-green-outline:hover {
  color: #1EA865;
  background-color: #ffffff;
  border: 1px solid #1EA865;
}
.pointof-sale-block .heading-38 {
  font-weight: 400;
}
.pointof-sale-block .heading-38 strong {
  font-weight: 700;
}
.pointof-sale-block .heading-26 {
  max-width: 662px;
}
@media (max-width: 767px) {
  .pointof-sale-block .heading-26 {
    max-width: 100%;
    text-align: center;
  }
}
.pointof-sale-block .description, .pointof-sale-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pointof-sale-block .page-numbers, .pointof-sale-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pointof-sale-block .content, .pointof-sale-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pointof-sale-block .latest-post-title, .pointof-sale-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pointof-sale-block a.dropdown-item {
  max-width: 662px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .pointof-sale-block .description, .pointof-sale-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pointof-sale-block .page-numbers, .pointof-sale-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pointof-sale-block .content, .pointof-sale-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pointof-sale-block .latest-post-title, .pointof-sale-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pointof-sale-block a.dropdown-item {
    margin: 10px 0;
    max-width: 100%;
    text-align: center;
  }
}
.pointof-sale-block .btn-green-outline {
  margin-bottom: 3rem;
}
.pointof-sale-block .pointof-sale-block-list {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .pointof-sale-block .pointof-sale-block-list {
    margin-bottom: 20px;
  }
}
.pointof-sale-block figure.pointof-sale-block__image {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .pointof-sale-block figure.pointof-sale-block__image {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .pointof-sale-block figure.pointof-sale-block__image {
    padding-left: 0;
    margin-bottom: 0;
  }
}

/* point of sale || scalable-block */
.scalable-block {
  background-color: #EFFFF7;
}
.scalable-block .section-title--medium {
  font-weight: 400;
}
.scalable-block .section-title--medium span {
  display: block;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 991px) {
  .scalable-block .scalable-block__image {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .scalable-block .scalable-block__image {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.scalable-block .faster-inventory-content {
  padding-right: 70px;
}
@media (max-width: 991px) {
  .scalable-block .faster-inventory-content {
    padding-right: 0px;
  }
}
.scalable-block .faster-inventory-content .card {
  border-radius: 7px;
  border: 2px solid #1EA865;
  margin-bottom: 20px;
  background: #ffffff;
}
.scalable-block .faster-inventory-content .card:last-child {
  margin-bottom: 0px;
}
.scalable-block .faster-inventory-content .card .card-header {
  padding: 23px 10px 23px 25px;
  border-radius: 7px;
}
.scalable-block .faster-inventory-content .card .card-header button[aria-expanded=true] {
  color: #1EA865;
}
.scalable-block .faster-inventory-content .card .card-header button[aria-expanded=true] .icon-svg .arrow-up {
  display: block;
}
.scalable-block .faster-inventory-content .card .card-header button[aria-expanded=true] .icon-svg .arrow-down {
  display: none;
}
.scalable-block .faster-inventory-content .card .card-header button {
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1E1C37;
  width: 100%;
  text-align: left;
}
@media (min-width: 1921px) {
  .scalable-block .faster-inventory-content .card .card-header button {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .scalable-block .faster-inventory-content .card .card-header button {
    padding-right: 50px;
  }
}
.scalable-block .faster-inventory-content .card .card-header button:hover {
  color: #1EA865;
}
.scalable-block .faster-inventory-content .card .card-header button .icon-svg {
  right: 0;
}
.scalable-block .faster-inventory-content .card .card-header button .icon-svg .arrow-down {
  display: block;
}
.scalable-block .faster-inventory-content .card .card-header button .icon-svg .arrow-up {
  display: none;
}
.scalable-block .faster-inventory-content .card .card-body {
  padding-top: 0;
  padding-left: 25px;
}

/* scalable-block || design-tools */
.design-tools .section-title--medium {
  font-weight: 400;
  margin-bottom: 10px;
}
.design-tools .section-title--medium span {
  font-weight: 700;
  display: block;
  color: #000000;
}
@media (max-width: 767px) {
  .design-tools .description, .design-tools .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .design-tools .page-numbers, .design-tools .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .design-tools .content, .design-tools .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .design-tools .latest-post-title, .design-tools .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .design-tools a.dropdown-item {
    text-align: center;
  }
}
.design-tools .design-tools__twoblocks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .design-tools .design-tools__twoblocks li {
    margin-bottom: 20px;
  }
  .design-tools .design-tools__twoblocks li:last-child {
    margin-bottom: 0;
  }
}
.design-tools .design-tools__twoblocks li .img-iconbox {
  width: 116px;
  height: 121px;
  margin: 0 auto;
}
.design-tools .design-tools__twoblocks li .design-tools__title {
  color: #1EA865;
  margin: 15px 0 10px;
}
@media (max-width: 767px) {
  .design-tools .design-tools__twoblocks li .design-tools__title {
    margin: 10px 0 10px;
  }
}
.design-tools .design-tools__twoblocks li .description, .design-tools .design-tools__twoblocks li .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .design-tools .design-tools__twoblocks li .page-numbers, .design-tools .design-tools__twoblocks li .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .design-tools .design-tools__twoblocks li .content, .design-tools .design-tools__twoblocks li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .design-tools .design-tools__twoblocks li .latest-post-title, .design-tools .design-tools__twoblocks .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .design-tools .design-tools__twoblocks li a.dropdown-item {
  max-width: 533px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .design-tools .design-tools__twoblocks li .description, .design-tools .design-tools__twoblocks li .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .design-tools .design-tools__twoblocks li .page-numbers, .design-tools .design-tools__twoblocks li .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .design-tools .design-tools__twoblocks li .content, .design-tools .design-tools__twoblocks li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .design-tools .design-tools__twoblocks li .latest-post-title, .design-tools .design-tools__twoblocks .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .design-tools .design-tools__twoblocks li a.dropdown-item {
    max-width: 100%;
    text-align: center;
  }
}
.design-tools .design-tools--tab {
  background: #D7FFEB;
  border-radius: 20px;
}
.design-tools .design-tools--tab .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .design-tools .design-tools--tab .nav-tabs {
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .design-tools .design-tools--tab .nav-tabs {
    gap: 1rem;
  }
}
.design-tools .design-tools--tab .nav-tabs .nav-item .nav-link {
  font-weight: 400;
  color: #1E1C37;
  position: relative;
  margin-bottom: 0;
}
.design-tools .design-tools--tab .nav-tabs .nav-item .nav-link::after {
  content: "";
  background: transparent;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.design-tools .design-tools--tab .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid transparent;
}
.design-tools .design-tools--tab .nav-tabs .nav-item .active {
  color: #1EA865;
  font-weight: 700;
  background: transparent;
}
.design-tools .design-tools--tab .nav-tabs .nav-item .active::after {
  background: #1EA865;
}
@media (max-width: 767px) {
  .design-tools .design-tools--tab .nav-tabs .nav-item .active::after {
    top: 30px;
  }
}
.design-tools .design-tools--tab .inner-navigation {
  border-radius: 100px;
  border: 0 solid #1EA865;
  background: #1EA865;
  padding: 3px;
  height: 56px;
}
.design-tools .design-tools--tab .inner-navigation .nav-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 9px 32px;
  margin-bottom: 0;
  border-radius: 100px;
  width: 165px;
  justify-content: center;
  height: 50px;
}
.design-tools .design-tools--tab .inner-navigation .nav-link::after {
  content: none;
}
.design-tools .design-tools--tab .inner-navigation .nav-link:hover {
  border: 1px solid transparent;
}
.design-tools .design-tools--tab .inner-navigation .active {
  color: #1EA865;
  font-weight: 700;
  background: #ffffff;
  border-radius: 100px;
}
.design-tools .design-tools--tab .tab-content .inner-navigation {
  border-radius: 100px;
  border: 0 solid #1EA865;
  background: #1EA865;
  padding: 3px;
  height: 56px;
}
.design-tools .design-tools--tab .tab-content .inner-navigation .nav-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 9px 32px;
  margin-bottom: 0;
  border-radius: 100px;
  width: 165px;
  justify-content: center;
  height: 50px;
}
.design-tools .design-tools--tab .tab-content .inner-navigation .nav-link::after {
  content: none;
}
.design-tools .design-tools--tab .tab-content .inner-navigation .nav-link:hover {
  border: 1px solid transparent;
}
.design-tools .design-tools--tab .tab-content .inner-navigation .active {
  color: #1EA865;
  font-weight: 700;
  background: #ffffff;
  border-radius: 100px;
}
.design-tools .design-tools--tab .tab-content .inner-navigation .active::after {
  content: none;
}
@media (max-width: 1199px) {
  .design-tools .design-tools--tab .tab-content .my-slider .slick-list .slick-slide img {
    width: 95%;
  }
}
@media (min-width: 1921px) {
  .design-tools .design-tools--tab .tab-content .my-slider .slick-list .slick-slide img {
    width: 95%;
  }
}
.design-tools .design-tools--tab .slick-dotted.slick-slider {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .design-tools .design-tools--tab .slick-dotted.slick-slider .slick-slide {
    margin: 0 5px;
  }
}
.design-tools .design-tools--tab .slick-dotted.slick-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.design-tools .design-tools--tab .slick-dotted.slick-slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.design-tools .design-tools--tab .slick-dotted.slick-slider .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #1EA865;
  background: #1EA865;
}
.design-tools .design-tools--tab .slick-dotted.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #1EA865;
  background: #ffffff;
}

/* design-tools || digital-signage-hardware-product-section */
.digital-signage-hardware-product-section.hardware-product-section {
  background-color: #EFFFF7;
}
.digital-signage-hardware-product-section.hardware-product-section .section-title--medium {
  font-weight: 400;
}
.digital-signage-hardware-product-section.hardware-product-section .section-title--medium span {
  font-weight: 700;
  display: block;
  color: #000000;
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-box .product-popup:hover .pro-title {
  color: #1EA865;
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .goftx-variation-select .goftx-variation:before {
  border-color: #1EA865;
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .goftx-variation-select .goftx-variation:after {
  background: #1EA865;
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .goftx-variation-select .active:before {
  border-color: #1EA865;
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote {
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields,
  .digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .quantity,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .quantity {
  position: relative;
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .goftx-quote-variable,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .goftx-quote-simple,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .qoftx-add-quote,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .btn.view-quote,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .goftx-quote-variable,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .goftx-quote-simple,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .qoftx-add-quote,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .btn.view-quote {
  background-color: #1EA865;
  border-color: #1EA865;
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .goftx-quote-variable:hover,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .goftx-quote-simple:hover,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .qoftx-add-quote:hover,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .btn.view-quote:hover,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .goftx-quote-variable:hover,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .goftx-quote-simple:hover,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .qoftx-add-quote:hover,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .btn.view-quote:hover {
  color: #1EA865;
  background-color: #ffffff;
  border: 1px solid #1EA865;
}
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .quote-add-message,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .varation-fields .error-adding,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .quote-add-message,
.digital-signage-hardware-product-section.hardware-product-section .hardware-product-row .hard-content .cart.goftx-quote .error-adding {
  width: 100%;
}

#addtoquotepopup .close {
  background: #1EA865;
}
#addtoquotepopup .popup-inner .goftx-quote-variable,
#addtoquotepopup .popup-inner .btn.view-quote,
#addtoquotepopup .popup-inner .goftx-quote-simple {
  background-color: #1EA865;
  border-color: #1EA865;
}
#addtoquotepopup .popup-inner .goftx-quote-variable:hover,
#addtoquotepopup .popup-inner .btn.view-quote:hover,
#addtoquotepopup .popup-inner .goftx-quote-simple:hover {
  color: #1EA865;
  background-color: #ffffff;
  border: 1px solid #1EA865;
}
#addtoquotepopup .popup-inner .goftx-variation:before {
  border-color: #1EA865;
}
#addtoquotepopup .popup-inner .goftx-variation:after {
  background: #1EA865;
}
#addtoquotepopup .popup-inner .active:before {
  border-color: #1EA865;
}

/* digital-signage-hardware-product-section || Demo With Video */
.demo-with-video {
  background-color: #EFFFF7;
}
.demo-with-video .section-title--medium {
  font-weight: 400;
  max-width: 535px;
  margin-bottom: 20px;
}
.demo-with-video .section-title--medium strong {
  font-weight: 700;
}
.demo-with-video .description, .demo-with-video .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .demo-with-video .page-numbers, .demo-with-video .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .demo-with-video .content, .demo-with-video .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .demo-with-video .latest-post-title, .demo-with-video .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .demo-with-video a.dropdown-item {
  max-width: 525px;
  margin: 0px 0px 20px;
}
@media (max-width: 767px) {
  .demo-with-video .description, .demo-with-video .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .demo-with-video .page-numbers, .demo-with-video .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .demo-with-video .content, .demo-with-video .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .demo-with-video .latest-post-title, .demo-with-video .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .demo-with-video a.dropdown-item {
    max-width: 100%;
    text-align: center;
  }
}
.demo-with-video .btn-green-outline {
  border-radius: 100px;
  border: 1px solid #1EA865;
  background: #1EA865;
  color: #ffffff;
}
.demo-with-video .btn-green-outline:hover {
  color: #1EA865;
  background-color: #ffffff;
  border: 1px solid #1EA865;
}
.demo-with-video .banner-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1024px) {
  .demo-with-video .banner-image {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .demo-with-video .banner-image {
    margin-top: 40px;
  }
}
.demo-with-video .banner-image .digital_signage_system_video--video {
  border-radius: 20px;
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .demo-with-video .banner-image .digital_signage_system_video--video {
    margin: 10px 0 20px;
  }
}
.demo-with-video .banner-image .digital_signage_system_video--video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}
.demo-with-video .banner-image .digital_signage_system_video--video:before {
  content: "";
  display: block;
  border-radius: 20px;
  background: #DAFFED;
  position: absolute;
  z-index: -1;
}
.demo-with-video .banner-image .digital_signage_system_video--video:before {
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  left: -9px;
  top: -9px;
}
.demo-with-video .banner-image .digital_signage_system_video--video:after {
  width: calc(100% + 34px);
  height: calc(100% + 34px);
  left: -17px;
  top: -17px;
  mix-blend-mode: multiply;
}
.demo-with-video .banner-image .digital_signage_system_video--video .pause-button {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.demo-with-video .banner-image .digital_signage_system_video--video .pause-button::before {
  content: "";
  width: 51px;
  height: 51px;
  background-color: #1EA865;
  box-shadow: -0.87px 0.5px 10px rgba(0, 0, 0, 0.6588235294);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
  background-size: 35px;
}

/* Demo With Video || plans */
.digital_plan .section-title--medium {
  font-weight: 400;
  margin-bottom: 20px;
}
.digital_plan .section-title--medium strong {
  font-weight: 700;
  color: #1EA865;
}
.digital_plan .description, .digital_plan .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .digital_plan .page-numbers, .digital_plan .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .digital_plan .content, .digital_plan .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .digital_plan .latest-post-title, .digital_plan .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .digital_plan a.dropdown-item {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .digital_plan .description, .digital_plan .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .digital_plan .page-numbers, .digital_plan .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .digital_plan .content, .digital_plan .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .digital_plan .latest-post-title, .digital_plan .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .digital_plan a.dropdown-item {
    text-align: center;
  }
}
.digital_plan .btn-green-outline {
  border-radius: 100px;
  border: 1px solid #1EA865;
  background: #1EA865;
  color: #ffffff;
}
.digital_plan .btn-green-outline:hover {
  color: #1EA865;
  background-color: #ffffff;
  border: 1px solid #1EA865;
}
@media (max-width: 991px) {
  .digital_plan .plan-inner__list {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .digital_plan .plan-inner__list li {
    width: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .digital_plan .plan-inner__list li {
    width: 100%;
    flex: 0 0 100%;
  }
}
.digital_plan .plan-inner__list li .price_block {
  border-radius: 10px;
  border: 2px solid #1EA865;
  background: #EFFFF7;
  padding: 35px 20px;
}
.digital_plan .plan-inner__list li .price_block .price_block_content {
  color: #1A1818;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .digital_plan .plan-inner__list li .price_block .price_block_content {
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .digital_plan .plan-inner__list li .price_block .price_block_content {
    max-width: 100%;
  }
}
.digital_plan .plan-inner__list li .price_block .dividers {
  background: #80D2AA;
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 1px;
  margin: 30px 0 25px;
}
.digital_plan .plan-inner__list li .price_block .price_title_inner {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.digital_plan .plan-inner__list li .price_block .price_block__price {
  font-weight: 700;
  color: #1EA865;
}
@media (max-width: 767px) {
  .digital_plan .plan-inner__list li .price_block .price_block__price {
    min-height: inherit;
  }
}
.digital_plan .plan-inner__list li .price_block .priceinner-lists li {
  color: #1A1818;
  padding-left: 35px;
  position: relative;
}
.digital_plan .plan-inner__list li .price_block .priceinner-lists li::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M18.7141 0.295798C18.6211 0.20207 18.5105 0.127676 18.3887 0.0769072C18.2668 0.0261385 18.1361 0 18.0041 0C17.8721 0 17.7414 0.0261385 17.6195 0.0769072C17.4977 0.127676 17.3871 0.20207 17.2941 0.295798L6.00409 11.5958L1.71409 7.2958C1.52579 7.10749 1.27039 7.00171 1.00409 7.00171C0.73779 7.00171 0.482395 7.10749 0.294091 7.2958C0.105788 7.4841 3.9682e-09 7.7395 0 8.0058C-3.9682e-09 8.2721 0.105788 8.52749 0.294091 8.7158L5.29409 13.7158C5.38705 13.8095 5.49766 13.8839 5.61951 13.9347C5.74137 13.9855 5.87208 14.0116 6.00409 14.0116C6.1361 14.0116 6.26681 13.9855 6.38867 13.9347C6.51053 13.8839 6.62113 13.8095 6.71409 13.7158L18.7141 1.7158C18.8078 1.62284 18.8822 1.51223 18.933 1.39038C18.9838 1.26852 19.0099 1.13781 19.0099 1.0058C19.0099 0.873786 18.9838 0.743081 18.933 0.621222C18.8822 0.499362 18.8078 0.388761 18.7141 0.295798Z' fill='%2350B948'/%3E%3C/svg%3E") no-repeat center/19px 15px;
  left: 0;
  top: 8px;
  width: 30px;
  height: 15px;
  position: absolute;
  content: "";
}
@media (max-width: 767px) {
  .digital_plan .plan-inner__list li .price_block .priceinner-lists li::before {
    top: 6px;
  }
}
.digital_plan .plan-inner__list li .price_block .btn-green-outline {
  border-radius: 100px;
  border: 1px solid #1EA865;
  background: #1EA865;
  color: #ffffff;
}
.digital_plan .plan-inner__list li .price_block .btn-green-outline:hover {
  color: #1EA865;
  background-color: #ffffff;
  border: 1px solid #1EA865;
}
@media (max-width: 767px) {
  .digital_plan .btm-description {
    text-align: center;
  }
}
.digital_plan .btm-description span {
  color: #1EA865;
  font-weight: 700;
}

/* plans || adpro-retails--section */
.adpro-retails--section.pos-modern-retail--section.digital-signage--section:before {
  background: #00522A;
}
.adpro-retails--section.pos-modern-retail--section.digital-signage--section .pos-modern-retail--link li a {
  border-color: #1EA865;
}
.adpro-retails--section.pos-modern-retail--section.digital-signage--section .pos-modern-retail--link li a:hover {
  background: #1EA865;
}

/*adpro-retails--section || faq */
.digital-signage__faqs {
  background: #EFFFF7;
}
.digital-signage__faqs .faq-section .accordion .card {
  border: 2px solid #1EA865;
}
.digital-signage__faqs .faq-section .accordion .card .card-header button .fa {
  background-color: #1EA865;
}
.digital-signage__faqs .faq-section .accordion .card .card-body p {
  color: #000000;
}

/* faq */
.retail-suite-senalizacion-digital .academy-solutions .you-can-box,
.retail-suite-herramienta-de-diseno-grafico .academy-solutions .you-can-box,
.retail-suite-digital-signage-software .academy-solutions .you-can-box,
.retail-suite-graphic-design-tool .academy-solutions .you-can-box {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 0;
  padding: 0;
  background: transparent;
}
.retail-suite-senalizacion-digital .academy-solutions .you-can-box a,
.retail-suite-herramienta-de-diseno-grafico .academy-solutions .you-can-box a,
.retail-suite-digital-signage-software .academy-solutions .you-can-box a,
.retail-suite-graphic-design-tool .academy-solutions .you-can-box a {
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  border-bottom: 5px solid #467FF7;
}
.retail-suite-senalizacion-digital .academy-solutions .you-can-box a:hover,
.retail-suite-herramienta-de-diseno-grafico .academy-solutions .you-can-box a:hover,
.retail-suite-digital-signage-software .academy-solutions .you-can-box a:hover,
.retail-suite-graphic-design-tool .academy-solutions .you-can-box a:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.29);
}

.retail-customer--loyalty .section-title--medium {
  font-weight: 700;
}
.retail-customer--loyalty .section-title--medium span {
  font-weight: 400;
  color: #1E1C37;
}
@media (max-width: 991px) {
  .retail-customer--loyalty .banner-image img, .retail-customer--loyalty .ftx-academy-image img, .retail-customer--loyalty .face-verification-image img, .retail-customer--loyalty .loyalty-pay-image img {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .retail-customer--loyalty .ftx-academy-image img {
    border-radius: 20px !important;
  }
}
.retail-customer--loyalty .article-cta {
  margin: 0;
}
.retail-customer--loyalty .popup-inner .close span {
  color: #ffffff;
}
.retail-customer--loyalty .retail-customer-loyalty {
  background-color: #c7e7f5;
}
@media (max-width: 991px) {
  .retail-customer--loyalty br {
    display: none;
  }
}

.btn-magenta {
  background-color: #99278D;
  color: #ffffff;
  border: 1px solid #99278D;
}
.btn-magenta:hover {
  color: #99278D;
  background-color: transparent;
}

.loyalty-banner-main.pos-banner--section.hero-section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .loyalty-banner-main.pos-banner--section.hero-section .container {
    max-width: 1420px;
  }
}
@media (max-width: 1440px) {
  .loyalty-banner-main.pos-banner--section.hero-section .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-image {
    justify-content: center;
    padding: 30px 0 0;
  }
}
.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-image img {
  border-radius: 30px;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-image img {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-image img {
    border-radius: 20px;
  }
}
@media (min-width: 1921px) {
  .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content {
    padding-right: 50px;
  }
}
@media (max-width: 1440px) {
  .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content {
    max-width: 100%;
    width: 100%;
  }
}
.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .header-h1 {
  font-weight: 700;
}
.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .heading-27, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .pro-title, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content h3, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-article .most-recent_title a, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-library .most-recent_title a, .recent-article .most-recent_title .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content a, .recent-library_section .recent-library .most-recent_title .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content a, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-article .most-recent_title, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-library .most-recent_title, .recent-article .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .most-recent_title, .recent-library_section .recent-library .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .most-recent_title, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .agreements-block-title, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content a, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content a {
  color: #467FF7;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .heading-27, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .pro-title, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content h3, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-article .most-recent_title a, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-library .most-recent_title a, .recent-article .most-recent_title .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content a, .recent-library_section .recent-library .most-recent_title .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content a, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-article .most-recent_title, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .recent-library .most-recent_title, .recent-article .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .most-recent_title, .recent-library_section .recent-library .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .most-recent_title, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .agreements-block-title, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content a, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 400px) {
  .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .btn-blue, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .nav-link, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .cta-green, .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .btn-blue-outline {
    width: 100%;
    display: block;
  }
}
.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .btn-blue-outline {
  background: transparent;
  margin-left: 20px;
}
.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .btn-blue-outline:hover {
  background: #467FF7;
}
@media (max-width: 767px) {
  .loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .btn-blue-outline {
    margin: 20px auto 0;
  }
}

.customer-loyalty-main {
  overflow: clip;
}
@media (max-width: 1440px) {
  .customer-loyalty-main {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .customer-loyalty-main {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .customer-loyalty-main {
    padding-bottom: 0;
  }
}
.customer-loyalty-main .container {
  max-width: 1370px;
}
@media (min-width: 1921px) {
  .customer-loyalty-main .container {
    max-width: 1600px;
  }
}
@media (max-width: 991px) {
  .customer-loyalty-main .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.customer-loyalty-main .reward-loyalty-side {
  background-color: #EEE6FB;
  border-radius: 20px;
  padding: 50px 40px;
}
@media (max-width: 1024px) {
  .customer-loyalty-main .reward-loyalty-side {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .customer-loyalty-main .reward-loyalty-side {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
}
.customer-loyalty-main .reward-loyalty-side .heading-27, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customer-loyalty-main .reward-loyalty-side .recent-library .most-recent_title a, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title, .recent-library_section .customer-loyalty-main .reward-loyalty-side .recent-library .most-recent_title, .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a {
  color: #467FF7;
  line-height: 40px;
}
@media (max-width: 1440px) {
  .customer-loyalty-main .reward-loyalty-side .heading-27, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customer-loyalty-main .reward-loyalty-side .recent-library .most-recent_title a, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title, .recent-library_section .customer-loyalty-main .reward-loyalty-side .recent-library .most-recent_title, .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a {
    line-height: 30px;
  }
}
.customer-loyalty-main .reward-loyalty-side .section-title--medium {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .customer-loyalty-main .reward-loyalty-side .section-title--medium {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .customer-loyalty-main .reward-loyalty-side .section-title--medium {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 32px;
  }
}
.customer-loyalty-main .reward-loyalty-side .get-demo {
  margin-top: 15px;
}
.customer-loyalty-main .customer-enagement-main {
  padding-left: 30px;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .customer-loyalty-main .customer-enagement-main {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .customer-loyalty-main .customer-enagement-main {
    justify-content: center;
    padding-top: 40px;
  }
}
.customer-loyalty-main .customer-enagement-main .customer-loyalty-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 370px;
}
.customer-loyalty-main .customer-enagement-main .customer-loyalty-side.top-down {
  position: relative;
  top: 100px;
}
@media (max-width: 991px) {
  .customer-loyalty-main .customer-enagement-main .customer-loyalty-side.top-down {
    top: 0;
  }
}
@media (max-width: 575px) {
  .customer-loyalty-main .customer-enagement-main .customer-loyalty-side:last-child {
    margin-bottom: 0;
  }
  .customer-loyalty-main .customer-enagement-main .customer-loyalty-side.top-down {
    top: 0;
  }
}
@media (max-width: 991px) {
  .customer-loyalty-main .customer-enagement-main .customer-loyalty-side {
    max-width: 46%;
  }
}
@media (max-width: 767px) {
  .customer-loyalty-main .customer-enagement-main .customer-loyalty-side {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .customer-loyalty-main .customer-enagement-main .customer-loyalty-side {
    padding: 0 30px;
    max-width: 100%;
  }
}
.customer-loyalty-main .customer-enagement-main .customer-loyalty-side .customer-loyalty-icon {
  background-color: #99278D;
  padding: 25px;
  border-radius: 60px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.customer-loyalty-main .customer-enagement-main .customer-loyalty-side .customer-loyalty-icon::before {
  content: "";
  background: #d2a2c9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  animation: fadeRound 0.8s linear 2s infinite alternate;
  width: 100%;
  height: 100%;
}
.customer-loyalty-main .customer-enagement-main .customer-loyalty-side .heading-27, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .pro-title, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .customer-enagement-main .customer-loyalty-side h3, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .recent-article .most-recent_title a, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .recent-library .most-recent_title a, .recent-article .most-recent_title .customer-loyalty-main .customer-enagement-main .customer-loyalty-side a, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .customer-enagement-main .customer-loyalty-side a, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .recent-article .most-recent_title, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .recent-library_section .recent-library .most-recent_title, .recent-library_section .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .recent-library .most-recent_title, .recent-article .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .most-recent_title, .recent-library_section .recent-library .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .most-recent_title, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .agreements-block-title, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .customer-enagement-main .customer-loyalty-side a, .customer-loyalty-main .customer-enagement-main .customer-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .customer-enagement-main .customer-loyalty-side a {
  padding-top: 10px;
  color: #467FF7;
}

.customer-marketplace-main.savetime-reduce--section .container {
  max-width: 950px;
}
@media (min-width: 1921px) {
  .customer-marketplace-main.savetime-reduce--section .container {
    max-width: 1100px;
  }
}
.customer-marketplace-main .savetime-reduce_img img {
  border-radius: 20px;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.22);
}
.customer-marketplace-main .market-place--content img {
  max-width: 350px;
}
@media (max-width: 767px) {
  .customer-marketplace-main .market-place--content img {
    max-width: 250px;
  }
}
.customer-marketplace-main .customer-rewards--subsection .container {
  max-width: 1080px;
}
@media (min-width: 1921px) {
  .customer-marketplace-main .customer-rewards--subsection .container {
    max-width: 1300px;
  }
}
@media (max-width: 767px) {
  .customer-marketplace-main .customer-rewards--subsection div[class*=col-]:last-child .market-box {
    height: auto;
    margin-bottom: 0;
  }
}
.customer-marketplace-main .market-box {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px 40px;
  margin: 0 10px 40px;
  border-radius: 25px;
  box-shadow: 4px 5px 25px rgba(0, 0, 0, 0.12);
  height: calc(100% - 40px);
}
@media (min-width: 1921px) {
  .customer-marketplace-main .market-box {
    padding: 50px;
  }
}
@media (max-width: 1440px) {
  .customer-marketplace-main .market-box {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .customer-marketplace-main .market-box {
    margin: 0 0 20px;
    height: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .customer-marketplace-main .market-box {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .customer-marketplace-main .market-box {
    min-height: inherit;
    padding: 30px;
    text-align: center;
    align-items: center;
  }
}
.customer-marketplace-main .market-box .heading-30 {
  background-color: #ffffff;
  padding: 6px 15px;
  color: #1E1C37;
  display: inline-block;
  border-radius: 10px;
  font-weight: 600;
}
.customer-marketplace-main .market-box .heading-27, .customer-marketplace-main .market-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customer-marketplace-main .market-box .pro-title, .customer-marketplace-main .market-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-marketplace-main .market-box h3, .customer-marketplace-main .market-box .recent-article .most-recent_title a, .customer-marketplace-main .market-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customer-marketplace-main .market-box .recent-library .most-recent_title a, .recent-article .most-recent_title .customer-marketplace-main .market-box a, .recent-library_section .recent-library .most-recent_title .customer-marketplace-main .market-box a, .customer-marketplace-main .market-box .recent-article .most-recent_title, .customer-marketplace-main .market-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .customer-marketplace-main .market-box .recent-library .most-recent_title, .recent-article .customer-marketplace-main .market-box .most-recent_title, .recent-library_section .recent-library .customer-marketplace-main .market-box .most-recent_title, .customer-marketplace-main .market-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customer-marketplace-main .market-box .agreements-block-title, .customer-marketplace-main .market-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customer-marketplace-main .market-box a, .customer-marketplace-main .market-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customer-marketplace-main .market-box a {
  color: #99278D;
  margin: 15px 0;
}
.customer-marketplace-main .market-box .heading-27 button, .customer-marketplace-main .market-box .hardware-product-section .hardware-product-row .hard-box .pro-title button, .hardware-product-section .hardware-product-row .hard-box .customer-marketplace-main .market-box .pro-title button, .customer-marketplace-main .market-box .pos-solutions .pos-solutions_block .pos-solutions_data h3 button, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-marketplace-main .market-box h3 button, .recent-article .most-recent_title .customer-marketplace-main .market-box a button, .recent-library_section .recent-library .most-recent_title .customer-marketplace-main .market-box a button, .customer-marketplace-main .market-box .recent-article .most-recent_title button, .customer-marketplace-main .market-box .recent-library_section .recent-library .most-recent_title button, .recent-library_section .customer-marketplace-main .market-box .recent-library .most-recent_title button, .recent-article .customer-marketplace-main .market-box .most-recent_title button, .recent-library_section .recent-library .customer-marketplace-main .market-box .most-recent_title button, .customer-marketplace-main .market-box .agreements-content.row .agreements-block-content .agreements-block-title button, .agreements-content.row .agreements-block-content .customer-marketplace-main .market-box .agreements-block-title button, .customer-marketplace-main .market-box .support-block .support-brand--block .support-block--data .support-block--heading a button, .support-block .support-brand--block .support-block--data .support-block--heading .customer-marketplace-main .market-box a button, .customer-marketplace-main .market-box .pos-modern-retail--section .pos-modern-retail--link li a button, .pos-modern-retail--section .pos-modern-retail--link li .customer-marketplace-main .market-box a button {
  color: #99278D;
  text-align: inherit;
  font-weight: inherit;
}
.customer-marketplace-main .market-box .heading-27 button:hover, .customer-marketplace-main .market-box .hardware-product-section .hardware-product-row .hard-box .pro-title button:hover, .hardware-product-section .hardware-product-row .hard-box .customer-marketplace-main .market-box .pro-title button:hover, .customer-marketplace-main .market-box .pos-solutions .pos-solutions_block .pos-solutions_data h3 button:hover, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-marketplace-main .market-box h3 button:hover, .recent-article .most-recent_title .customer-marketplace-main .market-box a button:hover, .recent-library_section .recent-library .most-recent_title .customer-marketplace-main .market-box a button:hover, .customer-marketplace-main .market-box .recent-article .most-recent_title button:hover, .customer-marketplace-main .market-box .recent-library_section .recent-library .most-recent_title button:hover, .recent-library_section .customer-marketplace-main .market-box .recent-library .most-recent_title button:hover, .recent-article .customer-marketplace-main .market-box .most-recent_title button:hover, .recent-library_section .recent-library .customer-marketplace-main .market-box .most-recent_title button:hover, .customer-marketplace-main .market-box .agreements-content.row .agreements-block-content .agreements-block-title button:hover, .agreements-content.row .agreements-block-content .customer-marketplace-main .market-box .agreements-block-title button:hover, .customer-marketplace-main .market-box .support-block .support-brand--block .support-block--data .support-block--heading a button:hover, .support-block .support-brand--block .support-block--data .support-block--heading .customer-marketplace-main .market-box a button:hover, .customer-marketplace-main .market-box .pos-modern-retail--section .pos-modern-retail--link li a button:hover, .pos-modern-retail--section .pos-modern-retail--link li .customer-marketplace-main .market-box a button:hover {
  color: #000;
}

.demo-pos-main.access-control-main {
  background-image: url(/wp-content/themes/goftx/dist/images/Demo-Our-POS-bg-loyalty.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.demo-pos-main.access-control-main .container {
  max-width: 690px;
}
@media (min-width: 1921px) {
  .demo-pos-main.access-control-main .container {
    max-width: 830px;
  }
}
@media (max-width: 991px) {
  .demo-pos-main.access-control-main .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .demo-pos-main.access-control-main .section-title--medium {
    margin-bottom: 20px;
  }
}
.demo-pos-main.access-control-main .description, .demo-pos-main.access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .demo-pos-main.access-control-main .page-numbers, .demo-pos-main.access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .demo-pos-main.access-control-main .content, .demo-pos-main.access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .demo-pos-main.access-control-main .latest-post-title, .demo-pos-main.access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .demo-pos-main.access-control-main a.dropdown-item {
  color: #1E1C37;
}
.demo-pos-main.access-control-main .btn-blue .caret, .demo-pos-main.access-control-main .pricing-data--table #pricingTab .nav-item .nav-link .caret, .pricing-data--table #pricingTab .nav-item .demo-pos-main.access-control-main .nav-link .caret, .demo-pos-main.access-control-main .btn-blue-outline .caret, .demo-pos-main.access-control-main .cta-green .caret {
  position: relative;
  left: 7px;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 12px white;
  height: 0;
  width: 0;
  transform: rotate(90deg);
}
@media (min-width: 1921px) {
  .demo-pos-main.access-control-main .btn-blue .caret, .demo-pos-main.access-control-main .pricing-data--table #pricingTab .nav-item .nav-link .caret, .pricing-data--table #pricingTab .nav-item .demo-pos-main.access-control-main .nav-link .caret, .demo-pos-main.access-control-main .btn-blue-outline .caret, .demo-pos-main.access-control-main .cta-green .caret {
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    border-bottom: solid 14px white;
  }
}
@media (max-width: 767px) {
  .demo-pos-main.access-control-main .btn-blue .caret, .demo-pos-main.access-control-main .pricing-data--table #pricingTab .nav-item .nav-link .caret, .pricing-data--table #pricingTab .nav-item .demo-pos-main.access-control-main .nav-link .caret, .demo-pos-main.access-control-main .btn-blue-outline .caret, .demo-pos-main.access-control-main .cta-green .caret {
    display: inline-block;
  }
}
.demo-pos-main.access-control-main .btn-blue:hover .caret, .demo-pos-main.access-control-main .pricing-data--table #pricingTab .nav-item .nav-link:hover .caret, .pricing-data--table #pricingTab .nav-item .demo-pos-main.access-control-main .nav-link:hover .caret, .demo-pos-main.access-control-main .btn-blue-outline:hover .caret, .demo-pos-main.access-control-main .cta-green:hover .caret {
  border-bottom: solid 13px #99278D;
}

@media (min-width: 1921px) {
  .customer-loyalty-impact.master-backoffice-main .container {
    max-width: 1340px;
  }
}
@media (max-width: 1440px) {
  .customer-loyalty-impact.master-backoffice-main .container {
    max-width: 1030px;
  }
}
.customer-loyalty-impact.master-backoffice-main .ftx-academy-side {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 1366px) {
  .customer-loyalty-impact.master-backoffice-main .ftx-academy-side {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .customer-loyalty-impact.master-backoffice-main .ftx-academy-side {
    padding-right: 0;
  }
}
.customer-loyalty-impact.master-backoffice-main .ftx-academy-side .loyalty-content-sub {
  color: #99278D;
  font-weight: 700;
}

.age-verification-main {
  background: #1B4E94;
  padding: 30px 0;
}
@media (min-width: 1921px) {
  .age-verification-main {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .age-verification-main {
    padding-bottom: 0;
  }
}
.age-verification-main .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .age-verification-main .container {
    max-width: 1400px;
  }
}
.age-verification-main .face-verification-image {
  height: 340px;
}
@media (min-width: 1921px) {
  .age-verification-main .face-verification-image {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .age-verification-main .face-verification-image {
    height: 290px;
  }
}
@media (max-width: 767px) {
  .age-verification-main .face-verification-image img {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 575px) {
  .age-verification-main .face-verification-image {
    height: 100%;
  }
}
.age-verification-main .face-verification-content {
  padding-left: 70px;
}
@media (min-width: 1921px) {
  .age-verification-main .face-verification-content {
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .age-verification-main .face-verification-content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .age-verification-main .face-verification-content {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.age-verification-main .face-verification-content .description.age-sub, .age-verification-main .face-verification-content .free-resources-new .custom-pagination .age-sub.page-numbers, .free-resources-new .custom-pagination .age-verification-main .face-verification-content .age-sub.page-numbers, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .age-sub.content, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .age-sub.content, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .age-sub.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .age-sub.latest-post-title, .age-verification-main .face-verification-content .cta-menu--section.choose-industries .dropdown-menu li a.age-sub.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .age-verification-main .face-verification-content a.age-sub.dropdown-item {
  color: #d184ed;
  font-weight: 600;
  margin: 15px 0;
}
@media (min-width: 1921px) {
  .age-verification-main .face-verification-content .description.age-sub, .age-verification-main .face-verification-content .free-resources-new .custom-pagination .age-sub.page-numbers, .free-resources-new .custom-pagination .age-verification-main .face-verification-content .age-sub.page-numbers, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .age-sub.content, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .age-sub.content, .age-verification-main .face-verification-content .free-resources-new .filters-gallery .filter-items .blog-item .age-sub.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification-main .face-verification-content .age-sub.latest-post-title, .age-verification-main .face-verification-content .cta-menu--section.choose-industries .dropdown-menu li a.age-sub.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .age-verification-main .face-verification-content a.age-sub.dropdown-item {
    margin: 20px 0 30px;
  }
}
.digital-cards-main {
  background-color: #c9e8f6;
  padding: 50px 0;
  position: relative;
}
.digital-cards-main::before {
  content: "";
  background: #afaad8;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 767px) {
  .digital-cards-main::before {
    padding: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }
}
.digital-cards-main .container {
  max-width: 1160px;
}
@media (min-width: 1921px) {
  .digital-cards-main .container {
    max-width: 1450px;
  }
}
@media (max-width: 767px) {
  .digital-cards-main {
    text-align: center;
  }
  .digital-cards-main div[class*=col-]:last-child .heading-27, .digital-cards-main div[class*=col-]:last-child .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .digital-cards-main div[class*=col-]:last-child .pro-title, .digital-cards-main div[class*=col-]:last-child .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .digital-cards-main div[class*=col-]:last-child h3, .digital-cards-main div[class*=col-]:last-child .recent-article .most-recent_title a, .digital-cards-main div[class*=col-]:last-child .recent-library_section .recent-library .most-recent_title a, .recent-library_section .digital-cards-main div[class*=col-]:last-child .recent-library .most-recent_title a, .recent-article .most-recent_title .digital-cards-main div[class*=col-]:last-child a, .recent-library_section .recent-library .most-recent_title .digital-cards-main div[class*=col-]:last-child a, .digital-cards-main div[class*=col-]:last-child .recent-article .most-recent_title, .digital-cards-main div[class*=col-]:last-child .recent-library_section .recent-library .most-recent_title, .recent-library_section .digital-cards-main div[class*=col-]:last-child .recent-library .most-recent_title, .recent-article .digital-cards-main div[class*=col-]:last-child .most-recent_title, .recent-library_section .recent-library .digital-cards-main div[class*=col-]:last-child .most-recent_title, .digital-cards-main div[class*=col-]:last-child .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .digital-cards-main div[class*=col-]:last-child .agreements-block-title, .digital-cards-main div[class*=col-]:last-child .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .digital-cards-main div[class*=col-]:last-child a, .digital-cards-main div[class*=col-]:last-child .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .digital-cards-main div[class*=col-]:last-child a {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .digital-cards-main .description, .digital-cards-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .digital-cards-main .page-numbers, .digital-cards-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .digital-cards-main .content, .digital-cards-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .digital-cards-main .latest-post-title, .digital-cards-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .digital-cards-main a.dropdown-item {
    min-height: 75px;
  }
}
@media (max-width: 480px) {
  .digital-cards-main .description, .digital-cards-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .digital-cards-main .page-numbers, .digital-cards-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .digital-cards-main .content, .digital-cards-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .digital-cards-main .latest-post-title, .digital-cards-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .digital-cards-main a.dropdown-item {
    min-height: 100px;
  }
}

.earn-manufacturer--section.master-backoffice-main .ftx-academy-side {
  max-width: 470px;
  padding-left: 20px;
}
@media (min-width: 1921px) {
  .earn-manufacturer--section.master-backoffice-main .ftx-academy-side {
    padding-left: 30px;
    max-width: 580px;
  }
}
@media (max-width: 768px) {
  .earn-manufacturer--section.master-backoffice-main .ftx-academy-side {
    max-width: 100%;
    padding-left: 0;
  }
}
.earn-manufacturer--section.master-backoffice-main .ftx-academy-side .loyalty-content-sub {
  color: #99278D;
  font-weight: 600;
}

.how-does-pos-work-main {
  background: transparent linear-gradient(91deg, #D3E0F2 30%, #DECEF6 100%) 0% 0% no-repeat;
}
.how-does-pos-work-main .container {
  max-width: 1050px;
}
@media (min-width: 1921px) {
  .how-does-pos-work-main .container {
    max-width: 1300px;
  }
}
.how-does-pos-work-main .how-pos-work-main {
  max-width: 450px;
}
@media (min-width: 1921px) {
  .how-does-pos-work-main .how-pos-work-main {
    max-width: 560px;
  }
}
@media (max-width: 1440px) {
  .how-does-pos-work-main .how-pos-work-main {
    max-width: 100%;
  }
}
.how-does-pos-work-main .how-pos-work-main .arrow-link {
  color: #99278D;
  font-weight: 600;
}
.how-does-pos-work-main .how-pos-work-main .arrow-link span svg {
  top: 1px;
}
.how-does-pos-work-main .how-pos-work-main .arrow-link span svg path {
  stroke: #99278D;
}
.how-does-pos-work-main .loyalty-pay-image {
  position: relative;
}
.how-does-pos-work-main .loyalty-pay-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.how-does-pos-work-main .loyalty-pay-image .video-work {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.how-does-pos-work-main .loyalty-pay-image .video-work .pos-work--video {
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: 0;
}
@media (max-width: 767px) {
  .how-does-pos-work-main .loyalty-pay-image .video-work .pos-work--video {
    width: 60px;
    height: 60px;
  }
}
.how-does-pos-work-main .loyalty-pay-image .video-work .pos-work--video::before {
  content: "";
  position: absolute;
  width: 100px;
  display: block;
  height: 100px;
  border-radius: 70px;
  background: rgba(183, 171, 168, 0.4);
  animation: fadeRoundtrans 0.8s linear 2s infinite alternate;
  z-index: -1;
}
@media (max-width: 767px) {
  .how-does-pos-work-main .loyalty-pay-image .video-work .pos-work--video::before {
    width: 60px;
    height: 60px;
  }
}
.how-does-pos-work-main .loyalty-pay-image .video-work .pos-work--video .icon-svg svg {
  width: 40px;
}
.how-does-pos-work-main .loyalty-pay-image .video-work .pos-work--video .icon-svg svg path {
  fill: #99278D;
}
@media (max-width: 767px) {
  .how-does-pos-work-main .loyalty-pay-image .video-work .pos-work--video .icon-svg svg {
    width: 30px;
  }
}
.how-does-pos-work-main div[class*=col-] .how-pos-work-side:nth-child(1), .how-does-pos-work-main div[class*=col-] .how-pos-work-side:nth-child(2) {
  border-bottom: 2px solid #c18cc7;
}
.how-does-pos-work-main .how-pos-work-side {
  padding: 35px 15px 10px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .how-does-pos-work-main .how-pos-work-side {
    margin-left: 0;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .how-does-pos-work-main .how-pos-work-side {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
}
.how-does-pos-work-main .how-pos-work-side .how-step span {
  font-weight: bold;
}
.how-does-pos-work-main .how-pos-work-side .how-step .sub-step-pos {
  font-size: 70px;
  font-size: 4.375rem;
  padding: 0 30px 0 0;
  color: #99278D;
  vertical-align: bottom;
}
.how-does-pos-work-main .how-pos-work-side .how-step .sub-step-pos span {
  color: #6C3473;
}
@media (max-width: 1440px) {
  .how-does-pos-work-main .how-pos-work-side .how-step .sub-step-pos {
    font-size: 60px;
    font-size: 3.75rem;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1199px) {
  .how-does-pos-work-main .how-pos-work-side .how-step .sub-step-pos {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 480px) {
  .how-does-pos-work-main .how-pos-work-side .how-step .sub-step-pos {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 480px) {
  .how-does-pos-work-main .how-pos-work-side .how-step .step-sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.how-does-pos-work-main .how-pos-work-side .step-pos-content {
  padding: 15px 0 20px 75px;
  margin: 0;
}
@media (max-width: 1199px) {
  .how-does-pos-work-main .how-pos-work-side .step-pos-content {
    padding: 5px 0 15px 40px;
  }
}
@media (max-width: 480px) {
  .how-does-pos-work-main .how-pos-work-side .step-pos-content {
    padding: 5px 0 15px 30px;
  }
}
@media (max-width: 991px) {
  .how-does-pos-work-main .col-md-6 {
    width: 100%;
  }
  .how-does-pos-work-main .how-pos-work-main {
    text-align: center;
    margin-bottom: 15px;
  }
}

.customer-retention-main .container {
  max-width: 1150px;
}
@media (min-width: 1921px) {
  .customer-retention-main .container {
    max-width: 1400px;
  }
}
@media (max-width: 991px) {
  .customer-retention-main .container .retail-customer--loyalty br {
    display: block;
  }
}
@media (max-width: 767px) {
  .customer-retention-main .container {
    width: calc(100% - 30px);
  }
  .customer-retention-main .container .customer-retention--title {
    margin-bottom: 20px;
  }
}
.customer-retention-main .heading-27, .customer-retention-main .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customer-retention-main .pro-title, .customer-retention-main .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-retention-main h3, .customer-retention-main .recent-article .most-recent_title a, .customer-retention-main .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customer-retention-main .recent-library .most-recent_title a, .recent-article .most-recent_title .customer-retention-main a, .recent-library_section .recent-library .most-recent_title .customer-retention-main a, .customer-retention-main .recent-article .most-recent_title, .customer-retention-main .recent-library_section .recent-library .most-recent_title, .recent-library_section .customer-retention-main .recent-library .most-recent_title, .recent-article .customer-retention-main .most-recent_title, .recent-library_section .recent-library .customer-retention-main .most-recent_title, .customer-retention-main .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customer-retention-main .agreements-block-title, .customer-retention-main .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customer-retention-main a, .customer-retention-main .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customer-retention-main a {
  color: #1C244B;
}
.customer-retention-main .visit-customer-line, .customer-retention-main .visit-customer-inner:before, .customer-retention-main div[class*=col-]:last-child .visit-customer-inner::after {
  content: "";
  background: #c9e8f6;
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.customer-retention-main div[class*=col-] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.customer-retention-main div[class*=col-]:last-child .visit-customer-inner::after {
  left: auto;
  right: 0;
}
@media (max-width: 575px) {
  .customer-retention-main div[class*=col-]:last-child .visit-customer-inner::after {
    content: none;
  }
}
.customer-retention-main .visit-customer-inner {
  padding: 20px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .customer-retention-main .visit-customer-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .customer-retention-main .visit-customer-inner {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .customer-retention-main .visit-customer-inner {
    text-align: center;
    max-width: 280px;
    margin-bottom: 20px;
  }
}
.customer-retention-main .visit-customer-inner .heading-27, .customer-retention-main .visit-customer-inner .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customer-retention-main .visit-customer-inner .pro-title, .customer-retention-main .visit-customer-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-retention-main .visit-customer-inner h3, .customer-retention-main .visit-customer-inner .recent-article .most-recent_title a, .customer-retention-main .visit-customer-inner .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customer-retention-main .visit-customer-inner .recent-library .most-recent_title a, .recent-article .most-recent_title .customer-retention-main .visit-customer-inner a, .recent-library_section .recent-library .most-recent_title .customer-retention-main .visit-customer-inner a, .customer-retention-main .visit-customer-inner .recent-article .most-recent_title, .customer-retention-main .visit-customer-inner .recent-library_section .recent-library .most-recent_title, .recent-library_section .customer-retention-main .visit-customer-inner .recent-library .most-recent_title, .recent-article .customer-retention-main .visit-customer-inner .most-recent_title, .recent-library_section .recent-library .customer-retention-main .visit-customer-inner .most-recent_title, .customer-retention-main .visit-customer-inner .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customer-retention-main .visit-customer-inner .agreements-block-title, .customer-retention-main .visit-customer-inner .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customer-retention-main .visit-customer-inner a, .customer-retention-main .visit-customer-inner .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customer-retention-main .visit-customer-inner a {
  color: #467FF7;
}
.customer-retention-main .visit-customer-inner .description, .customer-retention-main .visit-customer-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .customer-retention-main .visit-customer-inner .page-numbers, .customer-retention-main .visit-customer-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .customer-retention-main .visit-customer-inner .content, .customer-retention-main .visit-customer-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customer-retention-main .visit-customer-inner .latest-post-title, .customer-retention-main .visit-customer-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .customer-retention-main .visit-customer-inner a.dropdown-item {
  margin: 0;
}

.own-customer-loyalty-main {
  padding: 15px 0;
  position: relative;
}
@media (max-width: 767px) {
  .own-customer-loyalty-main {
    padding: 0 0 30px;
  }
}
.own-customer-loyalty-main::after {
  position: absolute;
  content: "";
  background-color: #c9e8f6;
  width: 100%;
  height: 78%;
  top: 12%;
  z-index: -1;
}
@media (max-width: 767px) {
  .own-customer-loyalty-main::after {
    height: 100%;
  }
}
.own-customer-loyalty-main .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .own-customer-loyalty-main .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .own-customer-loyalty-main .container {
    max-width: 950px;
  }
}
@media (max-width: 991px) {
  .own-customer-loyalty-main .customer-your-loyalty-image {
    text-align: center;
    padding: 0 0 15px;
  }
}
.own-customer-loyalty-main .customer-your-loyalty-image img {
  width: 90%;
}
@media (min-width: 1921px) {
  .own-customer-loyalty-main .customer-your-loyalty-image img {
    width: 85%;
  }
}
@media (max-width: 1366px) {
  .own-customer-loyalty-main .customer-your-loyalty-image img {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .own-customer-loyalty-main .customer-your-loyalty-image img {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .own-customer-loyalty-main .customer-your-loyalty-image img {
    max-height: 350px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .own-customer-loyalty-main .own-your-content {
    text-align: center;
    margin-top: 20px;
  }
}
.own-customer-loyalty-main .own-your-content .heading-h2 {
  padding: 0 0 20px;
}
.own-customer-loyalty-main .own-your-content .own-content {
  width: 80%;
}
@media (max-width: 1440px) {
  .own-customer-loyalty-main .own-your-content .own-content {
    width: 100%;
  }
}

.master-customer-main.increase-business--section {
  background: transparent;
}
.master-customer-main.increase-business--section .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .master-customer-main.increase-business--section .container {
    max-width: 1250px;
  }
}
.master-customer-main.increase-business--section .retail-inner-content {
  width: 100%;
}
.master-customer-main.increase-business--section .animation-json {
  width: 120px;
}
@media (max-width: 575px) {
  .master-customer-main.increase-business--section .section-title--medium + .description.title-space, .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .title-space.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .section-title--medium + .title-space.page-numbers, .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .section-title--medium + .title-space.content, .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .section-title--medium + .title-space.latest-post-title, .master-customer-main.increase-business--section .advance-retail-main .advance-retail-main-content .section-title--medium + .description.sub-description, .master-customer-main.increase-business--section .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .section-title--medium + .sub-description.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .advance-retail-main .advance-retail-main-content .section-title--medium + .sub-description.page-numbers, .master-customer-main.increase-business--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .advance-retail-main .advance-retail-main-content .section-title--medium + .sub-description.content, .master-customer-main.increase-business--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .advance-retail-main .advance-retail-main-content .section-title--medium + .sub-description.latest-post-title, .advance-retail-main .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + .description.sub-description, .advance-retail-main .advance-retail-main-content .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .sub-description.page-numbers, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + .sub-description.page-numbers, .advance-retail-main .advance-retail-main-content .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + .sub-description.content, .advance-retail-main .advance-retail-main-content .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + .sub-description.latest-post-title, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.title-space.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .section-title--medium + a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .advance-retail-main .advance-retail-main-content .section-title--medium + a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.sub-description, .master-customer-main.increase-business--section .ftx-pos--page .access-control-main .section-title--medium + .description, .master-customer-main.increase-business--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .ftx-pos--page .access-control-main .section-title--medium + .page-numbers, .master-customer-main.increase-business--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .ftx-pos--page .access-control-main .section-title--medium + .content, .master-customer-main.increase-business--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .ftx-pos--page .access-control-main .section-title--medium + .latest-post-title, .ftx-pos--page .access-control-main .master-customer-main.increase-business--section .section-title--medium + .description, .ftx-pos--page .access-control-main .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .master-customer-main.increase-business--section .section-title--medium + .page-numbers, .ftx-pos--page .access-control-main .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .master-customer-main.increase-business--section .section-title--medium + .content, .ftx-pos--page .access-control-main .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .master-customer-main.increase-business--section .section-title--medium + .latest-post-title, .master-customer-main.increase-business--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .increase-revenue--section .advance-retail-main-content .section-title--medium + .description, .master-customer-main.increase-business--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .advance-retail-main-content .section-title--medium + .page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .advance-retail-main-content .section-title--medium + .content, .master-customer-main.increase-business--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .advance-retail-main-content .section-title--medium + .latest-post-title, .increase-revenue--section .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + .description, .increase-revenue--section .advance-retail-main-content .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + .page-numbers, .increase-revenue--section .advance-retail-main-content .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + .content, .increase-revenue--section .advance-retail-main-content .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + .latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .increase-revenue--section .revenue-title .section-title--medium + .description, .master-customer-main.increase-business--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-title .section-title--medium + .page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-title .section-title--medium + .content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-title .section-title--medium + .latest-post-title, .increase-revenue--section .revenue-title .master-customer-main.increase-business--section .section-title--medium + .description, .increase-revenue--section .revenue-title .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .master-customer-main.increase-business--section .section-title--medium + .page-numbers, .increase-revenue--section .revenue-title .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .master-customer-main.increase-business--section .section-title--medium + .content, .increase-revenue--section .revenue-title .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .master-customer-main.increase-business--section .section-title--medium + .latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .description.heading-27, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .description.pro-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + .heading-27.page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + .page-numbers.pro-title, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .heading-27.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .page-numbers.pro-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .heading-27.content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .content.pro-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .heading-27.latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .latest-post-title.pro-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .section-title--medium + h3.description, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .section-title--medium + h3.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .section-title--medium + h3.page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .section-title--medium + h3.content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .section-title--medium + h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + h3.latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .section-title--medium + a.description, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .section-title--medium + a.page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .section-title--medium + a.content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .section-title--medium + a.latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .section-title--medium + a.description, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .section-title--medium + a.page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .section-title--medium + a.content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .section-title--medium + a.latest-post-title, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .most-recent_title .section-title--medium + a.description, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .most-recent_title .section-title--medium + a.page-numbers, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .most-recent_title .section-title--medium + a.content, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .most-recent_title .section-title--medium + a.latest-post-title, .recent-article .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.description, .recent-article .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.page-numbers, .recent-article .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.content, .recent-article .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.latest-post-title, .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.description, .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.page-numbers, .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.content, .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .section-title--medium + .description.most-recent_title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .section-title--medium + .most-recent_title.page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .section-title--medium + .most-recent_title.content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-article .section-title--medium + .most-recent_title.latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .section-title--medium + .description.most-recent_title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .section-title--medium + .most-recent_title.page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .section-title--medium + .most-recent_title.content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .section-title--medium + .most-recent_title.latest-post-title, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .section-title--medium + .description.most-recent_title, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .section-title--medium + .most-recent_title.page-numbers, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .section-title--medium + .most-recent_title.content, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .recent-library .section-title--medium + .most-recent_title.latest-post-title, .recent-article .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .description.most-recent_title, .recent-article .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .most-recent_title.page-numbers, .recent-article .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .most-recent_title.content, .recent-article .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .most-recent_title.latest-post-title, .recent-library_section .recent-library .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .description.most-recent_title, .recent-library_section .recent-library .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .most-recent_title.page-numbers, .recent-library_section .recent-library .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .most-recent_title.content, .recent-library_section .recent-library .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .most-recent_title.latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .section-title--medium + .description.agreements-block-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .section-title--medium + .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .section-title--medium + .agreements-block-title.page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .section-title--medium + .agreements-block-title.content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .section-title--medium + .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .description.agreements-block-title, .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .agreements-block-title.content, .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + .agreements-block-title.latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.description, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.page-numbers, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.content, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.description, .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.content, .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .section-title--medium + a.latest-post-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .description.heading-27, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .description.pro-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .heading-27.page-numbers, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .page-numbers.pro-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .heading-27.content, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .content.pro-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .heading-27.latest-post-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .hardware-product-section .hardware-product-row .hard-box .section-title--medium + .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .latest-post-title.pro-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .pos-solutions .pos-solutions_block .pos-solutions_data .section-title--medium + h3.description, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .section-title--medium + h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .pos-solutions .pos-solutions_block .pos-solutions_data .section-title--medium + h3.page-numbers, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .pos-solutions .pos-solutions_block .pos-solutions_data .section-title--medium + h3.content, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .pos-solutions .pos-solutions_block .pos-solutions_data .section-title--medium + h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + h3.latest-post-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .most-recent_title .section-title--medium + a.description, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .most-recent_title .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .most-recent_title .section-title--medium + a.page-numbers, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .most-recent_title .section-title--medium + a.content, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .most-recent_title .section-title--medium + a.latest-post-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .section-title--medium + a.description, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .section-title--medium + a.page-numbers, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .section-title--medium + a.content, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .section-title--medium + a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .most-recent_title .section-title--medium + a.description, .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .most-recent_title .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .most-recent_title .section-title--medium + a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .most-recent_title .section-title--medium + a.content, .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .most-recent_title .section-title--medium + a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.latest-post-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .section-title--medium + .description.most-recent_title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .section-title--medium + .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .section-title--medium + .most-recent_title.content, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .section-title--medium + .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .section-title--medium + .description.most-recent_title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .section-title--medium + .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .section-title--medium + .most-recent_title.content, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .section-title--medium + .most-recent_title.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .section-title--medium + .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .section-title--medium + .most-recent_title.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .section-title--medium + .most-recent_title.content, .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .section-title--medium + .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .most-recent_title.content, .recent-article .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .section-title--medium + .description.agreements-block-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .section-title--medium + .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .section-title--medium + .agreements-block-title.page-numbers, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .section-title--medium + .agreements-block-title.content, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .section-title--medium + .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.description, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.page-numbers, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.content, .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.latest-post-title, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item.heading-27, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .section-title--medium + a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item.pro-title, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .section-title--medium + a.dropdown-item, .recent-library_section .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library .most-recent_title .section-title--medium + a.dropdown-item, .recent-article .most-recent_title .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item, .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .section-title--medium + a.dropdown-item.most-recent_title, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .section-title--medium + a.dropdown-item.most-recent_title, .recent-library_section .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library .section-title--medium + a.dropdown-item.most-recent_title, .recent-article .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item.most-recent_title, .recent-library_section .recent-library .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item.most-recent_title, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .section-title--medium + a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item.agreements-block-title, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .hardware-product-section .hardware-product-row .hard-box .section-title--medium + a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .most-recent_title .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .section-title--medium + a.dropdown-item, .recent-library_section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .most-recent_title .section-title--medium + a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-article .section-title--medium + a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library_section .recent-library .section-title--medium + a.dropdown-item.most-recent_title, .recent-library_section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .recent-library .section-title--medium + a.dropdown-item.most-recent_title, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.most-recent_title, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .section-title--medium + a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item.heading-27, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .section-title--medium + a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item.pro-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .section-title--medium + a.dropdown-item, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library .most-recent_title .section-title--medium + a.dropdown-item, .recent-article .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .recent-library_section .recent-library .most-recent_title .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-article .section-title--medium + a.dropdown-item.most-recent_title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .section-title--medium + a.dropdown-item.most-recent_title, .recent-library_section .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library .section-title--medium + a.dropdown-item.most-recent_title, .recent-article .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item.most-recent_title, .recent-library_section .recent-library .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item.most-recent_title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .section-title--medium + a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item.agreements-block-title, .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .master-customer-main.increase-business--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .hardware-product-section .hardware-product-row .hard-box .section-title--medium + a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .recent-article .most-recent_title .section-title--medium + a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .recent-library_section .recent-library .most-recent_title .section-title--medium + a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .recent-library .most-recent_title .section-title--medium + a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .recent-article .section-title--medium + a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .recent-library_section .recent-library .section-title--medium + a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .recent-library .section-title--medium + a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .agreements-content.row .agreements-block-content .section-title--medium + a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .support-block .support-brand--block .support-block--data .support-block--heading .section-title--medium + a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .increase-revenue--section.access-retail--pos .section-title--medium + .description, .master-customer-main.increase-business--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .increase-revenue--section.access-retail--pos .section-title--medium + .page-numbers, .master-customer-main.increase-business--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section.access-retail--pos .section-title--medium + .content, .master-customer-main.increase-business--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .increase-revenue--section.access-retail--pos .section-title--medium + .latest-post-title, .increase-revenue--section.access-retail--pos .master-customer-main.increase-business--section .section-title--medium + .description, .increase-revenue--section.access-retail--pos .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .master-customer-main.increase-business--section .section-title--medium + .page-numbers, .increase-revenue--section.access-retail--pos .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .master-customer-main.increase-business--section .section-title--medium + .content, .increase-revenue--section.access-retail--pos .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .master-customer-main.increase-business--section .section-title--medium + .latest-post-title, .master-customer-main.increase-business--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .savetime-reduce--section .section-title--medium + .description, .master-customer-main.increase-business--section .savetime-reduce--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .savetime-reduce--section .section-title--medium + .page-numbers, .master-customer-main.increase-business--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .savetime-reduce--section .section-title--medium + .content, .master-customer-main.increase-business--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .savetime-reduce--section .section-title--medium + .latest-post-title, .savetime-reduce--section .master-customer-main.increase-business--section .section-title--medium + .description, .savetime-reduce--section .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .master-customer-main.increase-business--section .section-title--medium + .page-numbers, .savetime-reduce--section .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .master-customer-main.increase-business--section .section-title--medium + .content, .savetime-reduce--section .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .master-customer-main.increase-business--section .section-title--medium + .latest-post-title, .master-customer-main.increase-business--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .pos-modern-retail--section .section-title--medium + .description, .master-customer-main.increase-business--section .pos-modern-retail--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .pos-modern-retail--section .section-title--medium + .page-numbers, .master-customer-main.increase-business--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .pos-modern-retail--section .section-title--medium + .content, .master-customer-main.increase-business--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .pos-modern-retail--section .section-title--medium + .latest-post-title, .pos-modern-retail--section .master-customer-main.increase-business--section .section-title--medium + .description, .pos-modern-retail--section .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .master-customer-main.increase-business--section .section-title--medium + .page-numbers, .pos-modern-retail--section .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .master-customer-main.increase-business--section .section-title--medium + .content, .pos-modern-retail--section .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .master-customer-main.increase-business--section .section-title--medium + .latest-post-title, .master-customer-main.increase-business--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item, .master-customer-main.increase-business--section .customer-loyalty-main .reward-loyalty-side .section-title--medium + .description.section-title--medium, .master-customer-main.increase-business--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .section-title--medium + .section-title--medium.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .customer-loyalty-main .reward-loyalty-side .section-title--medium + .section-title--medium.page-numbers, .master-customer-main.increase-business--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .customer-loyalty-main .reward-loyalty-side .section-title--medium + .section-title--medium.content, .master-customer-main.increase-business--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .customer-loyalty-main .reward-loyalty-side .section-title--medium + .section-title--medium.latest-post-title, .customer-loyalty-main .reward-loyalty-side .master-customer-main.increase-business--section .section-title--medium + .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .section-title--medium.page-numbers, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .master-customer-main.increase-business--section .section-title--medium + .section-title--medium.page-numbers, .customer-loyalty-main .reward-loyalty-side .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .master-customer-main.increase-business--section .section-title--medium + .section-title--medium.content, .customer-loyalty-main .reward-loyalty-side .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .master-customer-main.increase-business--section .section-title--medium + .section-title--medium.latest-post-title, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .section-title--medium + a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.section-title--medium, .master-customer-main.increase-business--section .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.section-title--medium, .master-customer-main.increase-business--section .own-customer-loyalty-main .own-your-content .section-title--medium + .description.own-content, .master-customer-main.increase-business--section .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .section-title--medium + .own-content.page-numbers, .free-resources-new .custom-pagination .master-customer-main.increase-business--section .own-customer-loyalty-main .own-your-content .section-title--medium + .own-content.page-numbers, .master-customer-main.increase-business--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .own-customer-loyalty-main .own-your-content .section-title--medium + .own-content.content, .master-customer-main.increase-business--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-customer-main.increase-business--section .own-customer-loyalty-main .own-your-content .section-title--medium + .own-content.latest-post-title, .own-customer-loyalty-main .own-your-content .master-customer-main.increase-business--section .section-title--medium + .description.own-content, .own-customer-loyalty-main .own-your-content .master-customer-main.increase-business--section .free-resources-new .custom-pagination .section-title--medium + .own-content.page-numbers, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .master-customer-main.increase-business--section .section-title--medium + .own-content.page-numbers, .own-customer-loyalty-main .own-your-content .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .master-customer-main.increase-business--section .section-title--medium + .own-content.content, .own-customer-loyalty-main .own-your-content .master-customer-main.increase-business--section .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .master-customer-main.increase-business--section .section-title--medium + .own-content.latest-post-title, .master-customer-main.increase-business--section .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .section-title--medium + a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.own-content, .master-customer-main.increase-business--section .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .master-customer-main.increase-business--section .section-title--medium + a.dropdown-item.own-content {
    margin-bottom: 0;
  }
}

.built-retail-main.pos-modern-retail--section .description, .built-retail-main.pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .built-retail-main.pos-modern-retail--section .page-numbers, .built-retail-main.pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .built-retail-main.pos-modern-retail--section .content, .built-retail-main.pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .built-retail-main.pos-modern-retail--section .latest-post-title, .built-retail-main.pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .built-retail-main.pos-modern-retail--section a.dropdown-item {
  color: #ffffff;
}

.limit-offer-main.demo-pos-main.access-control-main {
  background-image: url(/wp-content/themes/goftx/dist/images/Demo-Our-POS-and-Customer-Rewards-Software-loyalty.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.limit-offer-main.demo-pos-main.access-control-main .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .limit-offer-main.demo-pos-main.access-control-main .container {
    max-width: 1400px;
  }
}
.limit-offer-main.demo-pos-main.access-control-main .heading-27, .limit-offer-main.demo-pos-main.access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .limit-offer-main.demo-pos-main.access-control-main .pro-title, .limit-offer-main.demo-pos-main.access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .limit-offer-main.demo-pos-main.access-control-main h3, .limit-offer-main.demo-pos-main.access-control-main .recent-article .most-recent_title a, .limit-offer-main.demo-pos-main.access-control-main .recent-library_section .recent-library .most-recent_title a, .recent-library_section .limit-offer-main.demo-pos-main.access-control-main .recent-library .most-recent_title a, .recent-article .most-recent_title .limit-offer-main.demo-pos-main.access-control-main a, .recent-library_section .recent-library .most-recent_title .limit-offer-main.demo-pos-main.access-control-main a, .limit-offer-main.demo-pos-main.access-control-main .recent-article .most-recent_title, .limit-offer-main.demo-pos-main.access-control-main .recent-library_section .recent-library .most-recent_title, .recent-library_section .limit-offer-main.demo-pos-main.access-control-main .recent-library .most-recent_title, .recent-article .limit-offer-main.demo-pos-main.access-control-main .most-recent_title, .recent-library_section .recent-library .limit-offer-main.demo-pos-main.access-control-main .most-recent_title, .limit-offer-main.demo-pos-main.access-control-main .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .limit-offer-main.demo-pos-main.access-control-main .agreements-block-title, .limit-offer-main.demo-pos-main.access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .limit-offer-main.demo-pos-main.access-control-main a, .limit-offer-main.demo-pos-main.access-control-main .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .limit-offer-main.demo-pos-main.access-control-main a {
  color: #99278D;
}
.limit-offer-main.demo-pos-main.access-control-main .section-title--medium {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .limit-offer-main.demo-pos-main.access-control-main .section-title--medium {
    padding-bottom: 20px;
  }
}
.limit-offer-main.demo-pos-main.access-control-main .btn-magenta {
  text-transform: inherit;
}

.customer-full-reward.customer-loyalty-impact.master-backoffice-main .ftx-academy-side {
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .customer-full-reward.customer-loyalty-impact.master-backoffice-main .ftx-academy-side {
    padding-left: 0;
  }
}
.customer-full-reward.customer-loyalty-impact.master-backoffice-main .ftx-academy-side .section-title--medium span {
  display: block;
}

@keyframes fadeRoundtrans {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fadeRound {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.retail-suite-template-default .grey-bg {
  padding-top: 0 !important;
  background-color: #c7e7f5 !important;
}

html[lang=es-ES] .how-does-pos-work-main .how-pos-work-side .step-sub-title {
  font-size: 25px;
}
@media (max-width: 1440px) {
  html[lang=es-ES] .how-does-pos-work-main .how-pos-work-side .step-sub-title {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .how-does-pos-work-main .how-pos-work-side .step-sub-title {
    font-size: 22px;
  }
}
html[lang=es-ES] .retail-customer--loyalty .savetime-reduce--section .customer-rewards--subsection .container {
  max-width: 1165px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .retail-customer--loyalty .savetime-reduce--section .customer-rewards--subsection .container {
    max-width: 1265px;
  }
}
html[lang=es-ES] .customer-retention-main .container {
  max-width: 1250px;
}
@media (max-width: 1440px) {
  html[lang=es-ES] .customer-retention-main .container {
    max-width: 1030px;
  }
}

.retail-age--varification p, .retail-age--varification .section-title--medium, .retail-age--varification .section-title--medium span, .retail-age--varification .heading-27, .retail-age--varification .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .retail-age--varification .pro-title, .retail-age--varification .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .retail-age--varification h3, .retail-age--varification .recent-article .most-recent_title a, .retail-age--varification .recent-library_section .recent-library .most-recent_title a, .recent-library_section .retail-age--varification .recent-library .most-recent_title a, .recent-article .most-recent_title .retail-age--varification a, .recent-library_section .recent-library .most-recent_title .retail-age--varification a, .retail-age--varification .recent-article .most-recent_title, .retail-age--varification .recent-library_section .recent-library .most-recent_title, .recent-library_section .retail-age--varification .recent-library .most-recent_title, .recent-article .retail-age--varification .most-recent_title, .recent-library_section .recent-library .retail-age--varification .most-recent_title, .retail-age--varification .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .retail-age--varification .agreements-block-title, .retail-age--varification .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .retail-age--varification a, .retail-age--varification .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .retail-age--varification a {
  color: #1E1C37 !important;
}
.retail-age--varification .section-title--medium {
  font-weight: 700;
  margin-bottom: 30px;
}
.retail-age--varification .section-title--medium span {
  font-weight: 400;
}
@media (max-width: 768px) {
  .retail-age--varification .section-title--medium br {
    display: none;
  }
}
@media (max-width: 991px) {
  .retail-age--varification .section-title--medium {
    margin-bottom: 20px;
  }
}
.retail-age--varification .btn-blue, .retail-age--varification .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .retail-age--varification .nav-link, .retail-age--varification .cta-green,
.retail-age--varification .btn-blue-outline {
  min-width: 220px;
}
@media (max-width: 767px) {
  .retail-age--varification .btn-blue, .retail-age--varification .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .retail-age--varification .nav-link, .retail-age--varification .cta-green,
  .retail-age--varification .btn-blue-outline {
    max-width: 450px !important;
    width: 100% !important;
    margin: 0 auto;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px !important;
    padding: 10px 20px;
  }
}
.retail-age--varification .btn-blue, .retail-age--varification .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .retail-age--varification .nav-link, .retail-age--varification .btn-blue-outline, .retail-age--varification .cta-green {
  border: 1px solid #2568B9;
  background-color: #2568B9;
}
.retail-age--varification .btn-blue:hover, .retail-age--varification .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .retail-age--varification .nav-link:hover, .retail-age--varification .btn-blue-outline:hover, .retail-age--varification .cta-green:hover {
  color: #2568B9;
  background-color: #ffffff;
}
.retail-age--varification .btn-blue-outline,
.retail-age--varification .btn-blue + .btn-blue-outline,
.retail-age--varification .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline,
.pricing-data--table #pricingTab .nav-item .retail-age--varification .nav-link + .btn-blue-outline {
  color: #2568B9;
}
.retail-age--varification .btn-blue-outline:hover,
.retail-age--varification .btn-blue + .btn-blue-outline:hover,
.retail-age--varification .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline:hover,
.pricing-data--table #pricingTab .nav-item .retail-age--varification .nav-link + .btn-blue-outline:hover {
  background: #2568B9 !important;
}
@media (max-width: 767px) {
  .retail-age--varification .faq-section .accordion .card .card-header button {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.retail-age--varification .slick-dots li button {
  background: #007FCA;
}
.retail-age--varification .slick-dots li.slick-active button {
  background-color: #041538;
}

/* Common container for Banner, Solution and Scan Data section */
.age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .container,
.age-verification--solutions.retail-pos.pos-management.img-first .container,
.scan-data--compliance .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .container,
  .age-verification--solutions.retail-pos.pos-management.img-first .container,
  .scan-data--compliance .container {
    max-width: 1280px;
  }
}
@media (max-width: 1440px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .container,
  .age-verification--solutions.retail-pos.pos-management.img-first .container,
  .scan-data--compliance .container {
    max-width: 1000px;
  }
}

/* Common container for Banner, Solution and Scan Data section END 
Omnichannel ID Verification Software for Retail Section Start */
@media (max-width: 1440px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content {
  padding-right: 20px;
}
@media (min-width: 1921px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content {
    padding-right: 50px;
  }
}
@media (max-width: 1440px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content {
    padding-right: 0;
  }
}
.age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .header-h1 {
  color: #1E1C37;
}
.age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .header-h1 span {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .header-h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .header-h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .banner-description {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}

/* Omnichannel ID Verification Software for Retail Section End  
What Is FTx Identity Section Start */
.av-what-identity.customer-marketplace-main .market-place--content .container {
  max-width: 1000px;
}
@media (max-width: 1440px) {
  .av-what-identity.customer-marketplace-main .market-place--content .container {
    max-width: 870px;
  }
}
.av-what-identity.customer-marketplace-main img {
  max-height: 100px;
  width: auto;
}

/* What Is FTx Identity Section End
/* Advanced Retail Age Verification Features Section Start */
@media (max-width: 1440px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .container {
    max-width: 870px;
  }
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section::before {
  content: none;
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img {
  border-radius: 26px;
  border: 5px solid #2568B9;
  position: relative;
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img img {
  overflow: hidden;
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .av-feature--video {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .video-btn {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border: 5px solid #2568B9;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .video-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: -1;
  animation: fadeRoundtrans 0.8s linear 2s infinite alternate;
}
@media (max-width: 991px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .video-btn {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .video-btn {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .video-btn svg {
  width: 65px;
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .video-btn svg path {
  fill: #2568B9;
}
@media (max-width: 991px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .video-btn svg {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img .video-btn svg {
    width: 30px;
  }
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(115, 115, 115, 0.2);
}
@media (max-width: 991px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box {
    min-height: inherit;
    padding: 20px;
    margin: 0 10px 30px;
    text-align: center;
    align-items: center;
  }
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-27, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pro-title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box h3, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library .most-recent_title a, .recent-article .most-recent_title .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .recent-library_section .recent-library .most-recent_title .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library .most-recent_title, .recent-article .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .recent-library_section .recent-library .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-block-title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a {
    margin: 20px 0;
  }
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-30 {
  background: #2568B9;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
@media (min-width: 1921px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-30 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
  }
}
@media (max-width: 1440px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-30 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-30 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-27, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pro-title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box h3, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library .most-recent_title a, .recent-article .most-recent_title .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .recent-library_section .recent-library .most-recent_title .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library .most-recent_title, .recent-article .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .recent-library_section .recent-library .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-block-title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a {
  margin: 25px 0 15px 0;
}
@media (min-width: 1921px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-27, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pro-title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box h3, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library .most-recent_title a, .recent-article .most-recent_title .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .recent-library_section .recent-library .most-recent_title .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library .most-recent_title, .recent-article .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .recent-library_section .recent-library .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-block-title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a {
    margin: 30px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-27, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pro-title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box h3, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library .most-recent_title a, .recent-article .most-recent_title .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .recent-library_section .recent-library .most-recent_title .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library .most-recent_title, .recent-article .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .recent-library_section .recent-library .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-block-title, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a {
    margin: 15px 0;
  }
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 4.51%, rgba(236, 250, 255, 0.5) 47.22%, rgba(255, 255, 255, 0.5) 88.32%);
}
.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection .container {
  max-width: 1600px;
}
@media (min-width: 1921px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection .container {
    max-width: 2000px;
  }
}
@media (max-width: 1600px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection .container {
    max-width: 1300px;
  }
}

/* Advanced Retail Age Verification Features Section End
/* ID Verification Solutions for Retail Section Start  */
@media (max-width: 991px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--title .section-title--medium {
    text-align: center;
  }
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--title .section-title--medium br {
    display: none;
  }
}
@media (max-width: 768px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .section-title--medium {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .section-title--medium {
    margin-top: 0;
  }
}
.age-verification--solutions.retail-pos.pos-management.img-first .pos-management--title,
.age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block {
  padding-left: 70px;
}
@media (max-width: 1440px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--title,
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--title,
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--title,
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--title,
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block {
    padding-left: 0;
    padding-right: 0;
  }
}
.age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block .pos-management_subtitle::before {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_6)'%3E%3Cpath d='M57.3067 14.6603C57.3117 16.8439 58.1868 18.5551 60.1641 19.6119C61.6742 20.419 62.6976 21.579 63.0915 23.2477C63.4211 24.643 63.1679 25.9412 62.4615 27.1876C61.5303 28.8306 61.5075 30.5243 62.3365 32.2162C62.5139 32.5784 62.7689 32.905 63.0038 33.2367C64.6982 35.6324 64.19 38.849 61.7935 40.5652C60.5953 41.423 59.7303 42.471 59.3724 43.9114C59.1445 44.8286 59.2764 45.7277 59.4147 46.6387C59.8307 49.3779 57.8742 52.0671 55.1147 52.5282C53.6955 52.7653 52.465 53.3097 51.5206 54.414C50.9953 55.0278 50.6475 55.7304 50.436 56.5069C49.8129 58.8 48.3097 60.1577 45.9586 60.5775C45.2376 60.7064 44.5078 60.6545 43.8039 60.4399C42.4377 60.0238 41.0942 60.0269 39.7722 60.6069C38.9667 60.9598 38.3139 61.5048 37.7432 62.1605C36.8852 63.1466 35.7987 63.7454 34.5032 63.9343C32.8624 64.1739 31.392 63.7729 30.1471 62.6673C29.529 62.118 28.8566 61.6706 28.0681 61.4009C26.7448 60.9486 25.4348 60.998 24.1697 61.5755C21.3312 62.8713 18.1108 61.6631 16.8981 58.8025C16.3204 57.4404 15.4315 56.3824 14.0615 55.7586C13.3854 55.4507 12.6732 55.2906 11.9264 55.2793C9.69653 55.2468 7.75204 53.8934 6.97867 51.8349C6.7072 51.1129 6.59482 50.3671 6.66111 49.5956C6.84925 47.4164 5.73054 45.393 3.7829 44.3712C1.76392 43.3126 0.748749 41.6458 0.761375 39.3839C0.766426 38.5587 1.0038 37.7791 1.4129 37.0595C1.83526 36.3162 2.14208 35.5404 2.21469 34.6813C2.32391 33.395 2.02592 32.2087 1.26012 31.17C0.460864 30.0826 -0.0486153 28.9095 0.00378468 27.5499C0.0662859 25.9193 0.751905 24.5879 2.03097 23.5493C2.57328 23.1088 3.15599 22.6871 3.59476 22.1553C4.64529 20.8808 4.95969 19.391 4.64277 17.7768C4.04111 14.7091 6.01274 11.9254 9.11444 11.4205C11.439 11.042 12.9277 9.69488 13.5697 7.45183C14.2092 5.21565 15.6758 3.88546 17.9707 3.45625C18.7245 3.31547 19.4821 3.3674 20.2182 3.58952C21.5636 3.99496 22.8868 3.99308 24.1905 3.42621C24.9563 3.09335 25.6078 2.6097 26.1388 1.97402C28.0858 -0.355385 31.4286 -0.671352 33.7595 1.28389C34.548 1.94523 35.37 2.51335 36.3934 2.75486C37.4591 3.00576 38.5014 2.95195 39.521 2.56403C40.1971 2.30688 40.8638 2.03721 41.5968 1.95962C43.7389 1.73313 45.8178 2.8093 46.8513 4.70886C47.1846 5.32139 47.4372 5.98712 47.8374 6.55085C48.8242 7.94048 50.2251 8.68379 51.9316 8.72821C54.6267 8.79829 56.5788 10.482 57.1482 12.6719C57.3136 13.3082 57.325 13.9833 57.4071 14.6409C57.3736 14.6471 57.3401 14.654 57.3067 14.6603ZM14.6891 34.6582C14.6859 35.5736 14.9561 36.1611 15.4567 36.656C18.0711 39.2413 20.6803 41.8322 23.301 44.4106C23.5428 44.649 23.8306 44.8661 24.1368 45.01C25.1236 45.473 26.1085 45.2465 26.9734 44.3906C34.1415 37.2929 41.3083 30.194 48.4719 23.0919C48.6563 22.9092 48.8255 22.7027 48.9612 22.4831C49.9019 20.9596 48.8627 18.9493 47.0666 18.7966C46.2073 18.7234 45.5186 19.0388 44.9182 19.6338C38.5519 25.9481 32.1806 32.2575 25.8105 38.5681C25.284 39.0892 24.9607 39.0874 24.4285 38.5612C23.58 37.7209 22.7321 36.88 21.883 36.0403C20.8925 35.0605 19.9196 34.0626 18.9057 33.1071C18.1171 32.3645 17.1758 32.1849 16.167 32.6254C15.1954 33.0496 14.7332 33.8298 14.6891 34.6576V34.6582Z' fill='%230860A5'/%3E%3Cpath d='M14.6891 34.6582C14.7332 33.8304 15.196 33.0496 16.167 32.626C17.1765 32.1855 18.1172 32.3651 18.9057 33.1078C19.9196 34.0625 20.8931 35.0605 21.883 36.0409C22.7321 36.8806 23.58 37.7215 24.4285 38.5618C24.9601 39.0886 25.284 39.0905 25.8105 38.5687C32.1806 32.2581 38.5519 25.9488 44.9182 19.6344C45.5186 19.0394 46.2067 18.724 47.0666 18.7973C48.8627 18.9499 49.9019 20.9602 48.9612 22.4837C48.8255 22.7034 48.6563 22.9098 48.4719 23.0925C41.3083 30.1946 34.1408 37.2936 26.9734 44.3912C26.1091 45.2472 25.1236 45.4743 24.1368 45.0107C23.8306 44.8668 23.5428 44.649 23.301 44.4113C20.6803 41.8322 18.0711 39.2419 15.4567 36.6566C14.9561 36.1611 14.6859 35.5742 14.6891 34.6588V34.6582Z' fill='%23FCFBFC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_6'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1024px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block .pos-management_subtitle::before {
    top: -1px;
  }
}
@media (max-width: 768px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block .pos-management_subtitle::before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child .description, .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child .page-numbers, .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child .content, .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child .latest-post-title, .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--block:last-child a.dropdown-item {
    margin: 0;
  }
}
@media (min-width: 1921px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--image {
    height: 900px;
  }
}
@media (max-width: 1440px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--image {
    height: inherit;
  }
}
@media (max-width: 991px) {
  .age-verification--solutions.retail-pos.pos-management.img-first .pos-management--image {
    height: 500px;
  }
}
.age-verification--solutions.retail-pos.pos-management.img-first .pos-management--image img {
  border-radius: 25px;
}

/* ID Verification Solutions for Retail Section End
/* Meet Tobacco Scan Data Compliance Section Start  */
.scan-data--compliance .scan-data--image {
  position: relative;
  margin: 0 0 60px;
}
@media (max-width: 1366px) {
  .scan-data--compliance .scan-data--image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .scan-data--compliance .scan-data--image {
    max-width: 450px;
    margin: 0 auto 60px;
  }
}
.scan-data--compliance .scan-data--image button {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.scan-data--compliance .scan-data--image img {
  border-radius: 25px 25px 0 0;
}
@media (max-width: 767px) {
  .scan-data--compliance .scan-data--image img {
    border-radius: 20px 20px 0 0;
  }
}
.scan-data--compliance .scan-data--image .btn-blue, .scan-data--compliance .scan-data--image .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .scan-data--compliance .scan-data--image .nav-link, .scan-data--compliance .scan-data--image .btn-blue-outline, .scan-data--compliance .scan-data--image .cta-green {
  width: 100%;
  border-radius: 0 0 25px 25px;
  position: absolute;
  top: 94%;
  left: 0;
  padding: 20px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
}
.scan-data--compliance .scan-data--image .btn-blue .fa, .scan-data--compliance .scan-data--image .pricing-data--table #pricingTab .nav-item .nav-link .fa, .pricing-data--table #pricingTab .nav-item .scan-data--compliance .scan-data--image .nav-link .fa, .scan-data--compliance .scan-data--image .btn-blue-outline .fa, .scan-data--compliance .scan-data--image .cta-green .fa {
  padding-left: 10px;
  position: relative;
  top: 1px;
}
@media (max-width: 1400px) {
  .scan-data--compliance .scan-data--image .btn-blue, .scan-data--compliance .scan-data--image .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .scan-data--compliance .scan-data--image .nav-link, .scan-data--compliance .scan-data--image .btn-blue-outline, .scan-data--compliance .scan-data--image .cta-green {
    top: 90%;
  }
}
@media (max-width: 1366px) {
  .scan-data--compliance .scan-data--image .btn-blue, .scan-data--compliance .scan-data--image .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .scan-data--compliance .scan-data--image .nav-link, .scan-data--compliance .scan-data--image .btn-blue-outline, .scan-data--compliance .scan-data--image .cta-green {
    top: 93%;
  }
}
@media (max-width: 767px) {
  .scan-data--compliance .scan-data--image .btn-blue, .scan-data--compliance .scan-data--image .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .scan-data--compliance .scan-data--image .nav-link, .scan-data--compliance .scan-data--image .btn-blue-outline, .scan-data--compliance .scan-data--image .cta-green {
    top: 96%;
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .scan-data--compliance .scan-data--image .btn-blue, .scan-data--compliance .scan-data--image .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .scan-data--compliance .scan-data--image .nav-link, .scan-data--compliance .scan-data--image .btn-blue-outline, .scan-data--compliance .scan-data--image .cta-green {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .scan-data--compliance .scan-data--image .btn-blue, .scan-data--compliance .scan-data--image .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .scan-data--compliance .scan-data--image .nav-link, .scan-data--compliance .scan-data--image .btn-blue-outline, .scan-data--compliance .scan-data--image .cta-green {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.scan-data--compliance .scan-data--block {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .scan-data--compliance .scan-data--block {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .scan-data--compliance .scan-data--block {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .scan-data--compliance .scan-data--block .pos-management--title {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.scan-data--compliance .scan-data--block .accordion-block {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .scan-data--compliance .scan-data--block .accordion-block {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .scan-data--compliance .scan-data--block .accordion-block {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .scan-data--compliance .scan-data--block .accordion-block {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .scan-data--compliance .scan-data--block .accordion-block {
    padding-left: 32px;
  }
}
.scan-data--compliance .scan-data--block .accordion-block .accordion-header .collapsible-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.scan-data--compliance .scan-data--block .accordion-block .accordion-header .collapsible-link .accordian-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media (max-width: 1024px) {
  .scan-data--compliance .scan-data--block .accordion-block .accordion-header .collapsible-link .accordian-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .scan-data--compliance .scan-data--block .accordion-block .accordion-header .collapsible-link .accordian-icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .scan-data--compliance .scan-data--block .accordion-block .accordion-header .collapsible-link .accordian-icon {
    width: 22px;
    height: 22px;
  }
}
.scan-data--compliance .scan-data--block .accordion-block .accordion-header .collapsible-link[aria-expanded=true]:not(.collapsed) .accordian-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 290 290'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fefefe; %7D .cls-2 %7B fill: %230360a6; %7D %3C/style%3E%3C/defs%3E%3C!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --%3E%3Cg%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath class='cls-2' d='M257.67,67.67c-.34,10.44,4.08,18.07,13.24,23.22,12.47,7.01,16.25,20.13,9.62,32.83-4.84,9.27-4.34,18.05,1.66,26.68,8.41,12.1,6.15,25.12-5.73,34.06-7.99,6.02-11.46,13.81-9.95,23.87,2.31,15.41-4.94,25.86-20.19,29.04-10.13,2.11-16.38,8.09-19.29,17.89-4,13.45-15.9,20.5-29.32,16.93-10.82-2.88-19.44-.13-26.89,8.07-8.99,9.89-22.91,10.72-33.08,1.98-8.44-7.26-17.4-8.72-27.71-4.48-12.35,5.08-25.3-.16-30.72-12.4-4.48-10.1-11.72-15.45-22.94-16.13-14.13-.85-22.96-11.52-22.43-25.85.36-9.78-3.67-17.39-12.18-22.39-14.01-8.23-17.51-19.87-10.17-34.56,4.24-8.49,3.66-16.66-1.47-24.52-9.19-14.09-7.34-25.34,5.94-35.91,7.56-6.01,10.57-13.86,9.02-23.35-2.38-14.56,5.09-25.73,19.38-28.57,10.43-2.07,17.13-7.93,20.09-18.29,3.8-13.3,15.99-20.15,29.52-16.62,10.56,2.75,19.18.15,26.47-7.98,8.95-9.98,22.82-11.02,33.07-2.32,8.43,7.15,17.28,8.92,27.68,4.77,13.11-5.23,25.61,0,31.29,12.94,4.25,9.68,11.46,14.72,21.82,15.51,14.71,1.12,23.6,10.86,23.25,25.6ZM104.34,163.89h80.39v-34.49h-80.39v34.49Z'/%3E%3Cpath class='cls-1' d='M104.34,163.89v-34.49h80.39v34.49h-80.39Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.scan-data--compliance .scan-data--block .accordion-block .accordion-header .collapsible-link[aria-expanded=false] .accordian-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fbfbfc; %7D .cls-2 %7B fill: %230360a6; %7D %3C/style%3E%3C/defs%3E%3C!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --%3E%3Cg%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath class='cls-2' d='M88.19,23.42c-.11,3.49,1.33,6.09,4.4,7.83,4.44,2.52,5.68,6.88,3.33,11.46-1.57,3.05-1.38,5.98.57,8.82,2.95,4.31,2.25,8.65-1.89,11.77-2.73,2.06-3.89,4.73-3.38,8.16.79,5.25-1.7,8.81-6.92,9.9-3.46.72-5.58,2.78-6.57,6.12-1.36,4.58-5.43,6.98-10.03,5.76-3.61-.96-6.55-.1-9.06,2.65-3.21,3.53-7.88,3.78-11.55.66-2.78-2.37-5.78-2.85-9.17-1.46-4.33,1.78-8.75.04-10.64-4.21-1.53-3.45-4.02-5.26-7.85-5.49-4.75-.28-7.86-3.97-7.65-8.68.16-3.48-1.26-6.14-4.32-7.88-4.49-2.56-5.78-6.84-3.43-11.42,1.6-3.12,1.4-6.07-.58-8.97-2.87-4.2-2.17-8.61,1.85-11.66,2.91-2.2,4.06-5.03,3.39-8.64-.81-4.41,1.94-8.51,6.38-9.34,3.87-.72,6.21-2.87,7.31-6.65,1.22-4.19,5.43-6.56,9.64-5.41,3.81,1.03,6.86.16,9.48-2.79,2.86-3.2,7.64-3.63,10.9-.84,3.09,2.64,6.26,3.23,10.06,1.72,4.13-1.65,8.36.15,10.18,4.24,1.6,3.61,4.23,5.4,8.14,5.62,4.48.25,7.52,3.9,7.4,8.72ZM45.68,56.53v15.62h8.44v-15.7h14.84v-8.11h-14.94v-15.52h-8.41v15.72h-14.84v8h14.9Z'/%3E%3Cpath class='cls-1' d='M45.68,56.53h-14.9v-8h14.84v-15.72h8.41v15.52h14.94v8.11h-14.84v15.7h-8.44v-15.62Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Meet Tobacco Scan Data Compliance Section End 
/* Demo Our Retail Age Verification Tools Section Start   */
.av-tools--demo.access-control-main.demo-pos-main {
  background-image: url(/wp-content/themes/goftx/dist/images/av-tools-demo.png);
}
.av-tools--demo.access-control-main.demo-pos-main .container {
  max-width: 730px;
}
@media (max-width: 1366px) {
  .av-tools--demo.access-control-main.demo-pos-main .container {
    max-width: 800px;
  }
}
@media (min-width: 1921px) {
  .av-tools--demo.access-control-main.demo-pos-main .container {
    max-width: 900px;
  }
}

/* Demo Our Retail Age Verification Tools Section End
/* Serving Age-Restricted Industries Section Start */
.av-industry--serve.pos-modern-retail--section.built-retail-main {
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .av-industry--serve.pos-modern-retail--section.built-retail-main {
    padding-bottom: 140px;
  }
}
.av-industry--serve.pos-modern-retail--section.built-retail-main .container {
  max-width: 900px;
}
.av-industry--serve.pos-modern-retail--section.built-retail-main .section-title--medium,
.av-industry--serve.pos-modern-retail--section.built-retail-main .description,
.av-industry--serve.pos-modern-retail--section.built-retail-main .free-resources-new .custom-pagination .page-numbers,
.free-resources-new .custom-pagination .av-industry--serve.pos-modern-retail--section.built-retail-main .page-numbers,
.av-industry--serve.pos-modern-retail--section.built-retail-main .free-resources-new .filters-gallery .filter-items .blog-item .content,
.free-resources-new .filters-gallery .filter-items .blog-item .av-industry--serve.pos-modern-retail--section.built-retail-main .content,
.av-industry--serve.pos-modern-retail--section.built-retail-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
.free-resources-new .filters-gallery .filter-items .blog-item .av-industry--serve.pos-modern-retail--section.built-retail-main .latest-post-title,
.av-industry--serve.pos-modern-retail--section.built-retail-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
.cta-menu--section.choose-industries .dropdown-menu li .av-industry--serve.pos-modern-retail--section.built-retail-main a.dropdown-item,
.av-industry--serve.pos-modern-retail--section.built-retail-main .pos-modern-retail--link li a:hover {
  color: #ffffff !important;
}
.av-industry--serve.pos-modern-retail--section.built-retail-main .pos-modern-retail--link {
  max-width: 620px;
}
@media (min-width: 1921px) {
  .av-industry--serve.pos-modern-retail--section.built-retail-main .pos-modern-retail--link {
    max-width: 700px;
  }
}
.av-industry--serve.pos-modern-retail--section.built-retail-main .pos-modern-retail--link li a:hover {
  background: #1E1C37 !important;
  color: #ffffff;
}

/* Serving Age-Restricted Industries Section End
/* Take Advantage of Additional Monthly Income Section Start  */
.take-advantage--income {
  margin-top: -120px;
}
.take-advantage--income .container {
  max-width: 920px;
}
@media (min-width: 1921px) {
  .take-advantage--income .container {
    max-width: 1100px;
  }
}
@media (max-width: 820px) {
  .take-advantage--income .container {
    max-width: 820px;
  }
}
.take-advantage--income .access-control-main.demo-pos-main {
  background-image: url(/wp-content/themes/goftx/dist/images/av-tools-demo.png);
  padding-left: 80px;
  padding-right: 80px;
  border-radius: 25px;
  border: 5px solid #ffffff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1440px) {
  .take-advantage--income .access-control-main.demo-pos-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .take-advantage--income .access-control-main.demo-pos-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .take-advantage--income .access-control-main.demo-pos-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .take-advantage--income .access-control-main.demo-pos-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .take-advantage--income .access-control-main.demo-pos-main .description, .take-advantage--income .access-control-main.demo-pos-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .take-advantage--income .access-control-main.demo-pos-main .page-numbers, .take-advantage--income .access-control-main.demo-pos-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .take-advantage--income .access-control-main.demo-pos-main .content, .take-advantage--income .access-control-main.demo-pos-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .take-advantage--income .access-control-main.demo-pos-main .latest-post-title, .take-advantage--income .access-control-main.demo-pos-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .take-advantage--income .access-control-main.demo-pos-main a.dropdown-item {
    margin: 20px 0;
  }
}

/* Take Advantage of Additional Monthly Income Section End
/* Age Verification Loyalty Rewards Section Start  */
.age-verificatio--loyalty.master-backoffice-main .container {
  max-width: 900px;
}
@media (min-width: 1921px) {
  .age-verificatio--loyalty.master-backoffice-main .container {
    max-width: 1100px;
  }
}
@media (max-width: 1440px) {
  .age-verificatio--loyalty.master-backoffice-main .container {
    max-width: 820px;
  }
}
@media (max-width: 1024px) {
  .age-verificatio--loyalty.master-backoffice-main .ftx-academy-image img {
    max-height: 400px;
    margin: 0 auto;
    display: block;
  }
}
.age-verificatio--loyalty.master-backoffice-main .ftx-academy-side {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .age-verificatio--loyalty.master-backoffice-main .ftx-academy-side {
    padding-left: 0;
  }
}

/* Age Verification Loyalty Rewards Section End
/* FTx Identity All-in-One Identity Verification Software Section Start  */
.all-one--identity.pos-modern-retail--section.built-retail-main {
  background-position: top center;
  position: relative;
  z-index: 1;
}
.all-one--identity.pos-modern-retail--section.built-retail-main:after {
  content: "";
  width: 100%;
  height: 30%;
  background: #c9e8f6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1921px) {
  .all-one--identity.pos-modern-retail--section.built-retail-main:after {
    height: 20%;
  }
}
@media (max-width: 767px) {
  .all-one--identity.pos-modern-retail--section.built-retail-main:after {
    height: 20%;
  }
}
.all-one--identity.pos-modern-retail--section.built-retail-main .section-title--medium span,
.all-one--identity.pos-modern-retail--section.built-retail-main .section-title--medium,
.all-one--identity.pos-modern-retail--section.built-retail-main .description,
.all-one--identity.pos-modern-retail--section.built-retail-main .free-resources-new .custom-pagination .page-numbers,
.free-resources-new .custom-pagination .all-one--identity.pos-modern-retail--section.built-retail-main .page-numbers,
.all-one--identity.pos-modern-retail--section.built-retail-main .free-resources-new .filters-gallery .filter-items .blog-item .content,
.free-resources-new .filters-gallery .filter-items .blog-item .all-one--identity.pos-modern-retail--section.built-retail-main .content,
.all-one--identity.pos-modern-retail--section.built-retail-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
.free-resources-new .filters-gallery .filter-items .blog-item .all-one--identity.pos-modern-retail--section.built-retail-main .latest-post-title,
.all-one--identity.pos-modern-retail--section.built-retail-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
.cta-menu--section.choose-industries .dropdown-menu li .all-one--identity.pos-modern-retail--section.built-retail-main a.dropdown-item {
  color: #ffffff !important;
}
.all-one--identity.pos-modern-retail--section.built-retail-main .btn-blue, .all-one--identity.pos-modern-retail--section.built-retail-main .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .all-one--identity.pos-modern-retail--section.built-retail-main .nav-link, .all-one--identity.pos-modern-retail--section.built-retail-main .btn-blue-outline, .all-one--identity.pos-modern-retail--section.built-retail-main .cta-green {
  border: 1px solid #ffffff;
}
.all-one--identity.pos-modern-retail--section.built-retail-main .btn-blue:hover, .all-one--identity.pos-modern-retail--section.built-retail-main .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .all-one--identity.pos-modern-retail--section.built-retail-main .nav-link:hover, .all-one--identity.pos-modern-retail--section.built-retail-main .btn-blue-outline:hover, .all-one--identity.pos-modern-retail--section.built-retail-main .cta-green:hover {
  border: 1px solid #2568B9;
}
.all-one--identity.pos-modern-retail--section.built-retail-main .section-title--medium span {
  display: block;
}
.all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .container {
  max-width: 930px;
}
.all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider {
  display: flex;
  justify-content: space-between;
}
.all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .all-identity-slide {
  width: 30%;
}
.all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .all-identity-slide img {
  padding: 0 15px;
}
@media (max-width: 575px) {
  .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .all-identity-slide img {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider {
    justify-content: center;
  }
  .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .all-identity-slide {
    display: flex;
    justify-content: center;
  }
  .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider img {
    max-height: 500px;
    margin: 0 auto 30px;
    padding: 0;
  }
}

/* FTx Identity All-in-One Identity Verification Software Section End  */
@keyframes fadeRoundtrans {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.4);
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .customer-marketplace-main .market-box .heading-30 {
    padding: 12px 15px 6px 15px;
  }
}
.save-cost-calculation .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .save-cost-calculation .container {
    max-width: 1530px;
  }
}
.save-cost-calculation .my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .save-cost-calculation .my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.save-cost-calculation .mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .save-cost-calculation .mb-40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .save-cost-calculation {
    text-align: center;
  }
  .save-cost-calculation .animation-json, .save-cost-calculation img {
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .save-cost-calculation .description, .save-cost-calculation .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .save-cost-calculation .page-numbers, .save-cost-calculation .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .save-cost-calculation .content, .save-cost-calculation .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .save-cost-calculation .latest-post-title, .save-cost-calculation .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .save-cost-calculation a.dropdown-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .save-cost-calculation img {
    max-width: 350px;
  }
}
.save-cost-calculation .calculation-table {
  margin: 15px 0;
}
@media (max-width: 991px) {
  .save-cost-calculation .calculation-table {
    margin: 0;
  }
}
.save-cost-calculation .calculation-table table {
  margin-bottom: 10px;
}
.save-cost-calculation .calculation-table tr th, .save-cost-calculation .calculation-table tr td {
  text-align: left;
  font-weight: 700;
  width: 25%;
  padding: 8px 40px;
}
@media (max-width: 1200px) {
  .save-cost-calculation .calculation-table tr th, .save-cost-calculation .calculation-table tr td {
    padding: 8px 30px;
  }
}
@media (max-width: 575px) {
  .save-cost-calculation .calculation-table tr th, .save-cost-calculation .calculation-table tr td {
    width: auto;
    padding: 8px 10px;
  }
}
.save-cost-calculation .calculation-table tr th {
  background-color: #2A5FA1;
  color: #ffffff;
  border: 0;
}
.save-cost-calculation .calculation-table tr td {
  background: #c9e8f6;
  border-bottom: 1px solid rgba(42, 95, 161, 0.1);
  color: #0E3178;
}
.save-cost-calculation .calculation-table tr td:first-child span {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.save-cost-calculation .calculation-table tr td:last-child span {
  position: relative;
  left: -60%;
}
@media (max-width: 1200px) {
  .save-cost-calculation .calculation-table tr td:last-child span {
    left: -50%;
  }
}
@media (max-width: 575px) {
  .save-cost-calculation .calculation-table tr td:last-child span {
    left: -20%;
  }
}
.save-cost-calculation .calculation-table p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 0;
}
.save-cost-calculation .calculator-wrapper {
  background: url(/wp-content/themes/goftx/dist/images/calculator-bg.png) no-repeat center;
  background-size: cover;
  padding: 40px 35px;
  border-radius: 30px;
}
@media (max-width: 1366px) {
  .save-cost-calculation .calculator-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .save-cost-calculation .calculator-wrapper {
    padding: 20px;
  }
}
.save-cost-calculation .calculator-wrapper .heading-27, .save-cost-calculation .calculator-wrapper .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .save-cost-calculation .calculator-wrapper .pro-title, .save-cost-calculation .calculator-wrapper .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .save-cost-calculation .calculator-wrapper h3, .save-cost-calculation .calculator-wrapper .recent-article .most-recent_title a, .save-cost-calculation .calculator-wrapper .recent-library_section .recent-library .most-recent_title a, .recent-library_section .save-cost-calculation .calculator-wrapper .recent-library .most-recent_title a, .recent-article .most-recent_title .save-cost-calculation .calculator-wrapper a, .recent-library_section .recent-library .most-recent_title .save-cost-calculation .calculator-wrapper a, .save-cost-calculation .calculator-wrapper .recent-article .most-recent_title, .save-cost-calculation .calculator-wrapper .recent-library_section .recent-library .most-recent_title, .recent-library_section .save-cost-calculation .calculator-wrapper .recent-library .most-recent_title, .recent-article .save-cost-calculation .calculator-wrapper .most-recent_title, .recent-library_section .recent-library .save-cost-calculation .calculator-wrapper .most-recent_title, .save-cost-calculation .calculator-wrapper .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .save-cost-calculation .calculator-wrapper .agreements-block-title, .save-cost-calculation .calculator-wrapper .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .save-cost-calculation .calculator-wrapper a, .save-cost-calculation .calculator-wrapper .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .save-cost-calculation .calculator-wrapper a {
  color: #ffffff !important;
  font-size: 28px !important;
  text-align: center;
}
@media (max-width: 1440px) {
  .save-cost-calculation .calculator-wrapper .heading-27, .save-cost-calculation .calculator-wrapper .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .save-cost-calculation .calculator-wrapper .pro-title, .save-cost-calculation .calculator-wrapper .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .save-cost-calculation .calculator-wrapper h3, .save-cost-calculation .calculator-wrapper .recent-article .most-recent_title a, .save-cost-calculation .calculator-wrapper .recent-library_section .recent-library .most-recent_title a, .recent-library_section .save-cost-calculation .calculator-wrapper .recent-library .most-recent_title a, .recent-article .most-recent_title .save-cost-calculation .calculator-wrapper a, .recent-library_section .recent-library .most-recent_title .save-cost-calculation .calculator-wrapper a, .save-cost-calculation .calculator-wrapper .recent-article .most-recent_title, .save-cost-calculation .calculator-wrapper .recent-library_section .recent-library .most-recent_title, .recent-library_section .save-cost-calculation .calculator-wrapper .recent-library .most-recent_title, .recent-article .save-cost-calculation .calculator-wrapper .most-recent_title, .recent-library_section .recent-library .save-cost-calculation .calculator-wrapper .most-recent_title, .save-cost-calculation .calculator-wrapper .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .save-cost-calculation .calculator-wrapper .agreements-block-title, .save-cost-calculation .calculator-wrapper .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .save-cost-calculation .calculator-wrapper a, .save-cost-calculation .calculator-wrapper .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .save-cost-calculation .calculator-wrapper a {
    font-size: 24px !important;
  }
}
@media (max-width: 991px) {
  .save-cost-calculation .calculator-wrapper .heading-27, .save-cost-calculation .calculator-wrapper .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .save-cost-calculation .calculator-wrapper .pro-title, .save-cost-calculation .calculator-wrapper .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .save-cost-calculation .calculator-wrapper h3, .save-cost-calculation .calculator-wrapper .recent-article .most-recent_title a, .save-cost-calculation .calculator-wrapper .recent-library_section .recent-library .most-recent_title a, .recent-library_section .save-cost-calculation .calculator-wrapper .recent-library .most-recent_title a, .recent-article .most-recent_title .save-cost-calculation .calculator-wrapper a, .recent-library_section .recent-library .most-recent_title .save-cost-calculation .calculator-wrapper a, .save-cost-calculation .calculator-wrapper .recent-article .most-recent_title, .save-cost-calculation .calculator-wrapper .recent-library_section .recent-library .most-recent_title, .recent-library_section .save-cost-calculation .calculator-wrapper .recent-library .most-recent_title, .recent-article .save-cost-calculation .calculator-wrapper .most-recent_title, .recent-library_section .recent-library .save-cost-calculation .calculator-wrapper .most-recent_title, .save-cost-calculation .calculator-wrapper .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .save-cost-calculation .calculator-wrapper .agreements-block-title, .save-cost-calculation .calculator-wrapper .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .save-cost-calculation .calculator-wrapper a, .save-cost-calculation .calculator-wrapper .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .save-cost-calculation .calculator-wrapper a {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .save-cost-calculation .calculator-wrapper .heading-27, .save-cost-calculation .calculator-wrapper .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .save-cost-calculation .calculator-wrapper .pro-title, .save-cost-calculation .calculator-wrapper .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .save-cost-calculation .calculator-wrapper h3, .save-cost-calculation .calculator-wrapper .recent-article .most-recent_title a, .save-cost-calculation .calculator-wrapper .recent-library_section .recent-library .most-recent_title a, .recent-library_section .save-cost-calculation .calculator-wrapper .recent-library .most-recent_title a, .recent-article .most-recent_title .save-cost-calculation .calculator-wrapper a, .recent-library_section .recent-library .most-recent_title .save-cost-calculation .calculator-wrapper a, .save-cost-calculation .calculator-wrapper .recent-article .most-recent_title, .save-cost-calculation .calculator-wrapper .recent-library_section .recent-library .most-recent_title, .recent-library_section .save-cost-calculation .calculator-wrapper .recent-library .most-recent_title, .recent-article .save-cost-calculation .calculator-wrapper .most-recent_title, .recent-library_section .recent-library .save-cost-calculation .calculator-wrapper .most-recent_title, .save-cost-calculation .calculator-wrapper .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .save-cost-calculation .calculator-wrapper .agreements-block-title, .save-cost-calculation .calculator-wrapper .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .save-cost-calculation .calculator-wrapper a, .save-cost-calculation .calculator-wrapper .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .save-cost-calculation .calculator-wrapper a {
    font-size: 20px !important;
  }
}
.save-cost-calculation .calculator-wrapper .calculator-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .save-cost-calculation .calculator-wrapper .calculator-form {
    margin: 0 auto;
    max-width: 400px;
  }
}
.save-cost-calculation .calculator-wrapper .calc-operators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 375px) {
  .save-cost-calculation .calculator-wrapper .calc-operators {
    gap: 5px;
  }
}
.save-cost-calculation .calculator-wrapper .operator {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  width: 55px;
  height: 55px;
  background: #2A5FA1;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .save-cost-calculation .calculator-wrapper .operator {
    width: 45px;
    height: 45px;
  }
}
.save-cost-calculation .calculator-wrapper .operator span {
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
  top: -3px;
}
@media (max-width: 1024px) {
  .save-cost-calculation .calculator-wrapper .operator span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.save-cost-calculation .calculator-wrapper .operator.value {
  font-size: 20px;
  font-size: 1.25rem;
  width: 120px;
  font-weight: 600;
  text-transform: lowercase;
}
@media (max-width: 1024px) {
  .save-cost-calculation .calculator-wrapper .operator.value {
    width: 100px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .save-cost-calculation .calculator-wrapper .operator.value {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .save-cost-calculation .calculator-wrapper .operator.value {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .save-cost-calculation .calculator-wrapper .calc-input, .save-cost-calculation .calculator-wrapper .calc-operators {
    width: 80%;
    margin: 0;
    text-align: center;
  }
}
.save-cost-calculation .calculator-wrapper input {
  height: 55px;
  width: 240px;
  border: 1px solid #2A5FA1;
  border-radius: 5px;
  background: #ffffff;
  padding: 10px;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 1366px) {
  .save-cost-calculation .calculator-wrapper input {
    width: 200px;
    padding: 8px;
  }
}
@media (max-width: 1024px) {
  .save-cost-calculation .calculator-wrapper input {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .save-cost-calculation .calculator-wrapper input {
    max-width: 330px;
    width: 100%;
  }
}
.save-cost-calculation .calculator-wrapper input::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #777777;
  font-style: italic;
}
.save-cost-calculation .calculator-wrapper input::placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #777777;
  font-style: italic;
}
.save-cost-calculation .calculator-wrapper input[type=number]::-webkit-inner-spin-button,
.save-cost-calculation .calculator-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.save-cost-calculation .calculator-wrapper .calc-result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .save-cost-calculation .calculator-wrapper .calc-result {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .save-cost-calculation .calculator-wrapper .calc-result {
    width: 385px;
    margin: 0;
    justify-content: space-around;
  }
}
.save-cost-calculation .calculator-wrapper .calc-result input {
  width: 210px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .save-cost-calculation .calculator-wrapper .calc-result input {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .save-cost-calculation .calculator-wrapper .calc-result input {
    max-width: 330px;
    width: 100%;
  }
}
.save-cost-calculation .calculator-wrapper .calc-result--dollar {
  position: relative;
}
@media (max-width: 767px) {
  .save-cost-calculation .calculator-wrapper .calc-result--dollar {
    width: calc(100% - 140px);
  }
}
.save-cost-calculation .calculator-wrapper .currency {
  color: #2A5FA1;
  font-size: 22px;
  font-size: 1.375rem;
  margin-right: 5px;
  line-height: 24px;
  font-weight: 600;
  position: absolute;
  left: 10px;
  line-height: 55px;
}
@media (max-width: 1024px) {
  .save-cost-calculation .calculator-wrapper .currency {
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .save-cost-calculation .calculator-wrapper .currency {
    font-size: 18px;
    font-size: 1.125rem;
    left: 5px;
  }
}
.save-cost-calculation .calculator-wrapper .savings-text {
  color: #ffffff !important;
  margin: 0 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 1921px) {
  .save-cost-calculation .calculator-wrapper .savings-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .save-cost-calculation .calculator-wrapper .savings-text {
    width: 110px;
  }
}

@media (max-width: 375px) {
  #takeadvantageIncome h5.modal-title {
    font-size: 18px;
  }
}

.av-steps, .hands-free--section .hands-free--block .hands-free--content .hands-free--number, .seamless-steps--section .step-layout .slide-content .slide-count {
  border-radius: 10px;
  background: #007FCA;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 12px 25px;
  width: 105px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  .av-steps, .hands-free--section .hands-free--block .hands-free--content .hands-free--number, .seamless-steps--section .step-layout .slide-content .slide-count {
    font-size: 22px;
    font-size: 1.375rem;
    width: 115px;
    height: 50px;
  }
}

.seamless-steps--section {
  background: radial-gradient(42.39% 42.39% at 50% 57.61%, #FFF 0%, #C8E8F5 100%);
}
.seamless-steps--section .container {
  max-width: 1500px;
}
@media (min-width: 1921px) {
  .seamless-steps--section .container {
    max-width: 1800px;
  }
}
@media (max-width: 1600px) {
  .seamless-steps--section .container {
    max-width: 1400px;
  }
}
@media (max-width: 1440px) {
  .seamless-steps--section .container {
    max-width: 1300px;
  }
}
.seamless-steps--section .seamless-steps--title {
  max-width: 980px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .seamless-steps--section .seamless-steps--title {
    margin: 0 auto 20px;
  }
}
.seamless-steps--section .seamless-slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1600px) {
  .seamless-steps--section .seamless-slider {
    padding-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .seamless-steps--section .seamless-slider {
    padding-top: 0;
  }
}
.seamless-steps--section .step-layout {
  background: url(/wp-content/themes/goftx/dist/images/seamless-slider-bg.png) no-repeat center;
  position: relative;
}
@media (max-width: 990px) {
  .seamless-steps--section .step-layout {
    height: inherit;
    display: flex;
    flex-wrap: wrap;
  }
}
.seamless-steps--section .step-layout .step-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 400px;
  grid-row-gap: 40px;
  align-items: flex-start;
  border: 0;
}
@media (min-width: 1921px) {
  .seamless-steps--section .step-layout .step-column {
    grid-column-gap: 450px;
  }
}
@media (max-width: 1600px) {
  .seamless-steps--section .step-layout .step-column {
    grid-column-gap: 500px;
  }
}
@media (max-width: 1440px) {
  .seamless-steps--section .step-layout .step-column {
    grid-column-gap: 400px;
  }
}
@media (max-width: 1366px) {
  .seamless-steps--section .step-layout .step-column {
    grid-row-gap: 0px;
  }
}
@media (max-width: 1200px) {
  .seamless-steps--section .step-layout .step-column {
    grid-column-gap: 400px;
  }
}
@media (max-width: 1024px) {
  .seamless-steps--section .step-layout .step-column {
    grid-column-gap: 350px;
  }
}
@media (max-width: 990px) {
  .seamless-steps--section .step-layout .step-column {
    width: 100%;
    align-items: unset;
    position: unset;
    order: 1;
    grid-column-gap: 0;
    display: flex;
    max-width: 450px;
    margin: 0 auto;
    justify-content: center;
  }
  .seamless-steps--section .step-layout .step-column .slick-track {
    display: flex;
  }
  .seamless-steps--section .step-layout .step-column .slick-track .slide-content {
    height: auto;
    justify-content: flex-start;
  }
  .seamless-steps--section .step-layout .step-column .slick-dots {
    bottom: 0;
  }
}
.seamless-steps--section .step-layout .tab-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 990px) {
  .seamless-steps--section .step-layout .tab-content {
    position: unset;
    transform: unset;
    width: 100%;
    height: inherit;
    position: unset;
  }
}
.seamless-steps--section .step-layout .slide-content {
  border-radius: 20px;
  padding: 30px;
  margin: 40px 0;
  position: relative;
  border: 2px solid transparent;
  box-shadow: 5px 40px 30px -16px transparent;
  min-height: 215px;
  cursor: pointer;
}
.seamless-steps--section .step-layout .slide-content:nth-child(2), .seamless-steps--section .step-layout .slide-content:nth-child(4) {
  display: flex;
  justify-content: end;
  flex-direction: column;
}
@media (min-width: 1921px) {
  .seamless-steps--section .step-layout .slide-content {
    min-height: 240px;
  }
}
@media (max-width: 1600px) {
  .seamless-steps--section .step-layout .slide-content {
    min-height: 215px;
    margin: 30px 0;
  }
}
@media (max-width: 1440px) {
  .seamless-steps--section .step-layout .slide-content {
    min-height: 195px;
  }
}
@media (max-width: 1024px) {
  .seamless-steps--section .step-layout .slide-content {
    min-height: 230px;
    padding: 20px;
  }
}
@media (max-width: 990px) {
  .seamless-steps--section .step-layout .slide-content {
    min-height: inherit;
    padding: 20px;
    margin: 30px 15px;
    text-align: center;
    background: #ffffff;
    border-color: #007FCA;
    box-shadow: 5px 10px 10px -5px rgba(0, 0, 0, 0.05);
  }
}
.seamless-steps--section .step-layout .slide-content.active {
  background: #ffffff;
  border-color: #007FCA;
  box-shadow: 5px 40px 30px -16px rgba(0, 0, 0, 0.05);
}
.seamless-steps--section .step-layout .slide-content .slide-count {
  position: absolute;
  top: -20px;
}
@media (max-width: 990px) {
  .seamless-steps--section .step-layout .slide-content .slide-count {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.seamless-steps--section .step-layout .slide-content .heading-27, .seamless-steps--section .step-layout .slide-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .seamless-steps--section .step-layout .slide-content .pro-title, .seamless-steps--section .step-layout .slide-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .seamless-steps--section .step-layout .slide-content h3, .seamless-steps--section .step-layout .slide-content .recent-article .most-recent_title a, .seamless-steps--section .step-layout .slide-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .seamless-steps--section .step-layout .slide-content .recent-library .most-recent_title a, .recent-article .most-recent_title .seamless-steps--section .step-layout .slide-content a, .recent-library_section .recent-library .most-recent_title .seamless-steps--section .step-layout .slide-content a, .seamless-steps--section .step-layout .slide-content .recent-article .most-recent_title, .seamless-steps--section .step-layout .slide-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .seamless-steps--section .step-layout .slide-content .recent-library .most-recent_title, .recent-article .seamless-steps--section .step-layout .slide-content .most-recent_title, .recent-library_section .recent-library .seamless-steps--section .step-layout .slide-content .most-recent_title, .seamless-steps--section .step-layout .slide-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .seamless-steps--section .step-layout .slide-content .agreements-block-title, .seamless-steps--section .step-layout .slide-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .seamless-steps--section .step-layout .slide-content a, .seamless-steps--section .step-layout .slide-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .seamless-steps--section .step-layout .slide-content a {
  margin: 20px 0 10px;
}
.seamless-steps--section .step-layout .step-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.seamless-steps--section .step-layout .step-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  max-width: 350px;
}
@media (min-width: 1921px) {
  .seamless-steps--section .step-layout .step-image img {
    max-width: 400px;
  }
}
@media (max-width: 1440px) {
  .seamless-steps--section .step-layout .step-image img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .seamless-steps--section .step-layout .step-image img {
    max-width: 200px;
  }
}

.av-new--feature {
  background: #c8e8f5;
}
.av-new--feature .container {
  max-width: 1700px;
}
@media (min-width: 1921px) {
  .av-new--feature .container {
    max-width: 1920px;
  }
}
@media (max-width: 1600px) {
  .av-new--feature .container {
    max-width: 1370px;
  }
}
@media (max-width: 1440px) {
  .av-new--feature .container {
    max-width: 1260px;
  }
}
.av-new--feature .faster-convenient .faster-convenient--image img {
  border-radius: 25px;
}
@media (max-width: 991px) {
  .av-new--feature .faster-convenient .faster-convenient--image img {
    max-width: 450px;
    margin: 0 auto 20px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.av-new--feature .faster-convenient .faster-convenient--block {
  padding-left: 90px;
  max-width: 760px;
}
@media (min-width: 1921px) {
  .av-new--feature .faster-convenient .faster-convenient--block {
    padding-left: 50px;
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .av-new--feature .faster-convenient .faster-convenient--block {
    padding-left: 40px;
  }
}
@media (max-width: 1440px) {
  .av-new--feature .faster-convenient .faster-convenient--block {
    max-width: 95%;
  }
}
@media (max-width: 1200px) {
  .av-new--feature .faster-convenient .faster-convenient--block {
    padding-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .av-new--feature .faster-convenient .faster-convenient--block {
    padding-left: 0;
    text-align: center;
  }
}
.av-new--feature .faster-convenient .faster-convenient--block .heading-27, .av-new--feature .faster-convenient .faster-convenient--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .av-new--feature .faster-convenient .faster-convenient--block .pro-title, .av-new--feature .faster-convenient .faster-convenient--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .av-new--feature .faster-convenient .faster-convenient--block h3, .av-new--feature .faster-convenient .faster-convenient--block .recent-article .most-recent_title a, .av-new--feature .faster-convenient .faster-convenient--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .av-new--feature .faster-convenient .faster-convenient--block .recent-library .most-recent_title a, .recent-article .most-recent_title .av-new--feature .faster-convenient .faster-convenient--block a, .recent-library_section .recent-library .most-recent_title .av-new--feature .faster-convenient .faster-convenient--block a, .av-new--feature .faster-convenient .faster-convenient--block .recent-article .most-recent_title, .av-new--feature .faster-convenient .faster-convenient--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .av-new--feature .faster-convenient .faster-convenient--block .recent-library .most-recent_title, .recent-article .av-new--feature .faster-convenient .faster-convenient--block .most-recent_title, .recent-library_section .recent-library .av-new--feature .faster-convenient .faster-convenient--block .most-recent_title, .av-new--feature .faster-convenient .faster-convenient--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .av-new--feature .faster-convenient .faster-convenient--block .agreements-block-title, .av-new--feature .faster-convenient .faster-convenient--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .av-new--feature .faster-convenient .faster-convenient--block a, .av-new--feature .faster-convenient .faster-convenient--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .av-new--feature .faster-convenient .faster-convenient--block a {
  margin-bottom: 15px;
  font-weight: 600;
}
.av-new--feature .faster-convenient .faster-convenient--block .heading-27 em, .av-new--feature .faster-convenient .faster-convenient--block .hardware-product-section .hardware-product-row .hard-box .pro-title em, .hardware-product-section .hardware-product-row .hard-box .av-new--feature .faster-convenient .faster-convenient--block .pro-title em, .av-new--feature .faster-convenient .faster-convenient--block .pos-solutions .pos-solutions_block .pos-solutions_data h3 em, .pos-solutions .pos-solutions_block .pos-solutions_data .av-new--feature .faster-convenient .faster-convenient--block h3 em, .recent-article .most-recent_title .av-new--feature .faster-convenient .faster-convenient--block a em, .recent-library_section .recent-library .most-recent_title .av-new--feature .faster-convenient .faster-convenient--block a em, .av-new--feature .faster-convenient .faster-convenient--block .recent-article .most-recent_title em, .av-new--feature .faster-convenient .faster-convenient--block .recent-library_section .recent-library .most-recent_title em, .recent-library_section .av-new--feature .faster-convenient .faster-convenient--block .recent-library .most-recent_title em, .recent-article .av-new--feature .faster-convenient .faster-convenient--block .most-recent_title em, .recent-library_section .recent-library .av-new--feature .faster-convenient .faster-convenient--block .most-recent_title em, .av-new--feature .faster-convenient .faster-convenient--block .agreements-content.row .agreements-block-content .agreements-block-title em, .agreements-content.row .agreements-block-content .av-new--feature .faster-convenient .faster-convenient--block .agreements-block-title em, .av-new--feature .faster-convenient .faster-convenient--block .support-block .support-brand--block .support-block--data .support-block--heading a em, .support-block .support-brand--block .support-block--data .support-block--heading .av-new--feature .faster-convenient .faster-convenient--block a em, .av-new--feature .faster-convenient .faster-convenient--block .pos-modern-retail--section .pos-modern-retail--link li a em, .pos-modern-retail--section .pos-modern-retail--link li .av-new--feature .faster-convenient .faster-convenient--block a em {
  color: #2568B9;
}

@media (max-width: 991px) {
  .hands-free--section.section-space {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hands-free--section.section-space {
    padding-bottom: 0;
  }
}
.hands-free--section .h-step-2 .hands-free--image img {
  position: relative;
  left: -10px;
}
.hands-free--section .hands-free--title .heading-27, .hands-free--section .hands-free--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .hands-free--section .hands-free--title .pro-title, .hands-free--section .hands-free--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .hands-free--section .hands-free--title h3, .hands-free--section .hands-free--title .recent-article .most-recent_title a, .hands-free--section .hands-free--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .hands-free--section .hands-free--title .recent-library .most-recent_title a, .recent-article .most-recent_title .hands-free--section .hands-free--title a, .recent-library_section .recent-library .most-recent_title .hands-free--section .hands-free--title a, .hands-free--section .hands-free--title .recent-article .most-recent_title, .hands-free--section .hands-free--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .hands-free--section .hands-free--title .recent-library .most-recent_title, .recent-article .hands-free--section .hands-free--title .most-recent_title, .recent-library_section .recent-library .hands-free--section .hands-free--title .most-recent_title, .hands-free--section .hands-free--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .hands-free--section .hands-free--title .agreements-block-title, .hands-free--section .hands-free--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .hands-free--section .hands-free--title a, .hands-free--section .hands-free--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .hands-free--section .hands-free--title a {
  margin: 20px 0;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .hands-free--section .hands-free--title .heading-27, .hands-free--section .hands-free--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .hands-free--section .hands-free--title .pro-title, .hands-free--section .hands-free--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .hands-free--section .hands-free--title h3, .hands-free--section .hands-free--title .recent-article .most-recent_title a, .hands-free--section .hands-free--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .hands-free--section .hands-free--title .recent-library .most-recent_title a, .recent-article .most-recent_title .hands-free--section .hands-free--title a, .recent-library_section .recent-library .most-recent_title .hands-free--section .hands-free--title a, .hands-free--section .hands-free--title .recent-article .most-recent_title, .hands-free--section .hands-free--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .hands-free--section .hands-free--title .recent-library .most-recent_title, .recent-article .hands-free--section .hands-free--title .most-recent_title, .recent-library_section .recent-library .hands-free--section .hands-free--title .most-recent_title, .hands-free--section .hands-free--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .hands-free--section .hands-free--title .agreements-block-title, .hands-free--section .hands-free--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .hands-free--section .hands-free--title a, .hands-free--section .hands-free--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .hands-free--section .hands-free--title a {
    margin: 20px 0 0;
  }
}
@media (max-width: 1440px) {
  .hands-free--section .hands-free--title .heading-27, .hands-free--section .hands-free--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .hands-free--section .hands-free--title .pro-title, .hands-free--section .hands-free--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .hands-free--section .hands-free--title h3, .hands-free--section .hands-free--title .recent-article .most-recent_title a, .hands-free--section .hands-free--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .hands-free--section .hands-free--title .recent-library .most-recent_title a, .recent-article .most-recent_title .hands-free--section .hands-free--title a, .recent-library_section .recent-library .most-recent_title .hands-free--section .hands-free--title a, .hands-free--section .hands-free--title .recent-article .most-recent_title, .hands-free--section .hands-free--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .hands-free--section .hands-free--title .recent-library .most-recent_title, .recent-article .hands-free--section .hands-free--title .most-recent_title, .recent-library_section .recent-library .hands-free--section .hands-free--title .most-recent_title, .hands-free--section .hands-free--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .hands-free--section .hands-free--title .agreements-block-title, .hands-free--section .hands-free--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .hands-free--section .hands-free--title a, .hands-free--section .hands-free--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .hands-free--section .hands-free--title a {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .hands-free--section .hands-free--title .heading-27, .hands-free--section .hands-free--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .hands-free--section .hands-free--title .pro-title, .hands-free--section .hands-free--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .hands-free--section .hands-free--title h3, .hands-free--section .hands-free--title .recent-article .most-recent_title a, .hands-free--section .hands-free--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .hands-free--section .hands-free--title .recent-library .most-recent_title a, .recent-article .most-recent_title .hands-free--section .hands-free--title a, .recent-library_section .recent-library .most-recent_title .hands-free--section .hands-free--title a, .hands-free--section .hands-free--title .recent-article .most-recent_title, .hands-free--section .hands-free--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .hands-free--section .hands-free--title .recent-library .most-recent_title, .recent-article .hands-free--section .hands-free--title .most-recent_title, .recent-library_section .recent-library .hands-free--section .hands-free--title .most-recent_title, .hands-free--section .hands-free--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .hands-free--section .hands-free--title .agreements-block-title, .hands-free--section .hands-free--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .hands-free--section .hands-free--title a, .hands-free--section .hands-free--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .hands-free--section .hands-free--title a {
    margin: 20px 0 0;
  }
}
@media (max-width: 1199px) {
  .hands-free--section div[class*=col-]:nth-child(1), .hands-free--section div[class*=col-]:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hands-free--section div[class*=col-]:nth-child(1), .hands-free--section div[class*=col-]:nth-child(2), .hands-free--section div[class*=col-]:nth-child(3), .hands-free--section div[class*=col-]:nth-child(4) {
    margin-bottom: 40px;
  }
}
.hands-free--section .hands-free--block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px 30px 20px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.hands-free--section .hands-free--block::before {
  content: "";
  background: linear-gradient(180deg, #C8E8F5 0%, #FFF 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 115px;
  width: 100%;
  height: calc(100% - 115px);
  box-shadow: 5px 40px 30px -16px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  z-index: 0;
}
.hands-free--section .hands-free--block .hands-free--image {
  position: relative;
  z-index: 1;
}
.hands-free--section .hands-free--block .hands-free--image img {
  width: auto;
  height: 320px;
}
@media (max-width: 1440px) {
  .hands-free--section .hands-free--block .hands-free--image img {
    height: 280px;
  }
}
.hands-free--section .hands-free--block .hands-free--image::before {
  content: "";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
  animation: zoomPulse 4s ease-in-out infinite;
}
@media (max-width: 1440px) {
  .hands-free--section .hands-free--block .hands-free--image::before {
    height: 250px;
  }
}
@media (max-width: 1366px) {
  .hands-free--section .hands-free--block .hands-free--image::before {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .hands-free--section .hands-free--block .hands-free--image::before {
    content: none;
  }
}
.hands-free--section .hands-free--block .hands-free--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.hands-free--section .hands-free--block .hands-free--content .heading-22, .hands-free--section .hands-free--block .hands-free--content .cta-menu--section .menu-title, .cta-menu--section .hands-free--section .hands-free--block .hands-free--content .menu-title, .hands-free--section .hands-free--block .hands-free--content .cta-menu--section ul li a, .cta-menu--section ul li .hands-free--section .hands-free--block .hands-free--content a {
  margin: 20px 0 10px 0;
  color: #2568B9 !important;
}
.hands-free--section .hands-free--block .hands-free--content .description, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .hands-free--section .hands-free--block .hands-free--content .page-numbers, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .hands-free--section .hands-free--block .hands-free--content .content, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hands-free--section .hands-free--block .hands-free--content .latest-post-title, .hands-free--section .hands-free--block .hands-free--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hands-free--section .hands-free--block .hands-free--content a.dropdown-item {
  margin: 0;
  min-height: 150px;
}
@media (min-width: 1921px) {
  .hands-free--section .hands-free--block .hands-free--content .description, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .hands-free--section .hands-free--block .hands-free--content .page-numbers, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .hands-free--section .hands-free--block .hands-free--content .content, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hands-free--section .hands-free--block .hands-free--content .latest-post-title, .hands-free--section .hands-free--block .hands-free--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hands-free--section .hands-free--block .hands-free--content a.dropdown-item {
    min-height: 225px;
  }
}
@media (max-width: 1024px) {
  .hands-free--section .hands-free--block .hands-free--content .description, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .hands-free--section .hands-free--block .hands-free--content .page-numbers, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .hands-free--section .hands-free--block .hands-free--content .content, .hands-free--section .hands-free--block .hands-free--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hands-free--section .hands-free--block .hands-free--content .latest-post-title, .hands-free--section .hands-free--block .hands-free--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hands-free--section .hands-free--block .hands-free--content a.dropdown-item {
    min-height: 105px;
  }
}
@media (max-width: 767px) {
  .hands-free--section .hands-free--slider .slick-track {
    display: flex;
  }
  .hands-free--section .hands-free--slider .slick-slide {
    margin: 0 15px 40px;
    height: 0 !important;
  }
  .hands-free--section .hands-free--slider .slick-slide.slick-active {
    height: 100% !important;
  }
  .hands-free--section .hands-free--slider .slick-slide .hands-free--block {
    flex-direction: unset;
  }
  .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content .description, .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content .page-numbers, .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content .content, .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content .latest-post-title, .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hands-free--section .hands-free--slider .slick-slide .hands-free--block .hands-free--content a.dropdown-item {
    margin: 0;
    min-height: inherit !important;
  }
  .hands-free--section .hands-free--slider .slick-dots {
    bottom: 0;
  }
}

@keyframes zoomPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .queue-feature--section.section-space {
    padding-bottom: 0;
  }
}
.queue-feature--section .section-title--medium.mb-30 {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .queue-feature--section .section-title--medium.mb-30 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .queue-feature--section .section-title--medium.mb-30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .queue-feature--section .section-title--medium.mb-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .queue-feature--section .col-xl-3.col-md-6 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .queue-feature--section .queue-feature--slider .slick-track {
    display: flex;
  }
  .queue-feature--section .queue-feature--slider .slick-slide {
    margin: 0 15px 13px;
    height: auto;
  }
  .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .heading-22, .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .cta-menu--section .menu-title, .cta-menu--section .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .menu-title, .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .cta-menu--section ul li a, .cta-menu--section ul li .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits a {
    margin: 15px 0;
    min-height: inherit;
  }
  .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .description, .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .page-numbers, .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .content, .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .latest-post-title, .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .queue-feature--section .queue-feature--slider .slick-slide .queue-feature--benefits a.dropdown-item {
    min-height: inherit;
    margin: 0;
  }
  .queue-feature--section .queue-feature--slider .slick-dots {
    bottom: -30px;
  }
}
.queue-feature--section .queue-feature--benefits {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px 20px;
  text-align: center;
  height: 100%;
}
.queue-feature--section .queue-feature--benefits:before {
  content: "";
  border-radius: 20px;
  background: linear-gradient(180deg, #C8E8F5 15.93%, #FFF 100%);
  box-shadow: 5px 40px 30px -16px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: block;
  width: 100%;
  height: calc(100% - 15px);
  text-align: center;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 0;
}
.queue-feature--section .queue-feature--benefits .queue-feature--content {
  position: relative;
}
.queue-feature--section .queue-feature--benefits .queue-feature--content .heading-22, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section .menu-title, .cta-menu--section .queue-feature--section .queue-feature--benefits .queue-feature--content .menu-title, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section ul li a, .cta-menu--section ul li .queue-feature--section .queue-feature--benefits .queue-feature--content a {
  margin: 40px 0 10px;
  color: #2568B9 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  .queue-feature--section .queue-feature--benefits .queue-feature--content .heading-22, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section .menu-title, .cta-menu--section .queue-feature--section .queue-feature--benefits .queue-feature--content .menu-title, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section ul li a, .cta-menu--section ul li .queue-feature--section .queue-feature--benefits .queue-feature--content a {
    min-height: 80px;
  }
}
@media (max-width: 1440px) {
  .queue-feature--section .queue-feature--benefits .queue-feature--content .heading-22, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section .menu-title, .cta-menu--section .queue-feature--section .queue-feature--benefits .queue-feature--content .menu-title, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section ul li a, .cta-menu--section ul li .queue-feature--section .queue-feature--benefits .queue-feature--content a {
    margin: 30px 0 10px;
  }
}
.queue-feature--section .queue-feature--benefits .queue-feature--content .description, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .queue-feature--section .queue-feature--benefits .queue-feature--content .page-numbers, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--benefits .queue-feature--content .content, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--benefits .queue-feature--content .latest-post-title, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .queue-feature--section .queue-feature--benefits .queue-feature--content a.dropdown-item {
  min-height: 120px;
  margin: 0;
}
@media (max-width: 1600px) {
  .queue-feature--section .queue-feature--benefits .queue-feature--content .description, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .queue-feature--section .queue-feature--benefits .queue-feature--content .page-numbers, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--benefits .queue-feature--content .content, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--benefits .queue-feature--content .latest-post-title, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .queue-feature--section .queue-feature--benefits .queue-feature--content a.dropdown-item {
    min-height: 180px;
  }
}
@media (max-width: 1024px) {
  .queue-feature--section .queue-feature--benefits .queue-feature--content .description, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .queue-feature--section .queue-feature--benefits .queue-feature--content .page-numbers, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--benefits .queue-feature--content .content, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--benefits .queue-feature--content .latest-post-title, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .queue-feature--section .queue-feature--benefits .queue-feature--content a.dropdown-item {
    min-height: 100px;
  }
}
@media (min-width: 1921px) {
  .queue-feature--section .queue-feature--benefits .queue-feature--content .description, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .queue-feature--section .queue-feature--benefits .queue-feature--content .page-numbers, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--benefits .queue-feature--content .content, .queue-feature--section .queue-feature--benefits .queue-feature--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .queue-feature--section .queue-feature--benefits .queue-feature--content .latest-post-title, .queue-feature--section .queue-feature--benefits .queue-feature--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .queue-feature--section .queue-feature--benefits .queue-feature--content a.dropdown-item {
    min-height: 225px;
  }
}
.queue-feature--section .queue-feature--benefits .queue-feature--content .animation-json {
  width: 56px;
}
.queue-feature--section .queue-feature--benefits .queue-feature--image {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.queue-feature--section .queue-feature--benefits .queue-feature--image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(236, 245, 249, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: -1;
}

.save-cost-calculation {
  background: linear-gradient(180deg, #FFF 7.79%, #ECFAFF 40.97%, #FFF 71.7%);
}

@media (max-width: 767px) {
  #ScanDataVideo iframe, #AVFeatureUrl {
    height: auto;
    min-height: 190px;
  }
}
.cta--section .container {
  max-width: 1150px;
}
@media (min-width: 1921px) {
  .cta--section .container {
    max-width: 1350px;
  }
}
.cta--section .cta--bg {
  background: url(/wp-content/themes/goftx/dist/images/calculator-bg.png) no-repeat center;
  background-size: cover;
  padding: 40px 35px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cta--section .cta--bg {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cta--section .cta--bg {
    padding: 30px;
  }
}
.cta--section .cta--bg .cta--content .section-title--medium, .cta--section .cta--bg .cta--content .description, .cta--section .cta--bg .cta--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cta--section .cta--bg .cta--content .page-numbers, .cta--section .cta--bg .cta--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cta--section .cta--bg .cta--content .content, .cta--section .cta--bg .cta--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cta--section .cta--bg .cta--content .latest-post-title, .cta--section .cta--bg .cta--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cta--section .cta--bg .cta--content a.dropdown-item {
  color: #ffffff !important;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .cta--section .cta--bg .cta--content .section-title--medium, .cta--section .cta--bg .cta--content .description, .cta--section .cta--bg .cta--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cta--section .cta--bg .cta--content .page-numbers, .cta--section .cta--bg .cta--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cta--section .cta--bg .cta--content .content, .cta--section .cta--bg .cta--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cta--section .cta--bg .cta--content .latest-post-title, .cta--section .cta--bg .cta--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cta--section .cta--bg .cta--content a.dropdown-item {
    margin-bottom: 30px;
  }
}
.cta--section .cta--bg .cta--content .btn-blue-outline {
  background: #ffffff;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .cta--section .cta--bg .cta--content .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}
.cta--section .cta--bg .cta--content .btn-blue-outline:hover {
  color: #ffffff;
}

html[lang=es-ES] .av-industry--serve.pos-modern-retail--section.built-retail-main .pos-modern-retail--link {
  max-width: 100%;
}
@media (max-width: 991px) {
  html[lang=es-ES] .scan-data--compliance .scan-data--image .btn-blue, html[lang=es-ES] .scan-data--compliance .scan-data--image .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .scan-data--compliance .scan-data--image .nav-link, html[lang=es-ES] .scan-data--compliance .scan-data--image .btn-blue-outline, html[lang=es-ES] .scan-data--compliance .scan-data--image .cta-green {
    padding: 10px;
    font-size: 17px;
  }
}
html[lang=es-ES] .age-verification--solutions.retail-pos.pos-management.img-first .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .age-verification--solutions.retail-pos.pos-management.img-first .container {
    max-width: 1500px;
  }
}

.retail-suite-graphic-design-tool .btn-blue, .retail-suite-graphic-design-tool .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .retail-suite-graphic-design-tool .nav-link, .retail-suite-graphic-design-tool .btn-blue-outline, .retail-suite-graphic-design-tool .cta-green {
  background: #F37530;
  border-color: #F37530;
}
.retail-suite-graphic-design-tool .btn-blue:hover, .retail-suite-graphic-design-tool .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .retail-suite-graphic-design-tool .nav-link:hover, .retail-suite-graphic-design-tool .btn-blue-outline:hover, .retail-suite-graphic-design-tool .cta-green:hover {
  background: #ffffff;
  color: #F37530;
}
.retail-suite-graphic-design-tool .btn-blue-outline {
  background: transparent;
  border-color: #F37530;
  color: #F37530;
}
.retail-suite-graphic-design-tool .btn-blue-outline:hover {
  background: #F37530;
  color: #ffffff;
}
.retail-suite-graphic-design-tool .arrow-link {
  color: #F37530;
}
.retail-suite-graphic-design-tool .arrow-link span svg path {
  stroke: #F37530;
}
.retail-suite-graphic-design-tool .section-title--medium {
  font-weight: 700;
  color: #1A244B;
}
.retail-suite-graphic-design-tool .section-title--medium span {
  font-weight: 400;
  color: #F37530;
}
.retail-suite-graphic-design-tool p, .retail-suite-graphic-design-tool .description, .retail-suite-graphic-design-tool .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .retail-suite-graphic-design-tool .page-numbers, .retail-suite-graphic-design-tool .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .retail-suite-graphic-design-tool .content, .retail-suite-graphic-design-tool .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .retail-suite-graphic-design-tool .latest-post-title, .retail-suite-graphic-design-tool .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .retail-suite-graphic-design-tool a.dropdown-item {
  color: #1E1C37;
}

.adpro-banner--section .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .adpro-banner--section .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .adpro-banner--section .container-fluid {
    padding: 0 15px;
  }
}
.adpro-banner--section .adpro-banner--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .adpro-banner--section .adpro-banner--row {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .adpro-banner--section .adpro-banner--row {
    flex-wrap: wrap;
  }
}
.adpro-banner--section .banner-content {
  padding-left: calc((100% - 1300px) / 2);
  max-width: 60%;
  width: 100%;
}
.adpro-banner--section .banner-content .header-h1 {
  color: #1A244B;
}
.adpro-banner--section .banner-content .header-h1 span {
  font-weight: 400;
  color: #F37530;
}
.adpro-banner--section .banner-content .description, .adpro-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .adpro-banner--section .banner-content .page-numbers, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .content, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .latest-post-title, .adpro-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .adpro-banner--section .banner-content a.dropdown-item {
  margin: 20px 0;
  max-width: 60%;
  color: #000000;
}
@media (min-width: 1921px) {
  .adpro-banner--section .banner-content .description, .adpro-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .adpro-banner--section .banner-content .page-numbers, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .content, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .latest-post-title, .adpro-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .adpro-banner--section .banner-content a.dropdown-item {
    max-width: 75%;
  }
}
@media (max-width: 1600px) {
  .adpro-banner--section .banner-content .description, .adpro-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .adpro-banner--section .banner-content .page-numbers, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .content, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .latest-post-title, .adpro-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .adpro-banner--section .banner-content a.dropdown-item {
    max-width: 65%;
  }
}
@media (max-width: 1200px) {
  .adpro-banner--section .banner-content .description, .adpro-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .adpro-banner--section .banner-content .page-numbers, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .content, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .latest-post-title, .adpro-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .adpro-banner--section .banner-content a.dropdown-item {
    max-width: 80%;
  }
}
@media (max-width: 1280px) {
  .adpro-banner--section .banner-content .description, .adpro-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .adpro-banner--section .banner-content .page-numbers, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .content, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .latest-post-title, .adpro-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .adpro-banner--section .banner-content a.dropdown-item {
    max-width: 100%;
  }
}
.adpro-banner--section .banner-content .arrow-link {
  margin-left: 20px;
}
@media (min-width: 1921px) {
  .adpro-banner--section .banner-content {
    max-width: 55%;
  }
}
@media (max-width: 1600px) {
  .adpro-banner--section .banner-content {
    padding-left: calc((100% - 1200px) / 2);
    max-width: 55%;
  }
}
@media (max-width: 1280px) {
  .adpro-banner--section .banner-content {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .adpro-banner--section .banner-content {
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
  .adpro-banner--section .banner-content .description, .adpro-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .adpro-banner--section .banner-content .page-numbers, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .content, .adpro-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-banner--section .banner-content .latest-post-title, .adpro-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .adpro-banner--section .banner-content a.dropdown-item {
    max-width: 100%;
  }
  .adpro-banner--section .banner-content .arrow-link {
    margin: 0 auto 0 20px;
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .adpro-banner--section .banner-content .arrow-link {
    width: 100%;
    margin: 20px auto 0;
  }
}
.adpro-banner--section .banner-image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .adpro-banner--section .banner-image {
    margin: 30px auto 0;
  }
  .adpro-banner--section .banner-image img {
    max-width: 500px;
    width: 100%;
  }
}

.vision-section {
  background: #540046;
}
.vision-section.section-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1921px) {
  .vision-section.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .vision-section.section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.vision-section .container {
  max-width: 1220px;
}
@media (min-width: 1921px) {
  .vision-section .container {
    max-width: 1460px;
  }
}
@media (max-width: 1440px) {
  .vision-section .container {
    max-width: 1100px;
  }
}
.vision-section .vision-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .vision-section .vision-block {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .vision-section .vision-block {
    flex-wrap: wrap;
  }
}
.vision-section .vision-block .vision-logo {
  padding-right: 80px;
}
.vision-section .vision-block .vision-logo img {
  height: 80px;
}
@media (max-width: 1024px) {
  .vision-section .vision-block .vision-logo {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .vision-section .vision-block .vision-logo img {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .vision-section .vision-block .vision-logo {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.vision-section .vision-block .vision-content h2.section-title--medium {
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}
.vision-section .vision-block .vision-content p.section-title--medium {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 575px) {
  .vision-section .vision-block .vision-content {
    text-align: center;
  }
}

.edit-design--section {
  background: #FEDDD3;
}
.edit-design--section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .edit-design--section .container {
    max-width: 1360px;
  }
}

.easy-design--section.faster-inventory--section {
  background: #FEDDD3;
}
@media (min-width: 1921px) {
  .easy-design--section.faster-inventory--section .container {
    max-width: 1450px;
  }
  .easy-design--section.faster-inventory--section .container .col-lg-6 {
    width: 50% !important;
  }
}
@media (max-width: 1440px) {
  .easy-design--section.faster-inventory--section .container {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .easy-design--section.faster-inventory--section .faster-inventory-image img {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .easy-design--section.faster-inventory--section .faster-inventory-image img {
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.easy-design--section.faster-inventory--section .faster-mobile-image .faster-image {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
}
.easy-design--section.faster-inventory--section .faster-inventory-content {
  max-width: 90%;
}
@media (min-width: 1921px) {
  .easy-design--section.faster-inventory--section .faster-inventory-content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .easy-design--section.faster-inventory--section .faster-inventory-content {
    max-width: 100%;
  }
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card {
  margin: 0 0 35px 0;
}
@media (max-width: 1440px) {
  .easy-design--section.faster-inventory--section .faster-inventory-content .card {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 991px) {
  .easy-design--section.faster-inventory--section .faster-inventory-content .card {
    margin: 0 0 15px 0;
  }
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header {
  padding: 0;
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header button {
  color: #ffffff;
  padding: 15px 50px 15px 30px;
  border: 3px solid #ffffff;
  background-color: #F37530;
  border-radius: 15px;
}
@media (min-width: 1921px) {
  .easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header button {
    padding: 15px 55px 15px 30px;
  }
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header button svg {
  position: absolute;
  right: 25px;
  width: 25px;
}
@media (max-width: 991px) {
  .easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header button svg {
    top: 13px;
  }
}
@media (min-width: 1921px) {
  .easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header button svg {
    right: 27px;
  }
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header button[aria-expanded=true] {
  border-radius: 15px 15px 0px 0px;
  background: #540046;
  border-bottom: 0;
  border-color: #F37530;
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header button[aria-expanded=true] svg {
  transform: rotate(45deg);
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card .card-header button[aria-expanded=true] svg path {
  fill: #f37570;
  stroke: #f37570;
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card .card-body {
  border-radius: 0 0 15px 15px;
  border: 3px solid #F37530;
  border-top: 0;
  padding: 15px 30px 20px;
}
.easy-design--section.faster-inventory--section .faster-inventory-content .card .card-body p {
  color: #1A244B;
}

.edit-anywhere--section .edit-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
@media (max-width: 1440px) {
  .edit-anywhere--section .edit-row {
    max-width: 870px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .edit-anywhere--section .edit-row {
    max-width: 100%;
  }
}
.edit-anywhere--section .edit-block {
  max-width: 500px;
  width: 100%;
  padding: 10px 40px;
}
@media (min-width: 1921px) {
  .edit-anywhere--section .edit-block {
    max-width: 640px;
  }
}
@media (max-width: 1440px) {
  .edit-anywhere--section .edit-block {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .edit-anywhere--section .edit-block {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .edit-anywhere--section .edit-block {
    max-width: 100%;
    padding: 0;
  }
}
.edit-anywhere--section .edit-block + .edit-block {
  border-left: 4px solid #540046;
}
@media (max-width: 768px) {
  .edit-anywhere--section .edit-block + .edit-block {
    border-top: 4px solid #540046;
    border-left: 0;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.edit-anywhere--section .edit-block .heading-27, .edit-anywhere--section .edit-block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .edit-anywhere--section .edit-block .pro-title, .edit-anywhere--section .edit-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .edit-anywhere--section .edit-block h3, .edit-anywhere--section .edit-block .recent-article .most-recent_title a, .edit-anywhere--section .edit-block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .edit-anywhere--section .edit-block .recent-library .most-recent_title a, .recent-article .most-recent_title .edit-anywhere--section .edit-block a, .recent-library_section .recent-library .most-recent_title .edit-anywhere--section .edit-block a, .edit-anywhere--section .edit-block .recent-article .most-recent_title, .edit-anywhere--section .edit-block .recent-library_section .recent-library .most-recent_title, .recent-library_section .edit-anywhere--section .edit-block .recent-library .most-recent_title, .recent-article .edit-anywhere--section .edit-block .most-recent_title, .recent-library_section .recent-library .edit-anywhere--section .edit-block .most-recent_title, .edit-anywhere--section .edit-block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .edit-anywhere--section .edit-block .agreements-block-title, .edit-anywhere--section .edit-block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .edit-anywhere--section .edit-block a, .edit-anywhere--section .edit-block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .edit-anywhere--section .edit-block a {
  color: #F37530;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .edit-anywhere--section .edit-block .heading-27, .edit-anywhere--section .edit-block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .edit-anywhere--section .edit-block .pro-title, .edit-anywhere--section .edit-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .edit-anywhere--section .edit-block h3, .edit-anywhere--section .edit-block .recent-article .most-recent_title a, .edit-anywhere--section .edit-block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .edit-anywhere--section .edit-block .recent-library .most-recent_title a, .recent-article .most-recent_title .edit-anywhere--section .edit-block a, .recent-library_section .recent-library .most-recent_title .edit-anywhere--section .edit-block a, .edit-anywhere--section .edit-block .recent-article .most-recent_title, .edit-anywhere--section .edit-block .recent-library_section .recent-library .most-recent_title, .recent-library_section .edit-anywhere--section .edit-block .recent-library .most-recent_title, .recent-article .edit-anywhere--section .edit-block .most-recent_title, .recent-library_section .recent-library .edit-anywhere--section .edit-block .most-recent_title, .edit-anywhere--section .edit-block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .edit-anywhere--section .edit-block .agreements-block-title, .edit-anywhere--section .edit-block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .edit-anywhere--section .edit-block a, .edit-anywhere--section .edit-block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .edit-anywhere--section .edit-block a {
    margin-bottom: 15px;
  }
}
.edit-anywhere--section .edit-block .description, .edit-anywhere--section .edit-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .edit-anywhere--section .edit-block .page-numbers, .edit-anywhere--section .edit-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .edit-anywhere--section .edit-block .content, .edit-anywhere--section .edit-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .edit-anywhere--section .edit-block .latest-post-title, .edit-anywhere--section .edit-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .edit-anywhere--section .edit-block a.dropdown-item {
  color: #1A244B;
  margin: 0;
}

.seasonal-templates--section .container-fluid {
  padding: 0;
}
.seasonal-templates--section .slick-track {
  display: flex !important;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .seasonal-templates--section .slick-track {
    gap: 0;
  }
}
.seasonal-templates--section .slick-dots {
  position: relative;
  bottom: 0;
  margin: 20px 0 0;
}
.seasonal-templates--section .slick-dots li button {
  background: #ffffff;
}
.seasonal-templates--section .slick-dots li.slick-active button {
  background: #1C244A;
}
.seasonal-templates--section .images-inner {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-shadow: unset;
  height: 0px !important;
}
.seasonal-templates--section .images-inner.slick-active {
  height: 100% !important;
}
@media (max-width: 768px) {
  .seasonal-templates--section .images-inner {
    margin: 0 15px;
  }
}
.seasonal-templates--section .images-inner img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.seasonal-templates--section .images-inner.slick-current.slick-center {
  gap: 45px;
}
@media (max-width: 768px) {
  .seasonal-templates--section .images-inner.slick-current.slick-center {
    gap: 0;
  }
}
.seasonal-templates--section .images-inner.slick-current.slick-center img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .seasonal-templates--section .images-inner.slick-current.slick-center img {
    box-shadow: unset;
  }
}
.seasonal-templates--section .title-block {
  max-width: 700px;
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
}
@media (min-width: 1921px) {
  .seasonal-templates--section .title-block {
    max-width: 920px;
  }
}
.seasonal-templates--section .title-block .section-title--medium {
  font-weight: 700;
  margin-bottom: 20px;
}
.seasonal-templates--section .title-block .description, .seasonal-templates--section .title-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .seasonal-templates--section .title-block .page-numbers, .seasonal-templates--section .title-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .seasonal-templates--section .title-block .content, .seasonal-templates--section .title-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .seasonal-templates--section .title-block .latest-post-title, .seasonal-templates--section .title-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .seasonal-templates--section .title-block a.dropdown-item {
  color: #1A244B;
}

.easy-steps--section .container {
  max-width: 1130px;
}
@media (min-width: 1921px) {
  .easy-steps--section .container {
    max-width: 1350px;
  }
}
@media (max-width: 1440px) {
  .easy-steps--section .container {
    max-width: 1000px;
  }
}
.easy-steps--section .step-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 50px auto 0;
  position: relative;
  left: 17px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .easy-steps--section .step-row {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .easy-steps--section .step-row {
    left: 0;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
.easy-steps--section .step-image {
  width: 45%;
}
@media (max-width: 767px) {
  .easy-steps--section .step-image {
    width: 100%;
    max-width: 450px;
  }
}
.easy-steps--section .step-image img {
  width: 100%;
}
.easy-steps--section .step-content {
  border-radius: 0 15px 15px 0;
  border: 3px solid #F37530;
  background: #ffffff;
  position: relative;
  padding: 65px 0;
  width: 42%;
  border-left: 0;
  left: -20px;
  z-index: -1;
}
@media (min-width: 1921px) {
  .easy-steps--section .step-content {
    left: -40px;
    padding: 70px 0 70px 50px;
  }
}
@media (max-width: 1600px) {
  .easy-steps--section .step-content {
    left: -30px;
  }
}
@media (max-width: 1440px) {
  .easy-steps--section .step-content {
    padding: 60px 0 60px 40px;
  }
}
@media (max-width: 990px) {
  .easy-steps--section .step-content {
    width: 50%;
    padding: 40px 30px 30px 60px;
  }
}
@media (max-width: 767px) {
  .easy-steps--section .step-content {
    width: 100%;
    padding: 40px 30px 60px;
    left: 0;
    bottom: -35px;
    border-left: 3px solid #F37530;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    max-width: 450px;
    margin-top: 0;
    text-align: center;
  }
}
.easy-steps--section .step-content .step-data {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .easy-steps--section .step-content .step-data {
    max-width: 410px;
  }
}
@media (max-width: 767px) {
  .easy-steps--section .step-content .step-data {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.easy-steps--section .step-content .step-count {
  border-radius: 100px;
  border: 3px solid #F37530;
  background: #540046;
  color: #ffffff !important;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 40px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: -28px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .easy-steps--section .step-content .step-count {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
    top: -30px;
  }
}
@media (max-width: 1440px) {
  .easy-steps--section .step-content .step-count {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 990px) {
  .easy-steps--section .step-content .step-count {
    border: 2px solid #F37530;
    padding: 5px 30px;
    top: -20px;
  }
}
.easy-steps--section .step-content .heading-27, .easy-steps--section .step-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .easy-steps--section .step-content .pro-title, .easy-steps--section .step-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .easy-steps--section .step-content h3, .easy-steps--section .step-content .recent-article .most-recent_title a, .easy-steps--section .step-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .easy-steps--section .step-content .recent-library .most-recent_title a, .recent-article .most-recent_title .easy-steps--section .step-content a, .recent-library_section .recent-library .most-recent_title .easy-steps--section .step-content a, .easy-steps--section .step-content .recent-article .most-recent_title, .easy-steps--section .step-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .easy-steps--section .step-content .recent-library .most-recent_title, .recent-article .easy-steps--section .step-content .most-recent_title, .recent-library_section .recent-library .easy-steps--section .step-content .most-recent_title, .easy-steps--section .step-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .easy-steps--section .step-content .agreements-block-title, .easy-steps--section .step-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .easy-steps--section .step-content a, .easy-steps--section .step-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .easy-steps--section .step-content a {
  color: #F37530;
  margin: 45px 0 15px 0;
}
.easy-steps--section .step-content .description, .easy-steps--section .step-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .easy-steps--section .step-content .page-numbers, .easy-steps--section .step-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .easy-steps--section .step-content .content, .easy-steps--section .step-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .easy-steps--section .step-content .latest-post-title, .easy-steps--section .step-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .easy-steps--section .step-content a.dropdown-item {
  color: #1A244B;
  margin: 0;
}
.easy-steps--section .step-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .easy-steps--section .step-btn {
    margin-top: 30px;
  }
}

.adpro-features--section {
  background: #FEDDD3;
}
.adpro-features--section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .adpro-features--section .container {
    max-width: 1550px;
  }
}
@media (max-width: 1440px) {
  .adpro-features--section .container {
    max-width: 1030px;
  }
}
.adpro-features--section .row {
  margin-bottom: 30px;
}
.adpro-features--section .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .adpro-features--section .row {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .adpro-features--section .feature-images img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.adpro-features--section .feature-content {
  max-width: 500px;
  width: 100%;
}
@media (min-width: 1921px) {
  .adpro-features--section .feature-content {
    max-width: 680px;
  }
}
@media (max-width: 1440px) {
  .adpro-features--section .feature-content {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .adpro-features--section .feature-content {
    max-width: 500px;
    text-align: center;
    margin: 20px auto 0;
  }
  .adpro-features--section .feature-content .heading-36 br {
    display: none;
  }
}
.adpro-features--section .feature-content .heading-30 {
  color: #F37530;
  font-weight: 700;
  text-transform: uppercase;
}
.adpro-features--section .feature-content .description, .adpro-features--section .feature-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .adpro-features--section .feature-content .page-numbers, .adpro-features--section .feature-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-features--section .feature-content .content, .adpro-features--section .feature-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-features--section .feature-content .latest-post-title, .adpro-features--section .feature-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .adpro-features--section .feature-content a.dropdown-item {
  margin: 0;
  color: #1A244B;
}
@media (max-width: 768px) {
  .adpro-features--section .feature-content .description br, .adpro-features--section .feature-content .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .adpro-features--section .feature-content .page-numbers br, .adpro-features--section .feature-content .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-features--section .feature-content .content br, .adpro-features--section .feature-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .adpro-features--section .feature-content .latest-post-title br, .adpro-features--section .feature-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .adpro-features--section .feature-content a.dropdown-item br {
    display: none;
  }
}
.adpro-features--section .feature-content .heading-36 {
  color: #1A244B;
  font-weight: 400;
  margin: 15px 0 10px 0;
}
@media (max-width: 767px) {
  .adpro-features--section .feature-content .heading-36 {
    margin: 10px 0;
  }
}

.design-process--section .container {
  max-width: 1080px;
}
@media (min-width: 1921px) {
  .design-process--section .container {
    max-width: 1400px;
  }
}
.design-process--section .design-process--title {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 1921px) {
  .design-process--section .design-process--title {
    max-width: 850px;
  }
}
@media (max-width: 768px) {
  .design-process--section .design-process--title {
    margin: 0 auto 10px;
  }
}
.design-process--section .design-process--title .heading-27, .design-process--section .design-process--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .design-process--section .design-process--title .pro-title, .design-process--section .design-process--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .design-process--section .design-process--title h3, .design-process--section .design-process--title .recent-article .most-recent_title a, .design-process--section .design-process--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .design-process--section .design-process--title .recent-library .most-recent_title a, .recent-article .most-recent_title .design-process--section .design-process--title a, .recent-library_section .recent-library .most-recent_title .design-process--section .design-process--title a, .design-process--section .design-process--title .recent-article .most-recent_title, .design-process--section .design-process--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .design-process--section .design-process--title .recent-library .most-recent_title, .recent-article .design-process--section .design-process--title .most-recent_title, .recent-library_section .recent-library .design-process--section .design-process--title .most-recent_title, .design-process--section .design-process--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .design-process--section .design-process--title .agreements-block-title, .design-process--section .design-process--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .design-process--section .design-process--title a, .design-process--section .design-process--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .design-process--section .design-process--title a {
  color: #F37530;
}
.design-process--section .design-process--title .description, .design-process--section .design-process--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .design-process--section .design-process--title .page-numbers, .design-process--section .design-process--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .design-process--section .design-process--title .content, .design-process--section .design-process--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .design-process--section .design-process--title .latest-post-title, .design-process--section .design-process--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .design-process--section .design-process--title a.dropdown-item {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .design-process--section .design-process--title .description, .design-process--section .design-process--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .design-process--section .design-process--title .page-numbers, .design-process--section .design-process--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .design-process--section .design-process--title .content, .design-process--section .design-process--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .design-process--section .design-process--title .latest-post-title, .design-process--section .design-process--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .design-process--section .design-process--title a.dropdown-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .design-process--section .design-process--title .description, .design-process--section .design-process--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .design-process--section .design-process--title .page-numbers, .design-process--section .design-process--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .design-process--section .design-process--title .content, .design-process--section .design-process--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .design-process--section .design-process--title .latest-post-title, .design-process--section .design-process--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .design-process--section .design-process--title a.dropdown-item {
    margin-bottom: 30px;
  }
}
.design-process--section .design-process--tab .nav-tabs {
  border: 0;
  margin-bottom: 50px;
  justify-content: center;
}
@media (max-width: 1440px) {
  .design-process--section .design-process--tab .nav-tabs {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .design-process--section .design-process--tab .nav-tabs {
    margin-bottom: 30px;
  }
}
.design-process--section .design-process--tab .nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .design-process--section .design-process--tab .nav-tabs .nav-item .nav-link {
    padding: 10px 10px 0;
  }
}
.design-process--section .design-process--tab .nav-tabs .nav-item .nav-link span {
  border-bottom: 4px solid transparent;
  display: inline-block;
  padding-bottom: 5px;
  color: #1A244B;
}
.design-process--section .design-process--tab .nav-tabs .nav-item .nav-link.active span {
  border-color: #F37530;
  color: #F37530;
  font-weight: 700;
}
.design-process--section ul.images-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1440px) {
  .design-process--section ul.images-list {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .design-process--section ul.images-list {
    gap: 10px;
    justify-content: space-around;
  }
}
.design-process--section ul.images-list li {
  width: calc(50% - 20px);
  display: inline-flex;
}
@media (max-width: 1440px) {
  .design-process--section ul.images-list li {
    width: calc(45% - 15px);
  }
}
@media (max-width: 768px) {
  .design-process--section ul.images-list li {
    width: calc(50% - 7px);
  }
}
@media (max-width: 574px) {
  .design-process--section ul.images-list li {
    width: 100%;
  }
}
.design-process--section ul.images-list li img {
  width: 100%;
  height: auto;
  display: block;
}
.design-process--section ul.images-list li .btn-transparent {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: unset;
  outline: none;
}

.masterpiece-cta--section .cta-content .heading-30 {
  font-weight: 400;
}
.masterpiece-cta--section .cta-content .btn-blue-outline {
  background: #ffffff;
  color: #1A244B;
}
.masterpiece-cta--section .cta-content .btn-blue-outline:hover {
  color: #F37530;
}

.adpro-retails--section.pos-modern-retail--section {
  position: relative;
  z-index: 1;
  background-size: cover;
  padding-bottom: 30px;
}
@media (min-width: 1921px) {
  .adpro-retails--section.pos-modern-retail--section {
    padding-bottom: 50px;
  }
}
@media (max-width: 1440px) {
  .adpro-retails--section.pos-modern-retail--section {
    padding-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .adpro-retails--section.pos-modern-retail--section {
    padding-bottom: 20px;
  }
}
.adpro-retails--section.pos-modern-retail--section:before {
  content: "";
  background: #540046;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0.85;
}
.adpro-retails--section.pos-modern-retail--section .adpro-retails--title {
  max-width: 770px;
  margin: 0 auto 50px;
  width: 100%;
}
@media (min-width: 1921px) {
  .adpro-retails--section.pos-modern-retail--section .adpro-retails--title {
    max-width: 970px;
  }
}
@media (max-width: 1440px) {
  .adpro-retails--section.pos-modern-retail--section .adpro-retails--title {
    margin: 0 auto 40px;
  }
}
@media (max-width: 991px) {
  .adpro-retails--section.pos-modern-retail--section .adpro-retails--title {
    margin: 0 auto 30px;
  }
}
.adpro-retails--section.pos-modern-retail--section .adpro-retails--title .heading-27, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .pro-title, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .adpro-retails--section.pos-modern-retail--section .adpro-retails--title h3, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .recent-article .most-recent_title a, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .recent-library .most-recent_title a, .recent-article .most-recent_title .adpro-retails--section.pos-modern-retail--section .adpro-retails--title a, .recent-library_section .recent-library .most-recent_title .adpro-retails--section.pos-modern-retail--section .adpro-retails--title a, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .recent-article .most-recent_title, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .recent-library .most-recent_title, .recent-article .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .most-recent_title, .recent-library_section .recent-library .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .most-recent_title, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .agreements-block-title, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .adpro-retails--section.pos-modern-retail--section .adpro-retails--title a, .adpro-retails--section.pos-modern-retail--section .adpro-retails--title .pos-modern-retail--link li a, .adpro-retails--section.pos-modern-retail--section .pos-modern-retail--link li .adpro-retails--title a {
  margin-bottom: 20px;
}
.adpro-retails--section.pos-modern-retail--section .adpro-retails--title .arrow-link {
  color: #ffffff;
}
.adpro-retails--section.pos-modern-retail--section .adpro-retails--title .arrow-link span svg path {
  stroke: #ffffff;
}
.adpro-retails--section.pos-modern-retail--section .pos-modern-retail--link li a {
  color: #1C244A;
  background: #ffffff;
  border-color: #F37530;
}
.adpro-retails--section.pos-modern-retail--section .pos-modern-retail--link li a:hover {
  background: #540046;
  color: #ffffff;
}

.retail-suite-graphic-design-tool .ftx-pos--faqs {
  background: #ffffff;
}
.retail-suite-graphic-design-tool .ftx-pos--faqs .container {
  max-width: 950px;
}
@media (min-width: 1921px) {
  .retail-suite-graphic-design-tool .ftx-pos--faqs .container {
    max-width: 1050px;
  }
}
@media (max-width: 1440px) {
  .retail-suite-graphic-design-tool .ftx-pos--faqs .container {
    max-width: 800px;
  }
}
.retail-suite-graphic-design-tool .ftx-pos--faqs .faq-section .accordion .card {
  border-color: #F37530;
}
.retail-suite-graphic-design-tool .ftx-pos--faqs .faq-section .accordion .card .card-header button .fa {
  background: #540046;
}
@media (max-width: 991px) {
  .retail-suite-graphic-design-tool .ftx-pos--faqs .faq-section .accordion .card .card-header button svg {
    top: 13px;
  }
}
.retail-suite-graphic-design-tool .ftx-pos--faqs .faq-section .accordion .card .card-body {
  border-radius: 0 0 7px 7px;
}

.join-ftx-academy .container {
  max-width: 1000px;
}
@media (min-width: 1921px) {
  .join-ftx-academy .container {
    max-width: 1300px;
  }
}
.join-ftx-academy .heading-27, .join-ftx-academy .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .join-ftx-academy .pro-title, .join-ftx-academy .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .join-ftx-academy h3, .join-ftx-academy .recent-article .most-recent_title a, .join-ftx-academy .recent-library_section .recent-library .most-recent_title a, .recent-library_section .join-ftx-academy .recent-library .most-recent_title a, .recent-article .most-recent_title .join-ftx-academy a, .recent-library_section .recent-library .most-recent_title .join-ftx-academy a, .join-ftx-academy .recent-article .most-recent_title, .join-ftx-academy .recent-library_section .recent-library .most-recent_title, .recent-library_section .join-ftx-academy .recent-library .most-recent_title, .recent-article .join-ftx-academy .most-recent_title, .recent-library_section .recent-library .join-ftx-academy .most-recent_title, .join-ftx-academy .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .join-ftx-academy .agreements-block-title, .join-ftx-academy .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .join-ftx-academy a, .join-ftx-academy .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .join-ftx-academy a {
  color: #F37530;
  text-transform: uppercase;
}
.join-ftx-academy .section-title--medium {
  margin: 20px 0;
}
.join-ftx-academy .description, .join-ftx-academy .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .join-ftx-academy .page-numbers, .join-ftx-academy .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .join-ftx-academy .content, .join-ftx-academy .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .join-ftx-academy .latest-post-title, .join-ftx-academy .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .join-ftx-academy a.dropdown-item {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  color: #1A244B;
}
@media (min-width: 1921px) {
  .join-ftx-academy .description, .join-ftx-academy .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .join-ftx-academy .page-numbers, .join-ftx-academy .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .join-ftx-academy .content, .join-ftx-academy .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .join-ftx-academy .latest-post-title, .join-ftx-academy .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .join-ftx-academy a.dropdown-item {
    max-width: 880px;
  }
}
@media (max-width: 767px) {
  .join-ftx-academy .description, .join-ftx-academy .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .join-ftx-academy .page-numbers, .join-ftx-academy .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .join-ftx-academy .content, .join-ftx-academy .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .join-ftx-academy .latest-post-title, .join-ftx-academy .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .join-ftx-academy a.dropdown-item {
    max-width: 100%;
  }
}
.join-ftx-academy .academy-block .lottie-container, .join-ftx-academy .academy-block .icon-container svg {
  width: 120px;
  height: auto;
  margin: 40px auto 20px;
}
@media (max-width: 1440px) {
  .join-ftx-academy .academy-block .lottie-container, .join-ftx-academy .academy-block .icon-container svg {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .join-ftx-academy .academy-block .lottie-container, .join-ftx-academy .academy-block .icon-container svg {
    margin: 30px auto 20px;
  }
}
@media (max-width: 768px) {
  .join-ftx-academy .academy-block .lottie-container, .join-ftx-academy .academy-block .icon-container svg {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .join-ftx-academy .academy-block .lottie-container, .join-ftx-academy .academy-block .icon-container svg {
    margin: 15px auto;
    width: 100px;
  }
}

.cta-popup.cta-popup--form.adpro-image-signup .modal-content {
  max-width: 600px;
}
.cta-popup.cta-popup--form.adpro-image-signup .modal-header {
  padding-right: 50px;
  border-bottom: 0;
}
.cta-popup.cta-popup--form.adpro-image-signup .modal-body {
  padding: 10px 30px 20px 30px;
  display: flex;
  justify-content: center;
}
.cta-popup.cta-popup--form.adpro-image-signup .close {
  font-size: 26px;
  top: 15px;
  font-weight: 600;
}

/* Safari only */
@supports (-webkit-hyphens: none) {
  .retail-suite-graphic-design-tool .arrow-link span svg {
    top: 0 !important; /* force for Safari */
  }
  @media (max-width: 767px) {
    .easy-steps--section .step-content .step-count {
      top: -25px;
      padding: 12px 40px 8px 40px;
    }
  }
}
html[lang=es-ES] .retail-suite-graphic-design-tool .edit-anywhere--section .edit-block {
  max-width: 50%;
}
@media (max-width: 768px) {
  html[lang=es-ES] .retail-suite-graphic-design-tool .edit-anywhere--section .edit-block {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .retail-suite-graphic-design-tool .edit-anywhere--section .edit-row {
    max-width: 100%;
  }
}
html[lang=es-ES] .retail-suite-graphic-design-tool .design-process--section .container {
  max-width: 1220px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .retail-suite-graphic-design-tool .adpro-banner--section .banner-content {
    max-width: 65%;
  }
  html[lang=es-ES] .retail-suite-graphic-design-tool .design-process--section .container {
    max-width: 1400px;
  }
  html[lang=es-ES] .retail-suite-graphic-design-tool .adpro-retails--section.pos-modern-retail--section .adpro-retails--title {
    max-width: 1140px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .retail-suite-graphic-design-tool .design-process--section .design-process--tab .nav-tabs .nav-item .nav-link {
    padding: 0 12px;
  }
  html[lang=es-ES] .retail-suite-graphic-design-tool .easy-design--section.faster-inventory--section .faster-inventory-content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  html[lang=es-ES] .retail-suite-graphic-design-tool .design-process--section .design-process--tab .nav-tabs .nav-item .nav-link {
    padding: 10px 10px 0;
  }
}

.warehouse--page .section-title--medium {
  font-weight: 700;
}
.warehouse--page .description, .warehouse--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .warehouse--page .page-numbers, .warehouse--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse--page .content, .warehouse--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse--page .latest-post-title, .warehouse--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .warehouse--page a.dropdown-item {
  color: #1E1C37;
}
.warehouse--page .btn-blue, .warehouse--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .warehouse--page .nav-link, .warehouse--page .cta-green, .warehouse--page .btn-blue-outline {
  min-width: 220px;
}
.warehouse--page .btn-blue, .warehouse--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .warehouse--page .nav-link, .warehouse--page .btn-blue-outline, .warehouse--page .cta-green {
  background: #EF8D17;
  color: #ffffff;
  border-color: #EF8D17;
}
.warehouse--page .btn-blue:hover, .warehouse--page .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .warehouse--page .nav-link:hover, .warehouse--page .btn-blue-outline:hover, .warehouse--page .cta-green:hover {
  background: #ffffff;
  color: #EF8D17;
}
.warehouse--page .btn-blue-outline, .warehouse--page .btn-blue + .btn-blue-outline, .warehouse--page .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .warehouse--page .nav-link + .btn-blue-outline {
  border-color: #EF8D17;
  color: #EF8D17;
  background: #ffffff;
}
.warehouse--page .btn-blue-outline:hover, .warehouse--page .btn-blue + .btn-blue-outline:hover, .warehouse--page .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline:hover, .pricing-data--table #pricingTab .nav-item .warehouse--page .nav-link + .btn-blue-outline:hover {
  background: #EF8D17;
  color: #ffffff;
}
.warehouse--page .watch-video {
  width: 110px;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #EF8D17;
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.warehouse--page .watch-video:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #EF8D17;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@media (max-width: 1440px) {
  .warehouse--page .watch-video {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .warehouse--page .watch-video {
    width: 70px;
    height: 70px;
  }
}
.warehouse--page .ftx-warehouse--faqs .faq-section .accordion .card {
  border: 2px solid #EF8D17;
}
.warehouse--page .ftx-warehouse--faqs .faq-section .accordion .card .card-header button {
  color: #1E1C37;
}
.warehouse--page .ftx-warehouse--faqs .faq-section .accordion .card .card-header button .fa {
  background: #EF8D17;
  color: #ffffff;
}
.warehouse--page .ftx-warehouse--faqs .faq-section .accordion .card .card-body p, .warehouse--page .ftx-warehouse--faqs .faq-section .accordion .card .card-body ul li, .warehouse--page .ftx-warehouse--faqs .faq-section .accordion .card .card-body li {
  color: #1E1C37;
}

.warehouse-banner--section {
  background: #FFF6EC;
}
.warehouse-banner--section.hero-section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .warehouse-banner--section.hero-section .container {
    max-width: 1520px;
  }
}
@media (max-width: 1440px) {
  .warehouse-banner--section.hero-section .container {
    max-width: 1200px;
  }
}
.warehouse-banner--section .banner-content {
  padding-right: 70px;
}
@media (max-width: 1440px) {
  .warehouse-banner--section .banner-content {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .warehouse-banner--section .banner-content {
    padding-right: 0;
  }
}
.warehouse-banner--section .banner-content .description, .warehouse-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .warehouse-banner--section .banner-content .page-numbers, .warehouse-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-banner--section .banner-content .content, .warehouse-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-banner--section .banner-content .latest-post-title, .warehouse-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .warehouse-banner--section .banner-content a.dropdown-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .warehouse-banner--section .banner-content .description, .warehouse-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .warehouse-banner--section .banner-content .page-numbers, .warehouse-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-banner--section .banner-content .content, .warehouse-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-banner--section .banner-content .latest-post-title, .warehouse-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .warehouse-banner--section .banner-content a.dropdown-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.warehouse-banner--section .banner-content .btn-blue-outline {
  background: transparent;
}
@media (max-width: 767px) {
  .warehouse-banner--section .banner-content .btn-blue + .btn-blue-outline, .warehouse-banner--section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .warehouse-banner--section .banner-content .nav-link + .btn-blue-outline, .warehouse-banner--section .banner-content .btn-blue-outline + .btn-blue-outline, .warehouse-banner--section .banner-content .cta-green + .btn-blue-outline {
    margin-left: auto;
    margin-top: 15px;
  }
}
.warehouse-banner--section .banner-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1024px) {
  .warehouse-banner--section .banner-image {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .warehouse-banner--section .banner-image {
    margin-top: 40px;
  }
}
.warehouse-banner--section .banner-image .warehouse--video {
  width: 488px;
  height: 488px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  .warehouse-banner--section .banner-image .warehouse--video {
    width: 530px;
    height: 530px;
  }
}
@media (max-width: 1440px) {
  .warehouse-banner--section .banner-image .warehouse--video {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .warehouse-banner--section .banner-image .warehouse--video {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 991px) {
  .warehouse-banner--section .banner-image .warehouse--video {
    margin: 10px 0 20px;
  }
}
@media (max-width: 480px) {
  .warehouse-banner--section .banner-image .warehouse--video {
    width: 300px;
    height: 300px;
  }
}
.warehouse-banner--section .banner-image .warehouse--video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
}
.warehouse-banner--section .banner-image .warehouse--video:before, .warehouse-banner--section .banner-image .warehouse--video:after {
  content: "";
  display: block;
  border-radius: 50%;
  background: #FFEFDC;
  position: absolute;
  z-index: -1;
}
.warehouse-banner--section .banner-image .warehouse--video:before {
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  left: -9px;
  top: -9px;
  box-shadow: 0px 4px 4px rgba(233, 127, 0, 0.2);
}
.warehouse-banner--section .banner-image .warehouse--video:after {
  width: calc(100% + 34px);
  height: calc(100% + 34px);
  left: -17px;
  top: -17px;
  mix-blend-mode: multiply;
}
.warehouse-banner--section .banner-image .warehouse--video .pause-button {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.warehouse-banner--section .banner-image .warehouse--video .pause-button::before {
  content: "";
  width: 51px;
  height: 51px;
  background-color: #EF8D17;
  box-shadow: -0.87px 0.5px 10px rgba(0, 0, 0, 0.6588235294);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
  background-size: 35px;
}

.warehouse-about--section .container {
  max-width: 930px;
}
@media (min-width: 1921px) {
  .warehouse-about--section .container {
    max-width: 1250px;
  }
}
.warehouse-about--section .section-title--medium {
  margin: 30px 0;
}
.warehouse-about--section .description, .warehouse-about--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .warehouse-about--section .page-numbers, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .content, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .latest-post-title, .warehouse-about--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .warehouse-about--section a.dropdown-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .warehouse-about--section .description, .warehouse-about--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .warehouse-about--section .page-numbers, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .content, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .latest-post-title, .warehouse-about--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .warehouse-about--section a.dropdown-item {
    margin-bottom: 20px;
  }
}
.warehouse-about--section .btn-blue, .warehouse-about--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .warehouse-about--section .nav-link, .warehouse-about--section .btn-blue-outline, .warehouse-about--section .cta-green {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .warehouse-about--section .btn-blue, .warehouse-about--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .warehouse-about--section .nav-link, .warehouse-about--section .btn-blue-outline, .warehouse-about--section .cta-green {
    margin-top: 10px;
  }
}

.faster-inventory--section {
  background: #FFF6EC;
}
.faster-inventory--section .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .faster-inventory--section .container {
    max-width: 1700px;
  }
  .faster-inventory--section .container .col-lg-6 {
    width: 45%;
  }
  .faster-inventory--section .container .col-lg-6 + .col-lg-6 {
    width: 55%;
  }
}
.faster-inventory--section .faster-inventory-image {
  padding-right: 50px;
}
.faster-inventory--section .faster-inventory-image .section-title--medium, .faster-inventory--section .faster-inventory-image .heading-27, .faster-inventory--section .faster-inventory-image .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .faster-inventory--section .faster-inventory-image .pro-title, .faster-inventory--section .faster-inventory-image .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .faster-inventory--section .faster-inventory-image h3, .faster-inventory--section .faster-inventory-image .recent-article .most-recent_title a, .faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title a, .recent-library_section .faster-inventory--section .faster-inventory-image .recent-library .most-recent_title a, .recent-article .most-recent_title .faster-inventory--section .faster-inventory-image a, .recent-library_section .recent-library .most-recent_title .faster-inventory--section .faster-inventory-image a, .faster-inventory--section .faster-inventory-image .recent-article .most-recent_title, .faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title, .recent-library_section .faster-inventory--section .faster-inventory-image .recent-library .most-recent_title, .recent-article .faster-inventory--section .faster-inventory-image .most-recent_title, .recent-library_section .recent-library .faster-inventory--section .faster-inventory-image .most-recent_title, .faster-inventory--section .faster-inventory-image .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .faster-inventory--section .faster-inventory-image .agreements-block-title, .faster-inventory--section .faster-inventory-image .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .faster-inventory--section .faster-inventory-image a, .faster-inventory--section .faster-inventory-image .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .faster-inventory--section .faster-inventory-image a {
  color: #1E1C37;
}
@media (max-width: 1024px) {
  .faster-inventory--section .faster-inventory-image .section-title--medium br, .faster-inventory--section .faster-inventory-image .heading-27 br, .faster-inventory--section .faster-inventory-image .hardware-product-section .hardware-product-row .hard-box .pro-title br, .hardware-product-section .hardware-product-row .hard-box .faster-inventory--section .faster-inventory-image .pro-title br, .faster-inventory--section .faster-inventory-image .pos-solutions .pos-solutions_block .pos-solutions_data h3 br, .pos-solutions .pos-solutions_block .pos-solutions_data .faster-inventory--section .faster-inventory-image h3 br, .recent-article .most-recent_title .faster-inventory--section .faster-inventory-image a br, .recent-library_section .recent-library .most-recent_title .faster-inventory--section .faster-inventory-image a br, .faster-inventory--section .faster-inventory-image .recent-article .most-recent_title br, .faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title br, .recent-library_section .faster-inventory--section .faster-inventory-image .recent-library .most-recent_title br, .recent-article .faster-inventory--section .faster-inventory-image .most-recent_title br, .recent-library_section .recent-library .faster-inventory--section .faster-inventory-image .most-recent_title br, .faster-inventory--section .faster-inventory-image .agreements-content.row .agreements-block-content .agreements-block-title br, .agreements-content.row .agreements-block-content .faster-inventory--section .faster-inventory-image .agreements-block-title br, .faster-inventory--section .faster-inventory-image .support-block .support-brand--block .support-block--data .support-block--heading a br, .support-block .support-brand--block .support-block--data .support-block--heading .faster-inventory--section .faster-inventory-image a br, .faster-inventory--section .faster-inventory-image .pos-modern-retail--section .pos-modern-retail--link li a br, .pos-modern-retail--section .pos-modern-retail--link li .faster-inventory--section .faster-inventory-image a br {
    display: none;
  }
}
@media (max-width: 991px) {
  .faster-inventory--section .faster-inventory-image {
    padding-right: 0;
    text-align: center;
  }
}
.faster-inventory--section .faster-inventory-image .heading-27, .faster-inventory--section .faster-inventory-image .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .faster-inventory--section .faster-inventory-image .pro-title, .faster-inventory--section .faster-inventory-image .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .faster-inventory--section .faster-inventory-image h3, .faster-inventory--section .faster-inventory-image .recent-article .most-recent_title a, .faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title a, .recent-library_section .faster-inventory--section .faster-inventory-image .recent-library .most-recent_title a, .recent-article .most-recent_title .faster-inventory--section .faster-inventory-image a, .recent-library_section .recent-library .most-recent_title .faster-inventory--section .faster-inventory-image a, .faster-inventory--section .faster-inventory-image .recent-article .most-recent_title, .faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title, .recent-library_section .faster-inventory--section .faster-inventory-image .recent-library .most-recent_title, .recent-article .faster-inventory--section .faster-inventory-image .most-recent_title, .recent-library_section .recent-library .faster-inventory--section .faster-inventory-image .most-recent_title, .faster-inventory--section .faster-inventory-image .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .faster-inventory--section .faster-inventory-image .agreements-block-title, .faster-inventory--section .faster-inventory-image .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .faster-inventory--section .faster-inventory-image a, .faster-inventory--section .faster-inventory-image .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .faster-inventory--section .faster-inventory-image a {
  margin: 15px 0 30px 0;
  font-weight: 600;
}
.faster-inventory--section .faster-inventory-image img {
  max-width: 470px;
  width: 100%;
}
@media (min-width: 1921px) {
  .faster-inventory--section .faster-inventory-image img {
    max-width: 550px;
  }
}
.faster-inventory--section .faster-inventory-content .card {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(239, 141, 23, 0.1);
  border: 0;
  margin: 15px 0 40px 0;
  position: relative;
}
@media (max-width: 991px) {
  .faster-inventory--section .faster-inventory-content .card {
    margin: 15px 0 40px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.faster-inventory--section .faster-inventory-content .card .sub-title {
  border-radius: 5px;
  background: #EF8D17;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: -15px;
  left: 30px;
  padding: 2px 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
}
@media (min-width: 1921px) {
  .faster-inventory--section .faster-inventory-content .card .sub-title {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1600px) {
  .faster-inventory--section .faster-inventory-content .card .sub-title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .faster-inventory--section .faster-inventory-content .card .sub-title {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 300px;
  }
}
.faster-inventory--section .faster-inventory-content .card .card-header {
  padding: 25px 30px 15px;
  border-radius: 15px;
}
@media (min-width: 1991px) {
  .faster-inventory--section .faster-inventory-content .card .card-header {
    padding: 35px 30px 15px;
  }
}
@media (max-width: 991px) {
  .faster-inventory--section .faster-inventory-content .card .card-header {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
.faster-inventory--section .faster-inventory-content .card .card-header button {
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E1C37;
  width: 100%;
  text-align: left;
}
@media (min-width: 1921px) {
  .faster-inventory--section .faster-inventory-content .card .card-header button {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .faster-inventory--section .faster-inventory-content .card .card-header button {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .faster-inventory--section .faster-inventory-content .card .card-header button {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .faster-inventory--section .faster-inventory-content .card .card-header button {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.faster-inventory--section .faster-inventory-content .card .card-header button .icon-svg {
  position: absolute;
  right: 20px;
}
.faster-inventory--section .faster-inventory-content .card .card-header button .icon-svg svg {
  width: 32px;
}
.faster-inventory--section .faster-inventory-content .card .card-header button .icon-svg svg path {
  stroke: #EF8D17;
}
.faster-inventory--section .faster-inventory-content .card .card-header button[aria-expanded=true] .icon-svg {
  transform: rotate(90deg);
}
.faster-inventory--section .faster-inventory-content .card .card-body {
  padding: 0 30px 20px;
}
@media (min-width: 1921px) {
  .faster-inventory--section .faster-inventory-content .card .card-body {
    padding: 0 50px 20px 30px;
  }
}
@media (max-width: 991px) {
  .faster-inventory--section .faster-inventory-content .card .card-body {
    padding: 0 40px 20px 20px;
  }
}
.faster-inventory--section .faster-inventory-content .card .card-body p, .faster-inventory--section .faster-inventory-content .card .card-body ul, .faster-inventory--section .faster-inventory-content .card .card-body ul li, .faster-inventory--section .faster-inventory-content .card .card-body a {
  margin: 0;
}
.faster-inventory--section .faster-inventory-content .card .card-body * {
  color: #1E1C37;
}
.faster-inventory--section .faster-inventory-content .card:last-child {
  margin-bottom: 0;
}

.transform-warehouse--section {
  min-height: 500px;
  display: flex;
  align-items: center;
}
@media (min-width: 1921px) {
  .transform-warehouse--section {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .transform-warehouse--section {
    min-height: inherit;
  }
}
.transform-warehouse--section .heading-27, .transform-warehouse--section .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .transform-warehouse--section .pro-title, .transform-warehouse--section .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .transform-warehouse--section h3, .transform-warehouse--section .recent-article .most-recent_title a, .transform-warehouse--section .recent-library_section .recent-library .most-recent_title a, .recent-library_section .transform-warehouse--section .recent-library .most-recent_title a, .recent-article .most-recent_title .transform-warehouse--section a, .recent-library_section .recent-library .most-recent_title .transform-warehouse--section a, .transform-warehouse--section .recent-article .most-recent_title, .transform-warehouse--section .recent-library_section .recent-library .most-recent_title, .recent-library_section .transform-warehouse--section .recent-library .most-recent_title, .recent-article .transform-warehouse--section .most-recent_title, .recent-library_section .recent-library .transform-warehouse--section .most-recent_title, .transform-warehouse--section .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .transform-warehouse--section .agreements-block-title, .transform-warehouse--section .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .transform-warehouse--section a, .transform-warehouse--section .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .transform-warehouse--section a {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.transform-warehouse--section .description, .transform-warehouse--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .transform-warehouse--section .page-numbers, .transform-warehouse--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .transform-warehouse--section .content, .transform-warehouse--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .transform-warehouse--section .latest-post-title, .transform-warehouse--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .transform-warehouse--section a.dropdown-item {
  margin: 20px 0 30px;
}
@media (max-width: 991px) {
  .transform-warehouse--section .description, .transform-warehouse--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .transform-warehouse--section .page-numbers, .transform-warehouse--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .transform-warehouse--section .content, .transform-warehouse--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .transform-warehouse--section .latest-post-title, .transform-warehouse--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .transform-warehouse--section a.dropdown-item {
    margin: 20px 0;
  }
}

.demo-warehouse--cta.transform-warehouse--section {
  min-height: inherit;
}

.nomore-manual--section {
  background: #FFF6EC;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .nomore-manual--section.section-space {
    padding-bottom: 10px;
  }
}
.nomore-manual--section:before {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}
@media (max-width: 991px) {
  .nomore-manual--section:before {
    height: 30%;
  }
}
.nomore-manual--section .container {
  max-width: 1440px;
}
@media (min-width: 1921px) {
  .nomore-manual--section .container {
    max-width: 1860px;
  }
}
@media (max-width: 1440px) {
  .nomore-manual--section .container {
    max-width: 1340px;
  }
}
.nomore-manual--section .nomore-manual--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.nomore-manual--section .nomore-manual--content .section-title--medium {
  color: #1E1C37;
  max-width: 800px;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .nomore-manual--section .nomore-manual--content .section-title--medium {
    max-width: 940px;
  }
}
.nomore-manual--section .nomore-manual--content img {
  margin: 30px 0;
  position: relative;
  left: -7%;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 991px) {
  .nomore-manual--section .nomore-manual--content img {
    left: -12%;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .nomore-manual--section .nomore-manual--content img {
    left: -10%;
  }
}
.nomore-manual--section .nomore-manual--block {
  margin: 0 5px;
}
@media (max-width: 1600px) {
  .nomore-manual--section .nomore-manual--block {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .nomore-manual--section .nomore-manual--block {
    text-align: center;
  }
}
.nomore-manual--section .nomore-manual--block .nomore-manual--title {
  border-radius: 10px;
  border: 0px solid #F47632;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(239, 141, 23, 0.2);
  padding: 8px 20px;
  position: relative;
  color: #000000;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .nomore-manual--section .nomore-manual--block .nomore-manual--title .heading-27, .nomore-manual--section .nomore-manual--block .nomore-manual--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .nomore-manual--section .nomore-manual--block .nomore-manual--title .pro-title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .nomore-manual--section .nomore-manual--block .nomore-manual--title h3, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-article .most-recent_title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library .most-recent_title a, .recent-article .most-recent_title .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .recent-library_section .recent-library .most-recent_title .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-article .most-recent_title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library .most-recent_title, .recent-article .nomore-manual--section .nomore-manual--block .nomore-manual--title .most-recent_title, .recent-library_section .recent-library .nomore-manual--section .nomore-manual--block .nomore-manual--title .most-recent_title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .nomore-manual--section .nomore-manual--block .nomore-manual--title .agreements-block-title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .nomore-manual--section .nomore-manual--block .nomore-manual--title a {
    font-size: 23px;
  }
}
@media (max-width: 1440px) {
  .nomore-manual--section .nomore-manual--block .nomore-manual--title .heading-27, .nomore-manual--section .nomore-manual--block .nomore-manual--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .nomore-manual--section .nomore-manual--block .nomore-manual--title .pro-title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .nomore-manual--section .nomore-manual--block .nomore-manual--title h3, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-article .most-recent_title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library .most-recent_title a, .recent-article .most-recent_title .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .recent-library_section .recent-library .most-recent_title .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-article .most-recent_title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library .most-recent_title, .recent-article .nomore-manual--section .nomore-manual--block .nomore-manual--title .most-recent_title, .recent-library_section .recent-library .nomore-manual--section .nomore-manual--block .nomore-manual--title .most-recent_title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .nomore-manual--section .nomore-manual--block .nomore-manual--title .agreements-block-title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .nomore-manual--section .nomore-manual--block .nomore-manual--title a {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .nomore-manual--section .nomore-manual--block .nomore-manual--title .heading-27, .nomore-manual--section .nomore-manual--block .nomore-manual--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .nomore-manual--section .nomore-manual--block .nomore-manual--title .pro-title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .nomore-manual--section .nomore-manual--block .nomore-manual--title h3, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-article .most-recent_title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library .most-recent_title a, .recent-article .most-recent_title .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .recent-library_section .recent-library .most-recent_title .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-article .most-recent_title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library .most-recent_title, .recent-article .nomore-manual--section .nomore-manual--block .nomore-manual--title .most-recent_title, .recent-library_section .recent-library .nomore-manual--section .nomore-manual--block .nomore-manual--title .most-recent_title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .nomore-manual--section .nomore-manual--block .nomore-manual--title .agreements-block-title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .nomore-manual--section .nomore-manual--block .nomore-manual--title a {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .nomore-manual--section .nomore-manual--block .nomore-manual--title {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .nomore-manual--section .nomore-manual--block .nomore-manual--title {
    min-height: inherit;
    display: inline-block;
  }
  .nomore-manual--section .nomore-manual--block .nomore-manual--title .heading-27, .nomore-manual--section .nomore-manual--block .nomore-manual--title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .nomore-manual--section .nomore-manual--block .nomore-manual--title .pro-title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .nomore-manual--section .nomore-manual--block .nomore-manual--title h3, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-article .most-recent_title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library .most-recent_title a, .recent-article .most-recent_title .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .recent-library_section .recent-library .most-recent_title .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-article .most-recent_title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library_section .recent-library .most-recent_title, .recent-library_section .nomore-manual--section .nomore-manual--block .nomore-manual--title .recent-library .most-recent_title, .recent-article .nomore-manual--section .nomore-manual--block .nomore-manual--title .most-recent_title, .recent-library_section .recent-library .nomore-manual--section .nomore-manual--block .nomore-manual--title .most-recent_title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .nomore-manual--section .nomore-manual--block .nomore-manual--title .agreements-block-title, .nomore-manual--section .nomore-manual--block .nomore-manual--title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .nomore-manual--section .nomore-manual--block .nomore-manual--title a, .nomore-manual--section .nomore-manual--block .nomore-manual--title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .nomore-manual--section .nomore-manual--block .nomore-manual--title a {
    font-size: 22px;
  }
}
.nomore-manual--section .nomore-manual--block .nomore-manual--icon svg {
  position: relative;
  top: -6px;
  margin-right: 8px;
}
@media (min-width: 1921px) {
  .nomore-manual--section .nomore-manual--block .nomore-manual--icon svg {
    top: -8px;
    width: 30px;
    height: 30px;
    right: 3px;
  }
}
@media (max-width: 1600px) {
  .nomore-manual--section .nomore-manual--block .nomore-manual--icon svg {
    top: -6px;
  }
}
@media (max-width: 1440px) {
  .nomore-manual--section .nomore-manual--block .nomore-manual--icon svg {
    width: 22px;
    height: 22px;
  }
}
.nomore-manual--section .nomore-manual--block .description, .nomore-manual--section .nomore-manual--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .nomore-manual--section .nomore-manual--block .page-numbers, .nomore-manual--section .nomore-manual--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .nomore-manual--section .nomore-manual--block .content, .nomore-manual--section .nomore-manual--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .nomore-manual--section .nomore-manual--block .latest-post-title, .nomore-manual--section .nomore-manual--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .nomore-manual--section .nomore-manual--block a.dropdown-item {
  color: #000000;
  margin: 15px 15px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .nomore-manual--section .nomore-manual--block .description, .nomore-manual--section .nomore-manual--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .nomore-manual--section .nomore-manual--block .page-numbers, .nomore-manual--section .nomore-manual--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .nomore-manual--section .nomore-manual--block .content, .nomore-manual--section .nomore-manual--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .nomore-manual--section .nomore-manual--block .latest-post-title, .nomore-manual--section .nomore-manual--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .nomore-manual--section .nomore-manual--block a.dropdown-item {
    margin: 15px 0 20px;
  }
}

@media (min-width: 1921px) {
  .powerful-inventory--section .container {
    max-width: 1600px;
  }
}
@media (max-width: 991px) {
  .powerful-inventory--section .powerful-inventory--image {
    display: flex;
    justify-content: center;
    max-width: 450px;
    margin: 0 auto;
  }
  .powerful-inventory--section .powerful-inventory--image img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .powerful-inventory--section .powerful-inventory--content {
    text-align: center;
  }
}
.powerful-inventory--section .powerful-inventory--content .section-title--medium, .powerful-inventory--section .powerful-inventory--content .description, .powerful-inventory--section .powerful-inventory--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .page-numbers, .powerful-inventory--section .powerful-inventory--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .content, .powerful-inventory--section .powerful-inventory--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .latest-post-title, .powerful-inventory--section .powerful-inventory--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .powerful-inventory--section .powerful-inventory--content a.dropdown-item {
  color: #1E1C37;
}
.powerful-inventory--section .powerful-inventory--content .description, .powerful-inventory--section .powerful-inventory--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .page-numbers, .powerful-inventory--section .powerful-inventory--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .content, .powerful-inventory--section .powerful-inventory--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .latest-post-title, .powerful-inventory--section .powerful-inventory--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .powerful-inventory--section .powerful-inventory--content a.dropdown-item {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .powerful-inventory--section .powerful-inventory--content .description, .powerful-inventory--section .powerful-inventory--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .page-numbers, .powerful-inventory--section .powerful-inventory--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .content, .powerful-inventory--section .powerful-inventory--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .latest-post-title, .powerful-inventory--section .powerful-inventory--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .powerful-inventory--section .powerful-inventory--content a.dropdown-item {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
  }
}
.powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li {
  padding-left: 45px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1440px) {
  .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .description, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .content, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .latest-post-title, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li a.dropdown-item {
    text-align: left;
  }
}
.powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #EF8D17 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 6px;
  animation: fadeInBefore 2s linear infinite;
}
@media (max-width: 1440px) {
  .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li:before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}
@media (max-width: 991px) {
  .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li:before {
    width: 16px;
    height: 16px;
  }
}
.powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li:after {
  content: "";
  width: 17px;
  height: 17px;
  background: #EF8D17 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 4px;
}
@media (max-width: 1440px) {
  .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li:after {
    width: 14px;
    height: 14px;
    top: 7px;
    left: 3px;
  }
}
@media (max-width: 991px) {
  .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li:after {
    width: 10px;
    height: 10px;
  }
}
.powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .description, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .content, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .latest-post-title, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li a.dropdown-item {
  color: #1D1E53;
  font-weight: 700;
  margin: 0;
}
.powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .description + .description, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .page-numbers + .description, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .page-numbers + .description, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .description + .page-numbers, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .description + .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .page-numbers + .page-numbers, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .page-numbers + .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .content + .description, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .content + .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .content + .page-numbers, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .content + .description, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .custom-pagination .content + .page-numbers, .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .content + .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .description + .content, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .page-numbers + .content, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .page-numbers + .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .description + .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .custom-pagination .page-numbers + .content, .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .page-numbers + .content, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .content + .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .content + .content, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + .description, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .latest-post-title + .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .latest-post-title + .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .latest-post-title + .description, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .custom-pagination .latest-post-title + .page-numbers, .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .latest-post-title + .page-numbers, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .latest-post-title + .content, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .description + .latest-post-title, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .page-numbers + .latest-post-title, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .page-numbers + .latest-post-title, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .content + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .description + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .custom-pagination .page-numbers + .latest-post-title, .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .page-numbers + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .content + .latest-post-title, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .latest-post-title + .latest-post-title, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + .description, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .custom-pagination a.dropdown-item + .page-numbers, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + .page-numbers, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-items .blog-item a.dropdown-item + .content, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + .content, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-items .blog-item a.dropdown-item + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + .latest-post-title, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li a.dropdown-item + .description, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination a.dropdown-item + .page-numbers, .free-resources-new .custom-pagination .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li a.dropdown-item + .page-numbers, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item a.dropdown-item + .content, .free-resources-new .filters-gallery .filter-items .blog-item .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li a.dropdown-item + .content, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item a.dropdown-item + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li a.dropdown-item + .latest-post-title, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .description + a.dropdown-item, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .custom-pagination .page-numbers + a.dropdown-item, .free-resources-new .custom-pagination .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .page-numbers + a.dropdown-item, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-items .blog-item .content + a.dropdown-item, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .content + a.dropdown-item, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + a.dropdown-item, .free-resources-new .filters-gallery .filter-items .blog-item .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li .latest-post-title + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .description + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .custom-pagination .page-numbers + a.dropdown-item, .free-resources-new .custom-pagination .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .page-numbers + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .content + a.dropdown-item, .free-resources-new .filters-gallery .filter-items .blog-item .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .content + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + a.dropdown-item, .free-resources-new .filters-gallery .filter-items .blog-item .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li .latest-post-title + a.dropdown-item, .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .powerful-inventory--section .powerful-inventory--content .powerful-inventory--list li a.dropdown-item + a.dropdown-item {
  color: #1C244B;
  font-weight: 400;
  margin: 10px 0;
}

@media (max-width: 1440px) {
  .easy-sendreceive--section .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .easy-sendreceive--section.section-space {
    padding-bottom: 0;
  }
}
@media (min-width: 1921px) {
  .easy-sendreceive--section .container {
    max-width: 1700px;
  }
}
.easy-sendreceive--section .section-title--medium {
  color: #1E1C37;
  max-width: 70%;
  text-align: center;
  margin: 0 auto 50px;
}
@media (max-width: 1440px) {
  .easy-sendreceive--section .section-title--medium {
    margin: 0 auto 40px;
  }
}
@media (max-width: 991px) {
  .easy-sendreceive--section .section-title--medium {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.easy-sendreceive--section .easy-sendreceive--block {
  border-radius: 25px;
  background: #FFF6EC;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .easy-sendreceive--section .easy-sendreceive--block {
    height: auto;
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.easy-sendreceive--section .easy-sendreceive--block .icon {
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(239, 141, 23, 0.2);
  width: 110px;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .easy-sendreceive--section .easy-sendreceive--block .icon {
    width: 90px;
    height: 90px;
    padding: 10px;
  }
}
.easy-sendreceive--section .easy-sendreceive--block .heading-27, .easy-sendreceive--section .easy-sendreceive--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .easy-sendreceive--section .easy-sendreceive--block .pro-title, .easy-sendreceive--section .easy-sendreceive--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .easy-sendreceive--section .easy-sendreceive--block h3, .easy-sendreceive--section .easy-sendreceive--block .recent-article .most-recent_title a, .easy-sendreceive--section .easy-sendreceive--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .easy-sendreceive--section .easy-sendreceive--block .recent-library .most-recent_title a, .recent-article .most-recent_title .easy-sendreceive--section .easy-sendreceive--block a, .recent-library_section .recent-library .most-recent_title .easy-sendreceive--section .easy-sendreceive--block a, .easy-sendreceive--section .easy-sendreceive--block .recent-article .most-recent_title, .easy-sendreceive--section .easy-sendreceive--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .easy-sendreceive--section .easy-sendreceive--block .recent-library .most-recent_title, .recent-article .easy-sendreceive--section .easy-sendreceive--block .most-recent_title, .recent-library_section .recent-library .easy-sendreceive--section .easy-sendreceive--block .most-recent_title, .easy-sendreceive--section .easy-sendreceive--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .easy-sendreceive--section .easy-sendreceive--block .agreements-block-title, .easy-sendreceive--section .easy-sendreceive--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .easy-sendreceive--section .easy-sendreceive--block a, .easy-sendreceive--section .easy-sendreceive--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .easy-sendreceive--section .easy-sendreceive--block a {
  color: #000000;
  margin: 20px 0;
}
.easy-sendreceive--section .easy-sendreceive--block .description, .easy-sendreceive--section .easy-sendreceive--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .easy-sendreceive--section .easy-sendreceive--block .page-numbers, .easy-sendreceive--section .easy-sendreceive--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .easy-sendreceive--section .easy-sendreceive--block .content, .easy-sendreceive--section .easy-sendreceive--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .easy-sendreceive--section .easy-sendreceive--block .latest-post-title, .easy-sendreceive--section .easy-sendreceive--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .easy-sendreceive--section .easy-sendreceive--block a.dropdown-item {
  color: #000000;
  margin: 0;
}

.demo-warehouse--cta.transform-warehouse--section .container {
  max-width: 750px;
}
@media (min-width: 1921px) {
  .demo-warehouse--cta.transform-warehouse--section .container {
    max-width: 910px;
  }
}
.demo-warehouse--cta.transform-warehouse--section .section-title--medium, .demo-warehouse--cta.transform-warehouse--section .description, .demo-warehouse--cta.transform-warehouse--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .demo-warehouse--cta.transform-warehouse--section .page-numbers, .demo-warehouse--cta.transform-warehouse--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .demo-warehouse--cta.transform-warehouse--section .content, .demo-warehouse--cta.transform-warehouse--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .demo-warehouse--cta.transform-warehouse--section .latest-post-title, .demo-warehouse--cta.transform-warehouse--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .demo-warehouse--cta.transform-warehouse--section a.dropdown-item {
  color: #1E1C37;
}

.warehouse-built-retail.pos-modern-retail--section .pos-modern-retail--link li a {
  background: #fdeee7;
}
.warehouse-built-retail.pos-modern-retail--section .pos-modern-retail--link li a:hover {
  background: #EF8D17;
  color: #ffffff;
}

.signup-cta--section {
  text-align: center;
}
.signup-cta--section .section-title--medium {
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .signup-cta--section .section-title--medium {
    margin-bottom: 20px;
  }
}
.signup-cta--section .section-title--medium span {
  font-weight: 700;
  color: #ffffff;
}
.signup-cta--section .btn-blue, .signup-cta--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .signup-cta--section .nav-link, .signup-cta--section .btn-blue-outline, .signup-cta--section .cta-green {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.signup-cta--section .btn-blue:hover, .signup-cta--section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .signup-cta--section .nav-link:hover, .signup-cta--section .btn-blue-outline:hover, .signup-cta--section .cta-green:hover {
  background: #fdeee7;
}

@media (min-width: 1921px) {
  .become-master--section .container {
    max-width: 1500px;
  }
}
@media (max-width: 1440px) {
  .become-master--section .container {
    max-width: 1200px;
  }
}
.become-master--section .section-title--medium, .become-master--section .heading-27, .become-master--section .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .pro-title, .become-master--section .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section h3, .become-master--section .recent-article .most-recent_title a, .become-master--section .recent-library_section .recent-library .most-recent_title a, .recent-library_section .become-master--section .recent-library .most-recent_title a, .recent-article .most-recent_title .become-master--section a, .recent-library_section .recent-library .most-recent_title .become-master--section a, .become-master--section .recent-article .most-recent_title, .become-master--section .recent-library_section .recent-library .most-recent_title, .recent-library_section .become-master--section .recent-library .most-recent_title, .recent-article .become-master--section .most-recent_title, .recent-library_section .recent-library .become-master--section .most-recent_title, .become-master--section .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .agreements-block-title, .become-master--section .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section a, .become-master--section .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .become-master--section a, .become-master--section .description, .become-master--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .page-numbers, .become-master--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .content, .become-master--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .latest-post-title, .become-master--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .become-master--section a.dropdown-item {
  color: #1E1C37;
}
.become-master--section .become-title--block {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.become-master--section .become-title--block .description.title-space, .become-master--section .become-title--block .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .title-space.page-numbers, .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .title-space.content, .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .title-space.latest-post-title, .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .description.sub-description, .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .sub-description.page-numbers, .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .sub-description.content, .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .sub-description.latest-post-title, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .description.sub-description, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .sub-description.page-numbers, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .sub-description.content, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .sub-description.latest-post-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.sub-description, .become-master--section .become-title--block .ftx-pos--page .access-control-main .description, .become-master--section .become-title--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .ftx-pos--page .access-control-main .page-numbers, .become-master--section .become-title--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .ftx-pos--page .access-control-main .content, .become-master--section .become-title--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .become-master--section .become-title--block .description, .ftx-pos--page .access-control-main .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .become-master--section .become-title--block .page-numbers, .ftx-pos--page .access-control-main .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .become-master--section .become-title--block .content, .ftx-pos--page .access-control-main .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .description, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .page-numbers, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .content, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .description, .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .page-numbers, .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .content, .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-title .description, .become-master--section .become-title--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-title .page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-title .content, .become-master--section .become-title--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .become-master--section .become-title--block .description, .increase-revenue--section .revenue-title .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .become-master--section .become-title--block .page-numbers, .increase-revenue--section .revenue-title .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .become-master--section .become-title--block .content, .increase-revenue--section .revenue-title .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.heading-27, .become-master--section .become-title--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .heading-27.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .heading-27.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .page-numbers.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .content.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .latest-post-title.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points h3.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.description, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.page-numbers, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.content, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.latest-post-title, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.description, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.page-numbers, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.content, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.latest-post-title, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title.page-numbers, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title.content, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title.latest-post-title, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.most-recent_title, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.content, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.most-recent_title, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.content, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-block-title.content, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-block-title.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points a.description, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points a.content, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points a.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.heading-27, .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.pro-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .page-numbers.pro-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .content.pro-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .latest-post-title.pro-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block h3.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.description, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.content, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .description.most-recent_title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .description.most-recent_title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title.content, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.content, .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .description.agreements-block-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block a.latest-post-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .recent-article .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .recent-library_section .recent-library .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library a.dropdown-item.most-recent_title, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.most-recent_title, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.dropdown-item.most-recent_title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library a.dropdown-item.most-recent_title, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-article a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-library a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .description, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .page-numbers, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .content, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .description, .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .page-numbers, .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .content, .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .savetime-reduce--section .description, .become-master--section .become-title--block .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .savetime-reduce--section .page-numbers, .become-master--section .become-title--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .savetime-reduce--section .content, .become-master--section .become-title--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .savetime-reduce--section .latest-post-title, .savetime-reduce--section .become-master--section .become-title--block .description, .savetime-reduce--section .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .become-master--section .become-title--block .page-numbers, .savetime-reduce--section .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .become-master--section .become-title--block .content, .savetime-reduce--section .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .pos-modern-retail--section .description, .become-master--section .become-title--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .pos-modern-retail--section .page-numbers, .become-master--section .become-title--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .pos-modern-retail--section .content, .become-master--section .become-title--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .become-master--section .become-title--block .description, .pos-modern-retail--section .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .become-master--section .become-title--block .page-numbers, .pos-modern-retail--section .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .become-master--section .become-title--block .content, .pos-modern-retail--section .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.page-numbers, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.content, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.latest-post-title, .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .section-title--medium.page-numbers, .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .section-title--medium.content, .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .section-title--medium.latest-post-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block a.dropdown-item.section-title--medium, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.section-title--medium, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .description.own-content, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .own-content.page-numbers, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .own-content.content, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .own-content.latest-post-title, .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .description.own-content, .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .own-content.page-numbers, .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .own-content.content, .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .own-content.latest-post-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block a.dropdown-item.own-content, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.own-content {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .become-master--section .become-title--block .description.title-space, .become-master--section .become-title--block .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .title-space.page-numbers, .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .title-space.content, .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .title-space.latest-post-title, .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .description.sub-description, .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .sub-description.page-numbers, .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .sub-description.content, .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content .sub-description.latest-post-title, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .description.sub-description, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .sub-description.page-numbers, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .sub-description.content, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .sub-description.latest-post-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.sub-description, .become-master--section .become-title--block .ftx-pos--page .access-control-main .description, .become-master--section .become-title--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .ftx-pos--page .access-control-main .page-numbers, .become-master--section .become-title--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .ftx-pos--page .access-control-main .content, .become-master--section .become-title--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .become-master--section .become-title--block .description, .ftx-pos--page .access-control-main .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .become-master--section .become-title--block .page-numbers, .ftx-pos--page .access-control-main .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .become-master--section .become-title--block .content, .ftx-pos--page .access-control-main .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .description, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .page-numbers, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .content, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .description, .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .page-numbers, .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .content, .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-title .description, .become-master--section .become-title--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-title .page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-title .content, .become-master--section .become-title--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .become-master--section .become-title--block .description, .increase-revenue--section .revenue-title .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .become-master--section .become-title--block .page-numbers, .increase-revenue--section .revenue-title .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .become-master--section .become-title--block .content, .increase-revenue--section .revenue-title .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.heading-27, .become-master--section .become-title--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .heading-27.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .heading-27.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .page-numbers.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .content.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .latest-post-title.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block .increase-revenue--section .revenue-points h3.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.description, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.page-numbers, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.content, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.latest-post-title, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.description, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.page-numbers, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.content, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points a.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.latest-post-title, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title.page-numbers, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title.content, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .recent-library .most-recent_title.latest-post-title, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.most-recent_title, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.content, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.most-recent_title, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.content, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .description.agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-block-title.content, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .agreements-block-title.latest-post-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points a.description, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points a.content, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points a.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.heading-27, .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.pro-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .page-numbers.pro-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .content.pro-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .latest-post-title.pro-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .become-master--section .become-title--block h3.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.description, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.content, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .become-master--section .become-title--block a.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .description.most-recent_title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .description.most-recent_title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title.content, .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.content, .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .become-master--section .become-title--block .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .description.agreements-block-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .become-master--section .become-title--block a.latest-post-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .recent-article .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .recent-library_section .recent-library .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .recent-library a.dropdown-item.most-recent_title, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.most-recent_title, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.dropdown-item.most-recent_title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library a.dropdown-item.most-recent_title, .recent-article .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-article a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .recent-library a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .description, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .page-numbers, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .content, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .description, .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .page-numbers, .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .content, .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .savetime-reduce--section .description, .become-master--section .become-title--block .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .savetime-reduce--section .page-numbers, .become-master--section .become-title--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .savetime-reduce--section .content, .become-master--section .become-title--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .savetime-reduce--section .latest-post-title, .savetime-reduce--section .become-master--section .become-title--block .description, .savetime-reduce--section .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .become-master--section .become-title--block .page-numbers, .savetime-reduce--section .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .become-master--section .become-title--block .content, .savetime-reduce--section .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .pos-modern-retail--section .description, .become-master--section .become-title--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .pos-modern-retail--section .page-numbers, .become-master--section .become-title--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .pos-modern-retail--section .content, .become-master--section .become-title--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .become-master--section .become-title--block .description, .pos-modern-retail--section .become-master--section .become-title--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .become-master--section .become-title--block .page-numbers, .pos-modern-retail--section .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .become-master--section .become-title--block .content, .pos-modern-retail--section .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .become-master--section .become-title--block .latest-post-title, .become-master--section .become-title--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .become-master--section .become-title--block a.dropdown-item, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.page-numbers, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.content, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.latest-post-title, .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .section-title--medium.page-numbers, .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .section-title--medium.content, .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block .section-title--medium.latest-post-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .become-master--section .become-title--block a.dropdown-item.section-title--medium, .become-master--section .become-title--block .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.section-title--medium, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .description.own-content, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .own-content.page-numbers, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .own-content.content, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .own-content.latest-post-title, .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .description.own-content, .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .own-content.page-numbers, .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .own-content.content, .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block .own-content.latest-post-title, .become-master--section .become-title--block .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .become-master--section .become-title--block a.dropdown-item.own-content, .become-master--section .become-title--block .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .become-title--block a.dropdown-item.own-content {
    margin: 20px 0;
  }
}
.become-master--section .become-title--block .heading-27, .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .pro-title, .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block h3, .become-master--section .become-title--block .recent-article .most-recent_title a, .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .become-master--section .become-title--block .recent-library .most-recent_title a, .recent-article .most-recent_title .become-master--section .become-title--block a, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block a, .become-master--section .become-title--block .recent-article .most-recent_title, .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .become-master--section .become-title--block .recent-library .most-recent_title, .recent-article .become-master--section .become-title--block .most-recent_title, .recent-library_section .recent-library .become-master--section .become-title--block .most-recent_title, .become-master--section .become-title--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .agreements-block-title, .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block a, .become-master--section .become-title--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .become-master--section .become-title--block a {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .become-master--section .become-title--block .heading-27, .become-master--section .become-title--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .become-master--section .become-title--block .pro-title, .become-master--section .become-title--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .become-master--section .become-title--block h3, .become-master--section .become-title--block .recent-article .most-recent_title a, .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .become-master--section .become-title--block .recent-library .most-recent_title a, .recent-article .most-recent_title .become-master--section .become-title--block a, .recent-library_section .recent-library .most-recent_title .become-master--section .become-title--block a, .become-master--section .become-title--block .recent-article .most-recent_title, .become-master--section .become-title--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .become-master--section .become-title--block .recent-library .most-recent_title, .recent-article .become-master--section .become-title--block .most-recent_title, .recent-library_section .recent-library .become-master--section .become-title--block .most-recent_title, .become-master--section .become-title--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .become-master--section .become-title--block .agreements-block-title, .become-master--section .become-title--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .become-master--section .become-title--block a, .become-master--section .become-title--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .become-master--section .become-title--block a {
    margin-bottom: 30px;
  }
}
@media (min-width: 1921px) {
  .become-master--section .become-title--block {
    max-width: 100%;
  }
}
.become-master--section .academy-block {
  border-radius: 15px;
  background: #ffffff;
  border-bottom: 7px solid #E97F00;
  box-shadow: 0px 0px 20px 0px rgba(239, 141, 23, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  text-align: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .become-master--section .academy-block {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .become-master--section .academy-block {
    margin: 0 auto 30px;
    max-width: 500px;
    width: 100%;
    height: auto;
  }
}
.become-master--section .academy-block .description, .become-master--section .academy-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .academy-block .page-numbers, .become-master--section .academy-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .academy-block .content, .become-master--section .academy-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .academy-block .latest-post-title, .become-master--section .academy-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .academy-block a.dropdown-item {
  font-weight: 700;
  margin: 20px 0 0;
}
.become-master--section .academy-link--block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.become-master--section .academy-link--block .description, .become-master--section .academy-link--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .become-master--section .academy-link--block .page-numbers, .become-master--section .academy-link--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .academy-link--block .content, .become-master--section .academy-link--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .academy-link--block .latest-post-title, .become-master--section .academy-link--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .academy-link--block a.dropdown-item {
  width: 100%;
  text-align: center;
}
.become-master--section .academy-link--block .description span, .become-master--section .academy-link--block .free-resources-new .custom-pagination .page-numbers span, .free-resources-new .custom-pagination .become-master--section .academy-link--block .page-numbers span, .become-master--section .academy-link--block .free-resources-new .filters-gallery .filter-items .blog-item .content span, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .academy-link--block .content span, .become-master--section .academy-link--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title span, .free-resources-new .filters-gallery .filter-items .blog-item .become-master--section .academy-link--block .latest-post-title span, .become-master--section .academy-link--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item span, .cta-menu--section.choose-industries .dropdown-menu li .become-master--section .academy-link--block a.dropdown-item span {
  color: #EF8D17;
}
.become-master--section .academy-link--block .academy-links {
  margin: 60px auto 40px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1366px) {
  .become-master--section .academy-link--block .academy-links {
    margin: 40px auto 30px;
  }
}
@media (max-width: 991px) {
  .become-master--section .academy-link--block .academy-links {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .become-master--section .academy-link--block .academy-links {
    margin: 0 auto 20px;
  }
}
.become-master--section .academy-link--block .academy-links .btn-blue-outline {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .become-master--section .academy-link--block .academy-links .btn-blue-outline {
    margin-top: 15px;
    margin-left: auto;
  }
}

.warehouse-built-retail.pos-modern-retail--section.built-retail-main .container {
  max-width: 1000px;
}
@media (min-width: 1921px) {
  .warehouse-built-retail.pos-modern-retail--section.built-retail-main .container {
    max-width: 1300px;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.page-template-template-card-processing .section-title--medium {
  font-weight: 700;
}
.page-template-template-card-processing .description, .page-template-template-card-processing .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-card-processing .page-numbers, .page-template-template-card-processing .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-card-processing .content, .page-template-template-card-processing .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-card-processing .latest-post-title, .page-template-template-card-processing .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-card-processing a.dropdown-item {
  color: #1E1C37;
}
.page-template-template-card-processing .addtoquote-cls .modal-dialog .pro-content .add-quote-sucess {
  position: relative;
}
@media (min-width: 1921px) {
  .page-template-template-card-processing .addtoquote-cls .modal-dialog .pro-content .add-quote-sucess {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1921px) {
  .page-template-template-card-processing .addtoquote-cls .modal-dialog {
    max-width: 1100px;
  }
}
.page-template-template-card-processing footer .footer-menu-links .footer-top {
  padding: 170px 0 70px 0 !important;
}
@media (max-width: 1199px) {
  .page-template-template-card-processing footer .footer-menu-links .footer-top {
    padding: 150px 0 50px 0 !important;
  }
}
@media (max-width: 1080px) {
  .page-template-template-card-processing footer .footer-menu-links .footer-top {
    padding: 150px 0 30px 0 !important;
  }
}
@media (max-width: 900px) {
  .page-template-template-card-processing .addtoquote-cls .modal-body .pro-content {
    padding: 30px 20px 70px;
  }
  .page-template-template-card-processing .addtoquote-cls .modal-body .pro-content .cc-product-quote form {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page-template-template-card-processing .cc-product-quote form .btn-blue.single_add_to_cart_button, .page-template-template-card-processing .cc-product-quote form .pricing-data--table #pricingTab .nav-item .single_add_to_cart_button.nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-card-processing .cc-product-quote form .single_add_to_cart_button.nav-link, .page-template-template-card-processing .cc-product-quote form .single_add_to_cart_button.cta-green,
  .page-template-template-card-processing .cc-product-quote form .single_add_to_cart_button.btn-blue-outline {
    padding: 15px 20px !important;
  }
}
.page-template-template-card-processing .orange-solid-btn {
  background-color: #FF5722;
  color: #ffffff;
  border: 2px solid #FF5722;
  font-weight: 600;
}
.page-template-template-card-processing .orange-solid-btn:hover {
  border: 2px solid #FF5722;
  color: #FF5722;
  background-color: #ffffff;
}
.page-template-template-card-processing .industry-new-cta {
  margin-bottom: -100px;
  position: relative;
  background: transparent;
}
.page-template-template-card-processing .industry-new-cta::before {
  content: "";
  background: #c7e7f5;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 100px);
}
.page-template-template-card-processing .industry-new-cta .container {
  max-width: 1100px;
}
.page-template-template-card-processing .industry-new-cta .cta-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 50px;
  min-height: inherit;
  border: 3px solid #FF5722;
}
@media (max-width: 991px) {
  .page-template-template-card-processing .industry-new-cta .cta-inner {
    padding: 30px;
  }
}
.page-template-template-card-processing .industry-new-cta .cta-inner .heading-27, .page-template-template-card-processing .industry-new-cta .cta-inner .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-card-processing .industry-new-cta .cta-inner .pro-title, .page-template-template-card-processing .industry-new-cta .cta-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-card-processing .industry-new-cta .cta-inner h3, .page-template-template-card-processing .industry-new-cta .cta-inner .recent-article .most-recent_title a, .page-template-template-card-processing .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-card-processing .industry-new-cta .cta-inner .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-card-processing .industry-new-cta .cta-inner a, .recent-library_section .recent-library .most-recent_title .page-template-template-card-processing .industry-new-cta .cta-inner a, .page-template-template-card-processing .industry-new-cta .cta-inner .recent-article .most-recent_title, .page-template-template-card-processing .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-card-processing .industry-new-cta .cta-inner .recent-library .most-recent_title, .recent-article .page-template-template-card-processing .industry-new-cta .cta-inner .most-recent_title, .recent-library_section .recent-library .page-template-template-card-processing .industry-new-cta .cta-inner .most-recent_title, .page-template-template-card-processing .industry-new-cta .cta-inner .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-card-processing .industry-new-cta .cta-inner .agreements-block-title, .page-template-template-card-processing .industry-new-cta .cta-inner .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-card-processing .industry-new-cta .cta-inner a, .page-template-template-card-processing .industry-new-cta .cta-inner .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-card-processing .industry-new-cta .cta-inner a {
  color: #ffffff;
  font-weight: 400;
}
.page-template-template-card-processing .industry-new-cta .cta-inner .heading-27 span, .page-template-template-card-processing .industry-new-cta .cta-inner .hardware-product-section .hardware-product-row .hard-box .pro-title span, .hardware-product-section .hardware-product-row .hard-box .page-template-template-card-processing .industry-new-cta .cta-inner .pro-title span, .page-template-template-card-processing .industry-new-cta .cta-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3 span, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-card-processing .industry-new-cta .cta-inner h3 span, .recent-article .most-recent_title .page-template-template-card-processing .industry-new-cta .cta-inner a span, .recent-library_section .recent-library .most-recent_title .page-template-template-card-processing .industry-new-cta .cta-inner a span, .page-template-template-card-processing .industry-new-cta .cta-inner .recent-article .most-recent_title span, .page-template-template-card-processing .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title span, .recent-library_section .page-template-template-card-processing .industry-new-cta .cta-inner .recent-library .most-recent_title span, .recent-article .page-template-template-card-processing .industry-new-cta .cta-inner .most-recent_title span, .recent-library_section .recent-library .page-template-template-card-processing .industry-new-cta .cta-inner .most-recent_title span, .page-template-template-card-processing .industry-new-cta .cta-inner .agreements-content.row .agreements-block-content .agreements-block-title span, .agreements-content.row .agreements-block-content .page-template-template-card-processing .industry-new-cta .cta-inner .agreements-block-title span, .page-template-template-card-processing .industry-new-cta .cta-inner .support-block .support-brand--block .support-block--data .support-block--heading a span, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-card-processing .industry-new-cta .cta-inner a span, .page-template-template-card-processing .industry-new-cta .cta-inner .pos-modern-retail--section .pos-modern-retail--link li a span, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-card-processing .industry-new-cta .cta-inner a span {
  font-weight: 700;
}
.page-template-template-card-processing .industry-new-cta .cta-inner .orange-solid-btn {
  border: 0;
}

.card-processing--page .btn-blue--cc {
  background: #007BB9;
  border: 2px solid #d8ffff;
  color: #ffffff;
}
.card-processing--page .btn-blue--cc:hover {
  background: #ffffff;
  border-color: #007BB9;
  color: #007BB9;
}
.card-processing--page .grey-bg {
  background-color: #C7E8F6;
}
.card-processing--page .cta-popup .modal-header .modal-title {
  font-weight: 700;
  color: white;
  padding-right: 29px;
}
.card-processing--page .cta-popup .close {
  color: white;
}
@media (max-width: 1400px) {
  .card-processing--page .container {
    max-width: 1200px;
  }
}

.cc-banner {
  background: #c9e8f6;
}
.cc-banner .container {
  max-width: 1310px;
}
@media (min-width: 1921px) {
  .cc-banner .container {
    max-width: 1440px;
  }
}
.cc-banner .card-banner-content {
  width: calc(100% - 530px);
  padding-right: 120px;
}
@media (min-width: 1921px) {
  .cc-banner .card-banner-content {
    padding-right: 60px;
  }
}
@media (max-width: 1500px) {
  .cc-banner .card-banner-content {
    width: calc(100% - 500px);
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .cc-banner .card-banner-content {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991px) {
  .cc-banner .card-banner-content {
    text-align: center;
    padding: 0 15px 0;
    width: 100%;
  }
}
.cc-banner .card-banner-content .header-h1 {
  color: #1E1C37;
}
.cc-banner .card-banner-content .header-h1 span {
  color: #1C6DF7;
}
@media (max-width: 1024px) {
  .cc-banner .card-banner-content .header-h1 br {
    display: none;
  }
}
.cc-banner .card-banner-content .description a, .cc-banner .card-banner-content .free-resources-new .custom-pagination .page-numbers a, .free-resources-new .custom-pagination .cc-banner .card-banner-content .page-numbers a, .cc-banner .card-banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content a, .free-resources-new .filters-gallery .filter-items .blog-item .cc-banner .card-banner-content .content a, .cc-banner .card-banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a, .free-resources-new .filters-gallery .filter-items .blog-item .cc-banner .card-banner-content .latest-post-title a, .cc-banner .card-banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a, .cta-menu--section.choose-industries .dropdown-menu li .cc-banner .card-banner-content a.dropdown-item a {
  font-weight: 700;
}
.cc-banner .card-banner-image {
  display: flex;
  justify-content: end;
  width: 530px;
  height: 530px;
  border-radius: 30px;
  background: #D9F3FF;
  padding: 20px;
}
@media (max-width: 1500px) {
  .cc-banner .card-banner-image {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .cc-banner .card-banner-image {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .cc-banner .card-banner-image {
    margin: 20px auto 0;
  }
}
@media (max-width: 480px) {
  .cc-banner .card-banner-image {
    width: 330px;
    height: 330px;
  }
}
.cc-banner .card-banner-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.effort-selling-store-main .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .effort-selling-store-main .container {
    max-width: 1630px;
  }
}
@media (max-width: 1500px) {
  .effort-selling-store-main .container {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .effort-selling-store-main .container {
    max-width: 1050px;
  }
}
.effort-selling-store-main .effort-selling-main-content .section-title--medium {
  font-weight: 500;
}
.effort-selling-store-main .effort-selling-main-content .section-title--medium strong {
  display: inline-block;
}
.effort-selling-store-main .effort-selling-main-content br {
  display: block;
}
.effort-selling-store-main .effort-selling-main-content .description, .effort-selling-store-main .effort-selling-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .effort-selling-store-main .effort-selling-main-content .page-numbers, .effort-selling-store-main .effort-selling-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-main-content .content, .effort-selling-store-main .effort-selling-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-main-content .latest-post-title, .effort-selling-store-main .effort-selling-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .effort-selling-store-main .effort-selling-main-content a.dropdown-item {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .effort-selling-store-main .effort-selling-main-content .description, .effort-selling-store-main .effort-selling-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .effort-selling-store-main .effort-selling-main-content .page-numbers, .effort-selling-store-main .effort-selling-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-main-content .content, .effort-selling-store-main .effort-selling-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-main-content .latest-post-title, .effort-selling-store-main .effort-selling-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .effort-selling-store-main .effort-selling-main-content a.dropdown-item {
    margin-bottom: 0;
  }
}
.effort-selling-store-main .selling-inner-con {
  position: relative;
}
.effort-selling-store-main .selling-inner-con::after {
  position: absolute;
  content: "";
  background-color: #8fcfeb;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .effort-selling-store-main .selling-inner-con {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .effort-selling-store-main .selling-inner-con .col-xl-2 {
    width: 20%;
  }
}
.effort-selling-store-main .effort-selling-inner {
  margin: 0 20px;
}
@media (max-width: 1500px) {
  .effort-selling-store-main .effort-selling-inner {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .effort-selling-store-main .effort-selling-inner {
    margin: 30px 0 0;
  }
}
@media (max-width: 991px) {
  .effort-selling-store-main .effort-selling-inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .effort-selling-store-main .effort-selling-inner {
    margin: 20px 20px 0;
  }
}
.effort-selling-store-main .effort-selling-inner img {
  width: 60px;
}
@media (max-width: 767px) {
  .effort-selling-store-main .effort-selling-inner img {
    width: 40px;
  }
}
.effort-selling-store-main .effort-selling-inner .description, .effort-selling-store-main .effort-selling-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .effort-selling-store-main .effort-selling-inner .page-numbers, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .content, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .latest-post-title, .effort-selling-store-main .effort-selling-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .effort-selling-store-main .effort-selling-inner a.dropdown-item {
  margin: 0;
  position: relative;
}
.effort-selling-store-main .effort-selling-inner .description::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .custom-pagination .page-numbers::before, .free-resources-new .custom-pagination .effort-selling-store-main .effort-selling-inner .page-numbers::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .content::before, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .content::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title::before, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .latest-post-title::before, .effort-selling-store-main .effort-selling-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item::before, .cta-menu--section.choose-industries .dropdown-menu li .effort-selling-store-main .effort-selling-inner a.dropdown-item::before {
  content: "";
  background-image: url(/wp-content/themes/goftx/dist/images/effort-right-arrow.png);
  display: block;
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 25px;
}
@media (min-width: 1921px) {
  .effort-selling-store-main .effort-selling-inner .description::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .custom-pagination .page-numbers::before, .free-resources-new .custom-pagination .effort-selling-store-main .effort-selling-inner .page-numbers::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .content::before, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .content::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title::before, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .latest-post-title::before, .effort-selling-store-main .effort-selling-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item::before, .cta-menu--section.choose-industries .dropdown-menu li .effort-selling-store-main .effort-selling-inner a.dropdown-item::before {
    width: 80px;
    height: 80px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 768px) {
  .effort-selling-store-main .effort-selling-inner .description::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .custom-pagination .page-numbers::before, .free-resources-new .custom-pagination .effort-selling-store-main .effort-selling-inner .page-numbers::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .content::before, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .content::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title::before, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .latest-post-title::before, .effort-selling-store-main .effort-selling-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item::before, .cta-menu--section.choose-industries .dropdown-menu li .effort-selling-store-main .effort-selling-inner a.dropdown-item::before {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .effort-selling-store-main .effort-selling-inner .description::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .custom-pagination .page-numbers::before, .free-resources-new .custom-pagination .effort-selling-store-main .effort-selling-inner .page-numbers::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .content::before, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .content::before, .effort-selling-store-main .effort-selling-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title::before, .free-resources-new .filters-gallery .filter-items .blog-item .effort-selling-store-main .effort-selling-inner .latest-post-title::before, .effort-selling-store-main .effort-selling-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item::before, .cta-menu--section.choose-industries .dropdown-menu li .effort-selling-store-main .effort-selling-inner a.dropdown-item::before {
    margin: 0 auto 10px;
  }
}

.rate-block--main .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .rate-block--main .container {
    max-width: 1300px;
  }
}
.rate-block--main .rate-block--title .section-title--medium span {
  color: #000000;
  font-weight: normal;
  display: inline-block;
}
.rate-block--main .rate-block--title .section-title--medium br {
  display: block;
}
@media (max-width: 767px) {
  .rate-block--main .rate-block--title .section-title--medium br {
    display: none;
  }
}
@media (max-width: 575px) {
  .rate-block--main .rate-block--title {
    justify-content: center;
  }
  .rate-block--main .rate-block--title .section-title--medium {
    text-align: center;
  }
}
.rate-block--main .rate-block--btn {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
@media (max-width: 1440px) {
  .rate-block--main .rate-block--btn {
    margin-bottom: 30px;
  }
}
.rate-block--main .rate-block-content {
  border: 5px solid #8fcfeb;
  border-radius: 30px;
  padding: 30px;
  max-width: 270px;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 1921px) {
  .rate-block--main .rate-block-content {
    max-width: 320px;
  }
}
@media (max-width: 1366px) {
  .rate-block--main .rate-block-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .rate-block--main .rate-block-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .rate-block--main .rate-block-content {
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .rate-block--main .rate-block-content {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.rate-block--main .rate-block-content img {
  min-height: 91px;
}
@media (max-width: 991px) {
  .rate-block--main .rate-block-content img {
    min-height: unset;
    width: auto;
    height: 60px;
    display: block;
  }
}
.rate-block--main .rate-block-content .heading {
  color: #1C244B;
  font-weight: 700;
  margin: 30px 0 15px 0;
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .rate-block--main .rate-block-content .heading {
    font-size: 1.75rem;
  }
}
@media (max-width: 1199px) {
  .rate-block--main .rate-block-content .heading {
    margin: 10px 0;
  }
}
.rate-block--main .rate-block-content .heading a:hover {
  color: #0d6efd;
}
@media (max-width: 767px) {
  .rate-block--main .rate-block-content p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.rate-block--main .rate-block-content .rate-block-price {
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .rate-block--main .rate-block-content .rate-block-price {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 991px) {
  .rate-block--main .rate-block-content .rate-block-price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.rate-block--main .rate-block-content .rate-block-price strong {
  color: #008BCD;
}
@media (max-width: 600px) {
  .rate-block--main .rate-block-content .rate-block-price {
    min-height: 55px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .rate-block--main .rate-block-content .rate-block-price {
    min-height: 1px;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 5px;
  }
}

.payment-partner--section {
  background: #e8f8ff;
}
.payment-partner--section .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .payment-partner--section .container {
    max-width: 1230px;
  }
}
.payment-partner--section .section-title--medium span {
  display: block;
  font-weight: 400;
  color: #1C244B;
}
@media (max-width: 767px) {
  .payment-partner--section .payment-partner--logo .slick-track {
    display: flex;
    align-items: center;
  }
}
.payment-partner--section .payment-partner--logo .partner-logo {
  padding: 50px 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 20%;
}
@media (max-width: 991px) {
  .payment-partner--section .payment-partner--logo .partner-logo {
    width: 33.33%;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .payment-partner--section .payment-partner--logo .partner-logo {
    width: 50%;
    padding: 5px 15px;
  }
}
.payment-partner--section .payment-partner--logo .partner-logo img {
  width: auto;
  display: block;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .payment-partner--section .payment-partner--logo .partner-logo img {
    max-height: 50px;
    margin: 20px 0;
  }
}
.payment-partner--section .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.payment-partner--section .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  background: #d9e7ff;
  border-radius: 50%;
}
.payment-partner--section .slick-dots li button:before {
  content: none;
}
.payment-partner--section .slick-dots li.slick-active button {
  background-color: #467FF7;
}

.get-free--cta {
  position: relative;
}
.get-free--cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #e8f8ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1440px) {
  .get-free--cta .container {
    max-width: 1200px;
  }
}
.get-free--cta .get-free--section {
  background-image: url(/wp-content/themes/goftx/dist/images/video-cta2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px;
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .get-free--cta .get-free--section {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .get-free--cta .get-free--section {
    padding: 50px;
  }
}
@media (max-width: 1280px) {
  .get-free--cta .get-free--section {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .get-free--cta .get-free--section {
    padding: 30px;
  }
}
.get-free--cta .get-free--section .heading-30 {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .get-free--cta .get-free--section .heading-30 {
    margin-bottom: 20px;
  }
}
.get-free--cta .get-free--section .heading-30.text-yellow {
  color: #FF5722;
  margin: 10px 0 30px;
}
.get-free--cta .get-free--section .btn-blue.orange-solid-btn, .get-free--cta .get-free--section .pricing-data--table #pricingTab .nav-item .orange-solid-btn.nav-link, .pricing-data--table #pricingTab .nav-item .get-free--cta .get-free--section .orange-solid-btn.nav-link, .get-free--cta .get-free--section .orange-solid-btn.btn-blue-outline, .get-free--cta .get-free--section .orange-solid-btn.cta-green {
  color: #ffffff;
  border: 1px solid #FF5722;
  background: #FF5722;
}
.get-free--cta .get-free--section .btn-blue.orange-solid-btn span, .get-free--cta .get-free--section .pricing-data--table #pricingTab .nav-item .orange-solid-btn.nav-link span, .pricing-data--table #pricingTab .nav-item .get-free--cta .get-free--section .orange-solid-btn.nav-link span, .get-free--cta .get-free--section .orange-solid-btn.btn-blue-outline span, .get-free--cta .get-free--section .orange-solid-btn.cta-green span {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 5px;
  transition: all 0.5s ease-in-out 0s;
}
.get-free--cta .get-free--section .btn-blue.orange-solid-btn span svg path, .get-free--cta .get-free--section .pricing-data--table #pricingTab .nav-item .orange-solid-btn.nav-link span svg path, .pricing-data--table #pricingTab .nav-item .get-free--cta .get-free--section .orange-solid-btn.nav-link span svg path, .get-free--cta .get-free--section .orange-solid-btn.btn-blue-outline span svg path, .get-free--cta .get-free--section .orange-solid-btn.cta-green span svg path {
  fill: #ffffff;
}
.get-free--cta .get-free--section .btn-blue.orange-solid-btn:hover, .get-free--cta .get-free--section .pricing-data--table #pricingTab .nav-item .orange-solid-btn.nav-link:hover, .pricing-data--table #pricingTab .nav-item .get-free--cta .get-free--section .orange-solid-btn.nav-link:hover, .get-free--cta .get-free--section .orange-solid-btn.btn-blue-outline:hover, .get-free--cta .get-free--section .orange-solid-btn.cta-green:hover {
  background: #ffffff;
  color: #FF5722;
}
.get-free--cta .get-free--section .btn-blue.orange-solid-btn:hover span, .get-free--cta .get-free--section .pricing-data--table #pricingTab .nav-item .orange-solid-btn.nav-link:hover span, .pricing-data--table #pricingTab .nav-item .get-free--cta .get-free--section .orange-solid-btn.nav-link:hover span, .get-free--cta .get-free--section .orange-solid-btn.btn-blue-outline:hover span, .get-free--cta .get-free--section .orange-solid-btn.cta-green:hover span {
  left: 5px;
}
.get-free--cta .get-free--section .btn-blue.orange-solid-btn:hover span svg path, .get-free--cta .get-free--section .pricing-data--table #pricingTab .nav-item .orange-solid-btn.nav-link:hover span svg path, .pricing-data--table #pricingTab .nav-item .get-free--cta .get-free--section .orange-solid-btn.nav-link:hover span svg path, .get-free--cta .get-free--section .orange-solid-btn.btn-blue-outline:hover span svg path, .get-free--cta .get-free--section .orange-solid-btn.cta-green:hover span svg path {
  fill: #FF5722;
}

@media (max-width: 767px) {
  .offset-effectively--section {
    padding-bottom: 0;
  }
}
.offset-effectively--section .container {
  max-width: 1530px;
}
@media (min-width: 1921px) {
  .offset-effectively--section .container {
    max-width: 1660px;
  }
}
.offset-effectively--section .description, .offset-effectively--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .offset-effectively--section .page-numbers, .offset-effectively--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .offset-effectively--section .content, .offset-effectively--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .offset-effectively--section .latest-post-title, .offset-effectively--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .offset-effectively--section a.dropdown-item {
  color: #1E1C37;
}
.offset-effectively--section .description a, .offset-effectively--section .free-resources-new .custom-pagination .page-numbers a, .free-resources-new .custom-pagination .offset-effectively--section .page-numbers a, .offset-effectively--section .free-resources-new .filters-gallery .filter-items .blog-item .content a, .free-resources-new .filters-gallery .filter-items .blog-item .offset-effectively--section .content a, .offset-effectively--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a, .free-resources-new .filters-gallery .filter-items .blog-item .offset-effectively--section .latest-post-title a, .offset-effectively--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a, .cta-menu--section.choose-industries .dropdown-menu li .offset-effectively--section a.dropdown-item a {
  color: #1E1C37;
  border-bottom: 1px solid #1E1C37;
}
.offset-effectively--section .description a:hover, .offset-effectively--section .free-resources-new .custom-pagination .page-numbers a:hover, .free-resources-new .custom-pagination .offset-effectively--section .page-numbers a:hover, .offset-effectively--section .free-resources-new .filters-gallery .filter-items .blog-item .content a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .offset-effectively--section .content a:hover, .offset-effectively--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .offset-effectively--section .latest-post-title a:hover, .offset-effectively--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a:hover, .cta-menu--section.choose-industries .dropdown-menu li .offset-effectively--section a.dropdown-item a:hover {
  color: #467FF7;
  border-bottom: 1px solid #467FF7;
}
.offset-effectively--section .video-item {
  margin: 20px 10px auto;
}
@media (max-width: 1366px) {
  .offset-effectively--section .video-item {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .offset-effectively--section .video-item {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .offset-effectively--section .video-item {
    max-width: 350px;
  }
}
.offset-effectively--section .video-item .btn-blue span, .offset-effectively--section .video-item .pricing-data--table #pricingTab .nav-item .nav-link span, .pricing-data--table #pricingTab .nav-item .offset-effectively--section .video-item .nav-link span, .offset-effectively--section .video-item .btn-blue-outline span, .offset-effectively--section .video-item .cta-green span {
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1440px) {
  .offset-effectively--section .video-item .btn-blue span, .offset-effectively--section .video-item .pricing-data--table #pricingTab .nav-item .nav-link span, .pricing-data--table #pricingTab .nav-item .offset-effectively--section .video-item .nav-link span, .offset-effectively--section .video-item .btn-blue-outline span, .offset-effectively--section .video-item .cta-green span {
    top: 2px;
  }
}
.offset-effectively--section .video-item .btn-blue span svg, .offset-effectively--section .video-item .pricing-data--table #pricingTab .nav-item .nav-link span svg, .pricing-data--table #pricingTab .nav-item .offset-effectively--section .video-item .nav-link span svg, .offset-effectively--section .video-item .btn-blue-outline span svg, .offset-effectively--section .video-item .cta-green span svg {
  display: inline-flex;
  align-items: center;
}
.offset-effectively--section .video-item .btn-blue span svg path, .offset-effectively--section .video-item .pricing-data--table #pricingTab .nav-item .nav-link span svg path, .pricing-data--table #pricingTab .nav-item .offset-effectively--section .video-item .nav-link span svg path, .offset-effectively--section .video-item .btn-blue-outline span svg path, .offset-effectively--section .video-item .cta-green span svg path {
  fill: #467FF7;
}
.offset-effectively--section .video-item .btn-blue:hover span, .offset-effectively--section .video-item .pricing-data--table #pricingTab .nav-item .nav-link:hover span, .pricing-data--table #pricingTab .nav-item .offset-effectively--section .video-item .nav-link:hover span, .offset-effectively--section .video-item .btn-blue-outline:hover span, .offset-effectively--section .video-item .cta-green:hover span {
  left: 5px;
}
.offset-effectively--section .video-item .btn-blue:hover span svg path, .offset-effectively--section .video-item .pricing-data--table #pricingTab .nav-item .nav-link:hover span svg path, .pricing-data--table #pricingTab .nav-item .offset-effectively--section .video-item .nav-link:hover span svg path, .offset-effectively--section .video-item .btn-blue-outline:hover span svg path, .offset-effectively--section .video-item .cta-green:hover span svg path {
  fill: #ffffff;
}
.offset-effectively--section .video-item .heading-27, .offset-effectively--section .video-item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .offset-effectively--section .video-item .pro-title, .offset-effectively--section .video-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .offset-effectively--section .video-item h3, .offset-effectively--section .video-item .recent-article .most-recent_title a, .offset-effectively--section .video-item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .offset-effectively--section .video-item .recent-library .most-recent_title a, .recent-article .most-recent_title .offset-effectively--section .video-item a, .recent-library_section .recent-library .most-recent_title .offset-effectively--section .video-item a, .offset-effectively--section .video-item .recent-article .most-recent_title, .offset-effectively--section .video-item .recent-library_section .recent-library .most-recent_title, .recent-library_section .offset-effectively--section .video-item .recent-library .most-recent_title, .recent-article .offset-effectively--section .video-item .most-recent_title, .recent-library_section .recent-library .offset-effectively--section .video-item .most-recent_title, .offset-effectively--section .video-item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .offset-effectively--section .video-item .agreements-block-title, .offset-effectively--section .video-item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .offset-effectively--section .video-item a, .offset-effectively--section .video-item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .offset-effectively--section .video-item a {
  min-height: 65px;
}
@media (max-width: 768px) {
  .offset-effectively--section .video-item .heading-27, .offset-effectively--section .video-item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .offset-effectively--section .video-item .pro-title, .offset-effectively--section .video-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .offset-effectively--section .video-item h3, .offset-effectively--section .video-item .recent-article .most-recent_title a, .offset-effectively--section .video-item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .offset-effectively--section .video-item .recent-library .most-recent_title a, .recent-article .most-recent_title .offset-effectively--section .video-item a, .recent-library_section .recent-library .most-recent_title .offset-effectively--section .video-item a, .offset-effectively--section .video-item .recent-article .most-recent_title, .offset-effectively--section .video-item .recent-library_section .recent-library .most-recent_title, .recent-library_section .offset-effectively--section .video-item .recent-library .most-recent_title, .recent-article .offset-effectively--section .video-item .most-recent_title, .recent-library_section .recent-library .offset-effectively--section .video-item .most-recent_title, .offset-effectively--section .video-item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .offset-effectively--section .video-item .agreements-block-title, .offset-effectively--section .video-item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .offset-effectively--section .video-item a, .offset-effectively--section .video-item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .offset-effectively--section .video-item a {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .offset-effectively--section .video-item .heading-27, .offset-effectively--section .video-item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .offset-effectively--section .video-item .pro-title, .offset-effectively--section .video-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .offset-effectively--section .video-item h3, .offset-effectively--section .video-item .recent-article .most-recent_title a, .offset-effectively--section .video-item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .offset-effectively--section .video-item .recent-library .most-recent_title a, .recent-article .most-recent_title .offset-effectively--section .video-item a, .recent-library_section .recent-library .most-recent_title .offset-effectively--section .video-item a, .offset-effectively--section .video-item .recent-article .most-recent_title, .offset-effectively--section .video-item .recent-library_section .recent-library .most-recent_title, .recent-library_section .offset-effectively--section .video-item .recent-library .most-recent_title, .recent-article .offset-effectively--section .video-item .most-recent_title, .recent-library_section .recent-library .offset-effectively--section .video-item .most-recent_title, .offset-effectively--section .video-item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .offset-effectively--section .video-item .agreements-block-title, .offset-effectively--section .video-item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .offset-effectively--section .video-item a, .offset-effectively--section .video-item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .offset-effectively--section .video-item a {
    min-height: inherit;
  }
}
.offset-effectively--section .video-item .video-item--thumbnail {
  width: 100%;
  height: 265px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 305px;
  }
}
@media (max-width: 1600px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 260px;
  }
}
@media (max-width: 1440px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 235px;
  }
}
@media (max-width: 1366px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 236px;
  }
}
@media (max-width: 1200px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 205px;
  }
}
@media (max-width: 1024px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 172px;
  }
}
@media (max-width: 991px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 264px;
  }
}
@media (max-width: 768px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 194px;
  }
}
@media (max-width: 767px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 254px;
  }
}
@media (max-width: 479px) {
  .offset-effectively--section .video-item .video-item--thumbnail {
    height: 184px;
  }
}
.offset-effectively--section .video-item .video-item--thumbnail:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 15px;
}
.offset-effectively--section .video-item .video-item--thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.offset-effectively--section .video-item .video-item--thumbnail .btn-arrow {
  color: #ffffff;
  font-size: 39px;
  font-size: 2.4375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #467FF7;
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  border: 0;
}
.offset-effectively--section .video-item .video-item--thumbnail .btn-arrow:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #467FF7;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@media (max-width: 1440px) {
  .offset-effectively--section .video-item .video-item--thumbnail .btn-arrow {
    width: 50px;
    height: 50px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.offset-effectively--section .video-item .video-item--thumbnail .btn-arrow i {
  position: relative;
  left: 3px;
}

.terminal-block--main {
  background-color: #8fcfeb;
}
.terminal-block--main .container {
  max-width: 1820px;
}
@media (min-width: 1921px) {
  .terminal-block--main .container {
    max-width: 1980px;
  }
}
@media (max-width: 1600px) {
  .terminal-block--main .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .terminal-block--main .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
.terminal-block--main .terminal-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .terminal-block--main .terminal-title {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .terminal-block--main .terminal-title .btn-list {
    margin-top: 20px;
  }
}
.terminal-block--main .terminal-title .btn-list .btn-blue, .terminal-block--main .terminal-title .btn-list .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .terminal-block--main .terminal-title .btn-list .nav-link, .terminal-block--main .terminal-title .btn-list .btn-blue-outline, .terminal-block--main .terminal-title .btn-list .cta-green {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .terminal-block--main .terminal-title .btn-list .btn-blue, .terminal-block--main .terminal-title .btn-list .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .terminal-block--main .terminal-title .btn-list .nav-link, .terminal-block--main .terminal-title .btn-list .btn-blue-outline, .terminal-block--main .terminal-title .btn-list .cta-green {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.terminal-block--main h2.section-title--medium {
  color: #000000;
}
.terminal-block--main h2.section-title--medium span {
  color: #1C6DF7;
}
@media (max-width: 991px) {
  .terminal-block--main h2.section-title--medium {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .terminal-block--main h2.section-title--medium {
    margin-bottom: 0;
  }
}
.terminal-block--main h2.section-title--medium span {
  display: inline-block;
}
.terminal-block--main br {
  display: block;
}

.terminal-block {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .terminal-block {
    margin-top: 40px;
  }
}
@media (max-width: 1366px) {
  .terminal-block {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .terminal-block {
    margin-top: 40px;
  }
  .terminal-block div[class^=col-] {
    padding-bottom: 30px;
  }
}
.terminal-block .terminal-block_image img {
  height: 300px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .terminal-block .terminal-block_image img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .terminal-block .terminal-block_image img {
    max-height: 200px;
  }
}
.terminal-block .terminal-block--data {
  background: #AEE6FF;
  border-radius: 25px;
  box-shadow: 0px 10px 20px 0px rgba(41, 123, 158, 0.15);
  padding-bottom: 60px;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
  height: 100%;
}
.terminal-block .terminal-block--data:hover {
  box-shadow: 0px 10px 20px 0px rgba(41, 123, 158, 0.6);
}
@media (max-width: 1199px) {
  .terminal-block .terminal-block--data {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .terminal-block .terminal-block--data {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .terminal-block .terminal-block--data {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.terminal-block .terminal-block--data .terminal-popup {
  border: 0;
  background: transparent;
  padding: 20px 20px 0;
}
@media (max-width: 768px) {
  .terminal-block .terminal-block--data .terminal-popup {
    padding: 20px 20px 0;
  }
}
.terminal-block .terminal-block_content {
  text-align: left;
}
@media (max-width: 991px) {
  .terminal-block .terminal-block_content {
    text-align: center;
  }
}
.terminal-block .terminal-block_content p {
  min-height: 120px;
}
@media (min-width: 1921px) {
  .terminal-block .terminal-block_content p {
    min-height: 150px;
  }
}
@media (max-width: 1600px) {
  .terminal-block .terminal-block_content p {
    min-height: 150px;
  }
}
@media (max-width: 1500px) {
  .terminal-block .terminal-block_content p {
    min-height: 180px;
  }
}
@media (max-width: 1199px) {
  .terminal-block .terminal-block_content p {
    min-height: 75px;
  }
}
@media (max-width: 1024px) {
  .terminal-block .terminal-block_content p {
    min-height: 100px;
  }
}
@media (max-width: 991px) {
  .terminal-block .terminal-block_content p {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .terminal-block .terminal-block_content p {
    min-height: inherit;
  }
}
.terminal-block .terminal-block_content .heading {
  font-weight: bold;
  margin: 20px 0 !important;
}

.service-offer--section .container {
  max-width: 1480px;
}
@media (min-width: 1921px) {
  .service-offer--section .container {
    max-width: 1670px;
  }
}
@media (max-width: 1600px) {
  .service-offer--section .container {
    max-width: 1350px;
  }
}
@media (max-width: 1366px) {
  .service-offer--section .container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  .service-offer--section .row {
    flex-direction: column-reverse;
  }
}
.service-offer--section .service-content {
  padding-right: 60px;
}
@media (max-width: 1600px) {
  .service-offer--section .service-content {
    padding-right: 40px;
  }
}
@media (min-width: 1921px) {
  .service-offer--section .service-content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .service-offer--section .service-content {
    padding-right: 0;
    text-align: center;
    margin-top: 50px;
  }
}
.service-offer--section .service-content .heading-27.sub-title, .service-offer--section .service-content .hardware-product-section .hardware-product-row .hard-box .sub-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .service-offer--section .service-content .sub-title.pro-title, .service-offer--section .service-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-title, .pos-solutions .pos-solutions_block .pos-solutions_data .service-offer--section .service-content h3.sub-title, .service-offer--section .service-content .recent-article .most-recent_title a.sub-title, .service-offer--section .service-content .recent-library_section .recent-library .most-recent_title a.sub-title, .recent-library_section .service-offer--section .service-content .recent-library .most-recent_title a.sub-title, .recent-article .most-recent_title .service-offer--section .service-content a.sub-title, .recent-library_section .recent-library .most-recent_title .service-offer--section .service-content a.sub-title, .service-offer--section .service-content .recent-article .sub-title.most-recent_title, .service-offer--section .service-content .recent-library_section .recent-library .sub-title.most-recent_title, .recent-library_section .service-offer--section .service-content .recent-library .sub-title.most-recent_title, .recent-article .service-offer--section .service-content .sub-title.most-recent_title, .recent-library_section .recent-library .service-offer--section .service-content .sub-title.most-recent_title, .service-offer--section .service-content .agreements-content.row .agreements-block-content .sub-title.agreements-block-title, .agreements-content.row .agreements-block-content .service-offer--section .service-content .sub-title.agreements-block-title, .service-offer--section .service-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-title, .support-block .support-brand--block .support-block--data .support-block--heading .service-offer--section .service-content a.sub-title, .service-offer--section .service-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-title, .pos-modern-retail--section .pos-modern-retail--link li .service-offer--section .service-content a.sub-title {
  color: #1E1C37;
  font-weight: 700;
}
.service-offer--section .service-content .heading-27.sub-title span, .service-offer--section .service-content .hardware-product-section .hardware-product-row .hard-box .sub-title.pro-title span, .hardware-product-section .hardware-product-row .hard-box .service-offer--section .service-content .sub-title.pro-title span, .service-offer--section .service-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-title span, .pos-solutions .pos-solutions_block .pos-solutions_data .service-offer--section .service-content h3.sub-title span, .service-offer--section .service-content .recent-article .most-recent_title a.sub-title span, .service-offer--section .service-content .recent-library_section .recent-library .most-recent_title a.sub-title span, .recent-library_section .service-offer--section .service-content .recent-library .most-recent_title a.sub-title span, .recent-article .most-recent_title .service-offer--section .service-content a.sub-title span, .recent-library_section .recent-library .most-recent_title .service-offer--section .service-content a.sub-title span, .service-offer--section .service-content .recent-article .sub-title.most-recent_title span, .service-offer--section .service-content .recent-library_section .recent-library .sub-title.most-recent_title span, .recent-library_section .service-offer--section .service-content .recent-library .sub-title.most-recent_title span, .recent-article .service-offer--section .service-content .sub-title.most-recent_title span, .recent-library_section .recent-library .service-offer--section .service-content .sub-title.most-recent_title span, .service-offer--section .service-content .agreements-content.row .agreements-block-content .sub-title.agreements-block-title span, .agreements-content.row .agreements-block-content .service-offer--section .service-content .sub-title.agreements-block-title span, .service-offer--section .service-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-title span, .support-block .support-brand--block .support-block--data .support-block--heading .service-offer--section .service-content a.sub-title span, .service-offer--section .service-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-title span, .pos-modern-retail--section .pos-modern-retail--link li .service-offer--section .service-content a.sub-title span {
  text-transform: uppercase;
  color: #1C6DF7;
}
.service-offer--section .service-content .section-title--medium {
  color: #000000;
  margin: 20px 0;
}
.service-offer--section .service-content .section-title--medium span {
  color: #1C6DF7;
}
.service-offer--section .service-content .description, .service-offer--section .service-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .service-offer--section .service-content .page-numbers, .service-offer--section .service-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .service-offer--section .service-content .content, .service-offer--section .service-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .service-offer--section .service-content .latest-post-title, .service-offer--section .service-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .service-offer--section .service-content a.dropdown-item {
  max-width: 90%;
}
@media (max-width: 1600px) {
  .service-offer--section .service-content .description, .service-offer--section .service-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .service-offer--section .service-content .page-numbers, .service-offer--section .service-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .service-offer--section .service-content .content, .service-offer--section .service-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .service-offer--section .service-content .latest-post-title, .service-offer--section .service-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .service-offer--section .service-content a.dropdown-item {
    max-width: 100%;
  }
}
.service-offer--section .service-img {
  position: relative;
  width: 550px;
  height: 550px;
  z-index: 2;
}
@media (max-width: 1600px) {
  .service-offer--section .service-img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .service-offer--section .service-img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .service-offer--section .service-img {
    margin: 20px auto 0;
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 480px) {
  .service-offer--section .service-img {
    width: 300px;
    height: 300px;
  }
}
.service-offer--section .service-img::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  left: -15px;
  top: -15px;
  border-left: 2px solid #1C6DF7;
  border-bottom: 2px solid #1C6DF7;
  border-top: 2px dashed #1C6DF7;
  border-right: 2px dashed #1C6DF7;
  transform: rotate(45deg);
}
.service-offer--section .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-offer--section .service-img .service-img-outline {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #1C6DF7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 20px solid #1C6DF7;
  overflow: hidden;
  position: relative;
}

.card-payment {
  background-color: #c9e8f6;
}
@media (min-width: 1921px) {
  .card-payment .container {
    max-width: 1660px;
  }
}
@media (max-width: 1400px) {
  .card-payment .container {
    max-width: 1280px;
  }
}
.card-payment .card-payment--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1921px) {
  .card-payment .card-payment--content {
    max-width: 90%;
  }
}
.card-payment .card-payment--content .section-title--medium {
  text-align: center;
  width: 100%;
  margin: 20px 0 40px 0;
}
@media (max-width: 991px) {
  .card-payment .card-payment--content .section-title--medium {
    margin: 20px 0;
  }
}
.card-payment .card-payment--content .beat-block {
  border-radius: 14px;
  border: 0px solid #E9F8FF;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 25px 30px;
  max-width: 510px;
  text-align: center;
}
@media (min-width: 1921px) {
  .card-payment .card-payment--content .beat-block {
    max-width: 560px;
  }
}
.card-payment .card-payment--content .beat-block .heading-32 {
  font-weight: 400;
  margin-bottom: 20px;
}
.card-payment .card-payment--content .beat-block .heading-32 a,
.card-payment .card-payment--content .beat-block .heading-32 strong {
  font-weight: 700;
  color: #467FF7;
}
@media (min-width: 1921px) {
  .card-payment .card-payment--content .beat-block .heading-32 a {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 45px;
  }
}
.card-payment .card-payment--content .beat-block .btn-blue-outline {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .card-payment .card-payment--content .beat-block .btn-blue-outline {
    margin-left: 0;
    margin-top: 15px;
  }
}
.card-payment .card-payment--image {
  display: flex;
}
@media (max-width: 1440px) {
  .card-payment .card-payment--image {
    justify-content: flex-start;
  }
}
.card-payment .card-payment--image .animation-json {
  max-width: 580px;
  position: relative;
  top: 8px;
  width: 100%;
}
@media (max-width: 1440px) {
  .card-payment .card-payment--image .animation-json {
    max-width: 510px;
  }
}
@media (max-width: 1024px) {
  .card-payment .card-payment--image .animation-json {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .card-payment .card-payment--image {
    justify-content: center;
    max-width: 450px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .card-payment .card-payment--image {
    margin: 20px auto 0;
    text-align: center;
    justify-content: center;
  }
}
.card-payment .section-title--medium span.light-font {
  font-weight: 400;
  color: #1C244B;
}
@media (max-width: 768px) {
  .card-payment .section-title--medium {
    text-align: center;
  }
}
.card-payment .branding-logo {
  text-align: center;
}
.card-payment .branding-logo img {
  width: auto;
  height: 85px;
}
.card-payment .section-sub-title {
  text-align: center;
  width: 100%;
}

.start-with-pos {
  background: url(/wp-content/themes/goftx/dist/images/start-with-pos-bg.jpg) center/cover no-repeat;
}
.start-with-pos .pos-inner .section-title--medium .free-sub {
  color: #FF5722;
}
.start-with-pos .pos-inner .sub-description {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .start-with-pos .pos-inner .sub-description {
    margin: 20px 0;
  }
}

.card-main-blod-sec .container {
  max-width: 1500px;
}
@media (min-width: 1921px) {
  .card-main-blod-sec .container {
    max-width: 1700px;
  }
}
@media (max-width: 1600px) {
  .card-main-blod-sec .container {
    max-width: 1300px;
  }
}
@media (max-width: 1366px) {
  .card-main-blod-sec .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .card-main-blod-sec .container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .card-main-blod-sec div[class^=col-]:last-child .all-article-front {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .card-main-blod-sec div[class^=col-] {
    width: 100%;
  }
  .card-main-blod-sec div[class^=col-] .all-article-front a {
    max-width: 450px;
    margin: 0 auto;
  }
}
.card-main-blod-sec .card-blog-main-content {
  max-width: 55%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .card-main-blod-sec .card-blog-main-content {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .card-main-blod-sec .card-blog-main-content + .section-space-top {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .card-main-blod-sec .card-blog-main-content .section-title--medium {
    margin-bottom: 0;
  }
}
.card-main-blod-sec .card-blog-main-content .section-title--medium span {
  display: block;
  color: #1C244B;
  font-weight: 400;
}
.card-main-blod-sec .card-blog-main-content p {
  margin: 15px auto 0;
  max-width: 650px;
  width: 100%;
}
@media (min-width: 1921px) {
  .card-main-blod-sec .card-blog-main-content p {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .card-main-blod-sec .card-blog-main-content p {
    margin: 20px auto 0;
  }
}
@media (max-width: 575px) {
  .card-main-blod-sec .card-blog-main-content p {
    margin: 20px auto;
  }
}
.card-main-blod-sec .all-article-front {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .card-main-blod-sec .all-article-front {
    justify-content: center;
    text-align: center;
    padding-bottom: 15px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .card-main-blod-sec .all-article-front {
    padding: 0 0 20px;
    max-width: 450px;
    margin: 0 auto;
  }
}
.card-main-blod-sec .all-article-front .heading-27, .card-main-blod-sec .all-article-front .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .card-main-blod-sec .all-article-front .pro-title, .card-main-blod-sec .all-article-front .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .card-main-blod-sec .all-article-front h3, .card-main-blod-sec .all-article-front .recent-article .most-recent_title a, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title a, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title a, .recent-article .most-recent_title .card-main-blod-sec .all-article-front a, .recent-library_section .recent-library .most-recent_title .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .recent-article .most-recent_title, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title, .recent-article .card-main-blod-sec .all-article-front .most-recent_title, .recent-library_section .recent-library .card-main-blod-sec .all-article-front .most-recent_title, .card-main-blod-sec .all-article-front .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .card-main-blod-sec .all-article-front .agreements-block-title, .card-main-blod-sec .all-article-front .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .card-main-blod-sec .all-article-front a {
  margin: 20px 0;
}
.card-main-blod-sec .all-article-front a img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.card-main-blod-sec .all-article-front img {
  border-radius: 17px;
  margin: 5px auto 15px auto;
  overflow: hidden;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .card-main-blod-sec .all-article-front img {
    height: 180px;
  }
}
@media (max-width: 1366px) {
  .card-main-blod-sec .all-article-front img {
    height: 130px;
  }
}
@media (max-width: 991px) {
  .card-main-blod-sec .all-article-front img {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .card-main-blod-sec .all-article-front img {
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.card-main-blod-sec .all-article-front .heading-27, .card-main-blod-sec .all-article-front .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .card-main-blod-sec .all-article-front .pro-title, .card-main-blod-sec .all-article-front .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .card-main-blod-sec .all-article-front h3, .card-main-blod-sec .all-article-front .recent-article .most-recent_title a, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title a, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title a, .recent-article .most-recent_title .card-main-blod-sec .all-article-front a, .recent-library_section .recent-library .most-recent_title .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .recent-article .most-recent_title, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title, .recent-article .card-main-blod-sec .all-article-front .most-recent_title, .recent-library_section .recent-library .card-main-blod-sec .all-article-front .most-recent_title, .card-main-blod-sec .all-article-front .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .card-main-blod-sec .all-article-front .agreements-block-title, .card-main-blod-sec .all-article-front .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .card-main-blod-sec .all-article-front a {
  font-weight: bold;
}
.card-main-blod-sec .all-article-front .heading-27 a, .card-main-blod-sec .all-article-front .hardware-product-section .hardware-product-row .hard-box .pro-title a, .hardware-product-section .hardware-product-row .hard-box .card-main-blod-sec .all-article-front .pro-title a, .card-main-blod-sec .all-article-front .pos-solutions .pos-solutions_block .pos-solutions_data h3 a, .pos-solutions .pos-solutions_block .pos-solutions_data .card-main-blod-sec .all-article-front h3 a, .recent-article .most-recent_title .card-main-blod-sec .all-article-front a a, .recent-library_section .recent-library .most-recent_title .card-main-blod-sec .all-article-front a a, .card-main-blod-sec .all-article-front .recent-article .most-recent_title a, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title a, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title a, .recent-article .card-main-blod-sec .all-article-front .most-recent_title a, .recent-library_section .recent-library .card-main-blod-sec .all-article-front .most-recent_title a, .card-main-blod-sec .all-article-front .agreements-content.row .agreements-block-content .agreements-block-title a, .agreements-content.row .agreements-block-content .card-main-blod-sec .all-article-front .agreements-block-title a, .card-main-blod-sec .all-article-front .support-block .support-brand--block .support-block--data .support-block--heading a a, .support-block .support-brand--block .support-block--data .support-block--heading .card-main-blod-sec .all-article-front a a, .card-main-blod-sec .all-article-front .pos-modern-retail--section .pos-modern-retail--link li a a, .pos-modern-retail--section .pos-modern-retail--link li .card-main-blod-sec .all-article-front a a {
  color: #000000;
}
.card-main-blod-sec .all-article-front .heading-27 a:hover, .card-main-blod-sec .all-article-front .hardware-product-section .hardware-product-row .hard-box .pro-title a:hover, .hardware-product-section .hardware-product-row .hard-box .card-main-blod-sec .all-article-front .pro-title a:hover, .card-main-blod-sec .all-article-front .pos-solutions .pos-solutions_block .pos-solutions_data h3 a:hover, .pos-solutions .pos-solutions_block .pos-solutions_data .card-main-blod-sec .all-article-front h3 a:hover, .recent-article .most-recent_title .card-main-blod-sec .all-article-front a a:hover, .recent-library_section .recent-library .most-recent_title .card-main-blod-sec .all-article-front a a:hover, .card-main-blod-sec .all-article-front .recent-article .most-recent_title a:hover, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title a:hover, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title a:hover, .recent-article .card-main-blod-sec .all-article-front .most-recent_title a:hover, .recent-library_section .recent-library .card-main-blod-sec .all-article-front .most-recent_title a:hover, .card-main-blod-sec .all-article-front .agreements-content.row .agreements-block-content .agreements-block-title a:hover, .agreements-content.row .agreements-block-content .card-main-blod-sec .all-article-front .agreements-block-title a:hover, .card-main-blod-sec .all-article-front .support-block .support-brand--block .support-block--data .support-block--heading a a:hover, .support-block .support-brand--block .support-block--data .support-block--heading .card-main-blod-sec .all-article-front a a:hover, .card-main-blod-sec .all-article-front .pos-modern-retail--section .pos-modern-retail--link li a a:hover, .pos-modern-retail--section .pos-modern-retail--link li .card-main-blod-sec .all-article-front a a:hover {
  color: #3580F3;
}
@media (max-width: 1440px) {
  .card-main-blod-sec .all-article-front .heading-27, .card-main-blod-sec .all-article-front .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .card-main-blod-sec .all-article-front .pro-title, .card-main-blod-sec .all-article-front .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .card-main-blod-sec .all-article-front h3, .card-main-blod-sec .all-article-front .recent-article .most-recent_title a, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title a, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title a, .recent-article .most-recent_title .card-main-blod-sec .all-article-front a, .recent-library_section .recent-library .most-recent_title .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .recent-article .most-recent_title, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title, .recent-article .card-main-blod-sec .all-article-front .most-recent_title, .recent-library_section .recent-library .card-main-blod-sec .all-article-front .most-recent_title, .card-main-blod-sec .all-article-front .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .card-main-blod-sec .all-article-front .agreements-block-title, .card-main-blod-sec .all-article-front .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .card-main-blod-sec .all-article-front a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .card-main-blod-sec .all-article-front .heading-27, .card-main-blod-sec .all-article-front .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .card-main-blod-sec .all-article-front .pro-title, .card-main-blod-sec .all-article-front .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .card-main-blod-sec .all-article-front h3, .card-main-blod-sec .all-article-front .recent-article .most-recent_title a, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title a, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title a, .recent-article .most-recent_title .card-main-blod-sec .all-article-front a, .recent-library_section .recent-library .most-recent_title .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .recent-article .most-recent_title, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title, .recent-article .card-main-blod-sec .all-article-front .most-recent_title, .recent-library_section .recent-library .card-main-blod-sec .all-article-front .most-recent_title, .card-main-blod-sec .all-article-front .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .card-main-blod-sec .all-article-front .agreements-block-title, .card-main-blod-sec .all-article-front .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .card-main-blod-sec .all-article-front a {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card-main-blod-sec .all-article-front .heading-27, .card-main-blod-sec .all-article-front .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .card-main-blod-sec .all-article-front .pro-title, .card-main-blod-sec .all-article-front .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .card-main-blod-sec .all-article-front h3, .card-main-blod-sec .all-article-front .recent-article .most-recent_title a, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title a, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title a, .recent-article .most-recent_title .card-main-blod-sec .all-article-front a, .recent-library_section .recent-library .most-recent_title .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .recent-article .most-recent_title, .card-main-blod-sec .all-article-front .recent-library_section .recent-library .most-recent_title, .recent-library_section .card-main-blod-sec .all-article-front .recent-library .most-recent_title, .recent-article .card-main-blod-sec .all-article-front .most-recent_title, .recent-library_section .recent-library .card-main-blod-sec .all-article-front .most-recent_title, .card-main-blod-sec .all-article-front .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .card-main-blod-sec .all-article-front .agreements-block-title, .card-main-blod-sec .all-article-front .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .card-main-blod-sec .all-article-front a, .card-main-blod-sec .all-article-front .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .card-main-blod-sec .all-article-front a {
    margin: 0 0 15px 0;
  }
}
.card-main-blod-sec .all-article-front .all-article-content {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .card-main-blod-sec .all-article-front .all-article-content p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.card-main-blod-sec .all-article-front a {
  color: #3580F3;
  font-weight: bold;
  cursor: pointer;
}

.cc-processing-faq {
  background-color: #c7e7f5;
}
.cc-processing-faq .container {
  max-width: 1000px;
}
.cc-processing-faq .faq-section .accordion .card {
  background: transparent;
}
.cc-processing-faq .faq-section .accordion .card .card-header {
  background-color: transparent !important;
  border-radius: 40px;
  color: #1A2449;
}
@media (max-width: 767px) {
  .cc-processing-faq .faq-section .accordion .card .card-header {
    border-radius: 20px;
  }
}
.cc-processing-faq .faq-section .accordion .card .card-header button {
  background: transparent;
  border-radius: 0;
}
.cc-processing-faq .faq-section .accordion .card .card-header button[aria-expanded=true] {
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1921px) {
  .cc-processing-faq .faq-section .accordion .card .card-header button {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
  .cc-processing-faq .faq-section .accordion .card .card-header button i {
    width: 30px;
    height: 30px;
    top: 19px;
  }
  .cc-processing-faq .faq-section .accordion .card .card-header button i:before {
    line-height: 34px;
  }
}
.cc-processing-faq .faq-section .accordion .card .collapse.show {
  background: rgba(255, 255, 255, 0.5);
}
.cc-processing-faq .faq-section .accordion .card .card-body {
  color: #1A2449;
}
.cc-processing-faq .faq-section .accordion .card .card-body p, .cc-processing-faq .faq-section .accordion .card .card-body ul, .cc-processing-faq .faq-section .accordion .card .card-body ul li {
  color: #1A2449;
}
.cc-processing-faq .faq-section .container {
  max-width: 1330px;
}

.nofees-block {
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  .nofees-block.section-pt {
    padding-top: 50px;
  }
  .nofees-block.section-pb {
    padding-bottom: 50px;
  }
}
.nofees-block .section-title--medium {
  font-weight: bold;
  line-height: 54px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .nofees-block .section-title--medium {
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .nofees-block .section-title--medium {
    line-height: 30px;
  }
}
.nofees-block p {
  line-height: 32px;
  color: #ffffff;
  margin: 20px 0 30px;
}
.nofees-block a {
  border-radius: 50px;
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
}
.nofees-block a:hover, .nofees-block a:focus {
  color: #158BCE;
  border-color: #158BCE;
}

.card-process-industries .inner-pos-box {
  padding: 0;
}

#cardprocessingpopup .modal-content {
  background: linear-gradient(30deg, rgb(3, 18, 54) 52%, rgb(10, 36, 92) 100%);
}

.cc-product-quote {
  position: relative;
}
.cc-product-quote form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 20px 0;
}
@media (max-width: 1366px) {
  .cc-product-quote form {
    margin: 15px 20px 0;
  }
}
@media (max-width: 1199px) {
  .cc-product-quote form {
    margin: 10px 20px 0;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .cc-product-quote form {
    flex-direction: unset;
    align-items: center;
    justify-content: center;
    margin: 15px 20px 0;
  }
}
@media (max-width: 767px) {
  .cc-product-quote form .btn-blue.single_add_to_cart_button, .cc-product-quote form .pricing-data--table #pricingTab .nav-item .single_add_to_cart_button.nav-link, .pricing-data--table #pricingTab .nav-item .cc-product-quote form .single_add_to_cart_button.nav-link, .cc-product-quote form .single_add_to_cart_button.btn-blue-outline, .cc-product-quote form .single_add_to_cart_button.cta-green {
    max-width: unset;
    width: auto;
    margin: 0;
    padding: 15px 30px;
  }
  .cc-product-quote form .btn-blue.button.added_to_quote.wc-forward.loading, .cc-product-quote form .pricing-data--table #pricingTab .nav-item .button.added_to_quote.wc-forward.loading.nav-link, .pricing-data--table #pricingTab .nav-item .cc-product-quote form .button.added_to_quote.wc-forward.loading.nav-link, .cc-product-quote form .button.added_to_quote.wc-forward.loading.btn-blue-outline, .cc-product-quote form .button.added_to_quote.wc-forward.loading.cta-green {
    width: auto;
    max-width: unset;
    min-width: unset;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 430px) {
  .cc-product-quote form {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cc-product-quote form {
    max-width: 360px;
    margin: 15px auto 0;
    padding: 0 20px;
  }
}
.cc-product-quote form a.btn-blue, .cc-product-quote form .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item .cc-product-quote form a.nav-link, .cc-product-quote form a.btn-blue-outline, .cc-product-quote form a.cta-green {
  min-width: unset;
}
@media (max-width: 1440px) {
  .cc-product-quote form a.btn-blue, .cc-product-quote form .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item .cc-product-quote form a.nav-link, .cc-product-quote form a.btn-blue-outline, .cc-product-quote form a.cta-green {
    padding: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1199px) {
  .cc-product-quote form a.btn-blue, .cc-product-quote form .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item .cc-product-quote form a.nav-link, .cc-product-quote form a.btn-blue-outline, .cc-product-quote form a.cta-green {
    margin-bottom: 0;
  }
}
.cc-product-quote .quantity {
  float: left;
  position: relative;
  margin: 0 15px 0 0;
}
@media (max-width: 1440px) {
  .cc-product-quote .quantity {
    margin: 0 8px 8px 0;
  }
}
@media (max-width: 1199px) {
  .cc-product-quote .quantity {
    margin: 0 10px 0px 0;
  }
}
@media (max-width: 430px) {
  .cc-product-quote .quantity {
    margin: 0 0 15px 0;
  }
}
.cc-product-quote .input-text.qty {
  padding: 0 30px 0 0;
  border-radius: 5px;
  color: #000000;
  width: 90px;
  height: 45px;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  text-align: center;
  border-radius: 14px;
  border: 1px solid #457EF7;
  background: #ffffff;
  transition: all 300ms linear 0ms;
  font-weight: 600;
  -webkit-appearance: textfield;
}
@media (min-width: 1921px) {
  .cc-product-quote .input-text.qty {
    height: 55px;
    font-size: 27px;
    font-size: 1.6875rem;
    border: 3px solid #47abeb;
  }
}
@media (max-width: 1800px) {
  .cc-product-quote .input-text.qty {
    width: 70px;
  }
}
@media (max-width: 1366px) {
  .cc-product-quote .input-text.qty {
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .cc-product-quote .input-text.qty {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .cc-product-quote .input-text.qty {
    height: 38px;
  }
}
@media (max-width: 768px) {
  .cc-product-quote .input-text.qty {
    height: 48px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .cc-product-quote .input-text.qty {
    width: 140px;
    text-align: left;
    padding-left: 20px;
  }
}
.cc-product-quote .quantity-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cc-product-quote .quantity-icon {
    right: 0;
    width: 60px;
    background: #467FF7;
    border-radius: 0 14px 14px 0;
  }
}
.cc-product-quote .quantity-icon i {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 16px;
  color: #47abeb;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1921px) {
  .cc-product-quote .quantity-icon i {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .cc-product-quote .quantity-icon i {
    font-size: 16px;
    font-size: 1rem;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .cc-product-quote .quantity-icon i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 22px;
  }
}
.cc-product-quote .quantity-icon i.fa-caret-up {
  top: 0;
}
.cc-product-quote .quantity-icon i.fa-caret-up:before {
  content: "\f106";
  color: #ACACAC;
}
@media (max-width: 767px) {
  .cc-product-quote .quantity-icon i.fa-caret-up:before {
    color: #fff;
  }
}
.cc-product-quote .quantity-icon i.fa-caret-down {
  bottom: 0;
}
.cc-product-quote .quantity-icon i.fa-caret-down:before {
  content: "\f107";
  color: #ACACAC;
}
@media (max-width: 767px) {
  .cc-product-quote .quantity-icon i.fa-caret-down:before {
    color: #fff;
  }
}
.cc-product-quote .add-quote-sucess {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: normal;
  padding: 5px;
  color: green;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
@media (min-width: 1921px) {
  .cc-product-quote .add-quote-sucess {
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
  }
}
@media (max-width: 1800px) {
  .cc-product-quote .add-quote-sucess {
    position: relative;
  }
}
@media (max-width: 767px) {
  .cc-product-quote .add-quote-sucess {
    margin: 0;
  }
}

#analysisForm .wpforms-container.wp-analysis--form form .wpforms-uploader.dz-clickable, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-uploader.dz-clickable {
  border: 2px solid #ffffff !important;
  background: transparent !important;
  color: #ffffff !important;
  border-radius: 7px !important;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-message, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-message {
  color: #ffffff !important;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-message svg, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-message svg {
  opacity: 1;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-details > *, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-details > * {
  color: #ffffff !important;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove {
  opacity: 1;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove:after, #analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove:before, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove:after, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-file-upload .wpforms-uploader .dz-preview .dz-remove:before {
  background-color: #ffffff;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page ul, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page ul {
  display: flex !important;
  flex-wrap: wrap;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page ul li, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page ul li {
  width: 100% !important;
}
@media (max-width: 600px) {
  #analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page ul li[class^=choice-] label, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page ul li[class^=choice-] label {
    height: 100%;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-1 ul.wpforms-field-required, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-1 ul.wpforms-field-required {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-1 ul.wpforms-field-required li, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-1 ul.wpforms-field-required li {
  width: calc(50% - 10px) !important;
  margin-bottom: 5px !important;
}
@media (max-width: 600px) {
  #analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-1 ul.wpforms-field-required li, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-1 ul.wpforms-field-required li {
    height: 60px !important;
  }
}
@media (max-width: 480px) {
  #analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-1 ul.wpforms-field-required li, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-1 ul.wpforms-field-required li {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  #analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-2 ul.wpforms-field-required li, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.wpforms-page-2 ul.wpforms-field-required li {
    height: 105px !important;
  }
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last > *, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last > * {
  width: 100%;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field.wpforms-field-email,
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field.wpforms-field-phone, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field.wpforms-field-email,
#analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field.wpforms-field-phone {
  width: calc(50% - 10px) !important;
}
@media (max-width: 767px) {
  #analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field.wpforms-field-email,
  #analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field.wpforms-field-phone, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field.wpforms-field-email,
  #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field.wpforms-field-phone {
    width: 100% !important;
  }
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-one-half, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-one-half {
  width: 100%;
  padding: 0 !important;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field-row-block:last-child, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page.last .wpforms-field-row-block:last-child {
  padding-inline-end: 0;
  width: 100%;
  padding-left: 0;
  padding-top: 20px !important;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page .wpforms-field .wpforms-field-label, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page .wpforms-field .wpforms-field-label {
  color: #ffffff !important;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page .wpforms-field fieldset legend.wpforms-field-label, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-field-container .wpforms-page .wpforms-field fieldset legend.wpforms-field-label {
  color: #ffffff !important;
  font-size: 20px !important;
  margin-bottom: 30px;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-captcha-equation, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-captcha-equation {
  color: #ffffff !important;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-submit-container, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-submit-container {
  display: flex;
  justify-content: center;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-submit-container .wpforms-submit, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-submit-container .wpforms-submit {
  background: #467FF7 !important;
}
#analysisForm .wpforms-container.wp-analysis--form form .wpforms-submit-container .wpforms-submit:hover, #analysisFormSticky .wpforms-container.wp-analysis--form form .wpforms-submit-container .wpforms-submit:hover {
  background: rgba(70, 127, 247, 0.5) !important;
}

.cc-coming-soon {
  background: #E9F8FF;
}
.cc-coming-soon .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .cc-coming-soon .container {
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  .cc-coming-soon .col-md-6 {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
}
.cc-coming-soon .section-title--medium {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cc-coming-soon .section-title--medium {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cc-coming-soon .coming-image {
    margin: 0 auto 20px;
  }
}
.cc-coming-soon .pax-block {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .cc-coming-soon .pax-block {
    padding-left: 0;
  }
  .cc-coming-soon .pax-block .heading-27, .cc-coming-soon .pax-block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .cc-coming-soon .pax-block .pro-title, .cc-coming-soon .pax-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .cc-coming-soon .pax-block h3, .cc-coming-soon .pax-block .recent-article .most-recent_title a, .cc-coming-soon .pax-block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .cc-coming-soon .pax-block .recent-library .most-recent_title a, .recent-article .most-recent_title .cc-coming-soon .pax-block a, .recent-library_section .recent-library .most-recent_title .cc-coming-soon .pax-block a, .cc-coming-soon .pax-block .recent-article .most-recent_title, .cc-coming-soon .pax-block .recent-library_section .recent-library .most-recent_title, .recent-library_section .cc-coming-soon .pax-block .recent-library .most-recent_title, .recent-article .cc-coming-soon .pax-block .most-recent_title, .recent-library_section .recent-library .cc-coming-soon .pax-block .most-recent_title, .cc-coming-soon .pax-block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .cc-coming-soon .pax-block .agreements-block-title, .cc-coming-soon .pax-block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .cc-coming-soon .pax-block a, .cc-coming-soon .pax-block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .cc-coming-soon .pax-block a {
    text-align: center;
  }
}
.cc-coming-soon .pax-block .pax-item {
  border-radius: 10px;
  border: 4px solid #c9e8f6;
  background: #ffffff;
  margin: 30px 0 0 0;
  padding: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .cc-coming-soon .pax-block .pax-item {
    margin: 20px 0 0 0;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .cc-coming-soon .pax-block .pax-item {
    margin: 20px auto 0;
    max-width: 300px;
  }
}
.cc-coming-soon .pax-block .pax-item p {
  margin: 0 0 0 15px;
}
@media (max-width: 480px) {
  .cc-coming-soon .pax-block .pax-item p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .cc-coming-soon .pax-block .pax-item .pax-icon, .cc-coming-soon .pax-block .pax-item .pax-icon svg {
    width: 40px;
    height: 40px;
  }
}

html[lang=es-ES] .page-template-template-card-processing .quick-connect-links-wrap, html[lang=es-ES] .page-template-template-card-processing .quick-connect-links {
  width: 260px;
}
html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.btn-blue, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.nav-link, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.cta-green, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.btn-blue-outline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1rem;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.btn-blue, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.nav-link, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.cta-green, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.btn-blue-outline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.btn-blue, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.nav-link, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.cta-green, html[lang=es-ES] .page-template-template-card-processing .site-content .site-main a.btn-blue-outline {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
html[lang=es-ES] .offset-effectively--section .container {
  max-width: 1900px;
}
html[lang=es-ES] .card-payment .card-payment--content .beat-block {
  max-width: 550px;
}
html[lang=es-ES] .card-main-blod-sec .card-blog-main-content p {
  max-width: 750px;
}
html[lang=es-ES] .cc-coming-soon .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .cc-banner .container {
    max-width: 1600px;
  }
  html[lang=es-ES] .card-payment .container {
    max-width: 1800px;
  }
  html[lang=es-ES] .card-payment .card-payment--content .beat-block {
    max-width: 650px;
  }
  html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a.heading-27, html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .hardware-product-section .hardware-product-row .hard-box a.pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a.pro-title, html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .recent-article .most-recent_title a, html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .recent-library_section .recent-library .most-recent_title a, .recent-library_section html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .recent-library .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a, html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .recent-article a.most-recent_title, html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .recent-library_section .recent-library a.most-recent_title, .recent-library_section html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .recent-library a.most-recent_title, .recent-article html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a.most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a.most-recent_title, html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .agreements-content.row .agreements-block-content a.agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a.agreements-block-title, html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a, html[lang=es-ES] .card-main-blod-sec .all-article-front h3 .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .card-main-blod-sec .all-article-front h3 a {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
  html[lang=es-ES] .card-main-blod-sec .card-blog-main-content p {
    max-width: 850px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .terminal-block--main .container {
    padding: 0 20px;
  }
}
@media (max-width: 1500px) {
  html[lang=es-ES] .card-main-blod-sec .col-xl-3 {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .offset-effectively--section .col-lg-4 {
    width: 50%;
  }
  html[lang=es-ES] .offset-effectively--section .video-item .video-item--thumbnail {
    height: 255px;
  }
  html[lang=es-ES] .card-payment .card-payment--content .beat-block {
    padding: 20px 15px;
  }
  html[lang=es-ES] .cc-coming-soon .pax-block .pax-item {
    margin: 20px 0 0 0;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .offset-effectively--section .video-item .video-item--thumbnail {
    height: 245px;
  }
}
@media (max-width: 768px) {
  html[lang=es-ES] .rate-block--main .rate-block-content {
    padding: 15px;
  }
  html[lang=es-ES] .offset-effectively--section .video-item .video-item--thumbnail {
    height: 180px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .cc-coming-soon .pax-block .pax-item {
    margin: 20px auto 0;
    max-width: 350px;
  }
  html[lang=es-ES] .offset-effectively--section .col-lg-4 {
    width: 100%;
  }
  html[lang=es-ES] .offset-effectively--section .video-item {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .back-office--control-center .title-space, .back-office--control-center .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .back-office--control-center .sub-description, .back-office--control-center .ftx-pos--page .access-control-main .description, .back-office--control-center .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .back-office--control-center .ftx-pos--page .access-control-main .page-numbers, .back-office--control-center .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .ftx-pos--page .access-control-main .content, .back-office--control-center .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .back-office--control-center .description, .ftx-pos--page .access-control-main .back-office--control-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .back-office--control-center .page-numbers, .ftx-pos--page .access-control-main .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .back-office--control-center .content, .ftx-pos--page .access-control-main .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .back-office--control-center .latest-post-title, .back-office--control-center .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .back-office--control-center a.dropdown-item, .back-office--control-center .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .back-office--control-center a.dropdown-item, .back-office--control-center .increase-revenue--section .advance-retail-main-content .description, .back-office--control-center .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .back-office--control-center .increase-revenue--section .advance-retail-main-content .page-numbers, .back-office--control-center .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .increase-revenue--section .advance-retail-main-content .content, .back-office--control-center .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .back-office--control-center .description, .increase-revenue--section .advance-retail-main-content .back-office--control-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .back-office--control-center .page-numbers, .increase-revenue--section .advance-retail-main-content .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .back-office--control-center .content, .increase-revenue--section .advance-retail-main-content .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .back-office--control-center .latest-post-title, .back-office--control-center .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .back-office--control-center a.dropdown-item, .back-office--control-center .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .back-office--control-center a.dropdown-item, .back-office--control-center .increase-revenue--section .revenue-title .description, .back-office--control-center .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .back-office--control-center .increase-revenue--section .revenue-title .page-numbers, .back-office--control-center .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .increase-revenue--section .revenue-title .content, .back-office--control-center .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .back-office--control-center .description, .increase-revenue--section .revenue-title .back-office--control-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .back-office--control-center .page-numbers, .increase-revenue--section .revenue-title .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .back-office--control-center .content, .increase-revenue--section .revenue-title .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .back-office--control-center .latest-post-title, .back-office--control-center .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .back-office--control-center a.dropdown-item, .back-office--control-center .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .back-office--control-center a.dropdown-item, .back-office--control-center .increase-revenue--section .revenue-points .heading-27, .back-office--control-center .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .back-office--control-center .increase-revenue--section .revenue-points .pro-title, .back-office--control-center .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .back-office--control-center .increase-revenue--section .revenue-points h3, .back-office--control-center .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .back-office--control-center .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .back-office--control-center .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .back-office--control-center .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .back-office--control-center .increase-revenue--section .revenue-points a, .back-office--control-center .increase-revenue--section .revenue-points .recent-article .most-recent_title, .back-office--control-center .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .back-office--control-center .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .back-office--control-center .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .back-office--control-center .increase-revenue--section .revenue-points .most-recent_title, .back-office--control-center .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .back-office--control-center .increase-revenue--section .revenue-points .agreements-block-title, .back-office--control-center .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .back-office--control-center .increase-revenue--section .revenue-points a, .increase-revenue--section .revenue-points .back-office--control-center .heading-27, .increase-revenue--section .revenue-points .back-office--control-center .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .back-office--control-center .pro-title, .increase-revenue--section .revenue-points .back-office--control-center .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .back-office--control-center h3, .increase-revenue--section .revenue-points .back-office--control-center .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .back-office--control-center .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .back-office--control-center .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .back-office--control-center a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .back-office--control-center a, .increase-revenue--section .revenue-points .back-office--control-center .recent-article .most-recent_title, .increase-revenue--section .revenue-points .back-office--control-center .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .back-office--control-center .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .back-office--control-center .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .back-office--control-center .most-recent_title, .increase-revenue--section .revenue-points .back-office--control-center .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .back-office--control-center .agreements-block-title, .increase-revenue--section .revenue-points .back-office--control-center .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .back-office--control-center a, .back-office--control-center .increase-revenue--section.access-retail--pos .description, .back-office--control-center .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .back-office--control-center .increase-revenue--section.access-retail--pos .page-numbers, .back-office--control-center .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .increase-revenue--section.access-retail--pos .content, .back-office--control-center .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .back-office--control-center .description, .increase-revenue--section.access-retail--pos .back-office--control-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .back-office--control-center .page-numbers, .increase-revenue--section.access-retail--pos .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .back-office--control-center .content, .increase-revenue--section.access-retail--pos .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .back-office--control-center .latest-post-title, .back-office--control-center .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .back-office--control-center a.dropdown-item, .back-office--control-center .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .back-office--control-center a.dropdown-item, .back-office--control-center .savetime-reduce--section .description, .back-office--control-center .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .back-office--control-center .savetime-reduce--section .page-numbers, .back-office--control-center .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .savetime-reduce--section .content, .back-office--control-center .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .savetime-reduce--section .latest-post-title, .savetime-reduce--section .back-office--control-center .description, .savetime-reduce--section .back-office--control-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .back-office--control-center .page-numbers, .savetime-reduce--section .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .back-office--control-center .content, .savetime-reduce--section .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .back-office--control-center .latest-post-title, .back-office--control-center .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .back-office--control-center a.dropdown-item, .back-office--control-center .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .back-office--control-center a.dropdown-item, .back-office--control-center .pos-modern-retail--section .description, .back-office--control-center .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .back-office--control-center .pos-modern-retail--section .page-numbers, .back-office--control-center .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .pos-modern-retail--section .content, .back-office--control-center .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .back-office--control-center .description, .pos-modern-retail--section .back-office--control-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .back-office--control-center .page-numbers, .pos-modern-retail--section .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .back-office--control-center .content, .pos-modern-retail--section .back-office--control-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .back-office--control-center .latest-post-title, .back-office--control-center .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .back-office--control-center a.dropdown-item, .back-office--control-center .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .back-office--control-center a.dropdown-item, .back-office--control-center .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .back-office--control-center a, .back-office--control-center .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .back-office--control-center a, .back-office--control-center .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .back-office--control-center .section-title--medium, .back-office--control-center .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .back-office--control-center .own-content,
  .back-office--centro-de-control .title-space,
  .back-office--centro-de-control .advance-retail-main .advance-retail-main-content .sub-description,
  .advance-retail-main .advance-retail-main-content .back-office--centro-de-control .sub-description,
  .back-office--centro-de-control .ftx-pos--page .access-control-main .description,
  .back-office--centro-de-control .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .back-office--centro-de-control .ftx-pos--page .access-control-main .page-numbers,
  .back-office--centro-de-control .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .ftx-pos--page .access-control-main .content,
  .back-office--centro-de-control .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .ftx-pos--page .access-control-main .latest-post-title,
  .ftx-pos--page .access-control-main .back-office--centro-de-control .description,
  .ftx-pos--page .access-control-main .back-office--centro-de-control .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .back-office--centro-de-control .page-numbers,
  .ftx-pos--page .access-control-main .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .back-office--centro-de-control .content,
  .ftx-pos--page .access-control-main .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .back-office--centro-de-control .latest-post-title,
  .back-office--centro-de-control .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .increase-revenue--section .advance-retail-main-content .description,
  .back-office--centro-de-control .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .back-office--centro-de-control .increase-revenue--section .advance-retail-main-content .page-numbers,
  .back-office--centro-de-control .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .increase-revenue--section .advance-retail-main-content .content,
  .back-office--centro-de-control .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .increase-revenue--section .advance-retail-main-content .latest-post-title,
  .increase-revenue--section .advance-retail-main-content .back-office--centro-de-control .description,
  .increase-revenue--section .advance-retail-main-content .back-office--centro-de-control .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .back-office--centro-de-control .page-numbers,
  .increase-revenue--section .advance-retail-main-content .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .back-office--centro-de-control .content,
  .increase-revenue--section .advance-retail-main-content .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .back-office--centro-de-control .latest-post-title,
  .back-office--centro-de-control .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .increase-revenue--section .revenue-title .description,
  .back-office--centro-de-control .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .back-office--centro-de-control .increase-revenue--section .revenue-title .page-numbers,
  .back-office--centro-de-control .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .increase-revenue--section .revenue-title .content,
  .back-office--centro-de-control .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .increase-revenue--section .revenue-title .latest-post-title,
  .increase-revenue--section .revenue-title .back-office--centro-de-control .description,
  .increase-revenue--section .revenue-title .back-office--centro-de-control .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .back-office--centro-de-control .page-numbers,
  .increase-revenue--section .revenue-title .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .back-office--centro-de-control .content,
  .increase-revenue--section .revenue-title .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .back-office--centro-de-control .latest-post-title,
  .back-office--centro-de-control .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .heading-27,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title,
  .hardware-product-section .hardware-product-row .hard-box .back-office--centro-de-control .increase-revenue--section .revenue-points .pro-title,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3,
  .pos-solutions .pos-solutions_block .pos-solutions_data .back-office--centro-de-control .increase-revenue--section .revenue-points h3,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .recent-article .most-recent_title a,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a,
  .recent-library_section .back-office--centro-de-control .increase-revenue--section .revenue-points .recent-library .most-recent_title a,
  .recent-article .most-recent_title .back-office--centro-de-control .increase-revenue--section .revenue-points a,
  .recent-library_section .recent-library .most-recent_title .back-office--centro-de-control .increase-revenue--section .revenue-points a,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .recent-article .most-recent_title,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title,
  .recent-library_section .back-office--centro-de-control .increase-revenue--section .revenue-points .recent-library .most-recent_title,
  .recent-article .back-office--centro-de-control .increase-revenue--section .revenue-points .most-recent_title,
  .recent-library_section .recent-library .back-office--centro-de-control .increase-revenue--section .revenue-points .most-recent_title,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title,
  .agreements-content.row .agreements-block-content .back-office--centro-de-control .increase-revenue--section .revenue-points .agreements-block-title,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a,
  .support-block .support-brand--block .support-block--data .support-block--heading .back-office--centro-de-control .increase-revenue--section .revenue-points a,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .heading-27,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .hardware-product-section .hardware-product-row .hard-box .pro-title,
  .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .back-office--centro-de-control .pro-title,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .pos-solutions .pos-solutions_block .pos-solutions_data h3,
  .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .back-office--centro-de-control h3,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .recent-article .most-recent_title a,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .recent-library_section .recent-library .most-recent_title a,
  .recent-library_section .increase-revenue--section .revenue-points .back-office--centro-de-control .recent-library .most-recent_title a,
  .recent-article .most-recent_title .increase-revenue--section .revenue-points .back-office--centro-de-control a,
  .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .back-office--centro-de-control a,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .recent-article .most-recent_title,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .recent-library_section .recent-library .most-recent_title,
  .recent-library_section .increase-revenue--section .revenue-points .back-office--centro-de-control .recent-library .most-recent_title,
  .recent-article .increase-revenue--section .revenue-points .back-office--centro-de-control .most-recent_title,
  .recent-library_section .recent-library .increase-revenue--section .revenue-points .back-office--centro-de-control .most-recent_title,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .agreements-content.row .agreements-block-content .agreements-block-title,
  .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .back-office--centro-de-control .agreements-block-title,
  .increase-revenue--section .revenue-points .back-office--centro-de-control .support-block .support-brand--block .support-block--data .support-block--heading a,
  .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .back-office--centro-de-control a,
  .back-office--centro-de-control .increase-revenue--section.access-retail--pos .description,
  .back-office--centro-de-control .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .back-office--centro-de-control .increase-revenue--section.access-retail--pos .page-numbers,
  .back-office--centro-de-control .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .increase-revenue--section.access-retail--pos .content,
  .back-office--centro-de-control .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .increase-revenue--section.access-retail--pos .latest-post-title,
  .increase-revenue--section.access-retail--pos .back-office--centro-de-control .description,
  .increase-revenue--section.access-retail--pos .back-office--centro-de-control .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .back-office--centro-de-control .page-numbers,
  .increase-revenue--section.access-retail--pos .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .back-office--centro-de-control .content,
  .increase-revenue--section.access-retail--pos .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .back-office--centro-de-control .latest-post-title,
  .back-office--centro-de-control .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .savetime-reduce--section .description,
  .back-office--centro-de-control .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .back-office--centro-de-control .savetime-reduce--section .page-numbers,
  .back-office--centro-de-control .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .savetime-reduce--section .content,
  .back-office--centro-de-control .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .savetime-reduce--section .latest-post-title,
  .savetime-reduce--section .back-office--centro-de-control .description,
  .savetime-reduce--section .back-office--centro-de-control .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .savetime-reduce--section .back-office--centro-de-control .page-numbers,
  .savetime-reduce--section .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .back-office--centro-de-control .content,
  .savetime-reduce--section .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .back-office--centro-de-control .latest-post-title,
  .back-office--centro-de-control .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .pos-modern-retail--section .description,
  .back-office--centro-de-control .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .back-office--centro-de-control .pos-modern-retail--section .page-numbers,
  .back-office--centro-de-control .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .pos-modern-retail--section .content,
  .back-office--centro-de-control .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .pos-modern-retail--section .latest-post-title,
  .pos-modern-retail--section .back-office--centro-de-control .description,
  .pos-modern-retail--section .back-office--centro-de-control .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .pos-modern-retail--section .back-office--centro-de-control .page-numbers,
  .pos-modern-retail--section .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .back-office--centro-de-control .content,
  .pos-modern-retail--section .back-office--centro-de-control .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .back-office--centro-de-control .latest-post-title,
  .back-office--centro-de-control .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .back-office--centro-de-control a.dropdown-item,
  .back-office--centro-de-control .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a,
  .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .back-office--centro-de-control a,
  .back-office--centro-de-control .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a,
  .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .back-office--centro-de-control a,
  .back-office--centro-de-control .customer-loyalty-main .reward-loyalty-side .section-title--medium,
  .customer-loyalty-main .reward-loyalty-side .back-office--centro-de-control .section-title--medium,
  .back-office--centro-de-control .own-customer-loyalty-main .own-your-content .own-content,
  .own-customer-loyalty-main .own-your-content .back-office--centro-de-control .own-content {
    margin: 20px 0;
  }
  .back-office--control-center .pos-management .pos-management--block .description:last-child, .back-office--control-center .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers:last-child, .free-resources-new .custom-pagination .back-office--control-center .pos-management .pos-management--block .page-numbers:last-child, .back-office--control-center .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .pos-management .pos-management--block .content:last-child, .back-office--control-center .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .back-office--control-center .pos-management .pos-management--block .latest-post-title:last-child, .back-office--control-center .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:last-child, .cta-menu--section.choose-industries .dropdown-menu li .back-office--control-center .pos-management .pos-management--block a.dropdown-item:last-child,
  .back-office--centro-de-control .pos-management .pos-management--block .description:last-child,
  .back-office--centro-de-control .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers:last-child,
  .free-resources-new .custom-pagination .back-office--centro-de-control .pos-management .pos-management--block .page-numbers:last-child,
  .back-office--centro-de-control .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content:last-child,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .pos-management .pos-management--block .content:last-child,
  .back-office--centro-de-control .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:last-child,
  .free-resources-new .filters-gallery .filter-items .blog-item .back-office--centro-de-control .pos-management .pos-management--block .latest-post-title:last-child,
  .back-office--centro-de-control .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:last-child,
  .cta-menu--section.choose-industries .dropdown-menu li .back-office--centro-de-control .pos-management .pos-management--block a.dropdown-item:last-child {
    margin-bottom: 0;
  }
  .back-office--control-center .sub-description,
  .back-office--centro-de-control .sub-description {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .back-office--control-center .hero-section .btn-blue + .btn-blue, .back-office--control-center .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .back-office--control-center .hero-section .nav-link + .btn-blue, .back-office--control-center .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .back-office--control-center .hero-section .btn-blue + .nav-link, .back-office--control-center .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .back-office--control-center .hero-section .nav-link + .nav-link, .back-office--control-center .hero-section .btn-blue-outline + .btn-blue, .back-office--control-center .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .back-office--control-center .hero-section .btn-blue-outline + .nav-link, .back-office--control-center .hero-section .cta-green + .btn-blue, .back-office--control-center .hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .back-office--control-center .hero-section .cta-green + .nav-link, .back-office--control-center .hero-section .btn-blue + .btn-blue-outline, .back-office--control-center .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .back-office--control-center .hero-section .nav-link + .btn-blue-outline, .back-office--control-center .hero-section .btn-blue-outline + .btn-blue-outline, .back-office--control-center .hero-section .cta-green + .btn-blue-outline, .back-office--control-center .hero-section .btn-blue + .cta-green, .back-office--control-center .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .back-office--control-center .hero-section .nav-link + .cta-green, .back-office--control-center .hero-section .btn-blue-outline + .cta-green, .back-office--control-center .hero-section .cta-green + .cta-green,
  .back-office--centro-de-control .hero-section .btn-blue + .btn-blue,
  .back-office--centro-de-control .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue,
  .pricing-data--table #pricingTab .nav-item .back-office--centro-de-control .hero-section .nav-link + .btn-blue,
  .back-office--centro-de-control .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link,
  .pricing-data--table #pricingTab .nav-item .back-office--centro-de-control .hero-section .btn-blue + .nav-link,
  .back-office--centro-de-control .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link,
  .pricing-data--table #pricingTab .nav-item .back-office--centro-de-control .hero-section .nav-link + .nav-link,
  .back-office--centro-de-control .hero-section .btn-blue-outline + .btn-blue,
  .back-office--centro-de-control .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link,
  .pricing-data--table #pricingTab .nav-item .back-office--centro-de-control .hero-section .btn-blue-outline + .nav-link,
  .back-office--centro-de-control .hero-section .cta-green + .btn-blue,
  .back-office--centro-de-control .hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link,
  .pricing-data--table #pricingTab .nav-item .back-office--centro-de-control .hero-section .cta-green + .nav-link,
  .back-office--centro-de-control .hero-section .btn-blue + .btn-blue-outline,
  .back-office--centro-de-control .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline,
  .pricing-data--table #pricingTab .nav-item .back-office--centro-de-control .hero-section .nav-link + .btn-blue-outline,
  .back-office--centro-de-control .hero-section .btn-blue-outline + .btn-blue-outline,
  .back-office--centro-de-control .hero-section .cta-green + .btn-blue-outline,
  .back-office--centro-de-control .hero-section .btn-blue + .cta-green,
  .back-office--centro-de-control .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green,
  .pricing-data--table #pricingTab .nav-item .back-office--centro-de-control .hero-section .nav-link + .cta-green,
  .back-office--centro-de-control .hero-section .btn-blue-outline + .cta-green,
  .back-office--centro-de-control .hero-section .cta-green + .cta-green {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media (min-width: 1921px) {
  .back-office--control-center .container,
  .back-office--centro-de-control .container {
    max-width: 1500px;
  }
}
@media (max-width: 1400px) {
  .back-office--control-center .container,
  .back-office--centro-de-control .container {
    max-width: 1270px;
  }
}
.back-office--control-center .section-title--medium,
.back-office--centro-de-control .section-title--medium {
  font-weight: 700;
}
.back-office--control-center .section-title--medium span,
.back-office--centro-de-control .section-title--medium span {
  font-weight: 400;
  color: #1E1C37;
}
@media (max-width: 767px) {
  .back-office--control-center .section-title--medium,
  .back-office--centro-de-control .section-title--medium {
    margin-bottom: 20px;
  }
}
.back-office--control-center .section-title--medium.mb-30,
.back-office--centro-de-control .section-title--medium.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .back-office--control-center .section-title--medium.mb-30,
  .back-office--centro-de-control .section-title--medium.mb-30 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .back-office--control-center .heading-27, .back-office--control-center .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .back-office--control-center .pro-title, .back-office--control-center .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .back-office--control-center h3, .back-office--control-center .recent-article .most-recent_title a, .back-office--control-center .recent-library_section .recent-library .most-recent_title a, .recent-library_section .back-office--control-center .recent-library .most-recent_title a, .recent-article .most-recent_title .back-office--control-center a, .recent-library_section .recent-library .most-recent_title .back-office--control-center a, .back-office--control-center .recent-article .most-recent_title, .back-office--control-center .recent-library_section .recent-library .most-recent_title, .recent-library_section .back-office--control-center .recent-library .most-recent_title, .recent-article .back-office--control-center .most-recent_title, .recent-library_section .recent-library .back-office--control-center .most-recent_title, .back-office--control-center .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .back-office--control-center .agreements-block-title, .back-office--control-center .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .back-office--control-center a, .back-office--control-center .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .back-office--control-center a,
  .back-office--centro-de-control .heading-27,
  .back-office--centro-de-control .hardware-product-section .hardware-product-row .hard-box .pro-title,
  .hardware-product-section .hardware-product-row .hard-box .back-office--centro-de-control .pro-title,
  .back-office--centro-de-control .pos-solutions .pos-solutions_block .pos-solutions_data h3,
  .pos-solutions .pos-solutions_block .pos-solutions_data .back-office--centro-de-control h3,
  .back-office--centro-de-control .recent-article .most-recent_title a,
  .back-office--centro-de-control .recent-library_section .recent-library .most-recent_title a,
  .recent-library_section .back-office--centro-de-control .recent-library .most-recent_title a,
  .recent-article .most-recent_title .back-office--centro-de-control a,
  .recent-library_section .recent-library .most-recent_title .back-office--centro-de-control a,
  .back-office--centro-de-control .recent-article .most-recent_title,
  .back-office--centro-de-control .recent-library_section .recent-library .most-recent_title,
  .recent-library_section .back-office--centro-de-control .recent-library .most-recent_title,
  .recent-article .back-office--centro-de-control .most-recent_title,
  .recent-library_section .recent-library .back-office--centro-de-control .most-recent_title,
  .back-office--centro-de-control .agreements-content.row .agreements-block-content .agreements-block-title,
  .agreements-content.row .agreements-block-content .back-office--centro-de-control .agreements-block-title,
  .back-office--centro-de-control .support-block .support-brand--block .support-block--data .support-block--heading a,
  .support-block .support-brand--block .support-block--data .support-block--heading .back-office--centro-de-control a,
  .back-office--centro-de-control .pos-modern-retail--section .pos-modern-retail--link li a,
  .pos-modern-retail--section .pos-modern-retail--link li .back-office--centro-de-control a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
  }
}
.back-office--control-center .advance-retail-main,
.back-office--centro-de-control .advance-retail-main {
  flex-direction: column;
  align-items: center;
}

.control-center--banner.hero-section .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .control-center--banner.hero-section .container {
    max-width: 1550px;
  }
}
@media (max-width: 1400px) {
  .control-center--banner.hero-section .container {
    max-width: 1270px;
  }
}
@media (max-width: 1199px) {
  .control-center--banner .banner-content {
    text-align: center;
  }
}
.control-center--banner .banner-content .banner-title {
  font-weight: bold;
  margin: 0;
}
.control-center--banner .banner-content .banner-description {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .control-center--banner .banner-content .btn-blue + .btn-blue-outline, .control-center--banner .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .control-center--banner .banner-content .nav-link + .btn-blue-outline, .control-center--banner .banner-content .btn-blue-outline + .btn-blue-outline, .control-center--banner .banner-content .cta-green + .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .control-center--banner .col-md-12 {
    width: 100%;
  }
}

.manage-backoffice--section {
  position: relative;
}
.manage-backoffice--section::before {
  content: "";
  position: absolute;
  background-color: #c9e8f6;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .manage-backoffice--section::before {
    top: 20%;
  }
}
@media (max-width: 600px) {
  .manage-backoffice--section::before {
    top: 10%;
  }
}
.manage-backoffice--section .manage-backoffice--image {
  text-align: center;
}
.manage-backoffice--section .manage-backoffice--image img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .manage-backoffice--section .manage-backoffice--image img {
    border-radius: 20px;
  }
}
.manage-backoffice--section .manage-backoffice--title .description, .manage-backoffice--section .manage-backoffice--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .manage-backoffice--section .manage-backoffice--title .page-numbers, .manage-backoffice--section .manage-backoffice--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .manage-backoffice--section .manage-backoffice--title .content, .manage-backoffice--section .manage-backoffice--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .manage-backoffice--section .manage-backoffice--title .latest-post-title, .manage-backoffice--section .manage-backoffice--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .manage-backoffice--section .manage-backoffice--title a.dropdown-item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .manage-backoffice--section .manage-backoffice--title .mb-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .manage-backoffice--section div[class^=col-] {
    margin-bottom: 20px;
  }
}
.manage-backoffice--section .manage-backoffice--container .container {
  max-width: 1440px;
}
@media (min-width: 1921px) {
  .manage-backoffice--section .manage-backoffice--container .container {
    max-width: 1550px;
  }
}
@media (max-width: 1400px) {
  .manage-backoffice--section .manage-backoffice--container .container {
    max-width: 1270px;
  }
}
.manage-backoffice--section .manage-backoffice--main {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 42px;
  height: 100%;
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .manage-backoffice--section .manage-backoffice--main {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .manage-backoffice--section .manage-backoffice--main {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .manage-backoffice--section .manage-backoffice--main {
    padding: 20px 30px;
    border-radius: 20px;
  }
}
.manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .heading-27, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .pro-title, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner h3, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .recent-article .most-recent_title a, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .recent-library_section .recent-library .most-recent_title a, .recent-library_section .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .recent-library .most-recent_title a, .recent-article .most-recent_title .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner a, .recent-library_section .recent-library .most-recent_title .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner a, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .recent-article .most-recent_title, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .recent-library_section .recent-library .most-recent_title, .recent-library_section .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .recent-library .most-recent_title, .recent-article .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .most-recent_title, .recent-library_section .recent-library .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .most-recent_title, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .agreements-block-title, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner a, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description .description, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description .page-numbers, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description .content, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description .latest-post-title, .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .manage-backoffice--section .manage-backoffice--main .manage-backoffice--inner .back-office-description a.dropdown-item {
  margin-bottom: 0;
}
.manage-backoffice--section .back-office-link {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .manage-backoffice--section .back-office-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .manage-backoffice--section .manage-backoffice--container .col-sm-12 {
    width: 100%;
    margin-bottom: 20px;
  }
  .manage-backoffice--section .manage-backoffice--container .col-sm-12:last-child {
    margin-bottom: 0;
  }
}

.control-pos-inner {
  background-color: #1E1C37;
  border-radius: 40px;
  padding: 80px;
  position: relative;
  margin: 20px 0;
}
@media (max-width: 1366px) {
  .control-pos-inner {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .control-pos-inner {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .control-pos-inner {
    padding: 40px;
    border-radius: 20px;
    text-align: center;
  }
}
.control-pos-inner::before, .control-pos-inner::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='175' height='150' viewBox='0 0 175 150' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='175' height='150' fill='url(%23pattern0_2_3)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2_3' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2_3' transform='scale(0.00571429 0.00666667)'/%3E%3C/pattern%3E%3Cimage id='image0_2_3' width='175' height='150' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK8AAACWCAYAAACo59gQAAAABHNCSVQICAgIfAhkiAAADj1JREFUeF7tndtxHDcWhtHiDKv8tHIES0VgKoIdRWA6gqVeV6PyKAKPIhBVovRqKgJTEXgYwZIRiI5gySdXcYbsPWfA5lz6BvQAjR+XrqIlmX1BH3z94+DgAMhETMd4/hu97qE4Hf4S02vDvuskfy7uF7+JXNxSnUx1y5npXuDl+W8W/xbiYSqy7OCx/K/IWDMv3yWUQkshmdDPc/q5EYPFS3Hyw7XO64UN73g+ImOwkfjP9WNG8L7SMVQ615AFykLyeOP8qzjdP9Z5SpjwTv4+EIvBBzLEUa0xsvy1+LR/pmOsdO4OFqgXktVNB4sXOuobHryyOZq2mjnPr8Xn/Ret56UTdrMA+7Xz+w8iyxVUVU99w4GXv+w8/33Nr203elLfdhvtcga7CFl+Qrdgv1bteMhfii/7lyon+w+v1pe9ZZKkviqM6J8j3bbf6cKR/sVCuT/iN7zjBfm0pLY6X/a2NfP8HbkPrA7pMGGBzShC1zsqRYP8hJfVdrH4o+OXvW1QCtMMqKOQ3XS1dLqOLPCfu0PxLGMhOTRgDyX19Q9eE2pbtu77LkFyA5UUxi3Gd78KkZluvVrV1x94V6MxHNg2fST17WJRsy3gZgkU+iN+wGu2SaqrpqS+OgDbaQE3S9ASDcKH106TVF1NmkFynboO6ty38w+Uj2CjBdRSX1x4dwmBdSZFL0je+TG+XijdhD8NdcrUrNCgvpjwyjghRxNM9FzVjFScldS32l7SdWNw1Qcc9CxffTb7vsMhJe2Uo0F48Loy0pPpkvqWKHp7dyzyZRjM1VHZH8GC172RisppDdO4qsXen9uXf9v8YpXRIBx43ywoL0EleaOX6lMKkvdSElcPsRkG6/ZOJfXFgBcL3KS+Ljpm7UCX1NctvJhGKswYp/r2E1NvR7XyjM3+iDt4scGNU32dd5YVmF6LBrmB1w9wKWEtooR1H8Bdsr1S3/7hhW6WKr78GBLWvQH3sX4e1bdfeJejZvP/as12UGhJrJ4Suvr6Bq6s7GV/pD94fXEVqr6EUNXXT3Cf+iP9wOszuFt+llWV7/PmfoPL/ZF39uH1Gtz8L0qyPg5ugRIf3bfVh31BC5Qc8xR5+/BiDkC0adwtfdnTIOe2eSsmLCTPJuJ0cF5Unl14fQQ3E9/E3oC+7EDntI2pw+wiW69NLpp//57mGZ5s14k9eHGSbBTNVv6yFS/05zT/xORKPFC+S806DnbglUv7cO6nL8dH+rKnwaot14JfYnJLJT5pmxRrHl6ZSM5NU79Jy90+EzbSUXAdsm1b+CUmjWq7/mpm4fWpMxC6b1vUsl9i8pGERHlunFl4/fCpwo0kbCuuP2LSqQU0B68fPpVyk9TNCwG7ajznhUBoQRDog+K2g6Mu/Q0z8PrQNMXiJhSc+uHnarkJ25+gGXjHc44scIQB9YhrQRH8EbRbmvI12XVx793hfXM3oSwxXoUc8TBiJMQXayzTeM7LBtSvCu/2hW4pdjtSXYO3qai7wSuTOzgshngYMxLiy9WWSS7DxPAiHlfk3466+LdVL7MbvLBDjTRa9kDKo7jCNmItdyqTjC58p2sRY+xGwWX7dIcX110wbqROILm4aHx3RlVK23ahHTR1Z0DxW8P5It3gxf3CIwYXdUje3gpE3eDFjB/GCy4LLWbE54pGzKytN6cPL2YnLW5wMQeIrNeJPrx4X3icUYXCrcV04ayDq99hQwzDaOzbhdaNMVKe8XxK9+GNE1GOW5qmc6izk2XXgusp75u771DT1kOd1atam3iq22srqA4vnl+107i4Kh/Q56Gpbs9iog4v1oCE1V4sNLCwvq69kFhdfajBi5Wh1JtPBQ0xlur20kHbrg9VeIGyxrJf1qc/QwNmq3BYvm6vfu66SdvhRVJdzsn9NETNlrKFavm+WKrrLN20Hd6383Pac+vn/mqm9knkLgwOTI+PA7yXfhFwoj5O+x7N8MoZEpyl5P5Iu7PLOsCKtTvdeKYZXpzm6YLGyEfuvyCAEsC0hP1HF/Q6bDjNk9MvHABZWQSclhAi4lOvvDjNU1Ld4uvBaQmdddLUog0wzZNIqlvUGEZLCNNxrlZenOYpqe6T6sLMTYNQXTZLNbwweQxpQOKpmUSZ4gO0sXgNvAixXZpEebp/ANNZcl2Q8fx/VATHEyvdRxiafV459MiGcnukuO7K/jizV6D6H2XlRXEZBoMf02jaI78YcwadjqZVKWkZXgTfKuUwbNYVQpQBsCWsgBfAt+o5qdmtf9TydBSXAaijVlhsE16UDLLkMqyIxljcBc5lKIfKEEZwksuwKcUYg0Uwsd36aMN4PqNf/stpMwroWzm1B0SIDHOUc9ttyJ1WFD889qns6xWA4u+eDtvzvh2AsyoUhqFuKfXRcSDeQS3UPRIjbAk7RL+CF6FjkPzdTYwRwpZCQPq7mx221DEAktzHoiDEdwWmv7sJb+oYYMGLMkwPHLZcuQ3jufvOGmAg3BnRGDF36D6IhBfDUII6a5C9WicAI/RBhIDtrK3chtSrdcJn40MxknGg14MrlHdKhnS7TGaKNGxFGgAGjIAjDSvlRRhZAzdU79IM0YHGnskilRcjJAMbT+wdXJRIA3CYbF153UcaBPZX3ivAKB1o8KH6TGAMCzMbUFNMeoV1+2Eo8IJHfzKYMFmCd4UwQmoqlybBq6xhSXkLUyV4laBh5XUfJpNFTfA+wQuyDasHyosBL/AYupIMmDwJI3TphdtwQnb/1aTtO92Le7bZs59Elh9UXp+J2fL/fxpedLq/TxehwJuJkXjIDlDrhN0GhsLt1B9dsPL8mvaDu6TLLmnmxTfxZZ//Hs4BMUChbc5LkVOdZA+XYnD/rZ9NBH2Ed9uuDPOz7Fzc03JEIYCMkOGnzW7pAhaUc9oN86stkP1U3mbDsgKciM+Dr7vb39EdwoB33Xjn9A9O8pGun6EjRHilaViNxbOplxCHB2+BK8PLaQBGIM5A8hoMfYuVt5lR0/XaVtNlpeDhwivNlYkTsTd4v+tadKy8AHkNVhBYv+kNSfGUlkz9aP1JJh4QTZ0I2hCyuwrHAu+jK5GdkRvx2gRf1u6Bk2ti7RU3b5xPuopKXPBKq1EoZ/Bq1ybLWs2iJOVYe8GKG+fdRCVGeLEBjhHeZQdbH+BY4cUFOFZ4OwAcM7ydvnbrrWnM8C4Bzt+Jz/ucstB6xA2vprFarWnihNjhlTZUyjBM8LKpkKa74MxfM/EpdrsHDzANhy/bOtUJXmneGcUbX3WztIWr4ojzthmudc0IhpcTKH5qu1Pwv0faByPBK3FrWf4r3NwG3a+Nm6rP+y90L7NyfoL30azNmxYmeNfpQ1HfBO+qVhrUN8G7KZ2X5Pu+tKKmOjcd311T9so/dS4J99x69WV4MaYBoVgfYZnVECYImKvPGxKUH6tuhzR72Nzr7nan1l7ubrdXuDrBu2mkGncuwVtmyb3rgLHFgsJX1tcp1a4Dwbs4ojG5P/oqhhfPcT0NH2ctDYzqqokEIS33hGGoZSkcL/qHsSo6UH1Ux3yLxaVjmE2hUxlul1tN+Q1VdVXKd0jwVndjv9HiJuROOTomfx+IxeC7o6ejPrYkKAW8MyqxXwuP2DWx+41E0kDFVg2XO20S3tS7LX8KrheZSzkn23VSEhScDVXsKqn+3V3DmwRFGd4Rnfmnfg0HfIVreFO4TBHelACN6DYkQdmslRq3gU9KPtamqVwrbxIUReVdwguyGjeKJ+Ia3iQoGvBibOGKgi7GquBJUNZ5aHAbUmB83VAYu52nvBNFeFMz1WgoJ01C8nvXzV5KVZVx3uJIienSEkibeKfc3oLOmuHhFbwpPCNt4TYxZ11QUobZozXKmX6byiujDtfRz59CmYjJ9ZH6IhLeioVhKuBNc9ra1gvo3f9NrkNlB7oMb/rSMSIN619ICmNWZvmV4V26DhGvooPUWdvsTNPWBOIfvas+wgNrVo6shjfmLx3J392AN+IR0JqFEKvhjbnj5nryZZ3SRevO5X/RnhUHVWaphzdG9UV1GZ5CmVGqb+06GvXwRqm+jmcNt/mXMapv41plTQaLSn3rm6c2pnr9fUzJOi0tYbPyysjDjP4b/uRMjb0QeoV1+2Ey34EGkqKIPDQu798ObxSb2nmiugXIcbSIrTO42+GV6hv2SpKo4bEmiQ+9RVRYrVMNXtlUsfsQ4vL/rV+4UzehOXTGWzKEOHChtFKnGrxsQNnTDc1Yt5THcOjVjvAbAxfzEf0ztFnfV7S97qhtJyA2gzq8S/chsBUlfXQXtpU4tCnyGtuK6cHLhgums9C8WQekq1BXqFDCZ5piog9vEAAHBG4BtP8Aa08A6Aav3wBfkE91pOJTeaW+S7fO1+HjbmLSHV4vAe5mJK8g9i2sucPg0G7wcq0uBzHEuQdTh5TCL16BWusDLzvWZ+BhtFuR5RPxaZ/L2enYHV5+LMeB7xdnIhc/dyqF3Ytu6cM6FqcD+sAiOuTIKIOBGJu/ojlpx+LLPodeOx9m4H3qNHDckb94lA3wyE0YDCdB+reqVS6jQzxCijKY8Z76HCcm6sQsvIVBl9O1xcQhxBdUlCltPjdTreOgz5MjpFN6x2NnEHOG2N6ChOSHa1O2tgNvUTr51bPB+spKS9A2kcEQz+fH/QoLt373U5PQFq9oF97iKdL/4g1K+Me0D3YlcnJVhvfnNgxkSiXg7iPrhIWFXD3DdcIqK/JzsTekOsl44qiVox9414u+bMLuyWD5ISnAIXXyDtSNR6mLIuNmhxz9bCYGezObxrFiccSbct7K/d6IWkmuC64b+lO533JF1zCgs+VPj65a//A2NmvL5B824ObxkN/s2jNFZMaLMkmFfl4q64AS4g36r11s8X9Qp2RtZA/2eQAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 88px;
  height: 75px;
  background-size: 70%;
}
@media (max-width: 991px) {
  .control-pos-inner::before, .control-pos-inner::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .control-pos-inner::before, .control-pos-inner::after {
    width: 50px;
    height: 50px;
  }
}
.control-pos-inner::before {
  left: 55px;
  top: -7%;
}
@media (max-width: 767px) {
  .control-pos-inner::before {
    top: -15px;
  }
}
.control-pos-inner::after {
  right: 55px;
  bottom: -7%;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .control-pos-inner::after {
    bottom: -15px;
  }
}
.control-pos-inner .block-content.font22 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .control-pos-inner .block-content.font22 {
    margin-bottom: 15px;
  }
}
.control-pos-inner .block-content.font22,
.control-pos-inner .block-author.font22 {
  color: #ffffff !important;
}
@media (min-width: 1921px) {
  .control-pos-inner .block-content.font22,
  .control-pos-inner .block-author.font22 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .control-pos-inner .block-content.font22,
  .control-pos-inner .block-author.font22 {
    text-align: center;
  }
}

@media (max-width: 1366px) {
  .pos-management {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .pos-management {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .pos-management {
    padding-left: 0;
  }
}
.pos-management .container-fluid {
  padding-left: calc((100% - 1370px) / 2);
}
@media (min-width: 1921px) {
  .pos-management .container-fluid {
    max-width: 1500px;
    padding-left: 15px;
  }
}
@media (max-width: 1366px) {
  .pos-management .container-fluid {
    padding-left: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .pos-management .container-fluid {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .pos-management .container-fluid {
    padding-right: 15px !important;
  }
}
.pos-management .pos-management--title,
.pos-management .pos-management--block {
  padding-right: 100px;
}
@media (min-width: 1921px) {
  .pos-management .pos-management--title,
  .pos-management .pos-management--block {
    padding-right: 50px;
  }
}
@media (max-width: 1440px) {
  .pos-management .pos-management--title,
  .pos-management .pos-management--block {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .pos-management .pos-management--title,
  .pos-management .pos-management--block {
    padding-right: 0;
  }
}
.pos-management.img-first {
  padding-left: 0;
}
@media (max-width: 767px) {
  .pos-management.img-first {
    padding-top: 30px;
  }
}
.pos-management.img-first .container-fluid {
  padding-left: 0;
  padding-right: calc((100% - 1370px) / 2);
}
@media (min-width: 1921px) {
  .pos-management.img-first .container-fluid {
    padding-right: 15px;
  }
}
@media (max-width: 1366px) {
  .pos-management.img-first .container-fluid {
    padding-right: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .pos-management.img-first .container-fluid {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .pos-management.img-first .container-fluid {
    padding-left: 15px !important;
  }
}
.pos-management.img-first .pos-management--title,
.pos-management.img-first .pos-management--block {
  padding-right: 0;
  padding-left: 100px;
}
@media (min-width: 1921px) {
  .pos-management.img-first .pos-management--title,
  .pos-management.img-first .pos-management--block {
    padding-left: 50px;
  }
}
@media (max-width: 1440px) {
  .pos-management.img-first .pos-management--title,
  .pos-management.img-first .pos-management--block {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .pos-management.img-first .pos-management--title,
  .pos-management.img-first .pos-management--block {
    padding-left: 0;
  }
}
.pos-management.img-first .pos-management--image img {
  border-radius: 0 40px 40px 0;
}
@media (min-width: 1921px) {
  .pos-management.img-first .pos-management--image img {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .pos-management.img-first .pos-management--image img {
    border-radius: 20px;
  }
}
.pos-management .pos-management--title .description, .pos-management .pos-management--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-management .pos-management--title .page-numbers, .pos-management .pos-management--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--title .content, .pos-management .pos-management--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--title .latest-post-title, .pos-management .pos-management--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-management .pos-management--title a.dropdown-item {
  color: #000000;
  margin: 20px 0 30px 0;
}
@media (max-width: 991px) {
  .pos-management .pos-management--title .description, .pos-management .pos-management--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-management .pos-management--title .page-numbers, .pos-management .pos-management--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--title .content, .pos-management .pos-management--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--title .latest-post-title, .pos-management .pos-management--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-management .pos-management--title a.dropdown-item {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .pos-management .pos-management--title {
    text-align: center;
  }
}
.pos-management .pos-management--block .pos-management_subtitle {
  position: relative;
  padding-left: 60px;
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .pos-management .pos-management--block .pos-management_subtitle {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .pos-management .pos-management--block .pos-management_subtitle {
    padding-bottom: 15px;
    padding-left: 35px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pos-management .pos-management--block .pos-management_subtitle {
    padding-left: 32px;
  }
}
.pos-management .pos-management--block .pos-management_subtitle::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='64' height='64' fill='url(%23pattern0_1_2)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_1_2' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_1_2' transform='scale(0.015625)'/%3E%3C/pattern%3E%3Cimage id='image0_1_2' width='64' height='64' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABHNCSVQICAgIfAhkiAAABjNJREFUeF7lW1tvG0UUPjZOBX0A8QS5FPEAqAKeoHUCFNtJGgkhFeIgrn2gSCC1KG5Ky0UoibO2g6gENJBLBRSEqFChpCThLkGcrJ2INg5CvACqQCKIbkD9AaWQZJczThyv13uZ2VnvOrBSItl7bt83M+ecGe/64H9++TzDf6OwCX4U/vHM/5pjdwloiEQgmn4ZFPnWdeDSjAhnhD74I5v1ggz3CCDg27+eNgQ50dYM50Sx7H5QeARAvgG/Pwu55PtOk+QOAcF4DIK9gxTBfwu51Od5udpwALaEust05hJtMN8/SWGLSsQZAoJxAQH2Fad15gOQsmehNuJDEL0AijN+Cg7mUvfAfPJTKoQWQpyBCX6I9WRAUXY4EQyTjeEazthXvfEZiU5NQ/2dEabAnRLOpRKYEwRec/YJaLjtMmjPXuANgEvfKHEyGLVPgHbdMzh1VHQxk4Jc74tw7vRfduzaJ6BzSeZeQnYiNtVBOFJmAM4kjmFf8RONeXYCtkRuhm09Q1Af9mbt06AiMpTLg46Aa3ZcCVe3dEF9ZDMmvWdoY/BWDqENByzxWQpAdHICR/teb8HY9E5RKcwJ8LLM2cRcosZFgFXv7kSAlbaxmO2HsVbsRI0v4xlQLWWOhyQpMwrjOx+wR8CTK0nwy6bs8cTmmq5Fy/zfngGE5fnkUzCXetWI8A1HwOWXAhxs9gPpwpJfkv8Ul0lPsKEICF/nA7HrknXE4s8KNA+uUDCAIlLmXcwHe7TCxgTEln/Fbe61dNYrLxW+HsHvL4IveAzsX4YVhdK/oszByKYmtbQ+AY3x+2B77ylKsxUXiyD4aR3wxLGvc5ltUy9ljuNMeLQQdDkBtwgtcHt3uuKoKB2YgX/onRU4+R3t8KscqipDKQHR9AmoDz1MGVvFxQj4KRx5vWkaG5VhOEuZBLWRDgX84PPlmSvarrLOz2zknx6X4ZUpm+AJ6uEaP/7XENA++Qk0hHdVfFgpHBglPKLKDZ6MuWqXWJwBnUs2FhMFGkYRbalTqx8ak+HINMfIE2O5lIBniYnyJFgFBJiBP4jgB3jBr07/kpRS/BBNH8ME+DjjgDkmbga+6yMZBkXOkS9EakiAh0nQLOEdQPCvOQXedAaQmx2TSagLu7oDdBW8JQFEgDEX+HERxe8iVQVA/EUB0p/TXmZ13vGRLwT1e/YwfNz6fHkSLHzDSEAGNych3KQULrI5oSHBbOQdS3hGI6HaHZY3WQwEEGV5KFDmxooEszp/CJucIzxNDs30W5x5G8Za8gmfiwBiQNEhgHxvRIJpnXcDvKYalBJg4xzQbCprSaga8KpkWEpA5zJmMPokViCThoTKtrc0814lI2XGcUvcoV0CPqwAtrsNMxISX8jQd/dqpdBez07I8FLatltG5Gvi+kkQn+LoXOaKxIyEqgG/KA7DWFtMvwwyVAAj6mlJ8GTkZ19ohu8FUR279kDkTdwPPGFvXhW1rEjoOoW9fYZrsrGHmEvsglz/Z1rF8jIYW5rFPHgHu4dSDSMS9p6U4Y1Zl8Er+IjdSM1WPUz6h6Id6QGoCx1wmoR9CP51t8ETECY/khofizu0OyRtcgs50mbcJ/CSX6JviwBiYXt8HzT2HnU0GC+M2SaABOtAZfACc4nPixdS8NYVcfocoJaMTr6HT4js9hwETwBcM8DG/oAn1oro2vpxtBDJRidAyojY9zcbEWv9kNRGJkDKfgjjrQ+azSprAvKJ0N4usSLT2cqoJB4GaeZvOI9HXwviRStxOgIc6gmsguG6T6b66f7H4E9xgcUOHQHEYl1kK/YEe7AiPGfnzIAlKGZZBZv3kfzvfcwXPQFlpiMBCIZ6Sl6UYHbvkALF84D2k6BVjNWwPCZCm91/WlxNjJeVwqLMWY0fxxLQmPaiZZZ9WTgaiGAk7AeZa+E7R0BjvA2fK/rKinHG+yu4le3P69SHr8LDmr2r+vh0Ry6Z9PaVGT0k25CEJh0Szh9PwMJvqxrB+E4cMOsDl1xyN4I/wUgYs7hzM6A0J9yPH2/Cvx9wlEbLorJKnJQvOzCj1VGoDAE0kdWGQtAkJEreOvP5vsG+vVv3DVIamzZkvCNAHWxECIAo4AN/7l/VQYD7uNc9/gsxz0JfQv3XgwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: -4px;
  left: 0;
  background-size: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .pos-management .pos-management--block .pos-management_subtitle::before {
    width: 30px;
    height: 30px;
    top: -1px;
  }
}
@media (max-width: 768px) {
  .pos-management .pos-management--block .pos-management_subtitle::before {
    width: 25px;
    height: 25px;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .pos-management .pos-management--block .pos-management_subtitle::before {
    width: 22px;
    height: 22px;
    top: 5px;
  }
}
.pos-management .pos-management--block .description, .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-management .pos-management--block .page-numbers, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .content, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .latest-post-title, .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-management .pos-management--block a.dropdown-item {
  padding-left: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .pos-management .pos-management--block .description, .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-management .pos-management--block .page-numbers, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .content, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .latest-post-title, .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-management .pos-management--block a.dropdown-item {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pos-management .pos-management--block .description, .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-management .pos-management--block .page-numbers, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .content, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .latest-post-title, .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-management .pos-management--block a.dropdown-item {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .pos-management .pos-management--block .description, .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-management .pos-management--block .page-numbers, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .content, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .latest-post-title, .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-management .pos-management--block a.dropdown-item {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .pos-management .pos-management--block .description, .pos-management .pos-management--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-management .pos-management--block .page-numbers, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .content, .pos-management .pos-management--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-management .pos-management--block .latest-post-title, .pos-management .pos-management--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-management .pos-management--block a.dropdown-item {
    padding-left: 32px;
  }
}
.pos-management .pos-management--image {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  height: 750px;
}
@media (min-width: 1921px) {
  .pos-management .pos-management--image {
    height: 1000px;
  }
}
@media (max-width: 991px) {
  .pos-management .pos-management--image {
    justify-content: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pos-management .pos-management--image {
    height: 450px;
    margin: 0 auto 20px;
    padding-bottom: 0;
    max-width: 450px;
  }
}
.pos-management .pos-management--image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0 0 40px;
  height: 100%;
}
@media (min-width: 1921px) {
  .pos-management .pos-management--image img {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .pos-management .pos-management--image img {
    border-radius: 20px;
  }
}

.access-control-main {
  background-image: url(/wp-content/themes/goftx/dist/images/access-center-bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.access-control-main .btn-white {
  color: #467FF7;
  background-color: #ffffff;
  border-color: #467FF7;
}
.access-control-main .btn-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.access-control-main .btn-white-outline {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
  margin-left: 30px;
}
.access-control-main .btn-white-outline:hover {
  background: #ffffff;
  color: #467FF7;
}
@media (max-width: 767px) {
  .access-control-main .btn-white-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}
.access-control-main .section-title--medium span {
  color: #ffffff;
}
@media (max-width: 767px) {
  .access-control-main .section-title--medium span {
    display: block;
  }
}
.access-control-main .description, .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .access-control-main .page-numbers, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .content, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .latest-post-title, .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .access-control-main a.dropdown-item {
  margin: 30px 0;
  color: #ffffff;
}
@media (min-width: 1921px) {
  .access-control-main .description, .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .access-control-main .page-numbers, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .content, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .latest-post-title, .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .access-control-main a.dropdown-item {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 991px) {
  .access-control-main .description, .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .access-control-main .page-numbers, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .content, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .latest-post-title, .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .access-control-main a.dropdown-item {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .access-control-main .description, .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .access-control-main .page-numbers, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .content, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .latest-post-title, .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .access-control-main a.dropdown-item {
    margin: 0 0 20px;
  }
}
.access-control-main .description span, .access-control-main .free-resources-new .custom-pagination .page-numbers span, .free-resources-new .custom-pagination .access-control-main .page-numbers span, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content span, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .content span, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title span, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .latest-post-title span, .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item span, .cta-menu--section.choose-industries .dropdown-menu li .access-control-main a.dropdown-item span {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .access-control-main .description span, .access-control-main .free-resources-new .custom-pagination .page-numbers span, .free-resources-new .custom-pagination .access-control-main .page-numbers span, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content span, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .content span, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title span, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .latest-post-title span, .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item span, .cta-menu--section.choose-industries .dropdown-menu li .access-control-main a.dropdown-item span {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .access-control-main .description span br, .access-control-main .free-resources-new .custom-pagination .page-numbers span br, .free-resources-new .custom-pagination .access-control-main .page-numbers span br, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content span br, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .content span br, .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title span br, .free-resources-new .filters-gallery .filter-items .blog-item .access-control-main .latest-post-title span br, .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item span br, .cta-menu--section.choose-industries .dropdown-menu li .access-control-main a.dropdown-item span br {
    display: none;
  }
}
.access-control-main.reduce-cost--section .btn-white-outline {
  margin-left: 0;
}
@media (max-width: 767px) {
  .access-control-main.reduce-cost--section .btn-white-outline {
    margin-left: auto;
  }
}

.industry-serve-main {
  position: relative;
}
.industry-serve-main::before, .industry-serve-main::after {
  content: "";
  position: absolute;
  background-color: #c9e8f6;
  width: 150px;
  height: 300px;
  bottom: 0;
}
@media (min-width: 1921px) {
  .industry-serve-main::before, .industry-serve-main::after {
    width: 300px;
    height: 400px;
  }
}
@media (max-width: 1600px) {
  .industry-serve-main::before, .industry-serve-main::after {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .industry-serve-main::before, .industry-serve-main::after {
    height: 240px;
    width: 90px;
  }
}
@media (max-width: 768px) {
  .industry-serve-main::before, .industry-serve-main::after {
    height: 285px;
  }
}
@media (max-width: 767px) {
  .industry-serve-main::before, .industry-serve-main::after {
    height: 60%;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .industry-serve-main::before, .industry-serve-main::after {
    height: 240px;
  }
}
@media (max-width: 400px) {
  .industry-serve-main::before, .industry-serve-main::after {
    width: 40px;
  }
}
.industry-serve-main::before {
  left: 0;
  border-radius: 0 60px 60px 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .industry-serve-main::before {
    border-radius: 0 30px 30px 0;
  }
}
.industry-serve-main::after {
  right: 0;
  border-radius: 60px 0 0 60px;
  bottom: 0;
}
@media (max-width: 767px) {
  .industry-serve-main::after {
    border-radius: 30px 0 0 30px;
  }
}
.industry-serve-main .container {
  max-width: 1440px;
}
@media (max-width: 1400px) {
  .industry-serve-main .container {
    max-width: 1270px;
  }
}
.industry-serve-main .industry-main-content .industry-content {
  color: #000000;
}
@media (max-width: 767px) {
  .industry-serve-main .industry-main-content .industry-content {
    margin-bottom: 0;
  }
}
.industry-serve-main .industry-slider-main .slick-list {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .industry-serve-main .industry-slider-main .slick-list {
    max-width: calc(100% - 260px);
  }
}
@media (max-width: 767px) {
  .industry-serve-main .industry-slider-main .slick-list {
    max-width: calc(100% - 100px);
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 575px) {
  .industry-serve-main .industry-slider-main .slick-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .industry-serve-main .industry-slider-main .slick-list {
    max-width: calc(100% - 60px);
    padding: 30px 0;
  }
}
.industry-serve-main .industry-slider-main .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.industry-serve-main .industry-slider-main .slider-industry-content {
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 40px;
}
@media (min-width: 1921px) {
  .industry-serve-main .industry-slider-main .slider-industry-content {
    min-height: 400px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .industry-serve-main .industry-slider-main .slider-industry-content {
    min-height: 240px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .industry-serve-main .industry-slider-main .slider-industry-content {
    padding: 15px;
    min-height: 285px;
  }
}
@media (max-width: 767px) {
  .industry-serve-main .industry-slider-main .slider-industry-content {
    padding: 0 15px;
    min-height: inherit;
  }
}
@media (max-width: 575px) {
  .industry-serve-main .industry-slider-main .slider-industry-content {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.industry-serve-main .industry-slider-main .slider-industry-content .description, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .industry-serve-main .industry-slider-main .slider-industry-content .page-numbers, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .industry-serve-main .industry-slider-main .slider-industry-content .content, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industry-serve-main .industry-slider-main .slider-industry-content .latest-post-title, .industry-serve-main .industry-slider-main .slider-industry-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industry-serve-main .industry-slider-main .slider-industry-content a.dropdown-item {
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media (min-width: 1921px) {
  .industry-serve-main .industry-slider-main .slider-industry-content .description, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .industry-serve-main .industry-slider-main .slider-industry-content .page-numbers, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .industry-serve-main .industry-slider-main .slider-industry-content .content, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industry-serve-main .industry-slider-main .slider-industry-content .latest-post-title, .industry-serve-main .industry-slider-main .slider-industry-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industry-serve-main .industry-slider-main .slider-industry-content a.dropdown-item {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .industry-serve-main .industry-slider-main .slider-industry-content .description, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .industry-serve-main .industry-slider-main .slider-industry-content .page-numbers, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .industry-serve-main .industry-slider-main .slider-industry-content .content, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industry-serve-main .industry-slider-main .slider-industry-content .latest-post-title, .industry-serve-main .industry-slider-main .slider-industry-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industry-serve-main .industry-slider-main .slider-industry-content a.dropdown-item {
    min-height: 75px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .industry-serve-main .industry-slider-main .slider-industry-content .description, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .industry-serve-main .industry-slider-main .slider-industry-content .page-numbers, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .industry-serve-main .industry-slider-main .slider-industry-content .content, .industry-serve-main .industry-slider-main .slider-industry-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industry-serve-main .industry-slider-main .slider-industry-content .latest-post-title, .industry-serve-main .industry-slider-main .slider-industry-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industry-serve-main .industry-slider-main .slider-industry-content a.dropdown-item {
    min-height: inherit;
  }
}
.industry-serve-main .industry-slider-main .slider-industry-content .heading-27, .industry-serve-main .industry-slider-main .slider-industry-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .industry-serve-main .industry-slider-main .slider-industry-content .pro-title, .industry-serve-main .industry-slider-main .slider-industry-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .industry-serve-main .industry-slider-main .slider-industry-content h3, .industry-serve-main .industry-slider-main .slider-industry-content .recent-article .most-recent_title a, .industry-serve-main .industry-slider-main .slider-industry-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .industry-serve-main .industry-slider-main .slider-industry-content .recent-library .most-recent_title a, .recent-article .most-recent_title .industry-serve-main .industry-slider-main .slider-industry-content a, .recent-library_section .recent-library .most-recent_title .industry-serve-main .industry-slider-main .slider-industry-content a, .industry-serve-main .industry-slider-main .slider-industry-content .recent-article .most-recent_title, .industry-serve-main .industry-slider-main .slider-industry-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .industry-serve-main .industry-slider-main .slider-industry-content .recent-library .most-recent_title, .recent-article .industry-serve-main .industry-slider-main .slider-industry-content .most-recent_title, .recent-library_section .recent-library .industry-serve-main .industry-slider-main .slider-industry-content .most-recent_title, .industry-serve-main .industry-slider-main .slider-industry-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .industry-serve-main .industry-slider-main .slider-industry-content .agreements-block-title, .industry-serve-main .industry-slider-main .slider-industry-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .industry-serve-main .industry-slider-main .slider-industry-content a, .industry-serve-main .industry-slider-main .slider-industry-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .industry-serve-main .industry-slider-main .slider-industry-content a {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .industry-serve-main .industry-slider-main .slider-industry-content .slider-link {
    justify-content: center;
  }
}
.industry-serve-main .industry-slider-main .slider-industry-content .slider-link .link {
  color: #467FF7;
  font-weight: 700;
}
.industry-serve-main .industry-slider-main .slider-industry-content .slider-link .link span svg path {
  stroke: #467FF7;
}
.industry-serve-main .industry-slider-main .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 9;
}
.industry-serve-main .industry-slider-main .slick-arrow.slick-prev {
  left: 110px;
  right: auto;
}
.industry-serve-main .industry-slider-main .slick-arrow.slick-prev:before {
  left: -1px;
}
.industry-serve-main .industry-slider-main .slick-arrow.slick-next {
  right: 110px;
  left: auto;
}
.industry-serve-main .industry-slider-main .slick-arrow.slick-next:before {
  left: 1px;
}
@media (min-width: 1921px) {
  .industry-serve-main .industry-slider-main .slick-arrow.slick-prev {
    left: 260px;
  }
  .industry-serve-main .industry-slider-main .slick-arrow.slick-next {
    right: 260px;
  }
}
@media (max-width: 1600px) {
  .industry-serve-main .industry-slider-main .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .industry-serve-main .industry-slider-main .slick-arrow.slick-prev {
    left: 65px;
  }
  .industry-serve-main .industry-slider-main .slick-arrow.slick-next {
    right: 65px;
  }
}
@media (max-width: 991px) {
  .industry-serve-main .industry-slider-main .slick-arrow.slick-prev {
    left: 55px;
  }
  .industry-serve-main .industry-slider-main .slick-arrow.slick-next {
    right: 55px;
  }
}
@media (max-width: 767px) {
  .industry-serve-main .industry-slider-main .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .industry-serve-main .industry-slider-main .slick-arrow:before {
    background-size: 25px;
  }
  .industry-serve-main .industry-slider-main .slick-arrow.slick-prev {
    left: 5px;
  }
  .industry-serve-main .industry-slider-main .slick-arrow.slick-next {
    right: 5px;
  }
}

.ftx-pos-dashboard-main {
  background: rgb(8, 27, 100);
  background: linear-gradient(0deg, rgb(7, 16, 82) 0%, rgb(30, 71, 206) 100%);
  width: 100%;
  height: 100%;
}
.ftx-pos-dashboard-main .container {
  max-width: 1140px;
}
.ftx-pos-dashboard-main .section-title--medium span {
  color: #ffffff;
}
.ftx-pos-dashboard-main .sub-description {
  color: #ffffff !important;
}
.ftx-pos-dashboard-main .ftx-pos-logo-slider .ftx-slider-inner-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 90px;
}
@media (min-width: 1921px) {
  .ftx-pos-dashboard-main .ftx-pos-logo-slider .ftx-slider-inner-link {
    height: 110px;
  }
}
@media (max-width: 768px) {
  .ftx-pos-dashboard-main .ftx-pos-logo-slider .ftx-slider-inner-link {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .ftx-pos-dashboard-main .ftx-pos-logo-slider .ftx-slider-inner-link {
    height: 100px;
  }
}
.ftx-pos-dashboard-main .ftx-pos-logo-slider .ftx-slider-inner-link img {
  width: auto;
  max-height: 90px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .ftx-pos-dashboard-main .ftx-pos-logo-slider .ftx-slider-inner-link img {
    max-height: 110px;
  }
}
@media (max-width: 768px) {
  .ftx-pos-dashboard-main .ftx-pos-logo-slider .ftx-slider-inner-link img {
    max-height: 70px;
  }
}
@media (max-width: 575px) {
  .ftx-pos-dashboard-main .ftx-pos-logo-slider .ftx-slider-inner-link img {
    max-height: 100px;
  }
}
@media (max-width: 1024px) {
  .ftx-pos-dashboard-main .ftx-pos-logo-slider {
    margin-bottom: 0;
  }
}
.ftx-pos-dashboard-main .slick-dots {
  bottom: 0;
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftx-pos-dashboard-main .slick-dots li {
  width: 15px;
  height: 15px;
}
.ftx-pos-dashboard-main .slick-dots li button {
  background: transparent;
  width: 15px;
  height: 15px;
  padding: 0;
}
.ftx-pos-dashboard-main .slick-dots li button::before {
  font-size: 0;
  color: #ffffff;
  line-height: 0;
  content: "";
  background: #ffffff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.advance-retail-main .advance-retail-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 30px 0;
}
@media (max-width: 1024px) {
  .advance-retail-main .advance-retail-inner {
    padding: 30px 10px 0;
  }
}
.advance-retail-main .advance-retail-inner .advance-image {
  position: relative;
  z-index: 1;
}
.advance-retail-main .advance-retail-inner .advance-image .advance-image--bg {
  padding: 30px;
  background-color: #9de5f2;
  border-radius: 50%;
  overflow: visible;
  width: 160px;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .advance-retail-main .advance-retail-inner .advance-image .advance-image--bg {
    padding: 15px 0;
    width: 120px;
    height: 120px;
  }
}
.advance-retail-main .advance-retail-inner .advance-image:before {
  content: "";
  background: rgba(157, 229, 242, 0.5);
  display: block;
  width: 170px;
  height: 170px;
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  z-index: -1;
  animation: rounder 0.8s linear 2s infinite alternate;
}
@media (max-width: 991px) {
  .advance-retail-main .advance-retail-inner .advance-image:before {
    width: 130px;
    height: 130px;
  }
}
.advance-retail-main .advance-retail-inner .advance-image img {
  max-height: 130px;
  width: auto;
  display: block;
}
@media (max-width: 991px) {
  .advance-retail-main .advance-retail-inner .advance-image img {
    max-height: 60px;
  }
}
.advance-retail-main .advance-retail-inner .retail-inner-content .heading-27, .advance-retail-main .advance-retail-inner .retail-inner-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-inner .retail-inner-content .pro-title, .advance-retail-main .advance-retail-inner .retail-inner-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-inner .retail-inner-content h3, .advance-retail-main .advance-retail-inner .retail-inner-content .recent-article .most-recent_title a, .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library .most-recent_title a, .recent-article .most-recent_title .advance-retail-main .advance-retail-inner .retail-inner-content a, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-inner .retail-inner-content a, .advance-retail-main .advance-retail-inner .retail-inner-content .recent-article .most-recent_title, .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library .most-recent_title, .recent-article .advance-retail-main .advance-retail-inner .retail-inner-content .most-recent_title, .recent-library_section .recent-library .advance-retail-main .advance-retail-inner .retail-inner-content .most-recent_title, .advance-retail-main .advance-retail-inner .retail-inner-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-inner .retail-inner-content .agreements-block-title, .advance-retail-main .advance-retail-inner .retail-inner-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-inner .retail-inner-content a, .advance-retail-main .advance-retail-inner .retail-inner-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-inner .retail-inner-content a {
  margin: 50px 0 30px 0;
}
@media (max-width: 991px) {
  .advance-retail-main .advance-retail-inner .retail-inner-content .heading-27, .advance-retail-main .advance-retail-inner .retail-inner-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-inner .retail-inner-content .pro-title, .advance-retail-main .advance-retail-inner .retail-inner-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-inner .retail-inner-content h3, .advance-retail-main .advance-retail-inner .retail-inner-content .recent-article .most-recent_title a, .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library .most-recent_title a, .recent-article .most-recent_title .advance-retail-main .advance-retail-inner .retail-inner-content a, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-inner .retail-inner-content a, .advance-retail-main .advance-retail-inner .retail-inner-content .recent-article .most-recent_title, .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .advance-retail-main .advance-retail-inner .retail-inner-content .recent-library .most-recent_title, .recent-article .advance-retail-main .advance-retail-inner .retail-inner-content .most-recent_title, .recent-library_section .recent-library .advance-retail-main .advance-retail-inner .retail-inner-content .most-recent_title, .advance-retail-main .advance-retail-inner .retail-inner-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-inner .retail-inner-content .agreements-block-title, .advance-retail-main .advance-retail-inner .retail-inner-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-inner .retail-inner-content a, .advance-retail-main .advance-retail-inner .retail-inner-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-inner .retail-inner-content a {
    margin: 30px 0 20px 0;
  }
}

.master-backoffice-main .container {
  max-width: 1130px;
}
@media (min-width: 1921px) {
  .master-backoffice-main .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .master-backoffice-main .ftx-academy-image {
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.master-backoffice-main .ftx-academy-image img {
  border-radius: 25px;
}
@media (max-width: 767px) {
  .master-backoffice-main .ftx-academy-image img {
    border-radius: 20px;
  }
}
.master-backoffice-main .ftx-academy-side {
  max-width: 560px;
  width: 100%;
  padding-left: 30px;
}
@media (min-width: 1921px) {
  .master-backoffice-main .ftx-academy-side {
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .master-backoffice-main .ftx-academy-side {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .master-backoffice-main .ftx-academy-side {
    text-align: center;
    max-width: 100%;
  }
}
.master-backoffice-main .ftx-academy-side img {
  max-height: 60px;
}
@media (max-width: 767px) {
  .master-backoffice-main .ftx-academy-side img {
    max-height: 50px;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .master-backoffice-main .ftx-academy-side img {
    max-height: 40px;
  }
}
.master-backoffice-main .ftx-academy-side .description, .master-backoffice-main .ftx-academy-side .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .master-backoffice-main .ftx-academy-side .page-numbers, .master-backoffice-main .ftx-academy-side .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-backoffice-main .ftx-academy-side .content, .master-backoffice-main .ftx-academy-side .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-backoffice-main .ftx-academy-side .latest-post-title, .master-backoffice-main .ftx-academy-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .master-backoffice-main .ftx-academy-side a.dropdown-item {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .master-backoffice-main .ftx-academy-side .description, .master-backoffice-main .ftx-academy-side .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .master-backoffice-main .ftx-academy-side .page-numbers, .master-backoffice-main .ftx-academy-side .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-backoffice-main .ftx-academy-side .content, .master-backoffice-main .ftx-academy-side .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-backoffice-main .ftx-academy-side .latest-post-title, .master-backoffice-main .ftx-academy-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .master-backoffice-main .ftx-academy-side a.dropdown-item {
    margin: 20px 0;
  }
}

.cc-faq-inner, .ftx-pos--faqs {
  background-color: #c9e8f6;
}
.cc-faq-inner .faq-section .accordion .card, .ftx-pos--faqs .faq-section .accordion .card {
  border: 2px solid #467FF7;
  background-color: transparent;
}
.cc-faq-inner .faq-section .accordion .card .card-header, .ftx-pos--faqs .faq-section .accordion .card .card-header {
  margin: 0;
  background-color: transparent !important;
}
.cc-faq-inner .faq-section .accordion .card .card-header button, .ftx-pos--faqs .faq-section .accordion .card .card-header button {
  border-radius: 0;
  background-color: #c9e8f6;
  box-shadow: none;
  outline: none;
}
.cc-faq-inner .faq-section .accordion .card .card-header button[aria-expanded=true], .ftx-pos--faqs .faq-section .accordion .card .card-header button[aria-expanded=true] {
  background-color: rgba(255, 255, 255, 0.5);
}
.cc-faq-inner .faq-section .accordion .card .card-header button[aria-expanded=false], .ftx-pos--faqs .faq-section .accordion .card .card-header button[aria-expanded=false] {
  background: transparent;
}
.cc-faq-inner .faq-section .accordion .card .card-header button .fa, .ftx-pos--faqs .faq-section .accordion .card .card-header button .fa {
  background: #467FF7;
}
.cc-faq-inner .faq-section .accordion .card .card-body > *, .ftx-pos--faqs .faq-section .accordion .card .card-body > * {
  color: #000000;
}
.cc-faq-inner .faq-section .accordion .card .card-body, .ftx-pos--faqs .faq-section .accordion .card .card-body {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Slider arrow to Use 
@extend .round-sldier--arrow
*/
.round-sldier--arrow .slick-prev,
.round-sldier--arrow .slick-next {
  transform: translate(0, 0);
  position: absolute;
  background-image: url(/wp-content/themes/goftx/dist/images/ftx-slider-arrow.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  opacity: 1;
  background-size: 100%;
  top: 35px;
}
.round-sldier--arrow .slick-prev:before,
.round-sldier--arrow .slick-next:before {
  content: none;
}
.round-sldier--arrow .slick-prev {
  left: -80px;
}
.round-sldier--arrow .slick-next {
  left: auto;
  right: -80px;
  transform: rotate(180deg);
}

/* END triangle-slider--arrow Class */
/* Slider arrow to Use 
@extend .triangle-slider--arrow
*/
.triangle-slider--arrow .slick-prev, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev,
.triangle-slider--arrow .slick-next,
.all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next {
  height: 60px;
  width: 60px;
  background-color: #467FF7;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  color: white;
  z-index: 2;
}
@media (max-width: 991px) {
  .triangle-slider--arrow .slick-prev, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev,
  .triangle-slider--arrow .slick-next,
  .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .triangle-slider--arrow .slick-prev, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev,
  .triangle-slider--arrow .slick-next,
  .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next {
    height: 30px;
    width: 30px;
  }
}
.triangle-slider--arrow .slick-prev:before, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev:before,
.triangle-slider--arrow .slick-next:before,
.all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/goftx/dist/images/control-center-checkmark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  color: white !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 991px) {
  .triangle-slider--arrow .slick-prev:before, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev:before,
  .triangle-slider--arrow .slick-next:before,
  .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next:before {
    background-size: 20px;
  }
}
@media (max-width: 767px) {
  .triangle-slider--arrow .slick-prev:before, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev:before,
  .triangle-slider--arrow .slick-next:before,
  .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next:before {
    background-size: 15px;
  }
}
.triangle-slider--arrow .slick-prev:hover, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev:hover,
.triangle-slider--arrow .slick-next:hover,
.all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next:hover {
  opacity: 0.8;
}
.triangle-slider--arrow .slick-prev, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev {
  left: 105px;
}
@media (min-width: 1921px) {
  .triangle-slider--arrow .slick-prev, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev {
    left: 255px;
  }
}
@media (max-width: 1600px) {
  .triangle-slider--arrow .slick-prev, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev {
    left: 55px;
  }
}
@media (max-width: 767px) {
  .triangle-slider--arrow .slick-prev, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-prev {
    left: 12px;
  }
}
.triangle-slider--arrow .slick-next, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next {
  right: 105px;
}
@media (min-width: 1921px) {
  .triangle-slider--arrow .slick-next, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next {
    right: 255px;
  }
}
@media (max-width: 1600px) {
  .triangle-slider--arrow .slick-next, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next {
    right: 55px;
  }
}
@media (max-width: 767px) {
  .triangle-slider--arrow .slick-next, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next {
    right: 12px;
  }
}
.triangle-slider--arrow .slick-next:before, .all-one--identity.pos-modern-retail--section.built-retail-main .all-identity--image .all-identity--slider .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* END triangle-slider--arrow Class */
.single-back-office.postid-47 .grey-bg.subscribe-form--footer, .single-back-office.postid-207744 .grey-bg.subscribe-form--footer {
  background: #c9e8f6;
}

.rounder {
  animation: rounder 1s linear 2s infinite alternate;
  background: transparent radial-gradient(closest-side at 50% 50%, #9de5f2 0%, #eaf4f9 100%);
}

@keyframes rounder {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}
.increase-revenue--section.access-retail--trainings .advance-retail-inner .retail-inner-content {
  color: #1E1C37;
}

@media (max-width: 1440px) {
  .increase-business--section.advance-retail-main.business-success .container {
    max-width: 990px;
  }
  .increase-business--section.advance-retail-main.business-success .container .advance-retail-inner .advance-image img {
    max-height: 100px;
  }
}

.cc-faq-inner .faq-section.section-space, .ftx-pos--faqs .faq-section.section-space {
  padding-bottom: 0;
}

.video-background video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.top-video--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .top-video--content {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top-video--content h1 {
  font-family: "Myriad Pro";
  font-size: 105px;
  font-size: 6.5625rem;
  line-height: 100px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1.1px;
  word-spacing: 3px;
}
@media (max-width: 1440px) {
  .top-video--content h1 {
    font-size: 79px;
    font-size: 4.9375rem;
    line-height: 80px;
  }
}
@media (max-width: 1024px) {
  .top-video--content h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .top-video--content h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 55px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .top-video--content h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .top-video--content .video-description {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.top-video--content .video-description p {
  width: 70%;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .top-video--content .video-description p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-video--content .video-description p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 575px) {
  .top-video--content .video-description p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.top-video--content .video-description a {
  font-family: "Myriad Pro";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  border: 3px solid #FBFBFB;
  border-radius: 100px;
  padding: 16px 55px;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
}
.top-video--content .video-description a:hover {
  border-color: #467FF7;
  color: #467FF7;
}
@media (max-width: 1400px) {
  .top-video--content .video-description a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    padding: 15px 35px;
  }
}
@media (max-width: 768px) {
  .top-video--content .video-description a {
    padding: 6px 25px;
  }
}

@media (max-width: 991px) {
  .inventory-management {
    text-align: center;
  }
}
.inventory-management .main-heading {
  color: #1C244B;
  font-family: "Myriad Pro";
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.2em;
}
.inventory-management .main-heading span {
  color: #FC5621;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .inventory-management .main-heading {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 1024px) {
  .inventory-management .main-heading {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 575px) {
  .inventory-management .main-heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.inventory-management .sub-heading {
  color: #1C244B;
  font-family: "Myriad Pro";
  font-size: 66px;
  font-size: 4.125rem;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .inventory-management .sub-heading {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 1024px) {
  .inventory-management .sub-heading {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 575px) {
  .inventory-management .sub-heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.inventory-management .learn-more--fill {
  font-family: "Myriad Pro";
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #467FF7;
  border: solid 1px #467FF7;
  border-radius: 100px;
  padding: 16px 55px;
  margin: 30px 0 40px;
  display: inline-block;
}
@media (max-width: 991px) {
  .inventory-management .learn-more--fill {
    padding: 12px 55px;
    margin: 10px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .inventory-management .learn-more--fill {
    padding: 8px 24px;
    margin: 10px 0;
  }
}
.inventory-management .inventory-chains {
  font-family: "Myriad Pro";
  width: 46%;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .inventory-management .inventory-chains {
    margin: 50px 0 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .inventory-management .inventory-chains {
    margin: 40px 0 0;
  }
}
@media (max-width: 575px) {
  .inventory-management .inventory-chains {
    width: 100%;
  }
}
.inventory-management .inventory-chains .inventory-heading {
  padding: 5px 15px;
  background-color: #FC5621;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 1.9rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .inventory-management .inventory-chains .inventory-heading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.inventory-management .inventory-chains .inventory-sub-heading {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #1C244B;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .inventory-management .inventory-chains .inventory-sub-heading {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}
.inventory-management .inventory-chains p {
  color: #1C244B;
}
.inventory-management .sec-sticky {
  top: 0;
  position: sticky;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .inventory-management .sec-sticky {
    top: inherit;
    position: static;
  }
}

.warehouse-text--testimonial.text-testimonial--section .icon.title-space, .warehouse-text--testimonial.text-testimonial--section .ftx-pos--page .access-control-main .icon.description, .warehouse-text--testimonial.text-testimonial--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .warehouse-text--testimonial.text-testimonial--section .ftx-pos--page .access-control-main .icon.page-numbers, .warehouse-text--testimonial.text-testimonial--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .ftx-pos--page .access-control-main .icon.content, .warehouse-text--testimonial.text-testimonial--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .ftx-pos--page .access-control-main .icon.latest-post-title, .ftx-pos--page .access-control-main .warehouse-text--testimonial.text-testimonial--section .icon.description, .ftx-pos--page .access-control-main .warehouse-text--testimonial.text-testimonial--section .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .warehouse-text--testimonial.text-testimonial--section .icon.page-numbers, .ftx-pos--page .access-control-main .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .warehouse-text--testimonial.text-testimonial--section .icon.content, .ftx-pos--page .access-control-main .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .warehouse-text--testimonial.text-testimonial--section .icon.latest-post-title, .warehouse-text--testimonial.text-testimonial--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.icon.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.icon.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .advance-retail-main-content .icon.description, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .advance-retail-main-content .icon.page-numbers, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .advance-retail-main-content .icon.content, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .advance-retail-main-content .icon.latest-post-title, .increase-revenue--section .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section .icon.description, .increase-revenue--section .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section .icon.page-numbers, .increase-revenue--section .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section .icon.content, .increase-revenue--section .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section .icon.latest-post-title, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.icon.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.icon.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-title .icon.description, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-title .icon.page-numbers, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-title .icon.content, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-title .icon.latest-post-title, .increase-revenue--section .revenue-title .warehouse-text--testimonial.text-testimonial--section .icon.description, .increase-revenue--section .revenue-title .warehouse-text--testimonial.text-testimonial--section .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .warehouse-text--testimonial.text-testimonial--section .icon.page-numbers, .increase-revenue--section .revenue-title .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .warehouse-text--testimonial.text-testimonial--section .icon.content, .increase-revenue--section .revenue-title .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .warehouse-text--testimonial.text-testimonial--section .icon.latest-post-title, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.icon.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.icon.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .icon.heading-27, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .icon.pro-title, .hardware-product-section .hardware-product-row .hard-box .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .icon.pro-title, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.icon, .pos-solutions .pos-solutions_block .pos-solutions_data .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points h3.icon, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .recent-article .most-recent_title a.icon, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.icon, .recent-library_section .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.icon, .recent-article .most-recent_title .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points a.icon, .recent-library_section .recent-library .most-recent_title .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points a.icon, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .recent-article .icon.most-recent_title, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .icon.most-recent_title, .recent-library_section .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .recent-library .icon.most-recent_title, .recent-article .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .icon.most-recent_title, .recent-library_section .recent-library .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .icon.most-recent_title, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .icon.agreements-block-title, .agreements-content.row .agreements-block-content .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .icon.agreements-block-title, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.icon, .support-block .support-brand--block .support-block--data .support-block--heading .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points a.icon, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .icon.heading-27, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .hardware-product-section .hardware-product-row .hard-box .icon.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .icon.pro-title, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.icon, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section h3.icon, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .recent-article .most-recent_title a.icon, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .recent-library_section .recent-library .most-recent_title a.icon, .recent-library_section .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .recent-library .most-recent_title a.icon, .recent-article .most-recent_title .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section a.icon, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section a.icon, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .recent-article .icon.most-recent_title, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .recent-library_section .recent-library .icon.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .recent-library .icon.most-recent_title, .recent-article .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .icon.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .icon.most-recent_title, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .agreements-content.row .agreements-block-content .icon.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .icon.agreements-block-title, .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section .support-block .support-brand--block .support-block--data .support-block--heading a.icon, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section a.icon, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section.access-retail--pos .icon.description, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section.access-retail--pos .icon.page-numbers, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section.access-retail--pos .icon.content, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section.access-retail--pos .icon.latest-post-title, .increase-revenue--section.access-retail--pos .warehouse-text--testimonial.text-testimonial--section .icon.description, .increase-revenue--section.access-retail--pos .warehouse-text--testimonial.text-testimonial--section .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .warehouse-text--testimonial.text-testimonial--section .icon.page-numbers, .increase-revenue--section.access-retail--pos .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .warehouse-text--testimonial.text-testimonial--section .icon.content, .increase-revenue--section.access-retail--pos .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .warehouse-text--testimonial.text-testimonial--section .icon.latest-post-title, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.icon.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.icon.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .savetime-reduce--section .icon.description, .warehouse-text--testimonial.text-testimonial--section .savetime-reduce--section .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .warehouse-text--testimonial.text-testimonial--section .savetime-reduce--section .icon.page-numbers, .warehouse-text--testimonial.text-testimonial--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .savetime-reduce--section .icon.content, .warehouse-text--testimonial.text-testimonial--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .savetime-reduce--section .icon.latest-post-title, .savetime-reduce--section .warehouse-text--testimonial.text-testimonial--section .icon.description, .savetime-reduce--section .warehouse-text--testimonial.text-testimonial--section .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .warehouse-text--testimonial.text-testimonial--section .icon.page-numbers, .savetime-reduce--section .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .warehouse-text--testimonial.text-testimonial--section .icon.content, .savetime-reduce--section .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .warehouse-text--testimonial.text-testimonial--section .icon.latest-post-title, .warehouse-text--testimonial.text-testimonial--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.icon.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.icon.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .icon.description, .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .icon.page-numbers, .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .icon.content, .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .icon.latest-post-title, .pos-modern-retail--section .warehouse-text--testimonial.text-testimonial--section .icon.description, .pos-modern-retail--section .warehouse-text--testimonial.text-testimonial--section .free-resources-new .custom-pagination .icon.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .warehouse-text--testimonial.text-testimonial--section .icon.page-numbers, .pos-modern-retail--section .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .warehouse-text--testimonial.text-testimonial--section .icon.content, .pos-modern-retail--section .warehouse-text--testimonial.text-testimonial--section .free-resources-new .filters-gallery .filter-items .blog-item .icon.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .warehouse-text--testimonial.text-testimonial--section .icon.latest-post-title, .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.icon.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.icon.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .warehouse-text--testimonial.text-testimonial--section a.icon.dropdown-item, .warehouse-text--testimonial.text-testimonial--section .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.icon, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .warehouse-text--testimonial.text-testimonial--section a.icon, .warehouse-text--testimonial.text-testimonial--section .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.icon, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .warehouse-text--testimonial.text-testimonial--section a.icon, .warehouse-text--testimonial.text-testimonial--section .customer-loyalty-main .reward-loyalty-side .icon.section-title--medium, .customer-loyalty-main .reward-loyalty-side .warehouse-text--testimonial.text-testimonial--section .icon.section-title--medium, .warehouse-text--testimonial.text-testimonial--section .own-customer-loyalty-main .own-your-content .icon.own-content, .own-customer-loyalty-main .own-your-content .warehouse-text--testimonial.text-testimonial--section .icon.own-content, .warehouse-text--testimonial.text-testimonial--section .advance-retail-main .advance-retail-main-content .icon.sub-description, .advance-retail-main .advance-retail-main-content .warehouse-text--testimonial.text-testimonial--section .icon.sub-description {
  margin: 30px 0;
}
.warehouse-text--testimonial.text-testimonial--section .icon a {
  display: block;
  max-width: 200px;
}
@media (max-width: 991px) {
  .warehouse-text--testimonial.text-testimonial--section .icon a {
    margin: 0 auto;
  }
}

.page-template-template-about .site-content .header-h1, .page-template-template-about .site-content p, .page-template-template-about .site-content .section-title--medium, .page-template-template-about .site-content .section-title--medium span, .page-template-template-about .site-content .heading-27, .page-template-template-about .site-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-about .site-content .pro-title, .page-template-template-about .site-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-about .site-content h3, .page-template-template-about .site-content .recent-article .most-recent_title a, .page-template-template-about .site-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-about .site-content .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-about .site-content a, .recent-library_section .recent-library .most-recent_title .page-template-template-about .site-content a, .page-template-template-about .site-content .recent-article .most-recent_title, .page-template-template-about .site-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-about .site-content .recent-library .most-recent_title, .recent-article .page-template-template-about .site-content .most-recent_title, .recent-library_section .recent-library .page-template-template-about .site-content .most-recent_title, .page-template-template-about .site-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-about .site-content .agreements-block-title, .page-template-template-about .site-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-about .site-content a, .page-template-template-about .site-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-about .site-content a, .page-template-template-about .site-content ul, .page-template-template-about .site-content ul li, .page-template-template-about .site-content ol, .page-template-template-about .site-content ol li {
  color: #1E1C37;
}
.page-template-template-about .section-title--medium {
  font-weight: 700;
}
.page-template-template-about .section-title--medium.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-template-template-about .section-title--medium.mb-30 {
    margin-bottom: 20px;
  }
}
.page-template-template-about .btn-blue, .page-template-template-about .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-about .nav-link, .page-template-template-about .cta-green, .page-template-template-about .btn-blue-outline {
  min-width: 220px;
}

.about-banner {
  background-color: #c9e8f6;
  text-align: center;
}
.about-banner .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .about-banner .container {
    max-width: 1600px;
  }
}
@media (max-width: 991px) {
  .about-banner .description br, .about-banner .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .about-banner .page-numbers br, .about-banner .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .about-banner .content br, .about-banner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .about-banner .latest-post-title br, .about-banner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .about-banner a.dropdown-item br {
    display: none;
  }
}
.about-banner .header-h1 {
  font-weight: 400;
}
.about-banner .header-h1 span {
  font-weight: 700;
}

.business-tool--section .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: calc((100% - 1600px) / 2);
}
@media (min-width: 1921px) {
  .business-tool--section .container {
    padding-right: calc((100% - 1800px) / 2);
  }
}
@media (max-width: 1650px) {
  .business-tool--section .container {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .business-tool--section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .business-tool--section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.business-tool--section .about-image {
  border-radius: 0px 60px 60px 0px;
  background: #EDF8FF;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
}
@media (max-width: 1199px) {
  .business-tool--section .about-image {
    max-width: 500px;
    border-radius: 20px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .business-tool--section .about-image {
    max-width: 450px;
  }
}
.business-tool--section .about-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 991px) {
  .business-tool--section .about-image img {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}
.business-tool--section .about-content {
  padding-left: 40px;
  max-width: 760px;
}
@media (min-width: 1921px) {
  .business-tool--section .about-content {
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .business-tool--section .about-content {
    padding-left: 15px;
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .business-tool--section .about-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .business-tool--section .about-content {
    margin-top: 20px;
  }
}
.business-tool--section .about-content .sub-title {
  color: #F3F8FF;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #467FF7;
  background: #467FF7;
  padding: 5px 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 45px;
  line-height: 1.2rem;
  width: 300px;
}
@media (min-width: 1921px) {
  .business-tool--section .about-content .sub-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .business-tool--section .about-content .sub-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 1199px) {
  .business-tool--section .about-content .sub-title {
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .business-tool--section .about-content .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.business-tool--section .about-content .sub-title span {
  text-transform: lowercase;
}
.business-tool--section .about-content .btn-blue-outline {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .business-tool--section .about-content .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}

.retailers-logo--section {
  background: #001c38;
}
.retailers-logo--section .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .retailers-logo--section .container {
    max-width: 1200px;
  }
}
@media (max-width: 1500px) {
  .retailers-logo--section .container {
    max-width: 90%;
  }
  .retailers-logo--section .container .slider-inner {
    max-width: calc(100% - 120px);
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .retailers-logo--section .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .retailers-logo--section .container .slider-inner {
    max-width: 100%;
  }
}
.retailers-logo--section .section-title--medium,
.retailers-logo--section .description,
.retailers-logo--section .free-resources-new .custom-pagination .page-numbers,
.free-resources-new .custom-pagination .retailers-logo--section .page-numbers,
.retailers-logo--section .free-resources-new .filters-gallery .filter-items .blog-item .content,
.free-resources-new .filters-gallery .filter-items .blog-item .retailers-logo--section .content,
.retailers-logo--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
.free-resources-new .filters-gallery .filter-items .blog-item .retailers-logo--section .latest-post-title,
.retailers-logo--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
.cta-menu--section.choose-industries .dropdown-menu li .retailers-logo--section a.dropdown-item {
  color: #ffffff !important;
}
.retailers-logo--section .description, .retailers-logo--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .retailers-logo--section .page-numbers, .retailers-logo--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .retailers-logo--section .content, .retailers-logo--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .retailers-logo--section .latest-post-title, .retailers-logo--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .retailers-logo--section a.dropdown-item {
  max-width: 750px;
  width: 100%;
  margin: 30px auto 45px;
}
@media (min-width: 1921px) {
  .retailers-logo--section .description, .retailers-logo--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .retailers-logo--section .page-numbers, .retailers-logo--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .retailers-logo--section .content, .retailers-logo--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .retailers-logo--section .latest-post-title, .retailers-logo--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .retailers-logo--section a.dropdown-item {
    max-width: 850px;
  }
}
@media (max-width: 1024px) {
  .retailers-logo--section .description, .retailers-logo--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .retailers-logo--section .page-numbers, .retailers-logo--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .retailers-logo--section .content, .retailers-logo--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .retailers-logo--section .latest-post-title, .retailers-logo--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .retailers-logo--section a.dropdown-item {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 30px;
  }
}
.retailers-logo--section .retailers-logo {
  border-radius: 10px;
  background: #ffffff;
  display: inline-block;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px;
}
.retailers-logo--section .retailers-logo a img {
  width: 100%;
  height: 105px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .retailers-logo--section .retailers-logo a img {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .retailers-logo--section .retailers-logo a img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .retailers-logo--section .retailers-logo {
    margin: 0 auto;
    background: unset;
    padding: 0;
    border-radius: 0;
  }
  .retailers-logo--section .retailers-logo a {
    background: #ffffff;
    display: inline-block;
    padding: 0;
    border-radius: 10px;
    max-width: 250px;
    width: 100%;
  }
  .retailers-logo--section .retailers-logo a img {
    padding: 10px;
    height: 100px;
  }
}
.retailers-logo--section .slick-dots li.slick-active button {
  background-color: #FE5722;
}
.retailers-logo--section .slick-arrow {
  right: -60px;
}
.retailers-logo--section .slick-arrow.slick-prev {
  left: -60px;
  transform: translateY(-50%) rotate(0);
}
@media (max-width: 767px) {
  .retailers-logo--section .slick-arrow.slick-prev {
    left: -30px;
  }
}
.retailers-logo--section .slick-arrow.slick-prev::before {
  left: -1px;
}
.retailers-logo--section .slick-arrow.slick-next::before {
  left: 1px;
}
.retailers-logo--section .slick-arrow::after, .retailers-logo--section .slick-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
}
.retailers-logo--section .slick-arrow:hover {
  opacity: 0.5;
}

.about-all--inone {
  background-color: #c9e8f6;
  text-align: center;
}
.about-all--inone .description, .about-all--inone .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .about-all--inone .page-numbers, .about-all--inone .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .about-all--inone .content, .about-all--inone .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .about-all--inone .latest-post-title, .about-all--inone .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .about-all--inone a.dropdown-item {
  max-width: 1000px;
  margin: 0 auto;
}

.about-cta--retailers.cta-menu--section {
  background: #001c38;
  position: unset;
}
@media (min-width: 1921px) {
  .about-cta--retailers.cta-menu--section {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  .about-cta--retailers.cta-menu--section {
    padding: 30px 0;
  }
}
.about-cta--retailers.cta-menu--section .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .about-cta--retailers.cta-menu--section .container {
    max-width: 1980px;
  }
}
@media (max-width: 1366px) {
  .about-cta--retailers.cta-menu--section .container {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .about-cta--retailers.cta-menu--section .container {
    max-width: 100%;
  }
}
.about-cta--retailers.cta-menu--section .btn-blue, .about-cta--retailers.cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .about-cta--retailers.cta-menu--section .nav-link, .about-cta--retailers.cta-menu--section .btn-blue-outline, .about-cta--retailers.cta-menu--section .cta-green {
  color: #000000;
}
@media (max-width: 1366px) {
  .about-cta--retailers.cta-menu--section .btn-blue, .about-cta--retailers.cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .about-cta--retailers.cta-menu--section .nav-link, .about-cta--retailers.cta-menu--section .btn-blue-outline, .about-cta--retailers.cta-menu--section .cta-green {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .about-cta--retailers.cta-menu--section .btn-blue, .about-cta--retailers.cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .about-cta--retailers.cta-menu--section .nav-link, .about-cta--retailers.cta-menu--section .btn-blue-outline, .about-cta--retailers.cta-menu--section .cta-green {
    margin: 20px 0 0;
  }
}
.about-cta--retailers.cta-menu--section .btn-blue:hover, .about-cta--retailers.cta-menu--section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .about-cta--retailers.cta-menu--section .nav-link:hover, .about-cta--retailers.cta-menu--section .btn-blue-outline:hover, .about-cta--retailers.cta-menu--section .cta-green:hover {
  background: #FE5722;
  color: #ffffff;
  border-color: #FE5722;
}
.about-cta--retailers.cta-menu--section .menu-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .about-cta--retailers.cta-menu--section .menu-list {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .about-cta--retailers.cta-menu--section .cta-get--demo {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-cta--retailers.cta-menu--section .cta-get--demo {
    margin: 0;
  }
}
.about-cta--retailers.cta-menu--section .cta-menu {
  display: inline-block;
  position: relative;
  padding: 0;
  width: calc(100% - 270px);
}
@media (min-width: 1921px) {
  .about-cta--retailers.cta-menu--section .cta-menu {
    width: calc(100% - 290px);
  }
}
@media (max-width: 1024px) {
  .about-cta--retailers.cta-menu--section .cta-menu {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about-cta--retailers.cta-menu--section .cta-menu {
    width: 270px;
  }
}
.about-cta--retailers.cta-menu--section .cta-menu .menu--name {
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .about-cta--retailers.cta-menu--section .cta-menu .menu--name {
    margin: 0 5px;
  }
}
.about-cta--retailers.cta-menu--section .cta-menu .menu--name a {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about-cta--retailers.cta-menu--section .cta-menu .menu--name a {
    display: block;
    width: 100%;
  }
}
.about-cta--retailers.cta-menu--section .cta-menu .menu--name a:hover {
  color: #FE5722;
}
.about-cta--retailers.cta-menu--section .cta-menu .menu--name a:hover:before {
  content: none;
}
.about-cta--retailers.cta-menu--section .cta-menu .slick-prev,
.about-cta--retailers.cta-menu--section .cta-menu .slick-next {
  width: 30px;
  height: 30px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}
.about-cta--retailers.cta-menu--section .cta-menu .slick-prev span,
.about-cta--retailers.cta-menu--section .cta-menu .slick-prev span,
.about-cta--retailers.cta-menu--section .cta-menu .slick-next span,
.about-cta--retailers.cta-menu--section .cta-menu .slick-next span {
  display: none;
}
.about-cta--retailers.cta-menu--section .cta-menu .slick-prev.slick-disabled,
.about-cta--retailers.cta-menu--section .cta-menu .slick-next.slick-disabled {
  opacity: 1;
}
.about-cta--retailers.cta-menu--section .cta-menu .slick-prev::before,
.about-cta--retailers.cta-menu--section .cta-menu .slick-next::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20' viewBox='0 0 26 20' fill='none'%3E%3Cpath d='M15.75 18L24 10M24 10L15.75 2M24 10H2' stroke='%23FF5722' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100%;
  width: 26px;
  height: 20px;
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .about-cta--retailers.cta-menu--section .cta-menu .slick-prev::before,
  .about-cta--retailers.cta-menu--section .cta-menu .slick-next::before {
    width: 20px;
    height: 15px;
  }
}
.about-cta--retailers.cta-menu--section .cta-menu .slick-prev:hover,
.about-cta--retailers.cta-menu--section .cta-menu .slick-next:hover {
  opacity: 0.7;
}
.about-cta--retailers.cta-menu--section .cta-menu .slick-next {
  right: 0;
}
.about-cta--retailers.cta-menu--section .cta-menu .slick-prev {
  left: auto;
  right: 40px;
}
.about-cta--retailers.cta-menu--section .cta-menu .slick-prev::before {
  transform: rotate(180deg);
}
.about-cta--retailers.cta-menu--section .cta-menu .menu-slider, .about-cta--retailers.cta-menu--section .cta-menu .industry-menu--slider {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .about-cta--retailers.cta-menu--section .cta-menu .menu-slider, .about-cta--retailers.cta-menu--section .cta-menu .industry-menu--slider {
    padding-right: 80px;
  }
}
@media (max-width: 1024px) {
  .about-cta--retailers.cta-menu--section .cta-menu .menu-slider, .about-cta--retailers.cta-menu--section .cta-menu .industry-menu--slider {
    padding: 0 40px;
  }
  .about-cta--retailers.cta-menu--section .cta-menu .menu-slider .slick-prev, .about-cta--retailers.cta-menu--section .cta-menu .industry-menu--slider .slick-prev {
    left: 0;
    right: auto;
  }
}

.about-cta--retailers.cta-menu--section.cta-retailers .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .about-cta--retailers.cta-menu--section.cta-retailers .container {
    max-width: 2000px;
  }
}
@media (max-width: 480px) {
  .about-cta--retailers.cta-menu--section.cta-retailers .cta-menu {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .about-cta--retailers.cta-menu--section.cta-retailers .cta-menu {
    width: 270px;
  }
}

.manage-business--section {
  background: #c9e8f6;
}
.manage-business--section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .manage-business--section .container {
    max-width: 1650px;
  }
  .manage-business--section .container .col-lg-4 {
    width: 40%;
  }
  .manage-business--section .container .col-lg-8 {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .manage-business--section .container .col-lg-4 {
    width: 45%;
  }
  .manage-business--section .container .col-lg-8 {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .manage-business--section .container .col-lg-4 {
    width: 100%;
  }
  .manage-business--section .container .col-lg-8 {
    width: 100%;
  }
}
.manage-business--section .business-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .manage-business--section .business-image {
    justify-content: center;
    margin-bottom: 20px;
  }
  .manage-business--section .business-image img {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .manage-business--section .business-content {
    text-align: center;
  }
}

@media (min-width: 1921px) {
  .getting-started--section .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .getting-started--section .container {
    max-width: 90%;
  }
}
@media (max-width: 1280px) {
  .getting-started--section .container {
    max-width: 100%;
  }
}
.getting-started--section .getting-form {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .getting-started--section .getting-form {
    padding-top: 30px;
    margin-top: 20px;
  }
}
.getting-started--section .getting-form:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #D2D2D2;
  position: absolute;
  left: -15px;
  display: block;
  top: 0;
}
@media (max-width: 991px) {
  .getting-started--section .getting-form:after {
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .getting-started--section .getting-form {
    padding-left: 0;
    text-align: center;
  }
}
.getting-started--section .getting-form .description a, .getting-started--section .getting-form .free-resources-new .custom-pagination .page-numbers a, .free-resources-new .custom-pagination .getting-started--section .getting-form .page-numbers a, .getting-started--section .getting-form .free-resources-new .filters-gallery .filter-items .blog-item .content a, .free-resources-new .filters-gallery .filter-items .blog-item .getting-started--section .getting-form .content a, .getting-started--section .getting-form .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a, .free-resources-new .filters-gallery .filter-items .blog-item .getting-started--section .getting-form .latest-post-title a, .getting-started--section .getting-form .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a, .cta-menu--section.choose-industries .dropdown-menu li .getting-started--section .getting-form a.dropdown-item a {
  font-weight: 700;
  color: #000000;
  font-size: larger;
  margin: 0 2px;
}
.getting-started--section .getting-form .description a:hover, .getting-started--section .getting-form .free-resources-new .custom-pagination .page-numbers a:hover, .free-resources-new .custom-pagination .getting-started--section .getting-form .page-numbers a:hover, .getting-started--section .getting-form .free-resources-new .filters-gallery .filter-items .blog-item .content a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .getting-started--section .getting-form .content a:hover, .getting-started--section .getting-form .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .getting-started--section .getting-form .latest-post-title a:hover, .getting-started--section .getting-form .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a:hover, .cta-menu--section.choose-industries .dropdown-menu li .getting-started--section .getting-form a.dropdown-item a:hover {
  color: #467FF7;
}
.getting-started--section .getting-form .getting-started--form .watch-a-demo---form {
  margin: 0;
}
.getting-started--section .getting-form .getting-started--form .wpforms-container-full input {
  border-radius: 5px !important;
  border: 1px solid #D2D2D2 !important;
  background: transparent !important;
}
.getting-started--section .getting-form .getting-started--form .wpforms-container-full .wpforms-submit {
  border-radius: 25px !important;
  border: 1px solid #467FF7 !important;
  background: #467FF7 !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .getting-started--section .getting-form .getting-started--form .wpforms-container-full .wpforms-submit {
    max-width: 450px !important;
    width: 100%;
    min-width: unset !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.getting-started--section .getting-form .getting-started--form .wpforms-container-full .wpforms-submit:hover {
  background: #1a48a5 !important;
  border: 1px solid #1a48a5 !important;
}
.getting-started--section .getting-content {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .getting-started--section .getting-content {
    text-align: center;
    padding-right: 0;
  }
}
.getting-started--section .getting-content .section-title--medium {
  font-weight: 400;
}
.getting-started--section .getting-content .section-title--medium span {
  font-weight: 700;
}
@media (min-width: 1921px) {
  .about-blog .container {
    max-width: 1600px;
  }
}
@media (min-width: 1440px) {
  .about-blog .container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .about-blog .section-title--medium.mb-30 {
    margin-bottom: 0;
  }
}
.about-blog .about-blog--section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .about-blog .about-blog--section .section-title--medium.mb-30 {
    margin-bottom: 0;
  }
}
.about-blog .about-blog--section .most-recent_item {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px;
}
@media (max-width: 768px) {
  .about-blog .about-blog--section .most-recent_item {
    width: 100%;
    max-width: 450px;
    margin: 20px auto 0;
  }
}
.about-blog .about-blog--section .most-recent_item .heading-27, .about-blog .about-blog--section .most-recent_item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .about-blog .about-blog--section .most-recent_item .pro-title, .about-blog .about-blog--section .most-recent_item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .about-blog .about-blog--section .most-recent_item h3, .about-blog .about-blog--section .most-recent_item .recent-article .most-recent_title a, .about-blog .about-blog--section .most-recent_item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .about-blog .about-blog--section .most-recent_item .recent-library .most-recent_title a, .recent-article .most-recent_title .about-blog .about-blog--section .most-recent_item a, .recent-library_section .recent-library .most-recent_title .about-blog .about-blog--section .most-recent_item a, .about-blog .about-blog--section .most-recent_item .recent-article .most-recent_title, .about-blog .about-blog--section .most-recent_item .recent-library_section .recent-library .most-recent_title, .recent-library_section .about-blog .about-blog--section .most-recent_item .recent-library .most-recent_title, .recent-article .about-blog .about-blog--section .most-recent_item .most-recent_title, .recent-library_section .recent-library .about-blog .about-blog--section .most-recent_item .most-recent_title, .about-blog .about-blog--section .most-recent_item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .about-blog .about-blog--section .most-recent_item .agreements-block-title, .about-blog .about-blog--section .most-recent_item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .about-blog .about-blog--section .most-recent_item a, .about-blog .about-blog--section .most-recent_item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .about-blog .about-blog--section .most-recent_item a {
  min-height: inherit;
}
.about-blog .about-blog--section .most-recent_image {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-blog .about-blog--section .most-recent_content {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about-blog .about-blog--section .most-recent_content .watch-video--link {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .about-blog .about-blog--section .most-recent_content .category--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .about-blog .about-blog--section .most-recent_content .category--list span.category {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .about-blog .about-blog--section .most-recent_content .category--list span.category + span.category {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .about-blog .about-blog--section .most-recent_content .category--list {
    justify-content: center;
  }
}
.about-blog .about-blog--section .most-recent_content .category {
  display: inline-flex;
  color: #ffffff;
  padding: 6px 20px 6px 40px;
  margin: 30px 0;
  border-radius: 30px;
  background: #141F7D;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .about-blog .about-blog--section .most-recent_content .category {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-blog .about-blog--section .most-recent_content .category {
    margin: 15px 0;
  }
}
.about-blog .about-blog--section .most-recent_content .category:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #1C6EF8;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: 20px;
}
.about-blog .about-blog--section .most-recent_content .category + .category {
  margin-left: 15px;
}
.about-blog .view-more {
  margin: 40px auto 0;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .about-blog .view-more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-blog .view-more {
    margin-top: 0;
  }
}

.ftx-ecosystem--section {
  background: linear-gradient(180deg, #EFFAFF 0%, #FFF 52.5%, #EDF9FF 100%);
  text-align: center;
}
.ftx-ecosystem--section .container {
  max-width: 1600px;
}
@media (min-width: 1921px) {
  .ftx-ecosystem--section .container {
    max-width: 1900px;
  }
}
.ftx-ecosystem--section .ftx-ecosystem-content .description, .ftx-ecosystem--section .ftx-ecosystem-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-ecosystem--section .ftx-ecosystem-content .page-numbers, .ftx-ecosystem--section .ftx-ecosystem-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-ecosystem--section .ftx-ecosystem-content .content, .ftx-ecosystem--section .ftx-ecosystem-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-ecosystem--section .ftx-ecosystem-content .latest-post-title, .ftx-ecosystem--section .ftx-ecosystem-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-ecosystem--section .ftx-ecosystem-content a.dropdown-item {
  text-transform: uppercase;
  font-weight: 700;
}
.ftx-ecosystem--section .ftx-ecosystem--slider {
  position: relative;
}
.ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1600px) {
  .ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart {
    max-width: 260px;
  }
}
@media (max-width: 1440px) {
  .ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart {
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  .ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart {
    top: 290px;
  }
}
@media (max-width: 767px) {
  .ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart {
    position: unset;
    transform: unset;
    margin: 30px auto 20px;
    max-width: 300px;
    width: 100%;
  }
}
.ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart img {
    width: 100%;
    max-width: 250px;
    right: 0;
    margin: 0 auto;
  }
}
.ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart .heart-image {
  position: relative;
  top: 0;
  left: 0;
  animation: pulseheart 2s linear infinite;
}
.ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart .heart-image svg {
  width: 300px;
  height: 262px;
  opacity: 0.7;
}
@media (max-width: 1600px) {
  .ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart .heart-image svg {
    width: 260px;
    height: 228px;
  }
}
@media (max-width: 1440px) {
  .ftx-ecosystem--section .ftx-ecosystem--slider .ftx-ecosystem--heart .heart-image svg {
    width: 250px;
    height: 218px;
  }
}

.circle-slider-wrapper {
  margin: auto;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .circle-slider-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .circle-slider-wrapper {
    flex-direction: unset;
  }
}

.circle-slider {
  width: 700px;
  height: 700px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  transform-origin: center center;
}
.circle-slider:after {
  content: "";
  border: 5px solid #F369AE;
  display: block;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  border-radius: 50%;
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: -1;
}
@media (min-width: 1921px) {
  .circle-slider {
    width: 800px;
    height: 800px;
  }
  .circle-slider:after {
    width: calc(100% - 140px);
    height: calc(100% - 140px);
  }
}
@media (max-width: 1600px) {
  .circle-slider {
    width: 600px;
    height: 600px;
  }
  .circle-slider:after {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
  }
}
@media (max-width: 1440px) {
  .circle-slider {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 767px) {
  .circle-slider {
    height: auto;
    display: inline-block;
  }
  .circle-slider:after {
    content: none;
  }
}

.logo {
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.logo:after {
  content: none;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: linear-gradient(0deg, #002055 0.11%, #004685 99.57%);
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
  opacity: 0.7;
  animation: pulse 2s linear infinite;
}
.logo.active:after, .logo:hover:after {
  content: "";
}
@media (max-width: 767px) {
  .logo.active:after, .logo:hover:after {
    content: none;
  }
}
@media (max-width: 1600px) {
  .logo {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1440px) {
  .logo {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .logo {
    position: unset;
    width: 160px;
    height: auto;
    transform: unset;
    margin: 0 15px 0;
  }
  .logo:after {
    content: none;
  }
}
.logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .logo img {
    max-width: 230px;
    margin: 0 auto;
  }
}
.logo:nth-child(1) {
  top: 11.7389963494%;
  left: 62.4317536837%;
}
.logo:nth-child(2) {
  top: 26.3533993003%;
  left: 82.5467536837%;
}
.logo:nth-child(3) {
  top: 50%;
  left: 90.23%;
}
.logo:nth-child(4) {
  top: 73.6466006997%;
  left: 82.5467536837%;
}
.logo:nth-child(5) {
  top: 88.2610036506%;
  left: 62.4317536837%;
}
.logo:nth-child(6) {
  top: 88.2610036506%;
  left: 37.5682463163%;
}
.logo:nth-child(7) {
  top: 73.6466006997%;
  left: 17.4532463163%;
}
.logo:nth-child(8) {
  top: 50%;
  left: 9.77%;
}
.logo:nth-child(9) {
  top: 26.3533993003%;
  left: 17.4532463163%;
}
.logo:nth-child(10) {
  top: 11.7389963494%;
  left: 37.5682463163%;
}

@media (max-width: 767px) {
  .circle-slider--content {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}

.circle-content {
  width: 380px;
  min-height: 200px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  border: 5px solid #F369AE;
  background: linear-gradient(0deg, #002055 0.11%, #004685 99.57%);
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  z-index: 10;
}
@media (min-width: 1921px) {
  .circle-content {
    width: 500px;
    padding: 30px;
  }
}
@media (max-width: 1500px) {
  .circle-content {
    width: 350px;
  }
}
@media (max-width: 1366px) {
  .circle-content {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .circle-content {
    position: relative;
    margin: 20px auto 0;
    width: 450px;
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .circle-content {
    max-width: unset;
    margin: 10px;
  }
  .circle-content.slick-slide {
    height: 0;
    opacity: 0;
  }
  .circle-content.slick-slide.slick-current.slick-active {
    height: 100% !important;
    opacity: 1;
  }
}
.circle-content .circle-title {
  color: #ffffff;
  font-weight: 700;
}
.circle-content .circle-description {
  color: #ffffff !important;
  margin: 0;
}
.circle-content.active {
  display: flex;
}
.circle-content.active:nth-child(-n+5) {
  right: 0;
}
@media (max-width: 1600px) {
  .circle-content.active:nth-child(-n+5) {
    right: 40px;
  }
}
@media (max-width: 1440px) {
  .circle-content.active:nth-child(-n+5) {
    right: 50px;
  }
}
@media (max-width: 1200px) {
  .circle-content.active:nth-child(-n+5) {
    right: 0;
    left: 0;
  }
}
.circle-content.active:nth-child(n+6):nth-child(-n+10) {
  left: 0;
}
@media (max-width: 1600px) {
  .circle-content.active:nth-child(n+6):nth-child(-n+10) {
    left: 40px;
  }
}
@media (max-width: 1440px) {
  .circle-content.active:nth-child(n+6):nth-child(-n+10) {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .circle-content.active:nth-child(n+6):nth-child(-n+10) {
    left: 0;
    right: 0;
  }
}
.circle-content.active:nth-child(1), .circle-content.active:nth-child(10) {
  top: 0;
}
.circle-content.active:nth-child(2), .circle-content.active:nth-child(9) {
  top: 100px;
}
@media (max-width: 1200px) {
  .circle-content.active:nth-child(2), .circle-content.active:nth-child(9) {
    top: 0;
  }
}
.circle-content.active:nth-child(3), .circle-content.active:nth-child(8) {
  top: 200px;
}
@media (max-width: 1200px) {
  .circle-content.active:nth-child(3), .circle-content.active:nth-child(8) {
    top: 0;
  }
}
.circle-content.active:nth-child(4), .circle-content.active:nth-child(7) {
  top: 300px;
}
@media (max-width: 1200px) {
  .circle-content.active:nth-child(4), .circle-content.active:nth-child(7) {
    top: 0;
  }
}
.circle-content.active:nth-child(5), .circle-content.active:nth-child(6) {
  top: auto;
  bottom: 0;
}

@keyframes pulseheart {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.07, 1.07, 1.07);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (max-width: 767px) {
      .business-tool--section .about-content .sub-title {
        line-height: 36px !important;
      }
    }
  }
}
html[lang=es-ES] .page-template-template-about .site-content .site-main a.btn-blue, html[lang=es-ES] .page-template-template-about .site-content .site-main .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-about .site-content .site-main a.nav-link, html[lang=es-ES] .page-template-template-about .site-content .site-main a.cta-green, html[lang=es-ES] .page-template-template-about .site-content .site-main a.btn-blue-outline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1rem;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-about .site-content .site-main a.btn-blue, html[lang=es-ES] .page-template-template-about .site-content .site-main .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-about .site-content .site-main a.nav-link, html[lang=es-ES] .page-template-template-about .site-content .site-main a.cta-green, html[lang=es-ES] .page-template-template-about .site-content .site-main a.btn-blue-outline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .page-template-template-about .site-content .site-main a.btn-blue, html[lang=es-ES] .page-template-template-about .site-content .site-main .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-about .site-content .site-main a.nav-link, html[lang=es-ES] .page-template-template-about .site-content .site-main a.cta-green, html[lang=es-ES] .page-template-template-about .site-content .site-main a.btn-blue-outline {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
html[lang=es-ES] .page-template-template-about .cta-menu--section .container {
  max-width: 1600px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-about .cta-menu--section .container {
    max-width: 2000px;
  }
}
html[lang=es-ES] .page-template-template-about .slick-track {
  display: flex;
  align-items: center;
}
html[lang=es-ES] .page-template-template-about .about-cta--retailers.cta-menu--section .cta-menu {
  width: calc(100% - 335px);
}
@media (max-width: 1024px) {
  html[lang=es-ES] .page-template-template-about .about-cta--retailers.cta-menu--section .cta-menu {
    width: 100%;
  }
}
html[lang=es-ES] .page-template-template-about .about-cta--retailers.cta-menu--section .cta-menu .menu--name a {
  font-size: 18px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-about .about-cta--retailers.cta-menu--section .cta-menu .menu--name a {
    font-size: 20px;
  }
}
html[lang=es-ES] .page-template-template-about .about-cta--retailers.cta-menu--section .cta-get--demo {
  width: 305px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-about .about-cta--retailers.cta-menu--section .cta-get--demo {
    width: 325px;
  }
}
html[lang=es-ES] .page-template-template-about .about-cta--retailers.cta-menu--section .cta-menu .menu-slider {
  padding-right: 80px;
}
html[lang=es-ES] .circle-content {
  width: 400px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .business-tool--section .about-content .sub-title {
    height: 55px;
    width: 400px;
  }
  html[lang=es-ES] .circle-content {
    width: 500px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .about-cta--retailers.cta-menu--section .cta-menu .menu-slider,
  html[lang=es-ES] .about-cta--retailers.cta-menu--section .cta-menu .industry-menu--slider {
    padding-right: 90px;
  }
  html[lang=es-ES] html[lang=es-ES] .cta-get--demo {
    margin: 0 auto 20px;
  }
  html[lang=es-ES] .circle-content.active:nth-child(n+6):nth-child(-n+10) {
    left: 0px;
  }
  html[lang=es-ES] .circle-content.active:nth-child(-n+5) {
    right: 0;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .circle-content {
    width: 380px;
  }
}
@media (max-width: 1366px) {
  html[lang=es-ES] .circle-content {
    width: 320px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .about-cta--retailers.cta-menu--section .cta-menu .menu-slider,
  html[lang=es-ES] .about-cta--retailers.cta-menu--section .cta-menu .industry-menu--slider {
    padding-right: 40px !important;
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  html[lang=es-ES] .business-tool--section .about-content {
    padding-right: 15px;
  }
  html[lang=es-ES] .circle-content {
    width: 550px;
  }
}

.page-template-template-contact-us .subscribe-form--footer {
  display: none;
}
@media screen and (max-width: 991px) {
  .page-template-template-contact-us .top-inner-section {
    height: 145px;
  }
}
.page-template-template-contact-us .description, .page-template-template-contact-us .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-contact-us .page-numbers, .page-template-template-contact-us .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-contact-us .content, .page-template-template-contact-us .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-contact-us .latest-post-title, .page-template-template-contact-us .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-contact-us a.dropdown-item {
  color: black;
}
@media screen and (max-width: 767px) {
  .page-template-template-contact-us .btn-blue, .page-template-template-contact-us .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-contact-us .nav-link, .page-template-template-contact-us .btn-blue-outline, .page-template-template-contact-us .cta-green {
    max-width: 450px;
    width: 100%;
  }
}

.contact-support .contact-side-main {
  background-color: #DDF3FE;
  border-radius: 10px;
  height: 100%;
  padding: 35px 20px;
}
.contact-support .contact-side-main .contact-side-main {
  padding: 25px 0 0;
}
@media screen and (max-width: 991px) {
  .contact-support {
    text-align: center;
  }
}
.contact-support .support-information--title {
  color: #1C244B;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .contact-support .office-address {
    margin-top: 20px;
  }
}
.contact-support .support-information {
  background-color: #ddf3fd;
  border-radius: 10px;
  padding: 40px;
  max-width: 540px;
  margin-bottom: 40px;
  box-shadow: 4px 5px 25px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 991px) {
  .contact-support .support-information {
    max-width: 50%;
    margin: 35px auto;
  }
}
@media screen and (max-width: 767px) {
  .contact-support .support-information {
    max-width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .contact-support .support-information {
    max-width: 100%;
    padding: 25px;
  }
}
.contact-support .support-information p {
  margin: 0 0 5px 0;
}
.contact-support .support-information p a {
  display: inline-block;
  margin: 0 0 0;
}
.contact-support .support-information p:last-child {
  margin-bottom: 0;
}
.contact-support .learn-more--fill {
  background: #5846DF;
  border-color: #5846DF;
  text-transform: uppercase;
  padding: 15px 30px;
  margin: 20px 0 0;
}
.contact-support .learn-more--fill:hover {
  background: #467FF7;
  border-color: #467FF7;
}
@media screen and (max-width: 1024px) {
  .contact-support .learn-more--fill {
    padding: 10px 20px;
  }
}
.contact-support .address .office-location {
  background-color: #ddf3fd;
  padding: 20px;
  margin: 25px 0 auto;
  max-width: 540px;
  border-radius: 10px;
  box-shadow: 4px 5px 25px rgba(0, 0, 0, 0.12);
}
.contact-support .address .office-location li:first-child {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .contact-support .address {
    margin: 0 auto;
    width: 50%;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-support .address {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .contact-support .address {
    width: 100%;
  }
}

.contact-banner {
  overflow: hidden;
}
.contact-banner.nofees-block {
  background-attachment: inherit !important;
}

@media screen and (max-width: 575px) {
  .support-title {
    text-align: center;
  }
}

.support-block .support-brand--block {
  border: 2px solid #0D0141;
  border-radius: 20px;
  overflow: hidden;
  margin: 25px 0;
  height: calc(100% - 50px);
  transition: all 0.3s ease-in-out;
}
.support-block .support-brand--block:hover {
  box-shadow: 0px 0px 20px rgba(13, 1, 65, 0.35);
}
@media screen and (max-width: 1366px) {
  .support-block .support-brand--block {
    margin: 10px 0px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .support-block .support-brand--block {
    margin: 10px auto;
    max-width: 350px;
    height: auto;
  }
}
.support-block .support-brand--block .support-block--img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #0D0141;
  min-height: 60px;
}
.support-block .support-brand--block .support-block--data {
  padding: 22px 10px;
  min-height: 340px;
}
@media screen and (max-width: 1366px) {
  .support-block .support-brand--block .support-block--data {
    padding: 15px 5px;
    min-height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .support-block .support-brand--block .support-block--data {
    min-height: 270px;
  }
}
@media screen and (max-width: 575px) {
  .support-block .support-brand--block .support-block--data {
    min-height: 1px;
  }
}
.support-block .support-brand--block .support-block--data .support-block--heading {
  color: #467FF7;
  font-weight: 700;
  text-align: center;
}
.support-block .support-brand--block .support-block--data .support-block--heading a {
  display: block;
  color: #467FF7;
}
@media screen and (max-width: 1200px) {
  .support-block .support-brand--block .support-block--data .support-block--heading {
    min-height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .support-block .support-brand--block .support-block--data .support-block--heading {
    min-height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .support-block .support-brand--block .support-block--data .support-block--heading {
    min-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .support-block .support-brand--block .support-block--data .support-block--heading {
    min-height: inherit;
  }
}
.support-block .support-brand--block .support-block--data ul {
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1366px) {
  .support-block .support-brand--block .support-block--data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .support-block .support-brand--block .support-block--data ul {
    align-items: flex-start;
  }
}
.support-block .support-brand--block .support-block--data ul li {
  width: 100%;
}
.support-block .support-brand--block .support-block--data ul li:before {
  font-family: "FontAwesome";
  color: #324a6d;
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #0D0141;
}
.support-block .support-brand--block .support-block--data ul li.documentation:before {
  content: "\f1ea";
  font-size: 16px;
  font-size: 1rem;
}
.support-block .support-brand--block .support-block--data ul li.product-faq:before {
  content: "\f059";
  font-size: 20px;
  font-size: 1.25rem;
}
.support-block .support-brand--block .support-block--data ul li.video-tutorials.comingsoon {
  pointer-events: none;
}
.support-block .support-brand--block .support-block--data ul li.video-tutorials:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' style=' fill: %23011A41;%0A'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  background-size: 100%;
  height: 20px;
  background-repeat: no-repeat;
  vertical-align: top;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 1366px) {
  .support-block .support-brand--block .support-block--data ul li.video-tutorials:before {
    top: 10px;
  }
}
.support-block .support-brand--block .support-block--data ul li.video-tutorials:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' style=' fill: %23467FF7;%0A'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z'%3E%3C/path%3E%3C/svg%3E");
}
.support-block .support-brand--block .support-block--data ul li.submit-ticket:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123zM96 128H0V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V128zM48 352c-8.8 0-16-7.2-16-16s7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V128H544zm64 208c0 8.8-7.2 16-16 16s-16-7.2-16-16s7.2-16 16-16s16 7.2 16 16z' style=' fill: %230D0141;%0A'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  background-size: 100%;
  height: 20px;
  background-repeat: no-repeat;
}
.support-block .support-brand--block .support-block--data ul li.submit-ticket:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' style=' fill: %23467FF7;%0A'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z'%3E%3C/path%3E%3C/svg%3E");
}
.support-block .support-brand--block .support-block--data ul li:hover:before {
  color: #467FF7;
}
.support-block .support-brand--block .support-block--data ul li:hover .submit-ticket:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' style=' fill: %23467FF7;%0A'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z'%3E%3C/path%3E%3C/svg%3E");
}
.support-block .support-brand--block .support-block--data ul li:hover .video-tutorials:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' style=' fill: %23467FF7;%0A'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z'%3E%3C/path%3E%3C/svg%3E");
}
.support-block .support-brand--block .support-block--data ul li a {
  text-decoration: none;
  display: inline-block;
  margin: 10px 5px 10px 0;
  color: #011A41;
  max-width: calc(100% - 40px);
}
.support-block .support-brand--block .support-block--data ul li a span {
  font-size: 1rem;
  color: #50B948;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .support-block .support-brand--block .support-block--data ul li a {
    margin: 5px 5px 5px 0;
  }
}
@media (max-width: 767px) {
  .support-block .support-brand--block .support-block--data ul li a {
    font-size: 17px;
    line-height: 25px;
  }
}
.support-block .support-brand--block .support-block--data ul li a:hover {
  color: #467FF7;
}
@media screen and (max-width: 575px) {
  .support-block .support-brand--block .support-block--data ul li {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 360px) {
  .support-block .support-brand--block .support-block--data ul li {
    padding: 0;
  }
}

.agreements-content.row {
  width: 100%;
  margin: 0 auto;
}
.agreements-content.row div[class*=col-] {
  align-items: stretch;
  display: flex;
  width: calc(25% - 3px);
  margin-right: 4px;
}
.agreements-content.row div[class*=col-]:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .agreements-content.row div[class*=col-] {
    width: inherit;
    margin: 5px 0;
  }
}
.agreements-content.row .agreements-block-content {
  background: #5846DF;
  padding: 35px 35px 80px;
  color: #ffffff;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .agreements-content.row .agreements-block-content {
    padding: 15px 15px 80px;
  }
}
@media screen and (max-width: 991px) {
  .agreements-content.row .agreements-block-content {
    text-align: center;
    padding: 40px 20px;
  }
}
.agreements-content.row .agreements-block-content .agreements-block-title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}
.agreements-content.row .agreements-block-content p {
  color: #ffffff;
  margin-bottom: 30px;
}
.agreements-content.row .agreements-block-content a {
  color: #ffffff;
  border-color: #ffffff;
  position: absolute;
  bottom: 35px;
}
.agreements-content.row .agreements-block-content a:hover {
  background: #ffffff;
  color: #1C244B;
}
@media screen and (max-width: 1360px) {
  .agreements-content.row .agreements-block-content a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .agreements-content.row .agreements-block-content a {
    position: unset;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .agreements-content.row .agreements-block-content a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .agreement-title {
    text-align: center;
  }
}

.contact-us-side-info .heading-33 {
  color: black;
}
.contact-us-side-info .contact-card {
  border-radius: 15px;
  padding: 30px;
  margin: 0 0 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-us-side-info .contact-card:hover {
  border-radius: 15px;
  padding: 30px;
  margin: 0 0 20px;
  background: #467FF7;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-us-side-info .contact-card:hover .heading-33, .contact-us-side-info .contact-card:hover .description, .contact-us-side-info .contact-card:hover .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .contact-us-side-info .contact-card:hover .page-numbers, .contact-us-side-info .contact-card:hover .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .contact-us-side-info .contact-card:hover .content, .contact-us-side-info .contact-card:hover .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .contact-us-side-info .contact-card:hover .latest-post-title, .contact-us-side-info .contact-card:hover .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .contact-us-side-info .contact-card:hover a.dropdown-item {
  color: white;
}
.contact-us-side-info .contact-card:hover .contact-info .contact-sab a {
  color: white;
}
.contact-us-side-info .contact-card:hover .contact-info .contact-sab p {
  color: white;
}
.contact-us-side-info .contact-card:hover .contact-info .contact-sab .icons-info {
  fill: #fff;
}
.contact-us-side-info .contact-card:hover .btn-blue, .contact-us-side-info .contact-card:hover .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .contact-us-side-info .contact-card:hover .nav-link, .contact-us-side-info .contact-card:hover .btn-blue-outline, .contact-us-side-info .contact-card:hover .cta-green {
  background-color: #fff;
  color: #467FF7;
}
.contact-us-side-info .contact-card .heading-33 {
  margin-bottom: 20px;
  color: black;
}
.contact-us-side-info .contact-card .description, .contact-us-side-info .contact-card .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .contact-us-side-info .contact-card .page-numbers, .contact-us-side-info .contact-card .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .contact-us-side-info .contact-card .content, .contact-us-side-info .contact-card .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .contact-us-side-info .contact-card .latest-post-title, .contact-us-side-info .contact-card .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .contact-us-side-info .contact-card a.dropdown-item {
  margin-bottom: 30px;
  color: black;
}
.contact-us-side-info .contact-card .contact-info {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.contact-us-side-info .contact-card .contact-info:last-child .icons-info, .contact-us-side-info .contact-card .contact-info:last-child a {
  margin-bottom: 0;
}
.contact-us-side-info .contact-card .contact-info .btn-blue:hover, .contact-us-side-info .contact-card .contact-info .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .contact-us-side-info .contact-card .contact-info .nav-link:hover, .contact-us-side-info .contact-card .contact-info .btn-blue-outline:hover, .contact-us-side-info .contact-card .contact-info .cta-green:hover {
  background-color: #fff;
  color: #467FF7;
}
.contact-us-side-info .contact-card .contact-info .contact-sab {
  display: flex;
  align-items: center;
}
.contact-us-side-info .contact-card .contact-info .contact-sab .icons-info {
  fill: #467FF7;
  margin-right: 20px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .contact-us-side-info .contact-card .contact-info .contact-sab .icons-info {
    margin-right: 10px;
  }
}
.contact-us-side-info .contact-card .contact-info .contact-sab a {
  margin-bottom: 20px;
  color: black;
}
.contact-us-side-info .contact-card .contact-info .contact-sab a:hover {
  color: #030C51;
}
.contact-us-side-info .contact-card .contact-info .contact-sab p {
  margin-bottom: 20px;
  color: black;
}
@media (max-width: 991px) {
  .contact-us-side-info .contact-card {
    padding: 20px;
  }
  .contact-us-side-info .contact-card .heading-33, .contact-us-side-info .contact-card .description, .contact-us-side-info .contact-card .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .contact-us-side-info .contact-card .page-numbers, .contact-us-side-info .contact-card .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .contact-us-side-info .contact-card .content, .contact-us-side-info .contact-card .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .contact-us-side-info .contact-card .latest-post-title, .contact-us-side-info .contact-card .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .contact-us-side-info .contact-card a.dropdown-item {
    text-align: center;
    margin-bottom: 15px;
  }
  .contact-us-side-info .contact-card .btn-blue, .contact-us-side-info .contact-card .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .contact-us-side-info .contact-card .nav-link, .contact-us-side-info .contact-card .btn-blue-outline, .contact-us-side-info .contact-card .cta-green {
    margin: 0 auto;
    display: table;
    text-align: center;
  }
}

.reach-out-info-main {
  position: relative;
}
@media (min-width: 1921px) {
  .reach-out-info-main .container {
    max-width: 1760px;
  }
}
.reach-out-info-main::after {
  position: absolute;
  content: "";
  background-color: #DDF3FE;
  width: 100%;
  height: 65%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .reach-out-info-main::after {
    height: 75%;
  }
}
@media screen and (max-width: 991px) {
  .reach-out-info-main .reach-side-info {
    text-align: center;
    margin-bottom: 30px;
  }
}
.reach-out-info-main .reach-side-info .heading-33 {
  color: black;
}
@media screen and (max-width: 1100px) {
  .reach-out-info-main .reach-side-info .description br, .reach-out-info-main .reach-side-info .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .reach-out-info-main .reach-side-info .page-numbers br, .reach-out-info-main .reach-side-info .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .reach-out-info-main .reach-side-info .content br, .reach-out-info-main .reach-side-info .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .reach-out-info-main .reach-side-info .latest-post-title br, .reach-out-info-main .reach-side-info .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .reach-out-info-main .reach-side-info a.dropdown-item br {
    display: none;
  }
}
.reach-out-info-main .reach-info-box {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .reach-out-info-main .reach-info-box {
    display: block;
  }
}
.reach-out-info-main .reach-info-box .heading-20 {
  font-weight: 700;
  color: white;
  background-color: #467FF7;
  padding: 20px;
  border-radius: 15px 15px 0px 0px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .reach-out-info-main .reach-info-box .heading-20 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .reach-out-info-main .reach-info-box .heading-20 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.reach-out-info-main .reach-info-box .info-box {
  border-radius: 15px;
  text-align: center;
  width: 100%;
  margin-right: 30px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}
.reach-out-info-main .reach-info-box .info-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .reach-out-info-main .reach-info-box .info-box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .reach-out-info-main .reach-info-box .info-box {
    margin-right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .reach-out-info-main .reach-info-box .info-box {
    margin-bottom: 30px;
  }
}
.reach-out-info-main .reach-info-box .info-box .inner-contact {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
}
@media screen and (max-width: 1161px) {
  .reach-out-info-main .reach-info-box .info-box .inner-contact {
    padding: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .reach-out-info-main .reach-info-box .info-box .inner-contact {
    min-height: 100px;
  }
}
.reach-out-info-main .reach-info-box .info-box .inner-contact .contact-info {
  display: flex;
  align-items: center;
}
.reach-out-info-main .reach-info-box .info-box .inner-contact .contact-info .icons-info {
  fill: #467FF7;
  margin-bottom: 20px;
}
@media screen and (max-width: 1161px) {
  .reach-out-info-main .reach-info-box .info-box .inner-contact .contact-info .icons-info {
    margin-bottom: 10px;
  }
}
@media (min-width: 1921px) {
  .reach-out-info-main .reach-info-box .info-box .inner-contact .contact-info .icons-info {
    width: 25px;
    height: 25px;
  }
}
.reach-out-info-main .reach-info-box .info-box .inner-contact .contact-info a {
  color: black;
  margin-left: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1161px) {
  .reach-out-info-main .reach-info-box .info-box .inner-contact .contact-info a {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    margin-left: 5px;
  }
}
.reach-out-info-main .reach-info-box .info-box .inner-contact .contact-info a:hover {
  color: #467FF7;
}

.contact-find-info .find-detail {
  background-image: url(/wp-content/themes/goftx/dist/images/find-contact-bg-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 100px;
}
@media screen and (max-width: 1600px) {
  .contact-find-info .find-detail {
    padding: 70px;
  }
}
@media screen and (max-width: 991px) {
  .contact-find-info .find-detail {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-find-info .find-detail {
    padding: 30px;
  }
}
.contact-find-info .find-detail .section-title--medium {
  margin-bottom: 25px;
}
.contact-find-info .find-detail .description, .contact-find-info .find-detail .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .contact-find-info .find-detail .page-numbers, .contact-find-info .find-detail .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .contact-find-info .find-detail .content, .contact-find-info .find-detail .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .contact-find-info .find-detail .latest-post-title, .contact-find-info .find-detail .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .contact-find-info .find-detail a.dropdown-item {
  margin-bottom: 35px;
}
.contact-find-info .find-detail .find-links :first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .contact-find-info .find-detail .find-links :first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.contact-office-main {
  background: linear-gradient(180deg, #FFF 0%, #F3FBFF 50%, #FFF 100%);
}
@media screen and (max-width: 991px) {
  .contact-office-main div[class*=col-] {
    margin-bottom: 20px;
  }
}
.contact-office-main .office-inner-main {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  height: auto;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .contact-office-main .office-inner-main {
    padding: 20px;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .contact-office-main .office-inner-main br {
    display: none;
  }
}
.contact-office-main .office-inner-main .office-icons {
  width: 115px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 991px) {
  .contact-office-main .office-inner-main .office-icons {
    width: 115px;
    height: auto;
  }
}

.contact-us--form.wpforms-container a {
  color: #3a6cae;
  text-decoration: underline;
}
.contact-us--form.wpforms-container a:hover {
  color: #0d6efd;
}
.contact-us--form.wpforms-container p {
  color: #444444;
  text-align: left;
}
.contact-us--form.wpforms-container .wpforms-field-label {
  color: #444 !important;
}
.contact-us--form.wpforms-container ul li .wpforms-field-label-inline {
  color: #324A6D !important;
}

@media (min-width: 1921px) {
  .contact-us--form.wpforms-container.wpforms-container-full .wpforms-field p {
    font-size: 27px;
    line-height: 37px;
  }
}
.contact-us_main-form .wpforms-container.wpforms-container-full button[type=submit] {
  background: #467FF7 !important;
}
.contact-us_main-form .wpforms-container.wpforms-container-full button[type=submit]:hover {
  background: #1a48a5 !important;
}

.page-template-template-scan-data p, .page-template-template-scan-data .header-h1, .page-template-template-scan-data .section-title--medium, .page-template-template-scan-data .heading-27, .page-template-template-scan-data .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-scan-data .pro-title, .page-template-template-scan-data .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-scan-data h3, .page-template-template-scan-data .recent-article .most-recent_title a, .page-template-template-scan-data .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-scan-data .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-scan-data a, .recent-library_section .recent-library .most-recent_title .page-template-template-scan-data a, .page-template-template-scan-data .recent-article .most-recent_title, .page-template-template-scan-data .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-scan-data .recent-library .most-recent_title, .recent-article .page-template-template-scan-data .most-recent_title, .recent-library_section .recent-library .page-template-template-scan-data .most-recent_title, .page-template-template-scan-data .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-scan-data a, .page-template-template-scan-data .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-scan-data a, .page-template-template-scan-data .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-scan-data .agreements-block-title, .page-template-template-scan-data ul, .page-template-template-scan-data ul li, .page-template-template-scan-data ol, .page-template-template-scan-data ol li {
  color: #1E1C37;
}
.page-template-template-scan-data .section-title--medium span {
  color: #467FF7;
}
@media (min-width: 1921px) {
  .page-template-template-scan-data .container {
    max-width: 1750px;
  }
}
.page-template-template-scan-data .ftx-pos--faqs .faq-section.section-space {
  padding-bottom: 0;
}
.page-template-template-scan-data .ftx-pos--faqs .faq-section.section-space .accordion .card .card-header button[aria-expanded=false] {
  background: #fff;
  border-radius: 6px;
}
.page-template-template-scan-data .ftx-pos--faqs .faq-section.section-space .accordion .card .card-header button[aria-expanded=true] {
  background: #fff;
  border-radius: 6px 6px 0 0;
}
.page-template-template-scan-data .ftx-pos--faqs .faq-section.section-space .accordion .card .card-body {
  background: #fff;
  border-radius: 0 0 6px 6px;
}

.scan-data-banner {
  background: #c9e8f6;
  padding-bottom: 110px;
}
@media (max-width: 1440px) {
  .scan-data-banner {
    padding-bottom: 80px;
  }
}
@media (max-width: 1280px) {
  .scan-data-banner {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .scan-data-banner {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .scan-data-banner {
    padding-bottom: 50px;
  }
}
.scan-data-banner .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .scan-data-banner .container {
    max-width: 1720px;
  }
}
.scan-data-banner .banner-image {
  position: relative;
  z-index: 1;
  width: 460px;
  height: 460px;
}
@media (min-width: 1921px) {
  .scan-data-banner .banner-image {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 991px) {
  .scan-data-banner .banner-image {
    left: -15px;
  }
}
@media (max-width: 575px) {
  .scan-data-banner .banner-image {
    left: -10px;
    width: 300px;
    height: 300px;
  }
}
.scan-data-banner .banner-image:before {
  content: "";
  border-radius: 28px;
  opacity: 0.5;
  background: #62AFD1;
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .scan-data-banner .banner-image:before {
    left: 20px;
    top: 20px;
  }
}
.scan-data-banner .banner-image img {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scan-data-banner .banner-content {
  padding-right: 70px;
}
@media (max-width: 1024px) {
  .scan-data-banner .banner-content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .scan-data-banner .banner-content {
    margin-bottom: 20px;
  }
}
.scan-data-banner .banner-content .header-h1 {
  font-weight: 400;
  color: #1E1C37;
}
.scan-data-banner .banner-content .header-h1 span {
  font-weight: 700;
}

.scan-data-feature-box {
  position: relative;
}
.scan-data-feature-box::before {
  content: "";
  background: #c9e8f6;
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .scan-data-feature-box::before {
    height: 100%;
  }
}
@media (min-width: 1921px) {
  .scan-data-feature-box .container {
    max-width: 1830px;
  }
}
.scan-data-feature-box .scan-data-banner-box {
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 5px solid #1C6DF7;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
}
@media (max-width: 767px) {
  .scan-data-feature-box .scan-data-banner-box {
    max-width: 450px;
  }
}
.scan-data-feature-box .scan-data-banner-box .animation-json {
  width: 80px;
  margin: 0 auto;
}
.scan-data-feature-box .scan-data-banner-box .box-title {
  color: #1E1C37;
  margin: 15px 0;
}
@media (max-width: 1024px) {
  .scan-data-feature-box .scan-data-banner-box .box-title {
    min-height: 56px;
  }
}
@media (max-width: 991px) {
  .scan-data-feature-box .scan-data-banner-box .box-title {
    min-height: inherit;
  }
}

.minimal-efforts-section .container {
  max-width: 1120px;
}
@media (min-width: 1921px) {
  .minimal-efforts-section .container {
    max-width: 1450px;
  }
}
@media (max-width: 991px) {
  .minimal-efforts-section .minimal-efforts--image {
    max-width: 450px;
    margin: 0 auto 30px;
  }
}
.minimal-efforts-section .minimal-efforts--content {
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .minimal-efforts-section .minimal-efforts--content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .minimal-efforts-section .minimal-efforts--content {
    text-align: center;
    margin-top: 20px;
  }
}

.altria-promotions-incentives {
  background: #c9e8f6;
}
.altria-promotions-incentives .container {
  max-width: 1530px;
}
@media (min-width: 1921px) {
  .altria-promotions-incentives .container {
    max-width: 1740px;
  }
}
@media (max-width: 991px) {
  .altria-promotions-incentives .altria-promotions-content {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .altria-promotions-incentives .altrias-promotions-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.altria-promotions-incentives .altrias-promotions-steps-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  min-height: 100px;
  margin-bottom: 20px;
  border-radius: 30px;
  max-width: 550px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (min-width: 1921px) {
  .altria-promotions-incentives .altrias-promotions-steps-box {
    max-width: 650px;
  }
}
@media (max-width: 1366px) {
  .altria-promotions-incentives .altrias-promotions-steps-box {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .altria-promotions-incentives .altrias-promotions-steps-box {
    max-width: 100%;
    padding: 15px;
  }
  .altria-promotions-incentives .altrias-promotions-steps-box br {
    display: none;
  }
}
@media (max-width: 991px) {
  .altria-promotions-incentives .altrias-promotions-steps-box {
    min-height: 80px;
    max-width: 550px;
  }
}
@media (max-width: 575px) {
  .altria-promotions-incentives .altrias-promotions-steps-box {
    max-width: 450px;
  }
}
.altria-promotions-incentives .altrias-promotions-steps-box .ap-steps-box {
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
}
@media (max-width: 991px) {
  .altria-promotions-incentives .altrias-promotions-steps-box .ap-steps-box {
    align-items: center;
    width: calc(100% - 35px);
  }
}
.altria-promotions-incentives .altrias-promotions-steps-box .ap-steps-box p {
  line-height: inherit;
}
.altria-promotions-incentives .altrias-promotions-steps-box figure {
  margin: 0;
}
@media (max-width: 991px) {
  .altria-promotions-incentives .altrias-promotions-steps-box figure {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
  }
}
.altria-promotions-incentives .altrias-promotions-steps-box figure img {
  max-height: 50px;
  max-width: 60px;
}
@media (max-width: 991px) {
  .altria-promotions-incentives .altrias-promotions-steps-box figure img {
    max-width: 35px;
  }
}
.altria-promotions-incentives .altrias-promotions-steps-box .count {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0 20px;
  color: #1E1C37;
}
@media (max-width: 1024px) {
  .altria-promotions-incentives .altrias-promotions-steps-box .count {
    margin: 0 10px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .altria-promotions-incentives .altrias-promotions-steps-box .count {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.altria-promotions-incentives .altrias-promotions-steps-box .description, .altria-promotions-incentives .altrias-promotions-steps-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .altria-promotions-incentives .altrias-promotions-steps-box .page-numbers, .altria-promotions-incentives .altrias-promotions-steps-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .altria-promotions-incentives .altrias-promotions-steps-box .content, .altria-promotions-incentives .altrias-promotions-steps-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .altria-promotions-incentives .altrias-promotions-steps-box .latest-post-title, .altria-promotions-incentives .altrias-promotions-steps-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .altria-promotions-incentives .altrias-promotions-steps-box a.dropdown-item {
  font-weight: 600;
}
.altria-promotions-incentives .altrias-promotions-steps-box:nth-child(2n) {
  margin-left: 100px;
}
@media (max-width: 1200px) {
  .altria-promotions-incentives .altrias-promotions-steps-box:nth-child(2n) {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .altria-promotions-incentives .altrias-promotions-steps-box:nth-child(2n) {
    margin-left: 0;
  }
}
.altria-promotions-incentives .altrias-promotions-steps-box:last-child {
  margin-bottom: 0;
}

.revenu-scan-data .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .revenu-scan-data .container {
    max-width: 1320px;
  }
}
.revenu-scan-data .section-title--medium {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .revenu-scan-data .section-title--medium {
    margin-bottom: 20px;
  }
}
.revenu-scan-data .section-title--medium span {
  color: #457FF7;
  font-weight: 700;
}

.digital-trade-program {
  background: radial-gradient(ellipse at center, #0e1c76 0%, #151856 18%, #09133b 100%, #207cca 100%);
}
.digital-trade-program .description, .digital-trade-program .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .digital-trade-program .page-numbers, .digital-trade-program .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .digital-trade-program .content, .digital-trade-program .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .digital-trade-program .latest-post-title, .digital-trade-program .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .digital-trade-program a.dropdown-item {
  font-weight: 600;
  color: #467FF7;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .digital-trade-program .row {
    justify-content: center;
  }
}
.digital-trade-program .tier-box {
  border: 3px solid #467FF7;
  border-radius: 20px;
  padding: 30px;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0.1019607843) 0%, rgba(255, 255, 255, 0.1019607843) 100%) 0% 0% no-repeat padding-box;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .digital-trade-program .tier-box {
    max-width: 550px;
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
    min-height: 325px;
  }
}
@media (max-width: 768px) {
  .digital-trade-program .tier-box {
    min-height: 385px;
  }
}
@media (max-width: 767px) {
  .digital-trade-program .tier-box {
    min-height: inherit;
  }
}
.digital-trade-program .tier-box .heading-27, .digital-trade-program .tier-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .digital-trade-program .tier-box .pro-title, .digital-trade-program .tier-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .digital-trade-program .tier-box h3, .digital-trade-program .tier-box .recent-article .most-recent_title a, .digital-trade-program .tier-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .digital-trade-program .tier-box .recent-library .most-recent_title a, .recent-article .most-recent_title .digital-trade-program .tier-box a, .recent-library_section .recent-library .most-recent_title .digital-trade-program .tier-box a, .digital-trade-program .tier-box .recent-article .most-recent_title, .digital-trade-program .tier-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .digital-trade-program .tier-box .recent-library .most-recent_title, .recent-article .digital-trade-program .tier-box .most-recent_title, .recent-library_section .recent-library .digital-trade-program .tier-box .most-recent_title, .digital-trade-program .tier-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .digital-trade-program .tier-box a, .digital-trade-program .tier-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .digital-trade-program .tier-box a, .digital-trade-program .tier-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .digital-trade-program .tier-box .agreements-block-title {
  margin-bottom: 20px;
}
.digital-trade-program .tier-box ul li {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.digital-trade-program .tier-box ul li i, .digital-trade-program .tier-box ul li svg, .digital-trade-program .tier-box ul li img {
  top: 4px;
  left: 0;
  position: absolute;
  width: 18px;
}
.digital-trade-program .tier-box ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .choose-tier-section .col-lg-3 {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .choose-tier-section .col-lg-3 {
    width: 100%;
  }
}
.choose-tier-section .title-section .section-title--medium {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .choose-tier-section .title-section .section-title--medium {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .choose-tier-section .title-section {
    text-align: center;
  }
  .choose-tier-section .title-section .section-title--medium br {
    display: none;
  }
}
.choose-tier-section .tier-box {
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #467FF7;
  box-shadow: 0px 5px 0px #467FF7;
}
@media (max-width: 991px) {
  .choose-tier-section .tier-box {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .choose-tier-section .tier-box {
    max-width: 340px;
    text-align: center;
  }
}
.choose-tier-section .tier-box img {
  margin-bottom: 10px;
}
.choose-tier-section .tier-box .heading-27, .choose-tier-section .tier-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .choose-tier-section .tier-box .pro-title, .choose-tier-section .tier-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .choose-tier-section .tier-box h3, .choose-tier-section .tier-box .recent-article .most-recent_title a, .choose-tier-section .tier-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .choose-tier-section .tier-box .recent-library .most-recent_title a, .recent-article .most-recent_title .choose-tier-section .tier-box a, .recent-library_section .recent-library .most-recent_title .choose-tier-section .tier-box a, .choose-tier-section .tier-box .recent-article .most-recent_title, .choose-tier-section .tier-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .choose-tier-section .tier-box .recent-library .most-recent_title, .recent-article .choose-tier-section .tier-box .most-recent_title, .recent-library_section .recent-library .choose-tier-section .tier-box .most-recent_title, .choose-tier-section .tier-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .choose-tier-section .tier-box a, .choose-tier-section .tier-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .choose-tier-section .tier-box a, .choose-tier-section .tier-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .choose-tier-section .tier-box .agreements-block-title {
  margin: 0;
}
.choose-tier-section .tier-box .heading-27 span, .choose-tier-section .tier-box .hardware-product-section .hardware-product-row .hard-box .pro-title span, .hardware-product-section .hardware-product-row .hard-box .choose-tier-section .tier-box .pro-title span, .choose-tier-section .tier-box .pos-solutions .pos-solutions_block .pos-solutions_data h3 span, .pos-solutions .pos-solutions_block .pos-solutions_data .choose-tier-section .tier-box h3 span, .recent-article .most-recent_title .choose-tier-section .tier-box a span, .recent-library_section .recent-library .most-recent_title .choose-tier-section .tier-box a span, .choose-tier-section .tier-box .recent-article .most-recent_title span, .choose-tier-section .tier-box .recent-library_section .recent-library .most-recent_title span, .recent-library_section .choose-tier-section .tier-box .recent-library .most-recent_title span, .recent-article .choose-tier-section .tier-box .most-recent_title span, .recent-library_section .recent-library .choose-tier-section .tier-box .most-recent_title span, .choose-tier-section .tier-box .pos-modern-retail--section .pos-modern-retail--link li a span, .pos-modern-retail--section .pos-modern-retail--link li .choose-tier-section .tier-box a span, .choose-tier-section .tier-box .support-block .support-brand--block .support-block--data .support-block--heading a span, .support-block .support-brand--block .support-block--data .support-block--heading .choose-tier-section .tier-box a span, .choose-tier-section .tier-box .agreements-content.row .agreements-block-content .agreements-block-title span, .agreements-content.row .agreements-block-content .choose-tier-section .tier-box .agreements-block-title span {
  color: #467FF7;
}
.choose-tier-section .tier-box .description, .choose-tier-section .tier-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .choose-tier-section .tier-box .page-numbers, .choose-tier-section .tier-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .choose-tier-section .tier-box .content, .choose-tier-section .tier-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .choose-tier-section .tier-box .latest-post-title, .choose-tier-section .tier-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .choose-tier-section .tier-box a.dropdown-item {
  margin: 0;
  font-style: italic;
}
.choose-tier-section .tier-box ul {
  margin-top: 20px;
}
.choose-tier-section .tier-box ul li {
  text-align: left;
  padding-left: 15px;
  position: relative;
}
.choose-tier-section .tier-box ul li::after {
  left: 0;
  top: 13px;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #1C244B;
}
@media (max-width: 1919px) {
  .choose-tier-section .tier-box ul li::after {
    top: 9px;
  }
}
@media (max-width: 1199px) {
  .choose-tier-section .tier-box ul li::after {
    top: 8px;
  }
}

.business-goals {
  position: relative;
}
.business-goals > .container {
  max-width: 1040px;
}
@media (min-width: 1921px) {
  .business-goals > .container {
    max-width: 1400px;
  }
}
.business-goals .container,
.business-goals .business-goals-inner {
  z-index: 2;
  position: relative;
}
.business-goals .business-goals-inner .container {
  max-width: 1350px;
}
@media (min-width: 1921px) {
  .business-goals .business-goals-inner .container {
    max-width: 1600px;
  }
}
.business-goals .business-goals-inner .row {
  margin-bottom: 50px;
}
.business-goals .business-goals-inner .row:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: center;
}
.business-goals .business-goals-inner .row:last-child {
  margin-bottom: 0;
}
.business-goals .business-goals-inner figure {
  margin: 0;
  text-align: center;
}
.business-goals .business-goals-inner figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .business-goals .business-goals-inner figure {
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.business-goals .business-goals-inner .business-content {
  padding: 30px;
  border-radius: 20px;
  background: #EDF8FD;
}
@media (max-width: 991px) {
  .business-goals .business-goals-inner .business-content .d-flex {
    justify-content: center;
  }
}
.business-goals .business-goals-inner .business-content .btn-blue, .business-goals .business-goals-inner .business-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .business-goals .business-goals-inner .business-content .nav-link, .business-goals .business-goals-inner .business-content .btn-blue-outline, .business-goals .business-goals-inner .business-content .cta-green {
  margin-top: 20px;
}
.business-goals .business-goals-inner .business-content .heading-27, .business-goals .business-goals-inner .business-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .business-goals .business-goals-inner .business-content .pro-title, .business-goals .business-goals-inner .business-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .business-goals .business-goals-inner .business-content h3, .business-goals .business-goals-inner .business-content .recent-article .most-recent_title a, .business-goals .business-goals-inner .business-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .business-goals .business-goals-inner .business-content .recent-library .most-recent_title a, .recent-article .most-recent_title .business-goals .business-goals-inner .business-content a, .recent-library_section .recent-library .most-recent_title .business-goals .business-goals-inner .business-content a, .business-goals .business-goals-inner .business-content .recent-article .most-recent_title, .business-goals .business-goals-inner .business-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .business-goals .business-goals-inner .business-content .recent-library .most-recent_title, .recent-article .business-goals .business-goals-inner .business-content .most-recent_title, .recent-library_section .recent-library .business-goals .business-goals-inner .business-content .most-recent_title, .business-goals .business-goals-inner .business-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .business-goals .business-goals-inner .business-content a, .business-goals .business-goals-inner .business-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .business-goals .business-goals-inner .business-content a, .business-goals .business-goals-inner .business-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .business-goals .business-goals-inner .business-content .agreements-block-title {
  font-weight: 700;
}
.business-goals .business-goals-inner .business-content .heading-27.tag-line, .business-goals .business-goals-inner .business-content .hardware-product-section .hardware-product-row .hard-box .tag-line.pro-title, .hardware-product-section .hardware-product-row .hard-box .business-goals .business-goals-inner .business-content .tag-line.pro-title, .business-goals .business-goals-inner .business-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.tag-line, .pos-solutions .pos-solutions_block .pos-solutions_data .business-goals .business-goals-inner .business-content h3.tag-line, .business-goals .business-goals-inner .business-content .recent-article .most-recent_title a.tag-line, .business-goals .business-goals-inner .business-content .recent-library_section .recent-library .most-recent_title a.tag-line, .recent-library_section .business-goals .business-goals-inner .business-content .recent-library .most-recent_title a.tag-line, .recent-article .most-recent_title .business-goals .business-goals-inner .business-content a.tag-line, .recent-library_section .recent-library .most-recent_title .business-goals .business-goals-inner .business-content a.tag-line, .business-goals .business-goals-inner .business-content .recent-article .tag-line.most-recent_title, .business-goals .business-goals-inner .business-content .recent-library_section .recent-library .tag-line.most-recent_title, .recent-library_section .business-goals .business-goals-inner .business-content .recent-library .tag-line.most-recent_title, .recent-article .business-goals .business-goals-inner .business-content .tag-line.most-recent_title, .recent-library_section .recent-library .business-goals .business-goals-inner .business-content .tag-line.most-recent_title, .business-goals .business-goals-inner .business-content .pos-modern-retail--section .pos-modern-retail--link li a.tag-line, .pos-modern-retail--section .pos-modern-retail--link li .business-goals .business-goals-inner .business-content a.tag-line, .business-goals .business-goals-inner .business-content .support-block .support-brand--block .support-block--data .support-block--heading a.tag-line, .support-block .support-brand--block .support-block--data .support-block--heading .business-goals .business-goals-inner .business-content a.tag-line, .business-goals .business-goals-inner .business-content .agreements-content.row .agreements-block-content .tag-line.agreements-block-title, .agreements-content.row .agreements-block-content .business-goals .business-goals-inner .business-content .tag-line.agreements-block-title {
  color: #467FF7;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .business-goals .business-goals-inner .business-content .heading-27, .business-goals .business-goals-inner .business-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .business-goals .business-goals-inner .business-content .pro-title, .business-goals .business-goals-inner .business-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .business-goals .business-goals-inner .business-content h3, .business-goals .business-goals-inner .business-content .recent-article .most-recent_title a, .business-goals .business-goals-inner .business-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .business-goals .business-goals-inner .business-content .recent-library .most-recent_title a, .recent-article .most-recent_title .business-goals .business-goals-inner .business-content a, .recent-library_section .recent-library .most-recent_title .business-goals .business-goals-inner .business-content a, .business-goals .business-goals-inner .business-content .recent-article .most-recent_title, .business-goals .business-goals-inner .business-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .business-goals .business-goals-inner .business-content .recent-library .most-recent_title, .recent-article .business-goals .business-goals-inner .business-content .most-recent_title, .recent-library_section .recent-library .business-goals .business-goals-inner .business-content .most-recent_title, .business-goals .business-goals-inner .business-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .business-goals .business-goals-inner .business-content a, .business-goals .business-goals-inner .business-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .business-goals .business-goals-inner .business-content a, .business-goals .business-goals-inner .business-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .business-goals .business-goals-inner .business-content .agreements-block-title {
    text-align: center;
  }
}
.business-goals .business-goals-inner .business-content .scandata-btn {
  height: 48px;
  line-height: 46px;
  padding: 0 25px;
}
@media (min-width: 1921px) {
  .business-goals .business-goals-inner .business-content .scandata-btn {
    height: 54px;
    line-height: 52px;
  }
}
.business-goals .business-goals-inner .business-content .scandata-btn .double-right--angle {
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
}
.business-goals .business-goals-inner .business-content .scandata-btn .double-right--angle svg {
  width: 26px;
}
.business-goals .business-goals-inner .business-content .scandata-btn .double-right--angle svg path {
  fill: #ffffff;
}
.business-goals .business-goals-inner .business-content .scandata-btn:hover .double-right--angle {
  left: 10px;
}
.business-goals .business-goals-inner .business-content .scandata-btn:hover .double-right--angle svg path {
  fill: #467FF7;
}
.business-goals .business-goals-inner .business-content ul {
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .business-goals .business-goals-inner .business-content ul {
    margin-top: 20px;
  }
}
.business-goals .business-goals-inner .business-content ul li {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}
.business-goals .business-goals-inner .business-content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .business-goals .business-goals-inner .business-content ul li {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .business-goals .business-goals-inner .business-content ul li {
    margin-bottom: 20px;
  }
}
.business-goals .business-goals-inner .business-content ul li::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #467FF7;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 768px) {
  .business-goals .business-goals-inner .business-content ul li::after {
    top: 6px;
  }
}
.business-goals .business-goals-inner .business-content ul li .feature-title {
  font-weight: 700;
  color: #1C244B;
}
.business-goals .business-goals-inner .business-content ul li .feature-title span {
  color: #467FF7;
}
.business-goals .business-goals-inner .business-content ul li .description:last-child, .business-goals .business-goals-inner .business-content ul li .free-resources-new .custom-pagination .page-numbers:last-child, .free-resources-new .custom-pagination .business-goals .business-goals-inner .business-content ul li .page-numbers:last-child, .business-goals .business-goals-inner .business-content ul li .free-resources-new .filters-gallery .filter-items .blog-item .content:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .business-goals .business-goals-inner .business-content ul li .content:last-child, .business-goals .business-goals-inner .business-content ul li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .business-goals .business-goals-inner .business-content ul li .latest-post-title:last-child, .business-goals .business-goals-inner .business-content ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:last-child, .cta-menu--section.choose-industries .dropdown-menu .business-goals .business-goals-inner .business-content ul li a.dropdown-item:last-child {
  margin-bottom: 0;
}
.business-goals .business-goals-inner .business-content .learn-more, .business-goals .business-goals-inner .business-content .learn-more--fill {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.business-goals .business-goals-inner .business-content .learn-more.learn-more-get-started, .business-goals .business-goals-inner .business-content .learn-more-get-started.learn-more--fill {
  padding: 0 25px;
  height: auto;
}
.business-goals .business-goals-inner .business-content .learn-more.learn-more-get-started .cta-icon, .business-goals .business-goals-inner .business-content .learn-more-get-started.learn-more--fill .cta-icon {
  width: 35px;
  height: 35px;
  font-size: 17px;
  line-height: 35px;
  margin-left: 10px;
  border-radius: 100%;
  color: #112057;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  top: -2px;
}
.business-goals .business-goals-inner .business-content .learn-more.learn-more-get-started:hover, .business-goals .business-goals-inner .business-content .learn-more-get-started.learn-more--fill:hover {
  background-color: #ffffff;
}
.business-goals .business-goals-inner .business-content .learn-more.learn-more-get-started:hover .cta-icon, .business-goals .business-goals-inner .business-content .learn-more-get-started.learn-more--fill:hover .cta-icon {
  color: #ffffff;
  background-color: #112057;
}
@media (max-width: 1440px) {
  .business-goals .business-goals-inner .business-content .learn-more.learn-more-get-started i, .business-goals .business-goals-inner .business-content .learn-more-get-started.learn-more--fill i {
    padding-left: 5px;
  }
}
@media (max-width: 1199px) {
  .business-goals .business-goals-inner .business-content .learn-more, .business-goals .business-goals-inner .business-content .learn-more--fill {
    padding: 8px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .business-goals .business-goals-inner .business-content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .business-goals .business-goals-inner .business-content .d-flex {
    display: inline !important;
  }
  .business-goals .business-goals-inner .business-content .d-flex .learn-more, .business-goals .business-goals-inner .business-content .d-flex .learn-more--fill {
    margin: 0 0 15px 0;
  }
  .business-goals .business-goals-inner .business-content .d-flex .learn-more:last-child, .business-goals .business-goals-inner .business-content .d-flex .learn-more--fill:last-child {
    margin-bottom: 0;
  }
}

.coming-soon-cls {
  min-height: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .coming-soon-cls {
    min-height: inherit;
  }
}
@media (min-width: 1921px) {
  .coming-soon-cls .container {
    max-width: 1900px;
  }
}
@media (max-width: 1024px) {
  .coming-soon-cls .col-lg-6 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .coming-soon-cls .col-lg-6 {
    width: 100%;
  }
}
.coming-soon-cls .coming-soon-box {
  text-align: center;
}
@media (min-width: 1921px) {
  .coming-soon-cls .coming-soon-box {
    padding: 40px;
  }
}
.coming-soon-cls .coming-soon-box .description.cs-sub-heading, .coming-soon-cls .coming-soon-box .free-resources-new .custom-pagination .cs-sub-heading.page-numbers, .free-resources-new .custom-pagination .coming-soon-cls .coming-soon-box .cs-sub-heading.page-numbers, .coming-soon-cls .coming-soon-box .free-resources-new .filters-gallery .filter-items .blog-item .cs-sub-heading.content, .free-resources-new .filters-gallery .filter-items .blog-item .coming-soon-cls .coming-soon-box .cs-sub-heading.content, .coming-soon-cls .coming-soon-box .free-resources-new .filters-gallery .filter-items .blog-item .cs-sub-heading.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .coming-soon-cls .coming-soon-box .cs-sub-heading.latest-post-title, .coming-soon-cls .coming-soon-box .cta-menu--section.choose-industries .dropdown-menu li a.cs-sub-heading.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .coming-soon-cls .coming-soon-box a.cs-sub-heading.dropdown-item {
  font-weight: 700;
  color: #467FF7;
  text-transform: uppercase;
}
.coming-soon-cls .coming-soon-box .heading-27, .coming-soon-cls .coming-soon-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .coming-soon-cls .coming-soon-box .pro-title, .coming-soon-cls .coming-soon-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .coming-soon-cls .coming-soon-box h3, .coming-soon-cls .coming-soon-box .recent-article .most-recent_title a, .coming-soon-cls .coming-soon-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .coming-soon-cls .coming-soon-box .recent-library .most-recent_title a, .recent-article .most-recent_title .coming-soon-cls .coming-soon-box a, .recent-library_section .recent-library .most-recent_title .coming-soon-cls .coming-soon-box a, .coming-soon-cls .coming-soon-box .recent-article .most-recent_title, .coming-soon-cls .coming-soon-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .coming-soon-cls .coming-soon-box .recent-library .most-recent_title, .recent-article .coming-soon-cls .coming-soon-box .most-recent_title, .recent-library_section .recent-library .coming-soon-cls .coming-soon-box .most-recent_title, .coming-soon-cls .coming-soon-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .coming-soon-cls .coming-soon-box a, .coming-soon-cls .coming-soon-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .coming-soon-cls .coming-soon-box a, .coming-soon-cls .coming-soon-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .coming-soon-cls .coming-soon-box .agreements-block-title {
  font-weight: 700;
  color: #1C244B;
}

.sign-up-with-altria {
  background: #cae8f5;
}
.sign-up-with-altria .row .col-lg-6 {
  position: relative;
}
.sign-up-with-altria .row .col-lg-6::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #000000;
}
@media (max-width: 991px) {
  .sign-up-with-altria .row .col-lg-6::before {
    content: none;
  }
}
@media (max-width: 991px) {
  .sign-up-with-altria .contact-inner {
    margin: 0 auto 20px;
    width: 100%;
    position: relative;
  }
  .sign-up-with-altria .contact-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
    margin: 30px 0 0;
  }
  .sign-up-with-altria .contact-inner .call-repeater-inner {
    max-width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .sign-up-with-altria .contact-inner .call-repeater-inner {
    max-width: 100%;
  }
}
.sign-up-with-altria .contact-inner .section-title--medium {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sign-up-with-altria .contact-inner .section-title--medium {
    margin-bottom: 20px;
    text-align: center;
  }
}
.sign-up-with-altria .contact-inner .section-title--medium span {
  color: #467FF7;
}
.sign-up-with-altria .call-repeater {
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 991px) {
  .sign-up-with-altria .call-repeater {
    margin-bottom: 20px;
  }
}
.sign-up-with-altria .call-repeater .icon {
  width: 50px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .sign-up-with-altria .call-repeater .icon {
    width: 40px;
    margin-right: 15px;
  }
}
.sign-up-with-altria .call-repeater .call-content .call-heading {
  margin: 0;
  color: #000000;
  font-weight: 600;
}
.sign-up-with-altria .call-repeater .call-content .call-link {
  color: #000000;
}
.sign-up-with-altria .call-repeater .call-content .call-link:hover {
  color: #467FF7;
}
.sign-up-with-altria .call-repeater:last-child {
  margin-bottom: 0;
}
.sign-up-with-altria ul li {
  color: #000000;
  margin-bottom: 25px;
  padding-left: 35px;
  position: relative;
}
.sign-up-with-altria ul li b {
  font-weight: 600;
}
.sign-up-with-altria ul li a {
  color: #000000;
}
.sign-up-with-altria ul li a:hover {
  color: #467FF7;
}
.sign-up-with-altria ul li:last-child {
  margin-bottom: 0;
}
.sign-up-with-altria ul li::before {
  top: 2px;
  left: 0;
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/goftx/dist/images/tickmark-icn.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 25px;
  width: 25px;
  height: 25px;
}
.sign-up-with-altria .provide-content {
  padding-left: 50px;
}
@media (max-width: 1366px) {
  .sign-up-with-altria .provide-content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .sign-up-with-altria .provide-content {
    padding-left: 0;
    max-width: 570px;
    margin: 0 auto;
    width: 100%;
  }
  .sign-up-with-altria .provide-content .description, .sign-up-with-altria .provide-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .sign-up-with-altria .provide-content .page-numbers, .sign-up-with-altria .provide-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .sign-up-with-altria .provide-content .content, .sign-up-with-altria .provide-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .sign-up-with-altria .provide-content .latest-post-title, .sign-up-with-altria .provide-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .sign-up-with-altria .provide-content a.dropdown-item {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sign-up-with-altria .provide-content .section-title--medium {
    text-align: center;
  }
}
.sign-up-with-altria .provide-content .section-title--medium, .sign-up-with-altria .provide-content ul {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sign-up-with-altria .provide-content .section-title--medium, .sign-up-with-altria .provide-content ul {
    margin-bottom: 20px;
  }
}

.right-tool-section .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .right-tool-section .container {
    max-width: 1600px;
  }
}
.right-tool-section .btn-blue, .right-tool-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .right-tool-section .nav-link, .right-tool-section .btn-blue-outline, .right-tool-section .cta-green {
  margin-bottom: 20px;
}
.right-tool-section figure img {
  max-height: 550px;
}
@media (min-width: 1921px) {
  .right-tool-section figure img {
    max-height: 700px;
  }
}

.signup-popup-cls.scandata-eaiv-popup iframe {
  min-height: inherit;
  height: 215px;
}
@media (max-width: 527px) {
  .signup-popup-cls.scandata-eaiv-popup iframe {
    height: 285px;
  }
}

.scan-data-video {
  background: #0B133F;
}
.scan-data-video .container {
  max-width: 1850px;
}
@media (max-width: 767px) {
  .scan-data-video .description, .scan-data-video .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .scan-data-video .page-numbers, .scan-data-video .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .scan-data-video .content, .scan-data-video .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .scan-data-video .latest-post-title, .scan-data-video .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .scan-data-video a.dropdown-item {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .scan-data-video .col-lg-6 {
    width: 100%;
  }
}
.scan-data-video .course-block {
  background: #fff;
  text-align: center;
  height: 100%;
  max-width: calc(100% - 15px);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .scan-data-video .course-block {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .scan-data-video .course-block {
    max-width: 400px;
    margin: 20px auto 0;
    height: auto;
  }
}
.scan-data-video .course-block:hover {
  transition: all 0.2s;
  box-shadow: 0 4px 8px rgba(38, 38, 38, 0.2);
}
.scan-data-video .course-block p, .scan-data-video .course-block img {
  margin: 0 !important;
}
.scan-data-video .course-block figure {
  margin: 0;
}
.scan-data-video .course-block figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.scan-data-video .course-block .content {
  padding: 30px 20px;
  position: relative;
  min-height: 270px;
}
@media (min-width: 1921px) {
  .scan-data-video .course-block .content {
    min-height: 350px;
  }
}
@media (max-width: 1200px) {
  .scan-data-video .course-block .content {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .scan-data-video .course-block .content {
    min-height: 200px;
  }
}
.scan-data-video .course-block .content h3 {
  margin: 0 0 15px 0;
  color: #347FF3;
  display: block;
  font-weight: 700;
}
@media (max-width: 767px) {
  .scan-data-video .course-block .content h3 {
    font-size: 22px;
  }
}
.scan-data-video .course-block .content p {
  color: #347FF3;
}
.scan-data-video .course-block .content .course-author {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .scan-data-video .course-block .content .course-author {
    bottom: 15px;
  }
}
.scan-data-video .course-block .content .course-author .course-author_details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.scan-data-video .course-block .content .course-author .course-author_details .course-author_img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.scan-data-video .course-block .content .course-author .course-author_charge {
  text-transform: uppercase;
  color: #347FF3;
}
@media (max-width: 991px) {
  .scan-data-video .video-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .scan-data-video .video-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.scan-data-video .video-content .video-thumb {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  height: 290px;
  overflow: hidden;
}
.scan-data-video .video-content .video-thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1440px) {
  .scan-data-video .video-content .video-thumb {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .scan-data-video .video-content .video-thumb {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .scan-data-video .video-content .video-thumb {
    height: 250px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .scan-data-video .video-content .video-thumb {
    max-width: 380px;
    width: 100%;
  }
}
.scan-data-video .video-content .video-thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scan-data-video .video-content .play-icon {
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 100%;
  background: #467FF7;
  position: absolute;
  transform: translate(-50%, -50%);
}
.scan-data-video .video-content .play-icon img {
  z-index: 2;
  position: relative;
  max-height: 30px;
  left: 2px;
}
.scan-data-video .video-content .play-icon .fa {
  color: #ffffff;
}
.scan-data-video .video-content .play-icon:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #467FF7;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 1440px) {
  .scan-data-video .video-content .play-icon {
    width: 60px;
    height: 60px;
  }
  .scan-data-video .video-content .play-icon img {
    max-height: 20px;
  }
}
@media (max-width: 1024px) {
  .scan-data-video .video-content .play-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .scan-data-video .video-content .play-icon {
    width: 50px;
    height: 50px;
  }
  .scan-data-video .video-content .play-icon img {
    max-height: 20px;
  }
}

.page-template-template-scan-data footer .footer-menu-links .footer-top {
  padding: 170px 0 70px 0 !important;
}
@media (max-width: 1199px) {
  .page-template-template-scan-data footer .footer-menu-links .footer-top {
    padding: 150px 0 50px 0 !important;
  }
}
@media (max-width: 1080px) {
  .page-template-template-scan-data footer .footer-menu-links .footer-top {
    padding: 150px 0 30px 0 !important;
  }
}
.page-template-template-scan-data .industry-new-cta {
  margin-bottom: -100px;
  position: relative;
  background: transparent;
}
.page-template-template-scan-data .industry-new-cta::before {
  content: "";
  background: #c9e8f6;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 100px);
}
.page-template-template-scan-data .industry-new-cta .container {
  max-width: 1100px;
}
.page-template-template-scan-data .industry-new-cta .cta-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 50px;
  min-height: inherit;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .page-template-template-scan-data .industry-new-cta .cta-inner {
    padding: 30px;
  }
}
.page-template-template-scan-data .industry-new-cta .cta-inner .heading-27, .page-template-template-scan-data .industry-new-cta .cta-inner .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-scan-data .industry-new-cta .cta-inner .pro-title, .page-template-template-scan-data .industry-new-cta .cta-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-scan-data .industry-new-cta .cta-inner h3, .page-template-template-scan-data .industry-new-cta .cta-inner .recent-article .most-recent_title a, .page-template-template-scan-data .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-scan-data .industry-new-cta .cta-inner .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-scan-data .industry-new-cta .cta-inner a, .recent-library_section .recent-library .most-recent_title .page-template-template-scan-data .industry-new-cta .cta-inner a, .page-template-template-scan-data .industry-new-cta .cta-inner .recent-article .most-recent_title, .page-template-template-scan-data .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-scan-data .industry-new-cta .cta-inner .recent-library .most-recent_title, .recent-article .page-template-template-scan-data .industry-new-cta .cta-inner .most-recent_title, .recent-library_section .recent-library .page-template-template-scan-data .industry-new-cta .cta-inner .most-recent_title, .page-template-template-scan-data .industry-new-cta .cta-inner .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-scan-data .industry-new-cta .cta-inner a, .page-template-template-scan-data .industry-new-cta .cta-inner .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-scan-data .industry-new-cta .cta-inner a, .page-template-template-scan-data .industry-new-cta .cta-inner .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-scan-data .industry-new-cta .cta-inner .agreements-block-title {
  font-weight: 400;
}
.page-template-template-scan-data .industry-new-cta .cta-inner .heading-27 span, .page-template-template-scan-data .industry-new-cta .cta-inner .hardware-product-section .hardware-product-row .hard-box .pro-title span, .hardware-product-section .hardware-product-row .hard-box .page-template-template-scan-data .industry-new-cta .cta-inner .pro-title span, .page-template-template-scan-data .industry-new-cta .cta-inner .pos-solutions .pos-solutions_block .pos-solutions_data h3 span, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-scan-data .industry-new-cta .cta-inner h3 span, .recent-article .most-recent_title .page-template-template-scan-data .industry-new-cta .cta-inner a span, .recent-library_section .recent-library .most-recent_title .page-template-template-scan-data .industry-new-cta .cta-inner a span, .page-template-template-scan-data .industry-new-cta .cta-inner .recent-article .most-recent_title span, .page-template-template-scan-data .industry-new-cta .cta-inner .recent-library_section .recent-library .most-recent_title span, .recent-library_section .page-template-template-scan-data .industry-new-cta .cta-inner .recent-library .most-recent_title span, .recent-article .page-template-template-scan-data .industry-new-cta .cta-inner .most-recent_title span, .recent-library_section .recent-library .page-template-template-scan-data .industry-new-cta .cta-inner .most-recent_title span, .page-template-template-scan-data .industry-new-cta .cta-inner .pos-modern-retail--section .pos-modern-retail--link li a span, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-scan-data .industry-new-cta .cta-inner a span, .page-template-template-scan-data .industry-new-cta .cta-inner .support-block .support-brand--block .support-block--data .support-block--heading a span, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-scan-data .industry-new-cta .cta-inner a span, .page-template-template-scan-data .industry-new-cta .cta-inner .agreements-content.row .agreements-block-content .agreements-block-title span, .agreements-content.row .agreements-block-content .page-template-template-scan-data .industry-new-cta .cta-inner .agreements-block-title span {
  font-weight: 700;
}

.maximize-earning--section {
  background: #030C34;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .maximize-earning--section {
    padding-bottom: 40px;
  }
}
.maximize-earning--section:after {
  background: #cae8f5;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 70%;
  height: 30%;
  z-index: -1;
}
@media (max-width: 991px) {
  .maximize-earning--section:after {
    content: none;
  }
}
.maximize-earning--section h2.section-title--medium {
  text-align: center;
  color: #ffffff;
}
.maximize-earning--section .btn-blue, .maximize-earning--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-earning--section .nav-link, .maximize-earning--section .btn-blue-outline, .maximize-earning--section .cta-green {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .maximize-earning--section .btn-blue, .maximize-earning--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .maximize-earning--section .nav-link, .maximize-earning--section .btn-blue-outline, .maximize-earning--section .cta-green {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .maximize-earning--section .maximize-points--block .row {
    justify-content: center;
  }
}
.maximize-earning--section .maximize-points--block .maximize-points {
  border-radius: 20px;
  background: #ffffff;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border: 2px solid #467FF7;
  box-shadow: 0px 5px 0px #467FF7;
  margin: 0 0 15px 0;
}
@media (max-width: 1024px) {
  .maximize-earning--section .maximize-points--block .maximize-points {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .maximize-earning--section .maximize-points--block .maximize-points {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .maximize-earning--section .maximize-points--block .maximize-points {
    margin: 20px auto 10px;
    max-width: 450px;
    width: 100%;
  }
}
.maximize-earning--section .maximize-points--block .maximize-points .animation-json {
  width: 85px;
}
.maximize-earning--section .maximize-points--block .maximize-points .maximize-content .heading-27, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .pro-title, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .maximize-earning--section .maximize-points--block .maximize-points .maximize-content h3, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .recent-article .most-recent_title a, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .recent-library .most-recent_title a, .recent-article .most-recent_title .maximize-earning--section .maximize-points--block .maximize-points .maximize-content a, .recent-library_section .recent-library .most-recent_title .maximize-earning--section .maximize-points--block .maximize-points .maximize-content a, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .recent-article .most-recent_title, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .recent-library .most-recent_title, .recent-article .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .most-recent_title, .recent-library_section .recent-library .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .most-recent_title, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .maximize-earning--section .maximize-points--block .maximize-points .maximize-content a, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .maximize-earning--section .maximize-points--block .maximize-points .maximize-content a, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .agreements-block-title {
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .description, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .page-numbers, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .content, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .latest-post-title, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .maximize-earning--section .maximize-points--block .maximize-points .maximize-content a.dropdown-item {
    min-height: 100px;
  }
}
@media (max-width: 1024px) {
  .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .description, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .page-numbers, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .content, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .latest-post-title, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .maximize-earning--section .maximize-points--block .maximize-points .maximize-content a.dropdown-item {
    min-height: 125px;
  }
}
@media (max-width: 991px) {
  .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .description, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .page-numbers, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .content, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .latest-post-title, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .maximize-earning--section .maximize-points--block .maximize-points .maximize-content a.dropdown-item {
    min-height: 75px;
  }
}
@media (max-width: 768px) {
  .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .description, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .page-numbers, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .content, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .latest-post-title, .maximize-earning--section .maximize-points--block .maximize-points .maximize-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .maximize-earning--section .maximize-points--block .maximize-points .maximize-content a.dropdown-item {
    min-height: 100px;
  }
}

.handheld--page .section-title--medium {
  font-weight: 700;
}
.handheld--page .description, .handheld--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .handheld--page .page-numbers, .handheld--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .handheld--page .content, .handheld--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .handheld--page .latest-post-title, .handheld--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .handheld--page a.dropdown-item {
  color: #1E1C37;
}
.handheld--page .btn-blue, .handheld--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .handheld--page .nav-link, .handheld--page .cta-green, .handheld--page .btn-blue-outline {
  min-width: 220px;
}
@media (max-width: 1080px) {
  .handheld--page .btn-blue, .handheld--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .handheld--page .nav-link, .handheld--page .cta-green, .handheld--page .btn-blue-outline {
    min-width: 180px;
  }
}

.handheld-banner--section {
  background: #c9e8f6;
}
.handheld-banner--section.hero-section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .handheld-banner--section.hero-section .container {
    max-width: 1520px;
  }
}
@media (max-width: 1440px) {
  .handheld-banner--section.hero-section .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .handheld-banner--section .justify-content-end {
    justify-content: center !important;
  }
}
.handheld-banner--section .banner-content {
  padding-right: 20px;
}
@media (min-width: 1921px) {
  .handheld-banner--section .banner-content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .handheld-banner--section .banner-content {
    padding-right: 0;
  }
}
.handheld-banner--section .banner-content .heading-35 {
  color: #3F425B;
  font-weight: 600;
  letter-spacing: 1.75px;
}
.handheld-banner--section .banner-content .header-h1 {
  color: #1E1C37;
  font-weight: 400;
}
.handheld-banner--section .banner-content .header-h1 span {
  font-weight: 700;
}
.handheld-banner--section .banner-content .description, .handheld-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .handheld-banner--section .banner-content .page-numbers, .handheld-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .handheld-banner--section .banner-content .content, .handheld-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .handheld-banner--section .banner-content .latest-post-title, .handheld-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .handheld-banner--section .banner-content a.dropdown-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .handheld-banner--section .banner-content .description, .handheld-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .handheld-banner--section .banner-content .page-numbers, .handheld-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .handheld-banner--section .banner-content .content, .handheld-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .handheld-banner--section .banner-content .latest-post-title, .handheld-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .handheld-banner--section .banner-content a.dropdown-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.handheld-banner--section .banner-content .btn-blue-outline {
  background: transparent;
}
.handheld-banner--section .banner-content .btn-blue-outline:hover {
  background: #467FF7;
}
@media (max-width: 767px) {
  .handheld-banner--section .banner-content .btn-blue + .btn-blue-outline, .handheld-banner--section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .handheld-banner--section .banner-content .nav-link + .btn-blue-outline, .handheld-banner--section .banner-content .btn-blue-outline + .btn-blue-outline, .handheld-banner--section .banner-content .cta-green + .btn-blue-outline {
    margin-left: auto;
    margin-top: 15px;
  }
}
.handheld-banner--section .banner-image {
  display: flex;
  flex-wrap: wrap;
  width: 530px;
  height: auto;
  padding: 20px;
  border-radius: 30px;
  background: #D9F3FF;
}
@media (min-width: 1921px) {
  .handheld-banner--section .banner-image {
    width: 650px;
  }
}
.handheld-banner--section .banner-image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .handheld-banner--section .banner-image {
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .handheld-banner--section .banner-image {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .handheld-banner--section .banner-image {
    margin-top: 30px;
  }
}
.handheld-banner--section .banner-image img {
  border-radius: 20px;
}

.warehouse-about--section .container {
  max-width: 930px;
}
@media (min-width: 1921px) {
  .warehouse-about--section .container {
    max-width: 1250px;
  }
}
.warehouse-about--section .section-title--medium {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .warehouse-about--section .section-title--medium {
    margin: 20px 0;
  }
}
.warehouse-about--section .description, .warehouse-about--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .warehouse-about--section .page-numbers, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .content, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .latest-post-title, .warehouse-about--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .warehouse-about--section a.dropdown-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .warehouse-about--section .description, .warehouse-about--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .warehouse-about--section .page-numbers, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .content, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .latest-post-title, .warehouse-about--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .warehouse-about--section a.dropdown-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .warehouse-about--section .description br, .warehouse-about--section .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .warehouse-about--section .page-numbers br, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .content br, .warehouse-about--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .warehouse-about--section .latest-post-title br, .warehouse-about--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .warehouse-about--section a.dropdown-item br {
    display: block;
  }
}

.transform-operation--section.faster-inventory--section {
  background: transparent;
}
@media (max-width: 991px) {
  .transform-operation--section.faster-inventory--section.section-space {
    padding-top: 0;
  }
}
.transform-operation--section.faster-inventory--section .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .transform-operation--section.faster-inventory--section .container {
    max-width: 1650px;
  }
}
@media (max-width: 1500px) {
  .transform-operation--section.faster-inventory--section .container {
    max-width: 1360px;
  }
}
@media (max-width: 1440px) {
  .transform-operation--section.faster-inventory--section .container {
    max-width: 1300px;
  }
}
.transform-operation--section.faster-inventory--section .faster-inventory-image {
  padding-right: 0;
}
@media (max-width: 991px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-image {
    text-align: center;
  }
}
.transform-operation--section.faster-inventory--section .faster-inventory-image .section-title--medium, .transform-operation--section.faster-inventory--section .faster-inventory-image .heading-27, .transform-operation--section.faster-inventory--section .faster-inventory-image .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .transform-operation--section.faster-inventory--section .faster-inventory-image .pro-title, .transform-operation--section.faster-inventory--section .faster-inventory-image .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .transform-operation--section.faster-inventory--section .faster-inventory-image h3, .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-article .most-recent_title a, .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title a, .recent-library_section .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-library .most-recent_title a, .recent-article .most-recent_title .transform-operation--section.faster-inventory--section .faster-inventory-image a, .recent-library_section .recent-library .most-recent_title .transform-operation--section.faster-inventory--section .faster-inventory-image a, .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-article .most-recent_title, .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title, .recent-library_section .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-library .most-recent_title, .recent-article .transform-operation--section.faster-inventory--section .faster-inventory-image .most-recent_title, .recent-library_section .recent-library .transform-operation--section.faster-inventory--section .faster-inventory-image .most-recent_title, .transform-operation--section.faster-inventory--section .faster-inventory-image .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .transform-operation--section.faster-inventory--section .faster-inventory-image a, .transform-operation--section.faster-inventory--section .faster-inventory-image .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .transform-operation--section.faster-inventory--section .faster-inventory-image a, .transform-operation--section.faster-inventory--section .faster-inventory-image .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .transform-operation--section.faster-inventory--section .faster-inventory-image .agreements-block-title {
  color: #1E1C37;
}
.transform-operation--section.faster-inventory--section .faster-inventory-image .heading-27, .transform-operation--section.faster-inventory--section .faster-inventory-image .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .transform-operation--section.faster-inventory--section .faster-inventory-image .pro-title, .transform-operation--section.faster-inventory--section .faster-inventory-image .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .transform-operation--section.faster-inventory--section .faster-inventory-image h3, .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-article .most-recent_title a, .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title a, .recent-library_section .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-library .most-recent_title a, .recent-article .most-recent_title .transform-operation--section.faster-inventory--section .faster-inventory-image a, .recent-library_section .recent-library .most-recent_title .transform-operation--section.faster-inventory--section .faster-inventory-image a, .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-article .most-recent_title, .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-library_section .recent-library .most-recent_title, .recent-library_section .transform-operation--section.faster-inventory--section .faster-inventory-image .recent-library .most-recent_title, .recent-article .transform-operation--section.faster-inventory--section .faster-inventory-image .most-recent_title, .recent-library_section .recent-library .transform-operation--section.faster-inventory--section .faster-inventory-image .most-recent_title, .transform-operation--section.faster-inventory--section .faster-inventory-image .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .transform-operation--section.faster-inventory--section .faster-inventory-image a, .transform-operation--section.faster-inventory--section .faster-inventory-image .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .transform-operation--section.faster-inventory--section .faster-inventory-image a, .transform-operation--section.faster-inventory--section .faster-inventory-image .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .transform-operation--section.faster-inventory--section .faster-inventory-image .agreements-block-title {
  margin: 15px 0 30px 0;
  font-weight: 600;
}
.transform-operation--section.faster-inventory--section .faster-inventory-image .description, .transform-operation--section.faster-inventory--section .faster-inventory-image .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .transform-operation--section.faster-inventory--section .faster-inventory-image .page-numbers, .transform-operation--section.faster-inventory--section .faster-inventory-image .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .transform-operation--section.faster-inventory--section .faster-inventory-image .content, .transform-operation--section.faster-inventory--section .faster-inventory-image .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .transform-operation--section.faster-inventory--section .faster-inventory-image .latest-post-title, .transform-operation--section.faster-inventory--section .faster-inventory-image .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .transform-operation--section.faster-inventory--section .faster-inventory-image a.dropdown-item {
  margin: 20px 0;
}
.transform-operation--section.faster-inventory--section .faster-inventory-image img {
  border-radius: 30px;
  width: 100%;
  max-width: 490px;
}
@media (min-width: 1921px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-image img {
    max-width: 560px;
  }
}
@media (max-width: 991px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-image img {
    max-width: 450px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.transform-operation--section.faster-inventory--section .faster-inventory-content {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-content {
    padding-left: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.transform-operation--section.faster-inventory--section .faster-inventory-content .card {
  margin-bottom: 50px;
  border: 3px solid #c9e8f6 !important;
  background: #F2FBFF;
}
.transform-operation--section.faster-inventory--section .faster-inventory-content .card .sub-title {
  top: -22px;
  left: 30px;
  padding: 8px 12px;
  background: #c9e8f6;
  color: #467FF7;
}
@media (max-width: 991px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-content .card .sub-title {
    left: 0;
  }
}
.transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-header {
  background-color: #F2FBFF !important;
  padding: 30px 40px 15px 30px;
}
@media (min-width: 1991px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-header {
    padding: 40px 30px 15px;
  }
}
.transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-header button {
  background: transparent;
  color: #000000;
}
.transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-header button:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11 0.5C9.99726 0.5 9.18476 1.31277 9.18457 2.31543V9.18457H2.31543C1.31279 9.18476 0.500018 9.99727 0.5 11C0.5 12.0027 1.31277 12.8152 2.31543 12.8154H9.18457V19.6846C9.18476 20.6872 9.99726 21.5 11 21.5C12.0027 21.5 12.8152 20.6872 12.8154 19.6846V12.8154H19.6846C20.6872 12.8152 21.5 12.0027 21.5 11C21.5 9.99727 20.6872 9.18476 19.6846 9.18457H12.8154V2.31543C12.8152 1.31278 12.0027 0.5 11 0.5Z' fill='%231E1C37' stroke='%231E1C37'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  right: 20px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 1366px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-header button:before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1024px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-header button:before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 991px) {
  .transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-header button:before {
    top: 35px;
  }
}
.transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-header button[aria-expanded=true]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='6' viewBox='0 0 22 6' fill='none'%3E%3Cpath d='M2.31543 1.1842C1.31289 1.1844 0.500194 1.99705 0.5 2.99963C0.5 4.00237 1.31277 4.81585 2.31543 4.81604H19.6846C20.6872 4.81585 21.5 4.00237 21.5 2.99963C21.4998 1.99705 20.6871 1.1844 19.6846 1.1842H2.31543Z' fill='%231E1C37' stroke='%231E1C37'/%3E%3C/svg%3E");
}
.transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-body p, .transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-body ul, .transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-body ul li, .transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-body a {
  margin: 0;
}
.transform-operation--section.faster-inventory--section .faster-inventory-content .card .card-body * {
  color: #1E1C37;
}

.handheld-testimonial--section {
  background: #E9F8FF;
}
.handheld-testimonial--section .container {
  max-width: 1220px;
}
@media (min-width: 1921px) {
  .handheld-testimonial--section .container {
    max-width: 1450px;
  }
}
@media (min-width: 1921px) {
  .handheld-testimonial--section.section-space {
    padding-top: 90px;
  }
  .handheld-testimonial--section .container {
    max-width: 1680px;
  }
}
.handheld-testimonial--section .testimonial-content {
  position: relative;
  padding: 80px 70px 70px 0;
  width: calc(100% - 270px);
}
@media (min-width: 1921px) {
  .handheld-testimonial--section .testimonial-content {
    width: calc(100% - 360px);
  }
}
@media (max-width: 1600px) {
  .handheld-testimonial--section .testimonial-content {
    padding: 60px 60px 60px 0;
  }
}
@media (max-width: 991px) {
  .handheld-testimonial--section .testimonial-content {
    padding: 60px 40px 60px 0;
  }
}
@media (max-width: 768px) {
  .handheld-testimonial--section .testimonial-content {
    width: calc(100% - 210px);
  }
}
@media (max-width: 767px) {
  .handheld-testimonial--section .testimonial-content {
    padding: 40px 30px;
    text-align: center;
    width: 100%;
  }
}
.handheld-testimonial--section .testimonial-content:before, .handheld-testimonial--section .testimonial-content:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='66' viewBox='0 0 69 66' fill='none'%3E%3Cpath d='M25.6612 37.2605V66H0V43.3148C0 31.0317 1.41594 22.1389 4.25328 16.6422C7.97829 9.30386 13.8708 3.7621 21.9362 0L27.7852 9.62488C22.911 11.7368 19.3222 14.8738 17.0131 19.0414C14.7095 23.2146 13.4242 29.2858 13.1574 37.2605H25.6558H25.6612ZM66.8761 37.2605V66H41.2148V43.3148C41.2148 31.0317 42.6308 22.1389 45.4681 16.6422C49.1931 9.3095 55.0856 3.7621 63.1511 0.00563188L69 9.63051C64.1259 11.7425 60.537 14.8794 58.2279 19.047C55.9243 23.2202 54.6391 29.2914 54.3722 37.2661H66.8706L66.8761 37.2605Z' fill='%23C9E8F6'/%3E%3C/svg%3E") no-repeat center/cover;
  display: block;
  position: absolute;
  width: 70px;
  height: 67px;
}
@media (max-width: 1600px) {
  .handheld-testimonial--section .testimonial-content:before, .handheld-testimonial--section .testimonial-content:after {
    width: 60px;
    height: 57px;
  }
}
@media (max-width: 1024px) {
  .handheld-testimonial--section .testimonial-content:before, .handheld-testimonial--section .testimonial-content:after {
    width: 49px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .handheld-testimonial--section .testimonial-content:before, .handheld-testimonial--section .testimonial-content:after {
    width: 39px;
    height: 36px;
  }
}
.handheld-testimonial--section .testimonial-content:before {
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .handheld-testimonial--section .testimonial-content:before {
    left: 30px;
  }
}
.handheld-testimonial--section .testimonial-content:after {
  right: 70px;
  bottom: 0;
  transform: rotate(180deg);
}
@media (max-width: 990px) {
  .handheld-testimonial--section .testimonial-content:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .handheld-testimonial--section .testimonial-content:after {
    right: 30px;
  }
}
.handheld-testimonial--section .testimonial-image {
  text-align: center;
  width: 270px;
}
@media (min-width: 1921px) {
  .handheld-testimonial--section .testimonial-image {
    width: 360px;
  }
}
@media (max-width: 768px) {
  .handheld-testimonial--section .testimonial-image {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .handheld-testimonial--section .testimonial-image {
    width: 100%;
  }
}
.handheld-testimonial--section .testimonial-image .heading-24, .handheld-testimonial--section .testimonial-image .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .handheld-testimonial--section .testimonial-image .filter-text, .handheld-testimonial--section .testimonial-image .career-block .career-details h4, .career-block .career-details .handheld-testimonial--section .testimonial-image h4, .handheld-testimonial--section .testimonial-image .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .handheld-testimonial--section .testimonial-image .module_title, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.most-recent_title, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .handheld-testimonial--section .testimonial-image h3.agreements-block-title, .handheld-testimonial--section .testimonial-image .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.agreements-block-title {
  color: #1E1C37;
  margin: 20px 0 0;
  font-weight: 400;
}
.handheld-testimonial--section .testimonial-image .heading-24 span, .handheld-testimonial--section .testimonial-image .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text span, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .handheld-testimonial--section .testimonial-image .filter-text span, .handheld-testimonial--section .testimonial-image .career-block .career-details h4 span, .career-block .career-details .handheld-testimonial--section .testimonial-image h4 span, .handheld-testimonial--section .testimonial-image .hardware-post .pricing-main .module_title span, .hardware-post .pricing-main .handheld-testimonial--section .testimonial-image .module_title span, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27 span, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title span, .hardware-product-section .hardware-product-row .hard-box .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title span, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3 span, .pos-solutions .pos-solutions_block .pos-solutions_data .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3 span, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title span, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title span, .recent-library_section .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title span, .recent-article .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title span, .recent-library_section .recent-library .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title span, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.heading-27 span, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .hardware-product-section .hardware-product-row .hard-box h3.pro-title span, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.pro-title span, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .pos-solutions .pos-solutions_block .pos-solutions_data h3 span, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3 span, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .recent-article h3.most-recent_title span, .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .recent-library_section .recent-library h3.most-recent_title span, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image .recent-library h3.most-recent_title span, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.most-recent_title span, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.most-recent_title span, .handheld-testimonial--section .testimonial-image .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title span, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .handheld-testimonial--section .testimonial-image h3.agreements-block-title span, .handheld-testimonial--section .testimonial-image .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title span, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .handheld-testimonial--section .testimonial-image h3.agreements-block-title span {
  font-weight: 700;
}
@media (max-width: 991px) {
  .handheld-testimonial--section .testimonial-image img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .handheld-testimonial--section .testimonial-image img {
    max-width: 140px;
  }
}

.rugged-scanner--section .container {
  max-width: 1360px;
}
@media (max-width: 1366px) {
  .rugged-scanner--section .container {
    max-width: 1260px;
  }
}
@media (min-width: 1921px) {
  .rugged-scanner--section .container {
    max-width: 1630px;
  }
}
.rugged-scanner--section.section-space {
  padding-bottom: 70px;
}
@media (min-width: 1921px) {
  .rugged-scanner--section.section-space {
    padding-bottom: 90px;
  }
}
@media (max-width: 1440px) {
  .rugged-scanner--section.section-space {
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .rugged-scanner--section.section-space {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .rugged-scanner--section.section-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .rugged-scanner--section.section-space {
    padding-bottom: 20px;
  }
}
.rugged-scanner--section .rugged-scanner--title {
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .rugged-scanner--section .rugged-scanner--title {
    max-width: 1200px;
  }
}
.rugged-scanner--section .rugged-scanner--title .description, .rugged-scanner--section .rugged-scanner--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .rugged-scanner--section .rugged-scanner--title .page-numbers, .rugged-scanner--section .rugged-scanner--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--title .content, .rugged-scanner--section .rugged-scanner--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--title .latest-post-title, .rugged-scanner--section .rugged-scanner--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .rugged-scanner--title a.dropdown-item {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .rugged-scanner--section .rugged-scanner--title .description, .rugged-scanner--section .rugged-scanner--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .rugged-scanner--section .rugged-scanner--title .page-numbers, .rugged-scanner--section .rugged-scanner--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--title .content, .rugged-scanner--section .rugged-scanner--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--title .latest-post-title, .rugged-scanner--section .rugged-scanner--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .rugged-scanner--title a.dropdown-item {
    margin: 20px 0;
  }
}
.rugged-scanner--section .rugged-scanner--points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rugged-scanner--section .rugged-scanner--points .details-point {
  width: 49%;
  border-radius: 10px;
  background: #F4FCFF;
  padding: 20px;
  margin-bottom: 30px;
}
.rugged-scanner--section .rugged-scanner--points .details-point .heading-27, .rugged-scanner--section .rugged-scanner--points .details-point .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .rugged-scanner--section .rugged-scanner--points .details-point .pro-title, .rugged-scanner--section .rugged-scanner--points .details-point .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .rugged-scanner--section .rugged-scanner--points .details-point h3, .rugged-scanner--section .rugged-scanner--points .details-point .recent-article .most-recent_title a, .rugged-scanner--section .rugged-scanner--points .details-point .recent-library_section .recent-library .most-recent_title a, .recent-library_section .rugged-scanner--section .rugged-scanner--points .details-point .recent-library .most-recent_title a, .recent-article .most-recent_title .rugged-scanner--section .rugged-scanner--points .details-point a, .recent-library_section .recent-library .most-recent_title .rugged-scanner--section .rugged-scanner--points .details-point a, .rugged-scanner--section .rugged-scanner--points .details-point .recent-article .most-recent_title, .rugged-scanner--section .rugged-scanner--points .details-point .recent-library_section .recent-library .most-recent_title, .recent-library_section .rugged-scanner--section .rugged-scanner--points .details-point .recent-library .most-recent_title, .recent-article .rugged-scanner--section .rugged-scanner--points .details-point .most-recent_title, .recent-library_section .recent-library .rugged-scanner--section .rugged-scanner--points .details-point .most-recent_title, .rugged-scanner--section .rugged-scanner--points .details-point .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .rugged-scanner--section .rugged-scanner--points .details-point a, .rugged-scanner--section .rugged-scanner--points .details-point .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .rugged-scanner--section .rugged-scanner--points .details-point a, .rugged-scanner--section .rugged-scanner--points .details-point .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .rugged-scanner--section .rugged-scanner--points .details-point .agreements-block-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.rugged-scanner--section .rugged-scanner--points .details-point .description, .rugged-scanner--section .rugged-scanner--points .details-point .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .rugged-scanner--section .rugged-scanner--points .details-point .page-numbers, .rugged-scanner--section .rugged-scanner--points .details-point .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--points .details-point .content, .rugged-scanner--section .rugged-scanner--points .details-point .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--points .details-point .latest-post-title, .rugged-scanner--section .rugged-scanner--points .details-point .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .rugged-scanner--points .details-point a.dropdown-item {
  margin: 0;
}
@media (min-width: 1921px) {
  .rugged-scanner--section .rugged-scanner--points .details-point {
    padding: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .rugged-scanner--section .rugged-scanner--points .details-point {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .rugged-scanner--section .rugged-scanner--points .details-point {
    width: 100%;
  }
}
.rugged-scanner--section .rugged-scanner--image {
  display: block;
  text-align: center;
}
.rugged-scanner--section .rugged-scanner--image img {
  width: 100%;
  max-width: 480px;
}
@media (min-width: 1921px) {
  .rugged-scanner--section .rugged-scanner--image img {
    max-width: 610px;
  }
}
@media (max-width: 1366px) {
  .rugged-scanner--section .rugged-scanner--image img {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .rugged-scanner--section .rugged-scanner--image img {
    max-width: 450px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .rugged-scanner--section .rugged-scanner--image img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .rugged-scanner--section .rugged-scanner--specification {
    margin-top: 30px;
  }
}
.rugged-scanner--section .rugged-scanner--specification .heading-27.spec-title, .rugged-scanner--section .rugged-scanner--specification .hardware-product-section .hardware-product-row .hard-box .spec-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .rugged-scanner--section .rugged-scanner--specification .spec-title.pro-title, .rugged-scanner--section .rugged-scanner--specification .pos-solutions .pos-solutions_block .pos-solutions_data h3.spec-title, .pos-solutions .pos-solutions_block .pos-solutions_data .rugged-scanner--section .rugged-scanner--specification h3.spec-title, .rugged-scanner--section .rugged-scanner--specification .recent-article .most-recent_title a.spec-title, .rugged-scanner--section .rugged-scanner--specification .recent-library_section .recent-library .most-recent_title a.spec-title, .recent-library_section .rugged-scanner--section .rugged-scanner--specification .recent-library .most-recent_title a.spec-title, .recent-article .most-recent_title .rugged-scanner--section .rugged-scanner--specification a.spec-title, .recent-library_section .recent-library .most-recent_title .rugged-scanner--section .rugged-scanner--specification a.spec-title, .rugged-scanner--section .rugged-scanner--specification .recent-article .spec-title.most-recent_title, .rugged-scanner--section .rugged-scanner--specification .recent-library_section .recent-library .spec-title.most-recent_title, .recent-library_section .rugged-scanner--section .rugged-scanner--specification .recent-library .spec-title.most-recent_title, .recent-article .rugged-scanner--section .rugged-scanner--specification .spec-title.most-recent_title, .recent-library_section .recent-library .rugged-scanner--section .rugged-scanner--specification .spec-title.most-recent_title, .rugged-scanner--section .rugged-scanner--specification .pos-modern-retail--section .pos-modern-retail--link li a.spec-title, .pos-modern-retail--section .pos-modern-retail--link li .rugged-scanner--section .rugged-scanner--specification a.spec-title, .rugged-scanner--section .rugged-scanner--specification .support-block .support-brand--block .support-block--data .support-block--heading a.spec-title, .support-block .support-brand--block .support-block--data .support-block--heading .rugged-scanner--section .rugged-scanner--specification a.spec-title, .rugged-scanner--section .rugged-scanner--specification .agreements-content.row .agreements-block-content .spec-title.agreements-block-title, .agreements-content.row .agreements-block-content .rugged-scanner--section .rugged-scanner--specification .spec-title.agreements-block-title {
  background: #D9F3FF;
  color: #1E1C37;
  padding: 12px 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.rugged-scanner--section .rugged-scanner--specification .spec-content .description, .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .rugged-scanner--section .rugged-scanner--specification .spec-content .page-numbers, .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--specification .spec-content .content, .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--specification .spec-content .latest-post-title, .rugged-scanner--section .rugged-scanner--specification .spec-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .rugged-scanner--specification .spec-content a.dropdown-item {
  padding: 10px 15px;
  margin: 0;
}
@media (min-width: 1921px) {
  .rugged-scanner--section .rugged-scanner--specification .spec-content .description, .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .rugged-scanner--section .rugged-scanner--specification .spec-content .page-numbers, .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--specification .spec-content .content, .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--specification .spec-content .latest-post-title, .rugged-scanner--section .rugged-scanner--specification .spec-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .rugged-scanner--specification .spec-content a.dropdown-item {
    padding: 15px 20px;
  }
}
.rugged-scanner--section .rugged-scanner--specification .spec-content .description:nth-child(odd), .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .custom-pagination .page-numbers:nth-child(odd), .free-resources-new .custom-pagination .rugged-scanner--section .rugged-scanner--specification .spec-content .page-numbers:nth-child(odd), .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .filters-gallery .filter-items .blog-item .content:nth-child(odd), .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--specification .spec-content .content:nth-child(odd), .rugged-scanner--section .rugged-scanner--specification .spec-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:nth-child(odd), .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .rugged-scanner--specification .spec-content .latest-post-title:nth-child(odd), .rugged-scanner--section .rugged-scanner--specification .spec-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:nth-child(odd), .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .rugged-scanner--specification .spec-content a.dropdown-item:nth-child(odd) {
  background: #F4FCFF;
}
.rugged-scanner--section .spec-block {
  border-radius: 16px;
  background: #F4FCFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding: 15px 25px;
  margin-top: 30px;
  height: calc(100% - 30px);
}
@media (max-width: 1366px) {
  .rugged-scanner--section .spec-block {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .rugged-scanner--section .spec-block {
    height: auto;
    margin: 20px 0 0;
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .rugged-scanner--section .spec-block {
    margin: 20px auto;
    width: 100%;
    height: calc(100% - 40px);
  }
}
@media (max-width: 575px) {
  .rugged-scanner--section .spec-block {
    max-width: 300px;
  }
}
.rugged-scanner--section .spec-block .spec-image {
  width: 120px;
  height: 120px;
  background: #D9F3FF;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center;
}
@media (max-width: 1366px) {
  .rugged-scanner--section .spec-block .spec-image {
    width: 90px;
    height: 90px;
  }
}
.rugged-scanner--section .spec-block .description, .rugged-scanner--section .spec-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .rugged-scanner--section .spec-block .page-numbers, .rugged-scanner--section .spec-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .spec-block .content, .rugged-scanner--section .spec-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .spec-block .latest-post-title, .rugged-scanner--section .spec-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .spec-block a.dropdown-item {
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .rugged-scanner--section .spec-block .description, .rugged-scanner--section .spec-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .rugged-scanner--section .spec-block .page-numbers, .rugged-scanner--section .spec-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .spec-block .content, .rugged-scanner--section .spec-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .spec-block .latest-post-title, .rugged-scanner--section .spec-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .spec-block a.dropdown-item {
    min-height: 52px;
  }
}
@media (max-width: 767px) {
  .rugged-scanner--section .spec-block .description, .rugged-scanner--section .spec-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .rugged-scanner--section .spec-block .page-numbers, .rugged-scanner--section .spec-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .spec-block .content, .rugged-scanner--section .spec-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .rugged-scanner--section .spec-block .latest-post-title, .rugged-scanner--section .spec-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .rugged-scanner--section .spec-block a.dropdown-item {
    min-height: inherit;
  }
}

.syncs-warehouse--section {
  background: #F4FCFF;
}
.syncs-warehouse--section .container {
  max-width: 1220px;
}
@media (min-width: 1921px) {
  .syncs-warehouse--section .container {
    max-width: 1500px;
  }
}
.syncs-warehouse--section .syncs-warehouse--image {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 30px;
  background: #D9F3FF;
  width: 500px;
  height: auto;
}
@media (min-width: 1921px) {
  .syncs-warehouse--section .syncs-warehouse--image {
    width: 85%;
  }
}
@media (max-width: 1199px) {
  .syncs-warehouse--section .syncs-warehouse--image {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .syncs-warehouse--section .syncs-warehouse--image {
    margin: 0 auto 30px;
  }
}
.syncs-warehouse--section .syncs-warehouse--image img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .syncs-warehouse--section .syncs-warehouse--content {
    text-align: center;
  }
}

.syncs-warehouse--section.syncs-dark {
  background: #c9e8f6;
}
.syncs-warehouse--section.syncs-dark .syncs-warehouse--content {
  padding-right: 70px;
}
@media (max-width: 1440px) {
  .syncs-warehouse--section.syncs-dark .syncs-warehouse--content {
    padding-right: 0;
  }
}
.syncs-warehouse--section.syncs-dark .syncs-warehouse--content .section-title--medium.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .syncs-warehouse--section.syncs-dark .syncs-warehouse--content .section-title--medium.mb-30 {
    margin-bottom: 20px;
  }
}
.syncs-warehouse--section.syncs-dark .syncs-warehouse--image {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .syncs-warehouse--section.syncs-dark .syncs-warehouse--image {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .syncs-warehouse--section.syncs-dark .syncs-warehouse--image {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .barcode-scanner--section.section-space {
    padding-bottom: 20px;
  }
}
.barcode-scanner--section .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .barcode-scanner--section .container {
    max-width: 1600px;
  }
}
.barcode-scanner--section .barcode-title--block {
  max-width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .barcode-scanner--section .barcode-title--block {
    margin: 0 auto 20px;
  }
}
@media (min-width: 1921px) {
  .barcode-scanner--section .barcode-title--block {
    max-width: 800px;
  }
}
.barcode-scanner--section .barcode-scanner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .barcode-scanner--section .barcode-scanner-row {
    justify-content: center;
  }
}
.barcode-scanner--section .barcode-scanner-row .barcode-block {
  border-radius: 16px;
  border: 2px solid #E9F8FF;
  background: #ffffff;
  box-shadow: 0px 5px 0px 0px #D9F3FF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  margin: 0;
  height: 100%;
  width: calc(20% - 30px);
}
@media (max-width: 1440px) {
  .barcode-scanner--section .barcode-scanner-row .barcode-block {
    width: calc(20% - 20px);
  }
}
@media (max-width: 991px) {
  .barcode-scanner--section .barcode-scanner-row .barcode-block {
    width: 100%;
    margin: 15px;
    max-width: 250px;
  }
}
.barcode-scanner--section .barcode-scanner-row .barcode-block .icon {
  border: 10px solid #c9e8f6;
  padding: 20px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .barcode-scanner--section .barcode-scanner-row .barcode-block .icon {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
  .barcode-scanner--section .barcode-scanner-row .barcode-block .icon svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1366px) {
  .barcode-scanner--section .barcode-scanner-row .barcode-block .icon {
    width: 130px;
    height: 130px;
    padding: 10px;
  }
  .barcode-scanner--section .barcode-scanner-row .barcode-block .icon svg {
    width: 60px;
  }
}
.barcode-scanner--section .barcode-scanner-row .barcode-block .description, .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .barcode-scanner--section .barcode-scanner-row .barcode-block .page-numbers, .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .barcode-scanner--section .barcode-scanner-row .barcode-block .content, .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .barcode-scanner--section .barcode-scanner-row .barcode-block .latest-post-title, .barcode-scanner--section .barcode-scanner-row .barcode-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .barcode-scanner--section .barcode-scanner-row .barcode-block a.dropdown-item {
  font-weight: 600;
  margin: 15px 0 0;
  text-align: center;
}

.new-features--section {
  background: #E9F8FF;
}
@media (max-width: 1600px) {
  .new-features--section .container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  .new-features--section.section-space {
    padding-bottom: 10px;
  }
}
@media (min-width: 1921px) {
  .new-features--section .container {
    max-width: 1500px;
  }
}
.new-features--section .new-features-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .new-features--section .new-features-title {
    margin-bottom: 30px;
  }
}
.new-features--section .features-block {
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  padding: 25px 20px 15px;
  margin: 20px 5px 0;
  position: relative;
  height: calc(100% - 20px);
}
@media (min-width: 1921px) {
  .new-features--section .features-block {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 1440px) {
  .new-features--section .features-block {
    margin: 20px 0 0;
  }
}
@media (max-width: 991px) {
  .new-features--section .features-block {
    margin: 20px auto;
    max-width: 400px;
    width: 100%;
    min-height: inherit;
    height: auto;
  }
}
.new-features--section .features-block:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39' fill='none'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%233694BE'/%3E%3Cpath d='M27.5904 10.9485C28.3746 10.7121 29.71 12.0017 30.2822 12.5605C30.7273 12.9903 31.4904 13.5062 31.0877 14.1724L17.904 29.6256L7.87843 20.9641C7.58169 20.4053 8.19637 19.8035 8.5355 19.3521C8.95941 18.7933 10.1252 17.3103 10.761 17.3748C11.6513 17.4608 16.2083 22.1462 17.2893 22.8769L27.5904 10.9485Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: calc(50% - 19px);
}
@media (min-width: 1921px) {
  .new-features--section .features-block:before {
    width: 50px;
    height: 50px;
  }
}
.new-features--section .features-block .heading-24, .new-features--section .features-block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .new-features--section .features-block .filter-text, .new-features--section .features-block .career-block .career-details h4, .career-block .career-details .new-features--section .features-block h4, .new-features--section .features-block .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .new-features--section .features-block .module_title, .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item h3, .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block h3, .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block h3.most-recent_title, .new-features--section .features-block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .new-features--section .features-block h3.agreements-block-title, .new-features--section .features-block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .new-features--section .features-block h3.agreements-block-title {
  font-weight: 700;
  color: #1E1C37;
  margin: 0 0 10px 0;
}
.new-features--section .features-block .description, .new-features--section .features-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .new-features--section .features-block .page-numbers, .new-features--section .features-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .new-features--section .features-block .content, .new-features--section .features-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .new-features--section .features-block .latest-post-title, .new-features--section .features-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .new-features--section .features-block a.dropdown-item {
  margin: 0;
}

.faq-cta--section {
  background: #c9e8f6;
}

.handheld-cta--bg {
  background: radial-gradient(152.1% 62.39% at 53.37% 34.07%, #003094 0%, #010009 100%);
  padding: 60px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .handheld-cta--bg {
    padding: 40px;
  }
}
.handheld-cta--bg .handheld-cta--content {
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .handheld-cta--bg .handheld-cta--content {
    max-width: 950px;
  }
}
.handheld-cta--bg .handheld-cta--content .btn-blue-outline {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .handheld-cta--bg .handheld-cta--content .btn-blue-outline {
    margin-left: auto;
    margin-top: 15px;
  }
}

.banner-bottom--data {
  position: relative;
}
.banner-bottom--data .container {
  max-width: 1350px;
}
@media (min-width: 1921px) {
  .banner-bottom--data .container {
    max-width: 1650px;
  }
}
@media (max-width: 1440px) {
  .banner-bottom--data .container {
    max-width: 1300px;
  }
}
.banner-bottom--data:before {
  content: "";
  background: #c9e8f6;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  z-index: -1;
}
.banner-bottom--data .banner-box {
  border-radius: 15px;
  border: 3px solid #C9E8F6;
  background: linear-gradient(180deg, #F2FCFF 0%, #F1FBFF 100%);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  height: 100%;
}
@media (min-width: 1921px) {
  .banner-bottom--data .banner-box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .banner-bottom--data .banner-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
    height: auto;
  }
}
.banner-bottom--data .banner-box .animation-json {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.banner-bottom--data .banner-box .heading-27, .banner-bottom--data .banner-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .banner-bottom--data .banner-box .pro-title, .banner-bottom--data .banner-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .banner-bottom--data .banner-box h3, .banner-bottom--data .banner-box .recent-article .most-recent_title a, .banner-bottom--data .banner-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .banner-bottom--data .banner-box .recent-library .most-recent_title a, .recent-article .most-recent_title .banner-bottom--data .banner-box a, .recent-library_section .recent-library .most-recent_title .banner-bottom--data .banner-box a, .banner-bottom--data .banner-box .recent-article .most-recent_title, .banner-bottom--data .banner-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .banner-bottom--data .banner-box .recent-library .most-recent_title, .recent-article .banner-bottom--data .banner-box .most-recent_title, .recent-library_section .recent-library .banner-bottom--data .banner-box .most-recent_title, .banner-bottom--data .banner-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .banner-bottom--data .banner-box a, .banner-bottom--data .banner-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .banner-bottom--data .banner-box a, .banner-bottom--data .banner-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .banner-bottom--data .banner-box .agreements-block-title {
  margin: 20px 0;
  font-weight: 600;
}
.banner-bottom--data .banner-box .description, .banner-bottom--data .banner-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .banner-bottom--data .banner-box .page-numbers, .banner-bottom--data .banner-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .banner-bottom--data .banner-box .content, .banner-bottom--data .banner-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .banner-bottom--data .banner-box .latest-post-title, .banner-bottom--data .banner-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .banner-bottom--data .banner-box a.dropdown-item {
  margin-bottom: 0;
}

.handheld-cta--section .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .handheld-cta--section .container {
    max-width: 1300px;
  }
}

@media (max-width: 480px) {
  #VideoPopup iframe {
    min-height: 180px;
    height: auto;
  }
}

html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .description, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .page-numbers, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .content, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .latest-post-title, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block a.dropdown-item {
  min-height: 50px;
  line-height: normal;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .description, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .page-numbers, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .content, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .latest-post-title, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block a.dropdown-item {
    min-height: 65px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .description, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .page-numbers, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .content, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .latest-post-title, html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .barcode-scanner--section .barcode-scanner-row .barcode-block a.dropdown-item {
    min-height: inherit;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .faster-inventory--section .faster-inventory-content .card .sub-title {
    width: 60%;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .faster-inventory--section .faster-inventory-content .card .sub-title {
    width: 90%;
    font-size: 14px;
    padding: 2px 5px;
  }
}

@media screen and (max-width: 767px) {
  .top-inner-section {
    height: 150px;
  }
}

.event-main .event-content .event-main--title {
  font-size: 47px;
  font-size: 2.9375rem;
  line-height: 54px;
  font-weight: 700;
  color: #161A58;
}
@media screen and (max-width: 1336px) {
  .event-main .event-content .event-main--title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .event-main .event-content .event-main--title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .event-main .event-content .event-main--title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.event-main .event-content p {
  font-weight: 400;
  color: #161A58;
  margin: 20px 0 30px;
}
@media screen and (max-width: 1336px) {
  .event-main .event-content p {
    margin: 10px 0 20px;
  }
}
.event-main .event-content p.link-text {
  color: #467FF7;
  margin-bottom: 0;
}

.event-block {
  background: #ffffff;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1019607843);
  border: 2px solid #2773CC;
  border-radius: 13px;
  padding: 35px 30px;
  margin: 0 10px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .event-block {
    margin: 0 10px 50px;
  }
}
@media (max-width: 1280px) {
  .event-block {
    margin: 0 10px 40px;
  }
}
@media (max-width: 991px) {
  .event-block {
    margin: 0 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .event-block {
    display: block;
    min-height: inherit;
    padding: 20px;
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
  }
}
.event-block .event-title {
  background: #467FF7;
  border-radius: 50px;
  font-family: "Myriad Pro";
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  padding: 8px 20px;
  margin-bottom: 30px;
}
@media (min-width: 1921px) {
  .event-block .event-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .event-block .event-title {
    margin-bottom: 20px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 768px) {
  .event-block .event-title {
    padding: 10px 20px;
  }
}
.event-block p, .event-block a {
  color: #000000;
}
.event-block p strong, .event-block a strong {
  font-weight: 600;
}
.event-block p {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.event-block a {
  width: 100%;
}
.event-block .visit-us {
  width: 100%;
  margin: 20px 0 30px 0;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .event-block .visit-us {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .event-block .visit-us {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.event-block .event-learn-more {
  font-weight: 400;
  color: #467FF7;
  align-self: flex-end;
  background: unset;
}
.event-block .event-learn-more:hover {
  color: #1C244B;
}
.event-block .event-learn-more::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .event-block .event-learn-more::after {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.event-form {
  padding: 30px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 70px;
  border-radius: 13px;
  background: #ffffff;
  border: 2px solid #2773CC;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 991px) {
  .event-form {
    margin: 0 auto 50px;
  }
}
@media (max-width: 767px) {
  .event-form {
    padding: 20px;
    margin: 0 auto 30px;
  }
}
.event-form .wpforms-container.wpforms-container-full button[type=submit] {
  background: #467FF7 !important;
}
.event-form .wpforms-container.wpforms-container-full button[type=submit]:hover {
  background: #1a48a5 !important;
}

@media (max-width: 767px) {
  .page-template-template-event .top-inner-section .cms-title {
    font-size: 30px;
  }
}

html[lang=es-ES] .event-main .event-form .event-title br {
  display: none;
}

@media (max-width: 991px) {
  .industry-details-page br {
    display: none;
  }
}

.single-industry .btn-blue:hover, .single-industry .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .single-industry .nav-link:hover, .single-industry .btn-blue-outline:hover, .single-industry .cta-green:hover,
.single-hardware .btn-blue:hover,
.single-hardware .pricing-data--table #pricingTab .nav-item .nav-link:hover,
.pricing-data--table #pricingTab .nav-item .single-hardware .nav-link:hover,
.single-hardware .btn-blue-outline:hover,
.single-hardware .cta-green:hover {
  color: #467FF7 !important;
}
.single-industry .site-content,
.single-hardware .site-content {
  padding-top: 0px;
}
@media (max-width: 1600px) {
  .single-industry .title-space, .single-industry .ftx-pos--page .access-control-main .description, .single-industry .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .ftx-pos--page .access-control-main .page-numbers, .single-industry .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .ftx-pos--page .access-control-main .content, .single-industry .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .single-industry .description, .ftx-pos--page .access-control-main .single-industry .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .single-industry .page-numbers, .ftx-pos--page .access-control-main .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .single-industry .content, .ftx-pos--page .access-control-main .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .single-industry .latest-post-title, .single-industry .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .single-industry a.dropdown-item, .single-industry .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .single-industry a.dropdown-item, .single-industry .increase-revenue--section .advance-retail-main-content .description, .single-industry .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .increase-revenue--section .advance-retail-main-content .page-numbers, .single-industry .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .increase-revenue--section .advance-retail-main-content .content, .single-industry .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .single-industry .description, .increase-revenue--section .advance-retail-main-content .single-industry .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .single-industry .page-numbers, .increase-revenue--section .advance-retail-main-content .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .single-industry .content, .increase-revenue--section .advance-retail-main-content .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .single-industry .latest-post-title, .single-industry .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .single-industry a.dropdown-item, .single-industry .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .single-industry a.dropdown-item, .single-industry .increase-revenue--section .revenue-title .description, .single-industry .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .increase-revenue--section .revenue-title .page-numbers, .single-industry .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .increase-revenue--section .revenue-title .content, .single-industry .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .single-industry .description, .increase-revenue--section .revenue-title .single-industry .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .single-industry .page-numbers, .increase-revenue--section .revenue-title .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .single-industry .content, .increase-revenue--section .revenue-title .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .single-industry .latest-post-title, .single-industry .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .single-industry a.dropdown-item, .single-industry .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .single-industry a.dropdown-item, .single-industry .increase-revenue--section .revenue-points .heading-27, .single-industry .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .single-industry .increase-revenue--section .revenue-points .pro-title, .single-industry .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .single-industry .increase-revenue--section .revenue-points h3, .single-industry .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .single-industry .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .single-industry .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .single-industry .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .single-industry .increase-revenue--section .revenue-points a, .single-industry .increase-revenue--section .revenue-points .recent-article .most-recent_title, .single-industry .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .single-industry .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .single-industry .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .single-industry .increase-revenue--section .revenue-points .most-recent_title, .increase-revenue--section .revenue-points .single-industry .heading-27, .increase-revenue--section .revenue-points .single-industry .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .single-industry .pro-title, .increase-revenue--section .revenue-points .single-industry .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .single-industry h3, .increase-revenue--section .revenue-points .single-industry .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .single-industry .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .single-industry .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .single-industry a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .single-industry a, .increase-revenue--section .revenue-points .single-industry .recent-article .most-recent_title, .increase-revenue--section .revenue-points .single-industry .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .single-industry .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .single-industry .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .single-industry .most-recent_title, .single-industry .increase-revenue--section.access-retail--pos .description, .single-industry .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .increase-revenue--section.access-retail--pos .page-numbers, .single-industry .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .increase-revenue--section.access-retail--pos .content, .single-industry .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .single-industry .description, .increase-revenue--section.access-retail--pos .single-industry .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .single-industry .page-numbers, .increase-revenue--section.access-retail--pos .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .single-industry .content, .increase-revenue--section.access-retail--pos .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .single-industry .latest-post-title, .single-industry .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .single-industry a.dropdown-item, .single-industry .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .single-industry a.dropdown-item, .single-industry .savetime-reduce--section .description, .single-industry .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .savetime-reduce--section .page-numbers, .single-industry .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .savetime-reduce--section .content, .single-industry .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .savetime-reduce--section .latest-post-title, .savetime-reduce--section .single-industry .description, .savetime-reduce--section .single-industry .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .single-industry .page-numbers, .savetime-reduce--section .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .single-industry .content, .savetime-reduce--section .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .single-industry .latest-post-title, .single-industry .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .single-industry a.dropdown-item, .single-industry .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .single-industry a.dropdown-item, .single-industry .pos-modern-retail--section .description, .single-industry .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .pos-modern-retail--section .page-numbers, .single-industry .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .pos-modern-retail--section .content, .single-industry .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .single-industry .description, .pos-modern-retail--section .single-industry .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .single-industry .page-numbers, .pos-modern-retail--section .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .single-industry .content, .pos-modern-retail--section .single-industry .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .single-industry .latest-post-title, .single-industry .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .single-industry a.dropdown-item, .single-industry .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .single-industry a.dropdown-item, .single-industry .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .single-industry a, .single-industry .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .single-industry a, .single-industry .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .single-industry .section-title--medium, .single-industry .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .single-industry .own-content, .single-industry .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .single-industry .sub-description, .single-industry .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .single-industry a, .single-industry .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .single-industry a, .single-industry .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .single-industry .agreements-block-title, .single-industry .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .single-industry .agreements-block-title,
  .single-hardware .title-space,
  .single-hardware .ftx-pos--page .access-control-main .description,
  .single-hardware .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .ftx-pos--page .access-control-main .page-numbers,
  .single-hardware .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .ftx-pos--page .access-control-main .content,
  .single-hardware .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .ftx-pos--page .access-control-main .latest-post-title,
  .ftx-pos--page .access-control-main .single-hardware .description,
  .ftx-pos--page .access-control-main .single-hardware .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .single-hardware .page-numbers,
  .ftx-pos--page .access-control-main .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .single-hardware .content,
  .ftx-pos--page .access-control-main .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .single-hardware .latest-post-title,
  .single-hardware .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .single-hardware a.dropdown-item,
  .single-hardware .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .single-hardware a.dropdown-item,
  .single-hardware .increase-revenue--section .advance-retail-main-content .description,
  .single-hardware .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .increase-revenue--section .advance-retail-main-content .page-numbers,
  .single-hardware .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .increase-revenue--section .advance-retail-main-content .content,
  .single-hardware .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .increase-revenue--section .advance-retail-main-content .latest-post-title,
  .increase-revenue--section .advance-retail-main-content .single-hardware .description,
  .increase-revenue--section .advance-retail-main-content .single-hardware .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .single-hardware .page-numbers,
  .increase-revenue--section .advance-retail-main-content .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .single-hardware .content,
  .increase-revenue--section .advance-retail-main-content .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .single-hardware .latest-post-title,
  .single-hardware .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .single-hardware a.dropdown-item,
  .single-hardware .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .single-hardware a.dropdown-item,
  .single-hardware .increase-revenue--section .revenue-title .description,
  .single-hardware .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .increase-revenue--section .revenue-title .page-numbers,
  .single-hardware .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .increase-revenue--section .revenue-title .content,
  .single-hardware .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .increase-revenue--section .revenue-title .latest-post-title,
  .increase-revenue--section .revenue-title .single-hardware .description,
  .increase-revenue--section .revenue-title .single-hardware .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .single-hardware .page-numbers,
  .increase-revenue--section .revenue-title .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .single-hardware .content,
  .increase-revenue--section .revenue-title .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .single-hardware .latest-post-title,
  .single-hardware .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .single-hardware a.dropdown-item,
  .single-hardware .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .single-hardware a.dropdown-item,
  .single-hardware .increase-revenue--section .revenue-points .heading-27,
  .single-hardware .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title,
  .hardware-product-section .hardware-product-row .hard-box .single-hardware .increase-revenue--section .revenue-points .pro-title,
  .single-hardware .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3,
  .pos-solutions .pos-solutions_block .pos-solutions_data .single-hardware .increase-revenue--section .revenue-points h3,
  .single-hardware .increase-revenue--section .revenue-points .recent-article .most-recent_title a,
  .single-hardware .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a,
  .recent-library_section .single-hardware .increase-revenue--section .revenue-points .recent-library .most-recent_title a,
  .recent-article .most-recent_title .single-hardware .increase-revenue--section .revenue-points a,
  .recent-library_section .recent-library .most-recent_title .single-hardware .increase-revenue--section .revenue-points a,
  .single-hardware .increase-revenue--section .revenue-points .recent-article .most-recent_title,
  .single-hardware .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title,
  .recent-library_section .single-hardware .increase-revenue--section .revenue-points .recent-library .most-recent_title,
  .recent-article .single-hardware .increase-revenue--section .revenue-points .most-recent_title,
  .recent-library_section .recent-library .single-hardware .increase-revenue--section .revenue-points .most-recent_title,
  .increase-revenue--section .revenue-points .single-hardware .heading-27,
  .increase-revenue--section .revenue-points .single-hardware .hardware-product-section .hardware-product-row .hard-box .pro-title,
  .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .single-hardware .pro-title,
  .increase-revenue--section .revenue-points .single-hardware .pos-solutions .pos-solutions_block .pos-solutions_data h3,
  .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .single-hardware h3,
  .increase-revenue--section .revenue-points .single-hardware .recent-article .most-recent_title a,
  .increase-revenue--section .revenue-points .single-hardware .recent-library_section .recent-library .most-recent_title a,
  .recent-library_section .increase-revenue--section .revenue-points .single-hardware .recent-library .most-recent_title a,
  .recent-article .most-recent_title .increase-revenue--section .revenue-points .single-hardware a,
  .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .single-hardware a,
  .increase-revenue--section .revenue-points .single-hardware .recent-article .most-recent_title,
  .increase-revenue--section .revenue-points .single-hardware .recent-library_section .recent-library .most-recent_title,
  .recent-library_section .increase-revenue--section .revenue-points .single-hardware .recent-library .most-recent_title,
  .recent-article .increase-revenue--section .revenue-points .single-hardware .most-recent_title,
  .recent-library_section .recent-library .increase-revenue--section .revenue-points .single-hardware .most-recent_title,
  .single-hardware .increase-revenue--section.access-retail--pos .description,
  .single-hardware .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .increase-revenue--section.access-retail--pos .page-numbers,
  .single-hardware .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .increase-revenue--section.access-retail--pos .content,
  .single-hardware .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .increase-revenue--section.access-retail--pos .latest-post-title,
  .increase-revenue--section.access-retail--pos .single-hardware .description,
  .increase-revenue--section.access-retail--pos .single-hardware .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .single-hardware .page-numbers,
  .increase-revenue--section.access-retail--pos .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .single-hardware .content,
  .increase-revenue--section.access-retail--pos .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .single-hardware .latest-post-title,
  .single-hardware .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .single-hardware a.dropdown-item,
  .single-hardware .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .single-hardware a.dropdown-item,
  .single-hardware .savetime-reduce--section .description,
  .single-hardware .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .savetime-reduce--section .page-numbers,
  .single-hardware .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .savetime-reduce--section .content,
  .single-hardware .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .savetime-reduce--section .latest-post-title,
  .savetime-reduce--section .single-hardware .description,
  .savetime-reduce--section .single-hardware .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .savetime-reduce--section .single-hardware .page-numbers,
  .savetime-reduce--section .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .single-hardware .content,
  .savetime-reduce--section .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .single-hardware .latest-post-title,
  .single-hardware .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .single-hardware a.dropdown-item,
  .single-hardware .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .single-hardware a.dropdown-item,
  .single-hardware .pos-modern-retail--section .description,
  .single-hardware .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .pos-modern-retail--section .page-numbers,
  .single-hardware .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .pos-modern-retail--section .content,
  .single-hardware .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .pos-modern-retail--section .latest-post-title,
  .pos-modern-retail--section .single-hardware .description,
  .pos-modern-retail--section .single-hardware .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .pos-modern-retail--section .single-hardware .page-numbers,
  .pos-modern-retail--section .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .single-hardware .content,
  .pos-modern-retail--section .single-hardware .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .single-hardware .latest-post-title,
  .single-hardware .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .single-hardware a.dropdown-item,
  .single-hardware .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .single-hardware a.dropdown-item,
  .single-hardware .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a,
  .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .single-hardware a,
  .single-hardware .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a,
  .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .single-hardware a,
  .single-hardware .customer-loyalty-main .reward-loyalty-side .section-title--medium,
  .customer-loyalty-main .reward-loyalty-side .single-hardware .section-title--medium,
  .single-hardware .own-customer-loyalty-main .own-your-content .own-content,
  .own-customer-loyalty-main .own-your-content .single-hardware .own-content,
  .single-hardware .advance-retail-main .advance-retail-main-content .sub-description,
  .advance-retail-main .advance-retail-main-content .single-hardware .sub-description,
  .single-hardware .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a,
  .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .single-hardware a,
  .single-hardware .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a,
  .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .single-hardware a,
  .single-hardware .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title,
  .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .single-hardware .agreements-block-title,
  .single-hardware .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title,
  .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .single-hardware .agreements-block-title {
    margin: 20px 0;
  }
}
.single-industry .grey-bg,
.single-hardware .grey-bg {
  background: #ffffff;
}
.single-industry .grey-bg .article-cta,
.single-hardware .grey-bg .article-cta {
  margin: 0;
}
.single-industry a strong:hover,
.single-hardware a strong:hover {
  color: #467FF7;
}
.single-industry .header-h1,
.single-hardware .header-h1 {
  color: #000000;
  margin-bottom: 0;
}
.single-industry .section-title--medium,
.single-hardware .section-title--medium {
  color: #467FF7;
}
.single-industry .section-title--medium span,
.single-hardware .section-title--medium span {
  color: #000000;
}
.single-industry p, .single-industry ul, .single-industry ul li, .single-industry a, .single-industry button,
.single-hardware p,
.single-hardware ul,
.single-hardware ul li,
.single-hardware a,
.single-hardware button {
  color: #000000;
}
.single-industry .btn-blue, .single-industry .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .single-industry .nav-link, .single-industry .cta-green, .single-industry .btn-blue-outline,
.single-hardware .btn-blue,
.single-hardware .pricing-data--table #pricingTab .nav-item .nav-link,
.pricing-data--table #pricingTab .nav-item .single-hardware .nav-link,
.single-hardware .cta-green,
.single-hardware .btn-blue-outline {
  color: #ffffff;
}
.single-industry a,
.single-hardware a {
  color: #467FF7;
}
.single-industry a:hover,
.single-hardware a:hover {
  color: #1a48a5;
}
.single-industry a:hover strong,
.single-hardware a:hover strong {
  color: #1a48a5;
}
.single-industry a.arrow-link,
.single-hardware a.arrow-link {
  font-weight: 700;
  color: #467FF7;
}
@media (max-width: 1440px) {
  .single-industry a.arrow-link span svg,
  .single-hardware a.arrow-link span svg {
    width: 16px;
  }
}
.single-industry a.arrow-link span svg path,
.single-hardware a.arrow-link span svg path {
  stroke: #467FF7;
}
.single-industry .industry-new-cta,
.single-hardware .industry-new-cta {
  background: transparent;
}
.single-industry .industry-new-cta .container,
.single-hardware .industry-new-cta .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .single-industry .industry-new-cta .container,
  .single-hardware .industry-new-cta .container {
    max-width: 1500px;
  }
}
@media (min-width: 1921px) {
  .single-industry .industry-new-cta .cta-inner,
  .single-hardware .industry-new-cta .cta-inner {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .single-industry .industry-new-cta .cta-inner,
  .single-hardware .industry-new-cta .cta-inner {
    min-height: inherit;
  }
}
.single-industry .industry-new-cta .cta-inner .btn-blue, .single-industry .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .single-industry .industry-new-cta .cta-inner .nav-link, .single-industry .industry-new-cta .cta-inner .btn-blue-outline, .single-industry .industry-new-cta .cta-inner .cta-green,
.single-hardware .industry-new-cta .cta-inner .btn-blue,
.single-hardware .industry-new-cta .cta-inner .pricing-data--table #pricingTab .nav-item .nav-link,
.pricing-data--table #pricingTab .nav-item .single-hardware .industry-new-cta .cta-inner .nav-link,
.single-hardware .industry-new-cta .cta-inner .btn-blue-outline,
.single-hardware .industry-new-cta .cta-inner .cta-green {
  border: 0 solid #ffffff;
}
.single-industry .industry-new-cta .section-title--medium,
.single-hardware .industry-new-cta .section-title--medium {
  margin: 0;
}
.single-industry .industry-new-cta p.heading-26,
.single-hardware .industry-new-cta p.heading-26 {
  font-weight: 400;
}
@media (max-width: 991px) {
  .single-industry .affordable-pos-item,
  .single-hardware .affordable-pos-item {
    padding-bottom: 40px;
  }
  .single-industry .store-pos_image,
  .single-hardware .store-pos_image {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .single-industry .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content,
  .single-hardware .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content {
    width: 100%;
  }
}
.single-industry .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .goftx-quote-simple.qoftx-add-quote,
.single-hardware .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .goftx-quote-simple.qoftx-add-quote {
  color: #fff;
}
.single-industry .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .goftx-quote-simple.qoftx-add-quote:hover,
.single-hardware .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .goftx-quote-simple.qoftx-add-quote:hover {
  color: #467FF7;
}
.single-industry .affordable-pos .container,
.single-hardware .affordable-pos .container {
  max-width: 850px;
}
.single-industry .industry-hardware--slider .affordable-title .section-title--medium,
.single-hardware .industry-hardware--slider .affordable-title .section-title--medium {
  color: #1E1C37;
  font-weight: 400;
}
.single-industry .industry-hardware--slider .affordable-title .section-title--medium span,
.single-hardware .industry-hardware--slider .affordable-title .section-title--medium span {
  font-weight: 700;
  color: #1E1C37;
}
.single-industry .arrow-link,
.single-hardware .arrow-link {
  gap: 10px;
}
.single-industry .arrow-link span,
.single-hardware .arrow-link span {
  display: inline-flex;
  transform: translateX(0);
  padding-left: 0;
}
.single-industry .arrow-link span svg,
.single-hardware .arrow-link span svg {
  top: 0px;
}
@media (max-width: 1440px) {
  .single-industry .arrow-link span svg,
  .single-hardware .arrow-link span svg {
    top: 1px;
    width: 18px;
  }
}
.single-industry .arrow-link:hover span,
.single-hardware .arrow-link:hover span {
  transform: translateX(5px);
}
.single-industry .need-pos-hardware .store-pos .store-pos_content .arrow-link span svg,
.single-industry .article-block .popular-articles .article-post_main a span svg,
.single-hardware .need-pos-hardware .store-pos .store-pos_content .arrow-link span svg,
.single-hardware .article-block .popular-articles .article-post_main a span svg {
  top: 1px;
}
.single-industry .tobacco-store-addon .addone-block .arrow-link span svg,
.single-industry .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link span svg,
.single-industry .make-switch-ftxpos .make-switch-ftxpos_content .arrow-link,
.single-hardware .tobacco-store-addon .addone-block .arrow-link span svg,
.single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link span svg,
.single-hardware .make-switch-ftxpos .make-switch-ftxpos_content .arrow-link {
  color: #467FF7;
}
.single-industry .tobacco-store-addon .addone-block .arrow-link span svg span svg,
.single-industry .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link span svg span svg,
.single-industry .make-switch-ftxpos .make-switch-ftxpos_content .arrow-link span svg,
.single-hardware .tobacco-store-addon .addone-block .arrow-link span svg span svg,
.single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link span svg span svg,
.single-hardware .make-switch-ftxpos .make-switch-ftxpos_content .arrow-link span svg {
  top: 2px;
}
@supports (-webkit-hyphens: none) {
  .single-industry .arrow-link span svg,
  .single-hardware .arrow-link span svg {
    top: -1px !important;
    width: 18px !important;
  }
}
.single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .section-title--medium.mb-0,
.single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .section-title--medium.mb-0 {
  color: #1E1C37;
}
.single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .description, .single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .page-numbers, .single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .content, .single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .latest-post-title, .single-industry .pricing-plan--pos .pricing-plan--inner .plan--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .single-industry .pricing-plan--pos .pricing-plan--inner .plan--title a.dropdown-item,
.single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .description,
.single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .free-resources-new .custom-pagination .page-numbers,
.free-resources-new .custom-pagination .single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .page-numbers,
.single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .free-resources-new .filters-gallery .filter-items .blog-item .content,
.free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .content,
.single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
.free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .latest-post-title,
.single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
.cta-menu--section.choose-industries .dropdown-menu li .single-hardware .pricing-plan--pos .pricing-plan--inner .plan--title a.dropdown-item {
  color: #1C244B;
}
.single-industry .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store,
.single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
  color: #000;
}
@media (max-width: 1200px) {
  .single-industry .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store,
  .single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    min-height: 95px;
  }
}
@media (max-width: 768px) {
  .single-industry .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store,
  .single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
    min-height: inherit;
  }
}
.single-industry .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store,
.single-industry .pricing-plan--pos .price-pos-module .price-pos-item .price,
.single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store,
.single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .price {
  font-weight: 700;
}
@media (max-width: 1600px) {
  .single-industry .pricing-plan--pos .price-pos-module .price-pos-item,
  .single-hardware .pricing-plan--pos .price-pos-module .price-pos-item {
    padding: 20px;
  }
  .single-industry .pricing-plan--pos .price-pos-module .price-pos-item .arrow-link span svg,
  .single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .arrow-link span svg {
    top: 2px;
  }
}
.single-industry .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link span,
.single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link span {
  left: 0;
}
.single-industry .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link:hover span,
.single-hardware .pricing-plan--pos .price-pos-module .price-pos-item .price-btn .arrow-link:hover span {
  left: 0;
}
@media (max-width: 1440px) {
  .single-industry .addtoquote-cls .close span,
  .single-hardware .addtoquote-cls .close span {
    top: -3px;
    left: 1px;
  }
}

.industry-banner {
  background: #c9e8f6;
}
.industry-banner .industry-banner_content {
  max-width: 635px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1921px) {
  .industry-banner .industry-banner_content {
    max-width: 825px;
  }
}
@media (max-width: 1600px) {
  .industry-banner .industry-banner_content {
    max-width: 565px;
  }
  .industry-banner .industry-banner_content br {
    display: none;
  }
}
@media (max-width: 1440px) {
  .industry-banner .industry-banner_content {
    padding: 25px 0 25px 30px;
  }
}
@media (max-width: 1199px) {
  .industry-banner .industry-banner_content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .industry-banner .industry-banner_content {
    text-align: center;
    padding: 30px 15px;
    align-items: center;
  }
}
.industry-banner .industry-banner_content .description, .industry-banner .industry-banner_content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .industry-banner .industry-banner_content .page-numbers, .industry-banner .industry-banner_content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .industry-banner .industry-banner_content .content, .industry-banner .industry-banner_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industry-banner .industry-banner_content .latest-post-title, .industry-banner .industry-banner_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industry-banner .industry-banner_content a.dropdown-item {
  margin: 20px 0 30px 0;
}
@media (max-width: 991px) {
  .industry-banner .industry-banner_content .description, .industry-banner .industry-banner_content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .industry-banner .industry-banner_content .page-numbers, .industry-banner .industry-banner_content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .industry-banner .industry-banner_content .content, .industry-banner .industry-banner_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industry-banner .industry-banner_content .latest-post-title, .industry-banner .industry-banner_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industry-banner .industry-banner_content a.dropdown-item {
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .industry-banner .industry-banner_content .banner-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.industry-banner .industry-banner_content .btn-blue, .industry-banner .industry-banner_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .industry-banner .industry-banner_content .nav-link, .industry-banner .industry-banner_content .btn-blue-outline, .industry-banner .industry-banner_content .cta-green {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .industry-banner .industry-banner_content .btn-blue, .industry-banner .industry-banner_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .industry-banner .industry-banner_content .nav-link, .industry-banner .industry-banner_content .btn-blue-outline, .industry-banner .industry-banner_content .cta-green {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.industry-banner .industry-banner_content .btn-blue-outline {
  background: transparent;
  color: #467FF7;
}
.industry-banner .industry-banner_content .btn-blue-outline:hover {
  background: #467FF7 !important;
  color: #ffffff !important;
}
.industry-banner .industry-banner_image {
  height: 100%;
}
.industry-banner .industry-banner_image img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.pos-stores ul {
  text-align: left;
}

.store-pos .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .store-pos .container {
    max-width: 1760px;
  }
}
@media (max-width: 1600px) {
  .store-pos .container {
    max-width: 1200px;
  }
}
.store-pos.section-space {
  padding-bottom: 80px;
}
@media (min-width: 1921px) {
  .store-pos.section-space {
    padding-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .store-pos.section-space {
    padding-bottom: 70px;
  }
}
@media (max-width: 1280px) {
  .store-pos.section-space {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .store-pos.section-space {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .store-pos .store-pos_image .store-pos_image {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.store-pos .store-pos_image .store-pos_image-underlay {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .store-pos .store-pos_image .store-pos_image-underlay {
    max-width: 450px;
    margin: 30px auto 0;
    left: -10px;
  }
}
@media (max-width: 574px) {
  .store-pos .store-pos_image .store-pos_image-underlay {
    width: 90%;
  }
}
.store-pos .store-pos_image .store-pos_image-underlay:after {
  content: "";
  background: #D9F3FF;
  border-radius: 13px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
.store-pos .store-pos_image .store-pos_image-underlay img {
  border-radius: 13px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-pos .store-pos_content {
  padding-left: 80px;
}
@media (min-width: 1921px) {
  .store-pos .store-pos_content {
    padding-left: 120px;
  }
}
@media (max-width: 1600px) {
  .store-pos .store-pos_content {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .store-pos .store-pos_content {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}
.store-pos .store-pos_content .description, .store-pos .store-pos_content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .store-pos .store-pos_content .page-numbers, .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .store-pos .store-pos_content .content, .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .store-pos .store-pos_content .latest-post-title, .store-pos .store-pos_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .store-pos .store-pos_content a.dropdown-item {
  margin: 20px 0 30px;
}
@media (max-width: 991px) {
  .store-pos .store-pos_content .description, .store-pos .store-pos_content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .store-pos .store-pos_content .page-numbers, .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .store-pos .store-pos_content .content, .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .store-pos .store-pos_content .latest-post-title, .store-pos .store-pos_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .store-pos .store-pos_content a.dropdown-item {
    margin: 20px 0;
  }
}
.store-pos .store-pos_content ul li {
  padding-left: 45px;
  padding-bottom: 15px;
  border-bottom: 2px solid #D9F3FF;
  margin: 0 0 15px 0;
  position: relative;
}
@media (max-width: 1440px) {
  .store-pos .store-pos_content ul li {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .store-pos .store-pos_content ul li {
    padding-left: 25px;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    text-align: left;
  }
}
.store-pos .store-pos_content ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.store-pos .store-pos_content ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #467FF7 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 6px;
  animation: fadeInBefore 2s linear infinite;
}
@media (max-width: 1440px) {
  .store-pos .store-pos_content ul li:before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
}
@media (max-width: 991px) {
  .store-pos .store-pos_content ul li:before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
}
.store-pos .store-pos_content ul li:after {
  content: "";
  width: 17px;
  height: 17px;
  background: #467FF7 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 4px;
}
@media (max-width: 1440px) {
  .store-pos .store-pos_content ul li:after {
    width: 14px;
    height: 14px;
    top: 6px;
    left: 3px;
  }
}
@media (max-width: 991px) {
  .store-pos .store-pos_content ul li:after {
    width: 10px;
    height: 10px;
    top: 8px;
  }
}
.store-pos .store-pos_content .btn-blue, .store-pos .store-pos_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .store-pos .store-pos_content .nav-link, .store-pos .store-pos_content .btn-blue-outline, .store-pos .store-pos_content .cta-green {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .store-pos .store-pos_content .btn-blue, .store-pos .store-pos_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .store-pos .store-pos_content .nav-link, .store-pos .store-pos_content .btn-blue-outline, .store-pos .store-pos_content .cta-green {
    margin-top: 20px;
  }
}
.store-pos .store-pos_content .arrow-link {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .store-pos .store-pos_content .arrow-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .store-pos .store-pos_content ul + .btn-blue, .store-pos .store-pos_content .pricing-data--table #pricingTab .nav-item ul + .nav-link, .pricing-data--table #pricingTab .nav-item .store-pos .store-pos_content ul + .nav-link, .store-pos .store-pos_content ul + .btn-blue-outline, .store-pos .store-pos_content ul + .cta-green {
    margin-top: 10px;
  }
}

#store-order-2 {
  background: #c9e8f6;
}
#store-order-2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #store-order-2 .row {
    flex-direction: row;
  }
}
#store-order-2 .row .store-pos_content {
  padding-right: 80px;
  padding-left: 0;
}
@media (min-width: 1921px) {
  #store-order-2 .row .store-pos_content {
    padding-right: 120px;
  }
}
@media (max-width: 1600px) {
  #store-order-2 .row .store-pos_content {
    padding-right: 60px;
  }
}
@media (max-width: 1366px) {
  #store-order-2 .row .store-pos_content {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  #store-order-2 .row .store-pos_content {
    padding-right: 0;
  }
}
#store-order-2 .row .store-pos_content ul li {
  border-bottom: 2px solid #D9F3FF;
}
#store-order-2 .row .store-pos_content ul li:last-child {
  border-bottom: 0;
}
#store-order-2 .row .store-pos_image .store-pos_image-underlay:after {
  content: "";
  background: #D9F3FF;
  top: auto;
  left: -20px;
  bottom: -20px;
}
@media (max-width: 991px) {
  #store-order-2 .row .store-pos_image .store-pos_image-underlay {
    left: 10px;
  }
}

.testimonial-section .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .testimonial-section .container {
    max-width: 1450px;
  }
}
@media (max-width: 1600px) {
  .testimonial-section .container {
    max-width: 1000px;
  }
}
.testimonial-section .section-title--medium {
  color: #1E1C37;
  text-align: center;
  font-weight: 400;
}
.testimonial-section .section-title--medium span {
  font-weight: 700;
}
.testimonial-section .testimonial-industry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-industry {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-industry {
    gap: 0;
    margin-top: 0;
    justify-content: center;
  }
}
.testimonial-section .testimonial-industry .testimonial-block {
  max-width: calc(50% - 20px);
  width: 100%;
  border-radius: 20px;
  border: 2px solid #C9E8F6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .testimonial-section .testimonial-industry .testimonial-block {
    max-width: 450px;
    margin: 20px 0 0;
  }
}
.testimonial-section .testimonial-industry .testimonial-block .client-image img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1600px) {
  .testimonial-section .testimonial-industry .testimonial-block .client-image img {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-industry .testimonial-block .client-image img {
    height: 260px;
  }
}
.testimonial-section .testimonial-industry .testimonial-block .client-logo {
  display: block;
  margin: 20px 0;
}
.testimonial-section .testimonial-industry .testimonial-block .client-logo img {
  height: 60px;
  width: auto;
}
@media (max-width: 1600px) {
  .testimonial-section .testimonial-industry .testimonial-block .client-logo img {
    height: 50px;
  }
}
.testimonial-section .testimonial-industry .testimonial-block .testimonial-details {
  padding: 0 30px 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  height: 100%;
}
.testimonial-section .testimonial-industry .testimonial-block .testimonial-details .heading-24, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .filter-text, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .career-block .career-details h4, .career-block .career-details .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h4, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .module_title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.most-recent_title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.agreements-block-title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.agreements-block-title {
  line-height: 40px;
  flex-grow: 1;
  margin: 20px 0 0;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .heading-24, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .filter-text, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .career-block .career-details h4, .career-block .career-details .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h4, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .module_title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-article .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .recent-library_section .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .recent-library h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.most-recent_title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.agreements-block-title, .testimonial-section .testimonial-industry .testimonial-block .testimonial-details .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .testimonial-section .testimonial-industry .testimonial-block .testimonial-details h3.agreements-block-title {
    line-height: 1.5;
  }
}
.testimonial-section .testimonial-industry .testimonial-block .testimonial-details .arrow-link {
  color: #467FF7;
  margin-top: auto;
  align-self: center;
  font-weight: 600;
}
.testimonial-section .testimonial-industry .testimonial-block .testimonial-details .arrow-link span svg {
  top: 1px;
}
.testimonial-section .testimonial-btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-btn {
    margin: 30px 0 0;
  }
}

.build-customer.pos-stores .section-title--medium {
  margin-bottom: 0 !important;
}
.build-customer.pos-stores .description, .build-customer.pos-stores .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .build-customer.pos-stores .page-numbers, .build-customer.pos-stores .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .build-customer.pos-stores .content, .build-customer.pos-stores .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .build-customer.pos-stores .latest-post-title, .build-customer.pos-stores .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .build-customer.pos-stores a.dropdown-item {
  margin: 20px 0;
}
.build-customer.pos-stores .btn-blue, .build-customer.pos-stores .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .build-customer.pos-stores .nav-link, .build-customer.pos-stores .btn-blue-outline, .build-customer.pos-stores .cta-green {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .build-customer.pos-stores .btn-blue, .build-customer.pos-stores .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .build-customer.pos-stores .nav-link, .build-customer.pos-stores .btn-blue-outline, .build-customer.pos-stores .cta-green {
    margin-bottom: 20px !important;
  }
}
.build-customer.pos-stores .store-pos_content ul li .heading-22, .build-customer.pos-stores .store-pos_content ul li .cta-menu--section .menu-title, .cta-menu--section .build-customer.pos-stores .store-pos_content ul li .menu-title, .build-customer.pos-stores .store-pos_content .cta-menu--section ul li a, .cta-menu--section .build-customer.pos-stores .store-pos_content ul li a {
  display: block;
}
@media (min-width: 1921px) {
  .build-customer.pos-stores .store-pos_content ul li .heading-22, .build-customer.pos-stores .store-pos_content ul li .cta-menu--section .menu-title, .cta-menu--section .build-customer.pos-stores .store-pos_content ul li .menu-title, .build-customer.pos-stores .store-pos_content .cta-menu--section ul li a, .cta-menu--section .build-customer.pos-stores .store-pos_content ul li a {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .build-customer.pos-stores .store-pos .store-pos_image .store-pos_image-underlay {
    margin-top: 0 !important;
  }
}

.customer-main_block {
  background: #c9e8f6;
  padding: 20px 0;
}
.customer-main_block .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .customer-main_block .container {
    max-width: 1700px;
  }
}
@media (max-width: 1440px) {
  .customer-main_block .container {
    max-width: 1200px;
  }
}
.customer-main_block .customer-block {
  height: 100%;
  border-right: 2px solid #467FF7;
  padding: 20px 20px 20px 0px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .customer-main_block .customer-block {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .customer-main_block .customer-block {
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .customer-main_block .customer-block {
    padding: 15px 0;
    border-right: 0;
    height: auto;
  }
}
.customer-main_block .customer-block .heading-22, .customer-main_block .customer-block .cta-menu--section .menu-title, .cta-menu--section .customer-main_block .customer-block .menu-title, .customer-main_block .customer-block .cta-menu--section ul li a, .cta-menu--section ul li .customer-main_block .customer-block a {
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .customer-main_block .customer-block .heading-22, .customer-main_block .customer-block .cta-menu--section .menu-title, .cta-menu--section .customer-main_block .customer-block .menu-title, .customer-main_block .customer-block .cta-menu--section ul li a, .cta-menu--section ul li .customer-main_block .customer-block a {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .customer-main_block .customer-block .heading-22, .customer-main_block .customer-block .cta-menu--section .menu-title, .cta-menu--section .customer-main_block .customer-block .menu-title, .customer-main_block .customer-block .cta-menu--section ul li a, .cta-menu--section ul li .customer-main_block .customer-block a {
    margin-bottom: 10px;
  }
}
.customer-main_block .customer-block .description, .customer-main_block .customer-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .customer-main_block .customer-block .page-numbers, .customer-main_block .customer-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .customer-main_block .customer-block .content, .customer-main_block .customer-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customer-main_block .customer-block .latest-post-title, .customer-main_block .customer-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .customer-main_block .customer-block a.dropdown-item {
  margin: 0;
}
.customer-main_block div[class^=col-]:last-child .customer-block {
  border: 0;
  padding-right: 0;
}

.automate-scan-data-block {
  position: relative;
}
.automate-scan-data-block .container {
  max-width: 1360px;
}
@media (min-width: 1921px) {
  .automate-scan-data-block .container {
    max-width: 1690px;
  }
}
@media (max-width: 1600px) {
  .automate-scan-data-block .container {
    max-width: 1260px;
  }
}
@media (max-width: 1024px) {
  .automate-scan-data-block .container {
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  .automate-scan-data-block .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .automate-scan-data-block {
    padding-bottom: 30px;
  }
}
.automate-scan-data-block::before {
  content: "";
  background: #030C34;
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .automate-scan-data-block::before {
    height: 100%;
  }
}
.automate-scan-data-block .section-title--medium {
  color: #ffffff;
}
.automate-scan-data-block .section-title--medium + .description, .automate-scan-data-block .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .automate-scan-data-block .section-title--medium + .page-numbers, .automate-scan-data-block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .automate-scan-data-block .section-title--medium + .content, .automate-scan-data-block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .automate-scan-data-block .section-title--medium + .latest-post-title, .automate-scan-data-block .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .automate-scan-data-block .section-title--medium + a.dropdown-item {
  color: #ffffff;
}
.automate-scan-data-block .section-title--medium + .description a, .automate-scan-data-block .free-resources-new .custom-pagination .section-title--medium + .page-numbers a, .free-resources-new .custom-pagination .automate-scan-data-block .section-title--medium + .page-numbers a, .automate-scan-data-block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content a, .free-resources-new .filters-gallery .filter-items .blog-item .automate-scan-data-block .section-title--medium + .content a, .automate-scan-data-block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title a, .free-resources-new .filters-gallery .filter-items .blog-item .automate-scan-data-block .section-title--medium + .latest-post-title a, .automate-scan-data-block .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item a, .cta-menu--section.choose-industries .dropdown-menu li .automate-scan-data-block .section-title--medium + a.dropdown-item a {
  display: inline;
  font-weight: 700;
  color: #FF5722;
}
.automate-scan-data-block .section-title--medium + .description a:hover, .automate-scan-data-block .free-resources-new .custom-pagination .section-title--medium + .page-numbers a:hover, .free-resources-new .custom-pagination .automate-scan-data-block .section-title--medium + .page-numbers a:hover, .automate-scan-data-block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .automate-scan-data-block .section-title--medium + .content a:hover, .automate-scan-data-block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .automate-scan-data-block .section-title--medium + .latest-post-title a:hover, .automate-scan-data-block .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item a:hover, .cta-menu--section.choose-industries .dropdown-menu li .automate-scan-data-block .section-title--medium + a.dropdown-item a:hover {
  color: #ffffff;
}
.automate-scan-data-block .scan-data-block {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .automate-scan-data-block .scan-data-block {
    margin-top: 30px;
  }
}
.automate-scan-data-block .scan-data-block .scan-data {
  background: #c9e8f6;
  border: 2px solid #467FF7;
  padding: 30px;
  border-radius: 17px;
  text-align: center;
  width: calc(33.3333333333% - 20px);
}
.automate-scan-data-block .scan-data-block .scan-data .animation-json {
  width: 90px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .automate-scan-data-block .scan-data-block .scan-data {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .automate-scan-data-block .scan-data-block .scan-data {
    padding: 20px;
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 768px) {
  .automate-scan-data-block .scan-data-block .scan-data {
    width: calc(90% - 15px);
    margin: 0 auto 15px;
    max-width: 450px;
  }
}
.automate-scan-data-block .scan-data-block .scan-data:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .automate-scan-data-block .scan-data-block .scan-data:first-child {
    margin-left: auto;
  }
}
.automate-scan-data-block .scan-data-block .scan-data:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .automate-scan-data-block .scan-data-block .scan-data:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.automate-scan-data-block .scan-data-block .scan-data img {
  max-height: 75px;
  margin: 0 auto 20px;
  display: block;
}
@media (max-width: 991px) {
  .automate-scan-data-block .scan-data-block .scan-data img {
    margin: 0 auto 15px;
  }
}
.automate-scan-data-block .scan-data-block .scan-data .heading-27, .automate-scan-data-block .scan-data-block .scan-data .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .automate-scan-data-block .scan-data-block .scan-data .pro-title, .automate-scan-data-block .scan-data-block .scan-data .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .automate-scan-data-block .scan-data-block .scan-data h3, .automate-scan-data-block .scan-data-block .scan-data .recent-article .most-recent_title a, .automate-scan-data-block .scan-data-block .scan-data .recent-library_section .recent-library .most-recent_title a, .recent-library_section .automate-scan-data-block .scan-data-block .scan-data .recent-library .most-recent_title a, .recent-article .most-recent_title .automate-scan-data-block .scan-data-block .scan-data a, .recent-library_section .recent-library .most-recent_title .automate-scan-data-block .scan-data-block .scan-data a, .automate-scan-data-block .scan-data-block .scan-data .recent-article .most-recent_title, .automate-scan-data-block .scan-data-block .scan-data .recent-library_section .recent-library .most-recent_title, .recent-library_section .automate-scan-data-block .scan-data-block .scan-data .recent-library .most-recent_title, .recent-article .automate-scan-data-block .scan-data-block .scan-data .most-recent_title, .recent-library_section .recent-library .automate-scan-data-block .scan-data-block .scan-data .most-recent_title, .automate-scan-data-block .scan-data-block .scan-data .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .automate-scan-data-block .scan-data-block .scan-data a, .automate-scan-data-block .scan-data-block .scan-data .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .automate-scan-data-block .scan-data-block .scan-data a, .automate-scan-data-block .scan-data-block .scan-data .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .automate-scan-data-block .scan-data-block .scan-data .agreements-block-title {
  color: #000000;
  font-weight: 700;
  margin: 15px 0;
}
.automate-scan-data-block .scan-data-block .scan-data .description, .automate-scan-data-block .scan-data-block .scan-data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .automate-scan-data-block .scan-data-block .scan-data .page-numbers, .automate-scan-data-block .scan-data-block .scan-data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .automate-scan-data-block .scan-data-block .scan-data .content, .automate-scan-data-block .scan-data-block .scan-data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .automate-scan-data-block .scan-data-block .scan-data .latest-post-title, .automate-scan-data-block .scan-data-block .scan-data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .automate-scan-data-block .scan-data-block .scan-data a.dropdown-item {
  margin-bottom: 0;
}

.sell-product.section-space {
  padding-bottom: 80px;
}
@media (min-width: 1921px) {
  .sell-product.section-space {
    padding-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .sell-product.section-space {
    padding-bottom: 70px;
  }
}
@media (max-width: 1280px) {
  .sell-product.section-space {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .sell-product.section-space {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.sell-product .store-pos .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .sell-product .store-pos .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .sell-product .store-pos .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .sell-product .store-pos_content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .sell-product .store-pos_image .store-pos_image-underlay {
    left: -10px;
  }
}

.customize-tobacco-store {
  background: #030c34;
}
@media (max-width: 991px) {
  .customize-tobacco-store {
    padding-top: 30px;
  }
}
.customize-tobacco-store .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .customize-tobacco-store .container {
    max-width: 1300px;
  }
}
.customize-tobacco-store .customize-tobacco-block {
  padding-right: 50px;
}
@media (min-width: 1921px) {
  .customize-tobacco-store .customize-tobacco-block {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .customize-tobacco-store .customize-tobacco-block {
    padding-right: 0;
    text-align: center;
    margin: 0 auto 30px;
  }
}
.customize-tobacco-store .customize-tobacco-block .section-title--medium {
  margin: 0;
}
.customize-tobacco-store .customize-tobacco-block .description, .customize-tobacco-store .customize-tobacco-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .customize-tobacco-store .customize-tobacco-block .page-numbers, .customize-tobacco-store .customize-tobacco-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .customize-tobacco-store .customize-tobacco-block .content, .customize-tobacco-store .customize-tobacco-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customize-tobacco-store .customize-tobacco-block .latest-post-title, .customize-tobacco-store .customize-tobacco-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .customize-tobacco-store .customize-tobacco-block a.dropdown-item {
  margin: 20px 0;
}
.customize-tobacco-store .customize-tobacco-block a {
  color: #FF5722;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid transparent;
}
.customize-tobacco-store .customize-tobacco-block a:hover {
  color: #ffffff;
}
.customize-tobacco-store .customize-tobacco-block .btn-blue-outline {
  color: #467FF7;
}
.customize-tobacco-store .customize-tobacco-block .btn-blue-outline:hover {
  color: #ffffff !important;
}
.customize-tobacco-store .estimation_form {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .customize-tobacco-store .estimation_form {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .customize-tobacco-store .estimation_form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0px;
  }
}
.customize-tobacco-store.quote-calac .estimation_form {
  padding-left: 0;
}

.generate-more-sales .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .generate-more-sales .container {
    max-width: 1600px;
  }
}
.generate-more-sales .store-pos .store-pos_image .store-pos_image-underlay {
  width: 100%;
}
@media (max-width: 991px) {
  .generate-more-sales .store-pos .store-pos_image .store-pos_image-underlay {
    max-width: 450px;
    width: 90%;
  }
}
.generate-more-sales.section-space {
  padding-bottom: 80px;
}
@media (min-width: 1921px) {
  .generate-more-sales.section-space {
    padding-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .generate-more-sales.section-space {
    padding-bottom: 70px;
  }
}
@media (max-width: 1280px) {
  .generate-more-sales.section-space {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .generate-more-sales.section-space {
    padding-bottom: 30px;
    padding-top: 0;
  }
}

.tobacco-store-addon {
  background: #c9e8f6;
  text-align: center;
}
.tobacco-store-addon .container {
  max-width: 1675px;
}
@media (min-width: 1921px) {
  .tobacco-store-addon .container {
    max-width: 1900px;
  }
}
@media (max-width: 1600px) {
  .tobacco-store-addon .container {
    max-width: 1300px;
  }
}
@media (max-width: 1440px) {
  .tobacco-store-addon .container {
    max-width: 1200px;
  }
}
@media (max-width: 1366px) {
  .tobacco-store-addon .container {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 1280px) {
  .tobacco-store-addon .container {
    max-width: calc(100% - 140px);
  }
}
@media (max-width: 1024px) {
  .tobacco-store-addon .container {
    max-width: 100%;
  }
}
.tobacco-store-addon .section-title--medium {
  color: #000000;
}
.tobacco-store-addon .description, .tobacco-store-addon .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .tobacco-store-addon .page-numbers, .tobacco-store-addon .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .content, .tobacco-store-addon .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .latest-post-title, .tobacco-store-addon .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .tobacco-store-addon a.dropdown-item {
  color: #000000;
}
.tobacco-store-addon .addone-block {
  margin-top: 40px;
  padding: 0 15px;
}
@media (max-width: 1440px) {
  .tobacco-store-addon .addone-block {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .tobacco-store-addon .addone-block {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .tobacco-store-addon .addone-block {
    margin: 20px auto 0;
  }
}
.tobacco-store-addon .addone-block .addone-logo {
  display: inline-block;
}
.tobacco-store-addon .addone-block img {
  height: 75px;
  width: auto;
  max-width: 210px;
}
@media (max-width: 1440px) {
  .tobacco-store-addon .addone-block img {
    height: 60px;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .tobacco-store-addon .addone-block img {
    margin: 0 auto;
  }
}
.tobacco-store-addon .addone-block .heading-27, .tobacco-store-addon .addone-block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .tobacco-store-addon .addone-block .pro-title, .tobacco-store-addon .addone-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .tobacco-store-addon .addone-block h3, .tobacco-store-addon .addone-block .recent-article .most-recent_title a, .tobacco-store-addon .addone-block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .tobacco-store-addon .addone-block .recent-library .most-recent_title a, .recent-article .most-recent_title .tobacco-store-addon .addone-block a, .recent-library_section .recent-library .most-recent_title .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .recent-article .most-recent_title, .tobacco-store-addon .addone-block .recent-library_section .recent-library .most-recent_title, .recent-library_section .tobacco-store-addon .addone-block .recent-library .most-recent_title, .recent-article .tobacco-store-addon .addone-block .most-recent_title, .recent-library_section .recent-library .tobacco-store-addon .addone-block .most-recent_title, .tobacco-store-addon .addone-block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .tobacco-store-addon .addone-block .agreements-block-title {
  color: #000000;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 1280px) {
  .tobacco-store-addon .addone-block .heading-27, .tobacco-store-addon .addone-block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .tobacco-store-addon .addone-block .pro-title, .tobacco-store-addon .addone-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .tobacco-store-addon .addone-block h3, .tobacco-store-addon .addone-block .recent-article .most-recent_title a, .tobacco-store-addon .addone-block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .tobacco-store-addon .addone-block .recent-library .most-recent_title a, .recent-article .most-recent_title .tobacco-store-addon .addone-block a, .recent-library_section .recent-library .most-recent_title .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .recent-article .most-recent_title, .tobacco-store-addon .addone-block .recent-library_section .recent-library .most-recent_title, .recent-library_section .tobacco-store-addon .addone-block .recent-library .most-recent_title, .recent-article .tobacco-store-addon .addone-block .most-recent_title, .recent-library_section .recent-library .tobacco-store-addon .addone-block .most-recent_title, .tobacco-store-addon .addone-block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .tobacco-store-addon .addone-block .agreements-block-title {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .tobacco-store-addon .addone-block .heading-27, .tobacco-store-addon .addone-block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .tobacco-store-addon .addone-block .pro-title, .tobacco-store-addon .addone-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .tobacco-store-addon .addone-block h3, .tobacco-store-addon .addone-block .recent-article .most-recent_title a, .tobacco-store-addon .addone-block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .tobacco-store-addon .addone-block .recent-library .most-recent_title a, .recent-article .most-recent_title .tobacco-store-addon .addone-block a, .recent-library_section .recent-library .most-recent_title .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .recent-article .most-recent_title, .tobacco-store-addon .addone-block .recent-library_section .recent-library .most-recent_title, .recent-library_section .tobacco-store-addon .addone-block .recent-library .most-recent_title, .recent-article .tobacco-store-addon .addone-block .most-recent_title, .recent-library_section .recent-library .tobacco-store-addon .addone-block .most-recent_title, .tobacco-store-addon .addone-block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .tobacco-store-addon .addone-block a, .tobacco-store-addon .addone-block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .tobacco-store-addon .addone-block .agreements-block-title {
    min-height: inherit;
  }
}
.tobacco-store-addon .addone-block .description, .tobacco-store-addon .addone-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .tobacco-store-addon .addone-block .page-numbers, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .content, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .latest-post-title, .tobacco-store-addon .addone-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .tobacco-store-addon .addone-block a.dropdown-item {
  min-height: 90px;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .tobacco-store-addon .addone-block .description, .tobacco-store-addon .addone-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .tobacco-store-addon .addone-block .page-numbers, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .content, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .latest-post-title, .tobacco-store-addon .addone-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .tobacco-store-addon .addone-block a.dropdown-item {
    min-height: 150px;
  }
}
@media (max-width: 1600px) {
  .tobacco-store-addon .addone-block .description, .tobacco-store-addon .addone-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .tobacco-store-addon .addone-block .page-numbers, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .content, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .latest-post-title, .tobacco-store-addon .addone-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .tobacco-store-addon .addone-block a.dropdown-item {
    min-height: 120px;
  }
}
@media (max-width: 1440px) {
  .tobacco-store-addon .addone-block .description, .tobacco-store-addon .addone-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .tobacco-store-addon .addone-block .page-numbers, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .content, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .latest-post-title, .tobacco-store-addon .addone-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .tobacco-store-addon .addone-block a.dropdown-item {
    min-height: 100px;
  }
}
@media (max-width: 1024px) {
  .tobacco-store-addon .addone-block .description, .tobacco-store-addon .addone-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .tobacco-store-addon .addone-block .page-numbers, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .content, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .latest-post-title, .tobacco-store-addon .addone-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .tobacco-store-addon .addone-block a.dropdown-item {
    min-height: 125px;
  }
}
@media (max-width: 991px) {
  .tobacco-store-addon .addone-block .description, .tobacco-store-addon .addone-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .tobacco-store-addon .addone-block .page-numbers, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .content, .tobacco-store-addon .addone-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .tobacco-store-addon .addone-block .latest-post-title, .tobacco-store-addon .addone-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .tobacco-store-addon .addone-block a.dropdown-item {
    min-height: inherit;
  }
}

@media (min-width: 1921px) {
  .make-switch-ftxpos .container {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  .make-switch-ftxpos .container {
    max-width: 1250px;
  }
}
@media (max-width: 1440px) {
  .make-switch-ftxpos .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .make-switch-ftxpos .row {
    flex-direction: column-reverse;
  }
}
.make-switch-ftxpos .section-title--medium {
  color: #000000;
  margin-bottom: 20px;
}
.make-switch-ftxpos .make-switch-ftxpos_content {
  margin-right: 100px;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .make-switch-ftxpos .make-switch-ftxpos_content {
    margin-right: 60px;
  }
}
@media (max-width: 1024px) {
  .make-switch-ftxpos .make-switch-ftxpos_content {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .make-switch-ftxpos .make-switch-ftxpos_content {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .make-switch-ftxpos .make-switch-ftxpos_content ul {
    max-width: 360px;
    margin: 0 auto;
    text-align: left;
  }
}
.make-switch-ftxpos .make-switch-ftxpos_content ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .make-switch-ftxpos .make-switch-ftxpos_content ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .make-switch-ftxpos .make-switch-ftxpos_content ul li {
    padding-left: 30px;
  }
}
.make-switch-ftxpos .make-switch-ftxpos_content ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23467FF7'%3E%3C/circle%3E%3Cpath d='M17.6863 7.01835C18.189 6.8668 19.045 7.69343 19.4118 8.05164C19.6971 8.32719 20.1863 8.65784 19.9281 9.08494L11.477 18.9908L5.0504 13.4386C4.86018 13.0803 5.25421 12.6946 5.4716 12.4053C5.74334 12.0471 6.49062 11.0964 6.89823 11.1378C7.46888 11.1929 10.3901 14.1963 11.083 14.6647L17.6863 7.01835Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
}
@media (min-width: 1921px) {
  .make-switch-ftxpos .make-switch-ftxpos_content ul li::before {
    top: 2px;
  }
}
@media (max-width: 991px) {
  .make-switch-ftxpos .make-switch-ftxpos_content ul li::before {
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 2px;
  }
}
.make-switch-ftxpos .make-switch-ftxpos_content ul li:last-child {
  padding-bottom: 0;
}
.make-switch-ftxpos .make-switch-ftxpos_content .arrow-link {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .make-switch-ftxpos .make-switch-ftxpos_content .arrow-link {
    margin-top: 20px;
  }
}
.make-switch-ftxpos .make-switch-ftxpos_content .description a, .make-switch-ftxpos .make-switch-ftxpos_content .free-resources-new .custom-pagination .page-numbers a, .free-resources-new .custom-pagination .make-switch-ftxpos .make-switch-ftxpos_content .page-numbers a, .make-switch-ftxpos .make-switch-ftxpos_content .free-resources-new .filters-gallery .filter-items .blog-item .content a, .free-resources-new .filters-gallery .filter-items .blog-item .make-switch-ftxpos .make-switch-ftxpos_content .content a, .make-switch-ftxpos .make-switch-ftxpos_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a, .free-resources-new .filters-gallery .filter-items .blog-item .make-switch-ftxpos .make-switch-ftxpos_content .latest-post-title a, .make-switch-ftxpos .make-switch-ftxpos_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a, .cta-menu--section.choose-industries .dropdown-menu li .make-switch-ftxpos .make-switch-ftxpos_content a.dropdown-item a {
  font-weight: 700;
  color: #467FF7;
}
.make-switch-ftxpos .make-switch-ftxpos_content .description a::hover, .make-switch-ftxpos .make-switch-ftxpos_content .free-resources-new .custom-pagination .page-numbers a::hover, .free-resources-new .custom-pagination .make-switch-ftxpos .make-switch-ftxpos_content .page-numbers a::hover, .make-switch-ftxpos .make-switch-ftxpos_content .free-resources-new .filters-gallery .filter-items .blog-item .content a::hover, .free-resources-new .filters-gallery .filter-items .blog-item .make-switch-ftxpos .make-switch-ftxpos_content .content a::hover, .make-switch-ftxpos .make-switch-ftxpos_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a::hover, .free-resources-new .filters-gallery .filter-items .blog-item .make-switch-ftxpos .make-switch-ftxpos_content .latest-post-title a::hover, .make-switch-ftxpos .make-switch-ftxpos_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a::hover, .cta-menu--section.choose-industries .dropdown-menu li .make-switch-ftxpos .make-switch-ftxpos_content a.dropdown-item a::hover {
  color: #1a48a5;
}
.make-switch-ftxpos .make-switch-ftxpos_image img {
  border-radius: 13px;
}
@media (max-width: 991px) {
  .make-switch-ftxpos .make-switch-ftxpos_image img {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    width: 100%;
  }
}

.cta-industry-section {
  background: #467FF7;
  text-align: center;
}
.cta-industry-section .section-title--medium {
  color: #ffffff;
  margin-bottom: 0;
}
.cta-industry-section .btn-blue, .cta-industry-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cta-industry-section .nav-link, .cta-industry-section .btn-blue-outline, .cta-industry-section .cta-green {
  background: #ffffff;
  color: #467FF7;
  border-color: #467FF7;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cta-industry-section .btn-blue, .cta-industry-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cta-industry-section .nav-link, .cta-industry-section .btn-blue-outline, .cta-industry-section .cta-green {
    margin-top: 20px;
  }
}
.cta-industry-section .btn-blue:hover, .cta-industry-section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .cta-industry-section .nav-link:hover, .cta-industry-section .btn-blue-outline:hover, .cta-industry-section .cta-green:hover {
  background: #467FF7;
  color: #ffffff !important;
  border-color: #ffffff;
}

.need-pos-hardware .store-pos .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .need-pos-hardware .store-pos .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .need-pos-hardware .store-pos .container {
    max-width: 1260px;
  }
}
.need-pos-hardware .section-title--medium {
  color: #000000;
}
.need-pos-hardware .store-pos .store-pos_content .arrow-link {
  margin-top: 0;
}

.industry-blog-section .industry-blog-separation .blog-similar-articles {
  padding-bottom: 0;
}
@media (min-width: 1921px) {
  .industry-blog-section .industry-blog-separation .blog-similar-articles .description, .industry-blog-section .industry-blog-separation .blog-similar-articles .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .industry-blog-section .industry-blog-separation .blog-similar-articles .page-numbers, .industry-blog-section .industry-blog-separation .blog-similar-articles .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .industry-blog-section .industry-blog-separation .blog-similar-articles .content, .industry-blog-section .industry-blog-separation .blog-similar-articles .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industry-blog-section .industry-blog-separation .blog-similar-articles .latest-post-title, .industry-blog-section .industry-blog-separation .blog-similar-articles .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industry-blog-section .industry-blog-separation .blog-similar-articles a.dropdown-item {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .industry-blog-section .industry-blog-separation .blog-similar-articles {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .industry-blog-section .industry-blog-separation .blog-similar-articles {
    padding-top: 30px !important;
  }
}
.industry-blog-section .industry-blog-separation .blog-similar-articles ul.slick-dots {
  position: relative;
  bottom: -32px;
}
.industry-blog-section .container {
  max-width: 1340px;
}
@media (min-width: 1921px) {
  .industry-blog-section .container {
    max-width: 1560px;
  }
}
.industry-blog-section .heading-37, .industry-blog-section .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .industry-blog-section .heading-30, .industry-blog-section .customize-retail-products h2, .customize-retail-products .industry-blog-section h2, .industry-blog-section .customize-retail-products h2 a, .customize-retail-products h2 .industry-blog-section a {
  color: #000000;
  text-align: center;
}
.industry-blog-section .blog-description {
  text-align: center;
  margin: 0;
}
.industry-blog-section .blog-similar-articles .article-block {
  padding-top: 0;
}
.industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .read-more {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
.industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content {
  margin: 0 6% 0;
}
@media (max-width: 1080px) {
  .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content {
    margin: 20px auto 0 !important;
    width: 44%;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content {
    max-width: 100% !important;
    margin: 15px auto 0 !important;
    width: 100%;
  }
}
.industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content:first-child, .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content {
    max-width: 450px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_content .article-block ul {
    width: 100%;
  }
}

.industry-faq-section .faq-section {
  background: #c7e7f5;
}
.industry-faq-section .faq-section .heading-30 {
  color: #000000;
}
.industry-faq-section .faq-section .card-body a:hover {
  color: #000000 !important;
}

@keyframes fadeInBefore {
  0% {
    transform: scale(0.8);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.4;
  }
}
@media (max-width: 768px) {
  .addones-block_slider .slick-list,
  .article-post_main .slick-list {
    margin: 0 auto;
  }
  .addones-block_slider .slick-prev, .addones-block_slider .slick-next,
  .article-post_main .slick-prev,
  .article-post_main .slick-next {
    height: 30px;
    width: 30px;
    background: #467FF7;
    color: #ffffff;
    border-radius: 50%;
    top: 55%;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .addones-block_slider .slick-prev, .addones-block_slider .slick-next,
  .article-post_main .slick-prev,
  .article-post_main .slick-next {
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 768px) {
  .addones-block_slider .slick-prev:before, .addones-block_slider .slick-next:before,
  .article-post_main .slick-prev:before,
  .article-post_main .slick-next:before {
    opacity: 1;
    font-family: "FontAwesome";
    color: #04225d;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .addones-block_slider .slick-prev:before, .addones-block_slider .slick-next:before,
  .article-post_main .slick-prev:before,
  .article-post_main .slick-next:before {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .addones-block_slider .slick-prev,
  .article-post_main .slick-prev {
    left: 5%;
    right: 0;
  }
  .addones-block_slider .slick-prev:before,
  .article-post_main .slick-prev:before {
    content: "\f060";
  }
  .addones-block_slider .slick-next,
  .article-post_main .slick-next {
    right: 5%;
    left: auto;
  }
  .addones-block_slider .slick-next:before,
  .article-post_main .slick-next:before {
    content: "\f061";
  }
}

@media (max-width: 1024px) {
  .addones-block_slider .slick-dots {
    position: relative;
  }
  .addones-block_slider .slick-dots li button {
    background-color: #467FF7;
  }
  .addones-block_slider .slick-dots li.slick-active button {
    background-color: #051842;
  }
}
@media (max-width: 480px) {
  .addones-block_slider .slick-prev {
    left: 15px;
  }
  .addones-block_slider .slick-next {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .article-post_main .slick-list {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  .article-post_main .slick-list {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .article-post_main .slick-prev {
    left: -10%;
  }
  .article-post_main .slick-next {
    right: -10%;
  }
}

.how-can-we-help-form {
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .how-can-we-help-form {
    width: 100%;
    max-width: 450px;
  }
}
.how-can-we-help-form ul li {
  margin-bottom: 50px;
}
.how-can-we-help-form ul li h3 {
  font-weight: 400;
}
.how-can-we-help-form ul li .description, .how-can-we-help-form ul li .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .how-can-we-help-form ul li .page-numbers, .how-can-we-help-form ul li .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .how-can-we-help-form ul li .content, .how-can-we-help-form ul li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .how-can-we-help-form ul li .latest-post-title, .how-can-we-help-form ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .how-can-we-help-form ul li a.dropdown-item {
  color: #D32848;
}
.how-can-we-help-form ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .how-can-we-help-form ul li {
    text-align: center;
    margin-bottom: 20px;
  }
}
.how-can-we-help-form div#lfb_form,
.how-can-we-help-form div#lfb_mainPanel {
  border-radius: 25px;
}
.how-can-we-help-form h2.lfb_stepTitle.positioned {
  font-size: 40px !important;
  font-family: "Kumbh Sans", sans-serif !important;
}
@media (min-width: 1921px) {
  .how-can-we-help-form h2.lfb_stepTitle.positioned {
    font-size: 50px !important;
  }
}
@media (max-width: 1199px) {
  .how-can-we-help-form h2.lfb_stepTitle.positioned {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .how-can-we-help-form h2.lfb_stepTitle.positioned {
    font-size: 26px !important;
  }
}
.how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel select,
.how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .select-block, .how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .input-group {
  width: 100% !important;
  max-width: 100% !important;
}
.how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel textarea {
  height: 180px;
  margin-left: 0;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent;
}
.how-can-we-help-form #lfb_form.lfb_bootstraped .lfb_errorMsg.alert.alert-danger {
  font-size: 15px !important;
  max-width: 480px !important;
  margin: 0 auto !important;
  margin-top: 20px !important;
  padding: 8px !important;
}
.how-can-we-help-form label {
  line-height: normal !important;
  font-family: "Poppins", sans-serif !important;
}
.how-can-we-help-form #finalSlide label {
  width: 100%;
  text-align: left;
}
.how-can-we-help-form .btn.btn-primary {
  min-height: 45px !important;
  padding: 0 30px !important;
  border-radius: 30px !important;
  transition: all 0.3s !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background-color: #467FF7 !important;
  border: 2px solid #467FF7 !important;
  display: inline-block !important;
  line-height: 42px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-family: "Poppins", sans-serif !important;
}
.how-can-we-help-form .btn.btn-primary:hover {
  color: #467FF7 !important;
  background-color: #ffffff !important;
}
@media (max-width: 1199px) {
  .how-can-we-help-form #lfb_form.lfb_bootstraped[data-animspeed="0"] #lfb_mainPanel .lfb_genSlide .lfb_stepTitle, .how-can-we-help-form #lfb_form.lfb_bootstraped .lfb_genSlide .lfb_stepTitle.positioned,
  .how-can-we-help-form h2.lfb_stepTitle.positioned {
    top: 0 !important;
    margin-top: 0 !important;
    position: relative !important;
  }
  .how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .how-can-we-help-form #lfb_form.lfb_bootstraped .genPrice {
    width: 100% !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }
  .how-can-we-help-form #lfb_form.lfb_bootstraped .genPrice .progress-bar,
  .how-can-we-help-form #lfb_form.lfb_bootstraped .genPrice .progress {
    height: 18px !important;
  }
  .how-can-we-help-form #lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price {
    left: 10px !important;
    top: -18px !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .how-can-we-help-form #lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price {
    left: 15px !important;
  }
}
@media (max-width: 1199px) {
  .how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2 {
    padding: 0 !important;
    max-width: 350px;
    margin: 0 15px 15px !important;
  }
  .how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2:last-child {
    margin-bottom: 0 !important;
  }
  .how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2 br,
  .how-can-we-help-form #lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_btnNextContainer br {
    display: block;
  }
}
@media (max-width: 991px) {
  .how-can-we-help-form #lfb_form.lfb_bootstraped .lfb_genSlide[data-title=Requirements] .lfb_genContent .col-md-2 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2 br,
  .how-can-we-help-form #lfb_bootstraped.lfb_bootstraped #lfb_form .lfb_btnNextContainer br {
    display: none;
  }
  .how-can-we-help-form .palette-clouds br {
    display: block !important;
  }
  .how-can-we-help-form #lfb_bootstraped.lfb_bootstraped .container, .how-can-we-help-form #lfb_bootstraped.lfb_bootstraped .container-sm {
    max-width: 100% !important;
  }
  .how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent {
    padding-left: 0;
    padding-right: 0;
  }
  .how-can-we-help-form #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_genContent .col-md-2 {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  body:not(.rtl) #lfb_form.lfb_bootstraped .genPrice .progress .progress-bar-price {
    left: 25px !important;
  }
}

.clothing-store-pos .store-pos .store-pos_image .store-pos_image-underlay:after,
.pet-store-pos .store-pos .store-pos_image .store-pos_image-underlay:after {
  top: 40px;
  height: calc(100% - 20px);
}

.industry-details-page.salon-pos .automate-scan-data-block:before {
  background: #EBF7FF;
}
.industry-details-page.salon-pos .automate-scan-data-block .section-title--medium {
  color: #467FF7;
}
.industry-details-page.salon-pos .automate-scan-data-block .section-title--medium + .description, .industry-details-page.salon-pos .automate-scan-data-block .free-resources-new .custom-pagination .section-title--medium + .page-numbers, .free-resources-new .custom-pagination .industry-details-page.salon-pos .automate-scan-data-block .section-title--medium + .page-numbers, .industry-details-page.salon-pos .automate-scan-data-block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .content, .free-resources-new .filters-gallery .filter-items .blog-item .industry-details-page.salon-pos .automate-scan-data-block .section-title--medium + .content, .industry-details-page.salon-pos .automate-scan-data-block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industry-details-page.salon-pos .automate-scan-data-block .section-title--medium + .latest-post-title, .industry-details-page.salon-pos .automate-scan-data-block .cta-menu--section.choose-industries .dropdown-menu li .section-title--medium + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industry-details-page.salon-pos .automate-scan-data-block .section-title--medium + a.dropdown-item {
  color: #000;
}
.industry-details-page.salon-pos .automate-scan-data-block .scan-data-block .scan-data {
  background: #fff;
}
@media (max-width: 991px) {
  .industry-details-page.salon-pos .automate-scan-data-block.section-space-top {
    padding-top: 30px;
  }
}
.industry-details-page.salon-pos .scan-data-block {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .industry-details-page.salon-pos .scan-data-block {
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .industry-details-page.salon-pos .scan-data-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .industry-details-page.salon-pos .scan-data-block {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .industry-details-page.salon-pos .scan-data-block {
    padding-bottom: 30px;
  }
}
.industry-details-page.salon-pos .scan-data-block:after {
  background: #EBF7FF;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* Added css for mobile by Jigar */
@media (max-width: 767px) {
  .single-industry .site-content ul,
  .single-hardware .site-content ul {
    margin-bottom: 20px;
  }
  .single-industry .site-content ul li,
  .single-hardware .site-content ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
  .single-industry .site-content ul:last-child,
  .single-hardware .site-content ul:last-child {
    margin-bottom: 0;
  }
  .single-industry .site-content .arrow-link,
  .single-hardware .site-content .arrow-link {
    margin: 0 auto;
    line-height: 25px;
    font-size: 17px;
    font-size: 1.0625rem;
    position: relative;
  }
  .single-industry .site-content .arrow-link span svg,
  .single-hardware .site-content .arrow-link span svg {
    width: 18px;
  }
  .single-industry .site-content .description, .single-industry .site-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .site-content .page-numbers, .single-industry .site-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .site-content .content, .single-industry .site-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .site-content .latest-post-title, .single-industry .site-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .single-industry .site-content a.dropdown-item,
  .single-hardware .site-content .description,
  .single-hardware .site-content .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .site-content .page-numbers,
  .single-hardware .site-content .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .site-content .content,
  .single-hardware .site-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .site-content .latest-post-title,
  .single-hardware .site-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .single-hardware .site-content a.dropdown-item {
    margin-bottom: 20px;
  }
  .single-industry .site-content .industry-banner .industry-banner_content .description, .single-industry .site-content .industry-banner .industry-banner_content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .site-content .industry-banner .industry-banner_content .page-numbers, .single-industry .site-content .industry-banner .industry-banner_content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .site-content .industry-banner .industry-banner_content .content, .single-industry .site-content .industry-banner .industry-banner_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .site-content .industry-banner .industry-banner_content .latest-post-title, .single-industry .site-content .industry-banner .industry-banner_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .single-industry .site-content .industry-banner .industry-banner_content a.dropdown-item,
  .single-hardware .site-content .industry-banner .industry-banner_content .description,
  .single-hardware .site-content .industry-banner .industry-banner_content .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .site-content .industry-banner .industry-banner_content .page-numbers,
  .single-hardware .site-content .industry-banner .industry-banner_content .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .site-content .industry-banner .industry-banner_content .content,
  .single-hardware .site-content .industry-banner .industry-banner_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .site-content .industry-banner .industry-banner_content .latest-post-title,
  .single-hardware .site-content .industry-banner .industry-banner_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .single-hardware .site-content .industry-banner .industry-banner_content a.dropdown-item {
    margin: 20px 0;
  }
  .single-industry .site-content .industry-banner .industry-banner_content .banner-btn,
  .single-hardware .site-content .industry-banner .industry-banner_content .banner-btn {
    width: 100%;
    display: inline-block;
  }
  .single-industry .site-content .pos-stores .store-pos .store-pos_content .section-title--medium,
  .single-hardware .site-content .pos-stores .store-pos .store-pos_content .section-title--medium {
    margin-bottom: 20px;
  }
  .single-industry .site-content .build-customer .description, .single-industry .site-content .build-customer .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .site-content .build-customer .page-numbers, .single-industry .site-content .build-customer .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .site-content .build-customer .content, .single-industry .site-content .build-customer .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .site-content .build-customer .latest-post-title, .single-industry .site-content .build-customer .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .single-industry .site-content .build-customer a.dropdown-item,
  .single-hardware .site-content .build-customer .description,
  .single-hardware .site-content .build-customer .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .site-content .build-customer .page-numbers,
  .single-hardware .site-content .build-customer .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .site-content .build-customer .content,
  .single-hardware .site-content .build-customer .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .site-content .build-customer .latest-post-title,
  .single-hardware .site-content .build-customer .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .single-hardware .site-content .build-customer a.dropdown-item {
    margin: 20px 0;
  }
  .single-industry .site-content .build-customer .customer-main_block,
  .single-hardware .site-content .build-customer .customer-main_block {
    padding: 30px 0;
  }
  .single-industry .site-content .build-customer .customer-main_block .col-md-4:last-child .customer-block,
  .single-hardware .site-content .build-customer .customer-main_block .col-md-4:last-child .customer-block {
    margin-bottom: 0;
  }
  .single-industry .site-content .build-customer .customer-main_block .customer-block,
  .single-hardware .site-content .build-customer .customer-main_block .customer-block {
    padding: 0;
    margin-bottom: 30px;
  }
  .single-industry .site-content .build-customer .customer-main_block .customer-block h3,
  .single-hardware .site-content .build-customer .customer-main_block .customer-block h3 {
    margin-bottom: 15px;
    line-height: normal;
  }
  .single-industry .site-content .build-customer .customer-main_block .customer-block .description, .single-industry .site-content .build-customer .customer-main_block .customer-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .single-industry .site-content .build-customer .customer-main_block .customer-block .page-numbers, .single-industry .site-content .build-customer .customer-main_block .customer-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .site-content .build-customer .customer-main_block .customer-block .content, .single-industry .site-content .build-customer .customer-main_block .customer-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .single-industry .site-content .build-customer .customer-main_block .customer-block .latest-post-title, .single-industry .site-content .build-customer .customer-main_block .customer-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .single-industry .site-content .build-customer .customer-main_block .customer-block a.dropdown-item,
  .single-hardware .site-content .build-customer .customer-main_block .customer-block .description,
  .single-hardware .site-content .build-customer .customer-main_block .customer-block .free-resources-new .custom-pagination .page-numbers,
  .free-resources-new .custom-pagination .single-hardware .site-content .build-customer .customer-main_block .customer-block .page-numbers,
  .single-hardware .site-content .build-customer .customer-main_block .customer-block .free-resources-new .filters-gallery .filter-items .blog-item .content,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .site-content .build-customer .customer-main_block .customer-block .content,
  .single-hardware .site-content .build-customer .customer-main_block .customer-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
  .free-resources-new .filters-gallery .filter-items .blog-item .single-hardware .site-content .build-customer .customer-main_block .customer-block .latest-post-title,
  .single-hardware .site-content .build-customer .customer-main_block .customer-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
  .cta-menu--section.choose-industries .dropdown-menu li .single-hardware .site-content .build-customer .customer-main_block .customer-block a.dropdown-item {
    margin: 0;
  }
  .single-industry .site-content .sell-product.section-space,
  .single-hardware .site-content .sell-product.section-space {
    padding-bottom: 30px;
  }
  .single-industry .site-content .customize-tobacco-store .customize-tobacco-block,
  .single-hardware .site-content .customize-tobacco-store .customize-tobacco-block {
    padding: 0;
    margin: 0 auto 30px;
  }
  .single-industry .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_stepTitle,
  .single-hardware .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped #lfb_mainPanel .lfb_genSlide .lfb_stepTitle {
    font-size: 28px !important;
  }
  .single-industry .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped[data-form="10"] .lfb_genSlide .form-group > label,
  .single-industry .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped[data-form="10"] .lfb_genSlide [data-itemtype=checkbox] > div > label,
  .single-hardware .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped[data-form="10"] .lfb_genSlide .form-group > label,
  .single-hardware .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped[data-form="10"] .lfb_genSlide [data-itemtype=checkbox] > div > label {
    font-size: 17px;
  }
}
@media (max-width: 767px) and (min-width: 1921px) {
  .single-industry .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped[data-form="10"] .lfb_genSlide .form-group > label,
  .single-industry .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped[data-form="10"] .lfb_genSlide [data-itemtype=checkbox] > div > label,
  .single-hardware .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped[data-form="10"] .lfb_genSlide .form-group > label,
  .single-hardware .site-content .customize-tobacco-store #lfb_form.lfb_bootstraped[data-form="10"] .lfb_genSlide [data-itemtype=checkbox] > div > label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-industry .site-content .tobacco-store-addon .addone-block img,
  .single-hardware .site-content .tobacco-store-addon .addone-block img {
    max-height: 50px;
  }
  .single-industry .site-content .tobacco-store-addon .addone-block h3,
  .single-hardware .site-content .tobacco-store-addon .addone-block h3 {
    margin: 20px 0;
    min-height: inherit;
  }
  .single-industry .site-content .tobacco-store-addon .addones-block_slider,
  .single-hardware .site-content .tobacco-store-addon .addones-block_slider {
    margin: 0;
  }
  .single-industry .site-content .tobacco-store-addon .addones-block_slider .slick-prev,
  .single-hardware .site-content .tobacco-store-addon .addones-block_slider .slick-prev {
    left: 0;
  }
  .single-industry .site-content .tobacco-store-addon .addones-block_slider .slick-next,
  .single-hardware .site-content .tobacco-store-addon .addones-block_slider .slick-next {
    right: 0;
  }
  .single-industry .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots,
  .single-hardware .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots {
    bottom: 0;
    margin: 20px 0 0 0;
    position: relative;
  }
  .single-industry .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots li,
  .single-hardware .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots li {
    width: 15px;
    height: 15px;
  }
  .single-industry .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots li button,
  .single-hardware .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots li button {
    padding: 0;
    opacity: 0.5;
    border-radius: 100%;
    background: #467FF7;
    width: 15px;
    height: 15px;
  }
  .single-industry .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots li button::before,
  .single-hardware .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots li button::before {
    display: none;
  }
  .single-industry .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots li.slick-active button,
  .single-hardware .site-content .tobacco-store-addon .addones-block_slider ul.slick-dots li.slick-active button {
    opacity: 1;
  }
  .single-industry .site-content .need-pos-hardware.pos-stores .store-pos .store-pos_content,
  .single-hardware .site-content .need-pos-hardware.pos-stores .store-pos .store-pos_content {
    margin-top: 20px;
  }
  .single-industry .site-content .make-switch-ftxpos .make-switch-ftxpos_content,
  .single-hardware .site-content .make-switch-ftxpos .make-switch-ftxpos_content {
    margin: 20px 0 0;
    max-width: 100%;
  }
  .single-industry .site-content .automate-scan-data-block .scan-data-block .scan-data,
  .single-hardware .site-content .automate-scan-data-block .scan-data-block .scan-data {
    margin-bottom: 20px;
  }
  .single-industry .site-content .automate-scan-data-block .scan-data-block .scan-data:last-child,
  .single-hardware .site-content .automate-scan-data-block .scan-data-block .scan-data:last-child {
    margin-bottom: 0;
  }
  .single-industry .site-content .industry-blog-section .industry-blog-separation,
  .single-hardware .site-content .industry-blog-section .industry-blog-separation {
    margin-left: 10px;
    margin-right: 10px;
  }
  .single-industry .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles,
  .single-hardware .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles {
    padding: 0;
  }
  .single-industry .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles .article-block .popular-articles .article-post_content,
  .single-hardware .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles .article-block .popular-articles .article-post_content {
    margin: 0 3px !important;
  }
  .single-industry .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles .article-block .popular-articles .article-post_content ul,
  .single-hardware .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles .article-block .popular-articles .article-post_content ul {
    margin-bottom: 0;
  }
  .single-industry .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles .article-block .popular-articles .article-post_content .article-title,
  .single-hardware .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles .article-block .popular-articles .article-post_content .article-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .single-industry .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles .article-block .popular-articles .article-post_content .article-title a,
  .single-hardware .site-content .industry-blog-section .industry-blog-separation .blog-similar-articles .article-block .popular-articles .article-post_content .article-title a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1921px) {
  .fb-ads-section .container {
    max-width: 1580px;
  }
}
.fb-ads-section .fb-ads--form {
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .fb-ads-section .fb-ads--form {
    padding-right: 0;
  }
}
.fb-ads-section .fb-ads--form .section-title--medium {
  color: #000000;
}
@media (max-width: 991px) {
  .fb-ads-section .fb-ads--form .section-title--medium {
    text-align: center;
  }
}
.fb-ads-section .fb-ads--form .section-title--medium span {
  color: #FF5722;
  text-transform: uppercase;
}
.fb-ads-section .fb-ads--block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  padding-left: 50px;
}
@media (max-width: 1366px) {
  .fb-ads-section .fb-ads--block {
    padding-left: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .fb-ads-section .fb-ads--block {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .fb-ads-section .fb-ads--block {
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.fb-ads-section .fb-ads--block .fb-ads--icon {
  width: 130px;
  height: 130px;
  background: #467FF7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1366px) {
  .fb-ads-section .fb-ads--block .fb-ads--icon {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1024px) {
  .fb-ads-section .fb-ads--block .fb-ads--icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .fb-ads-section .fb-ads--block .fb-ads--icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1366px) {
  .fb-ads-section .fb-ads--block .fb-ads--icon img {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .fb-ads-section .fb-ads--block .fb-ads--icon img {
    width: 30px;
  }
}
.fb-ads-section .fb-ads--block .fb-ads--icon::before {
  content: "";
  background-color: rgba(70, 127, 247, 0.5);
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  z-index: -1;
  animation: rounder 0.8s linear 2s infinite alternate;
}
@media (max-width: 1366px) {
  .fb-ads-section .fb-ads--block .fb-ads--icon::before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .fb-ads-section .fb-ads--block .fb-ads--icon::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .fb-ads-section .fb-ads--block .fb-ads--icon::before {
    width: 90px;
    height: 90px;
  }
}
.fb-ads-section .fb-ads--block .fb-ads--content {
  width: calc(100% - 170px);
}
@media (max-width: 1366px) {
  .fb-ads-section .fb-ads--block .fb-ads--content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1024px) {
  .fb-ads-section .fb-ads--block .fb-ads--content {
    width: calc(100% - 130px);
  }
}
@media (max-width: 575px) {
  .fb-ads-section .fb-ads--block .fb-ads--content {
    width: 100%;
  }
}
.fb-ads-section .fb-ads--block .fb-ads--content .heading-27, .fb-ads-section .fb-ads--block .fb-ads--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .fb-ads-section .fb-ads--block .fb-ads--content .pro-title, .fb-ads-section .fb-ads--block .fb-ads--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .fb-ads-section .fb-ads--block .fb-ads--content h3, .fb-ads-section .fb-ads--block .fb-ads--content .recent-article .most-recent_title a, .fb-ads-section .fb-ads--block .fb-ads--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .fb-ads-section .fb-ads--block .fb-ads--content .recent-library .most-recent_title a, .recent-article .most-recent_title .fb-ads-section .fb-ads--block .fb-ads--content a, .recent-library_section .recent-library .most-recent_title .fb-ads-section .fb-ads--block .fb-ads--content a, .fb-ads-section .fb-ads--block .fb-ads--content .recent-article .most-recent_title, .fb-ads-section .fb-ads--block .fb-ads--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .fb-ads-section .fb-ads--block .fb-ads--content .recent-library .most-recent_title, .recent-article .fb-ads-section .fb-ads--block .fb-ads--content .most-recent_title, .recent-library_section .recent-library .fb-ads-section .fb-ads--block .fb-ads--content .most-recent_title, .fb-ads-section .fb-ads--block .fb-ads--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .fb-ads-section .fb-ads--block .fb-ads--content a, .fb-ads-section .fb-ads--block .fb-ads--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .fb-ads-section .fb-ads--block .fb-ads--content a, .fb-ads-section .fb-ads--block .fb-ads--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .fb-ads-section .fb-ads--block .fb-ads--content .agreements-block-title {
  color: #222222;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .fb-ads-section .fb-ads--block .fb-ads--content .heading-27, .fb-ads-section .fb-ads--block .fb-ads--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .fb-ads-section .fb-ads--block .fb-ads--content .pro-title, .fb-ads-section .fb-ads--block .fb-ads--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .fb-ads-section .fb-ads--block .fb-ads--content h3, .fb-ads-section .fb-ads--block .fb-ads--content .recent-article .most-recent_title a, .fb-ads-section .fb-ads--block .fb-ads--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .fb-ads-section .fb-ads--block .fb-ads--content .recent-library .most-recent_title a, .recent-article .most-recent_title .fb-ads-section .fb-ads--block .fb-ads--content a, .recent-library_section .recent-library .most-recent_title .fb-ads-section .fb-ads--block .fb-ads--content a, .fb-ads-section .fb-ads--block .fb-ads--content .recent-article .most-recent_title, .fb-ads-section .fb-ads--block .fb-ads--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .fb-ads-section .fb-ads--block .fb-ads--content .recent-library .most-recent_title, .recent-article .fb-ads-section .fb-ads--block .fb-ads--content .most-recent_title, .recent-library_section .recent-library .fb-ads-section .fb-ads--block .fb-ads--content .most-recent_title, .fb-ads-section .fb-ads--block .fb-ads--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .fb-ads-section .fb-ads--block .fb-ads--content a, .fb-ads-section .fb-ads--block .fb-ads--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .fb-ads-section .fb-ads--block .fb-ads--content a, .fb-ads-section .fb-ads--block .fb-ads--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .fb-ads-section .fb-ads--block .fb-ads--content .agreements-block-title {
    margin-top: 20px;
  }
}
.fb-ads-section .fb-ads--block .fb-ads--content .description, .fb-ads-section .fb-ads--block .fb-ads--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .fb-ads-section .fb-ads--block .fb-ads--content .page-numbers, .fb-ads-section .fb-ads--block .fb-ads--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .fb-ads-section .fb-ads--block .fb-ads--content .content, .fb-ads-section .fb-ads--block .fb-ads--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .fb-ads-section .fb-ads--block .fb-ads--content .latest-post-title, .fb-ads-section .fb-ads--block .fb-ads--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .fb-ads-section .fb-ads--block .fb-ads--content a.dropdown-item {
  margin: 0;
}

.industry-details-page.punto-de-venta-de-salon .scan-data-block {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .industry-details-page.punto-de-venta-de-salon .scan-data-block {
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .industry-details-page.punto-de-venta-de-salon .scan-data-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .industry-details-page.punto-de-venta-de-salon .scan-data-block {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .industry-details-page.punto-de-venta-de-salon .scan-data-block {
    padding-bottom: 30px;
  }
}
.industry-details-page.punto-de-venta-de-salon .scan-data-block:after {
  background: #ECF0F1;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

html[lang=es-ES] .store-pos .store-pos_content {
  padding-left: 60px;
  max-width: 100%;
}
@media (max-width: 1080px) {
  html[lang=es-ES] .industry-banner .industry-banner_content .btn-blue, html[lang=es-ES] .industry-banner .industry-banner_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .industry-banner .industry-banner_content .nav-link, html[lang=es-ES] .industry-banner .industry-banner_content .btn-blue-outline, html[lang=es-ES] .industry-banner .industry-banner_content .cta-green {
    clear: left;
    display: block;
    margin: 0 0 10px;
  }
  html[lang=es-ES] .industry-banner .industry-banner_content .btn-blue:last-child, html[lang=es-ES] .industry-banner .industry-banner_content .pricing-data--table #pricingTab .nav-item .nav-link:last-child, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .industry-banner .industry-banner_content .nav-link:last-child, html[lang=es-ES] .industry-banner .industry-banner_content .btn-blue-outline:last-child, html[lang=es-ES] .industry-banner .industry-banner_content .cta-green:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .store-pos .store-pos_content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .industry-banner .industry-banner_content .btn-blue, html[lang=es-ES] .industry-banner .industry-banner_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .industry-banner .industry-banner_content .nav-link, html[lang=es-ES] .industry-banner .industry-banner_content .btn-blue-outline, html[lang=es-ES] .industry-banner .industry-banner_content .cta-green {
    margin: 0 auto 10px;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .industry-banner .banner-btn .btn-blue, html[lang=es-ES] .industry-banner .banner-btn .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .industry-banner .banner-btn .nav-link, html[lang=es-ES] .industry-banner .banner-btn .btn-blue-outline, html[lang=es-ES] .industry-banner .banner-btn .cta-green {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1rem;
  }
}

form.woocommerce-cart-form.wc-quote-form ul {
  padding-left: 20px;
}

.c-store-hardware-main {
  background: url(/wp-content/themes/goftx/dist/images/C-Store-background-image.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-store-hardware-main .container {
  max-width: 1320px;
}
@media (min-width: 1921px) {
  .c-store-hardware-main .container {
    max-width: 1700px;
  }
}
@media (max-width: 1600px) {
  .c-store-hardware-main .container {
    max-width: 1280px;
  }
}
@media (max-width: 1440px) {
  .c-store-hardware-main .container {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .c-store-hardware-main .container .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-store-hardware-main .btn-blue, .c-store-hardware-main .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .c-store-hardware-main .nav-link, .c-store-hardware-main .btn-blue-outline, .c-store-hardware-main .cta-green {
    margin-bottom: 10px;
  }
}
.c-store-hardware-main .c-store-sub {
  border-radius: 20px;
  background: #c9e8f6;
  margin: 40px 0 0;
  padding: 30px;
}
@media (max-width: 1600px) {
  .c-store-hardware-main .c-store-sub {
    margin: 25px 0 0;
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .c-store-hardware-main .c-store-sub {
    padding: 20px;
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .c-store-hardware-main .c-store-sub {
    max-width: 450px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.c-store-hardware-main .c-store-sub .c-store-logo {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  overflow: visible;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .c-store-hardware-main .c-store-sub .c-store-logo {
    width: 100px;
    height: 100px;
  }
}
.c-store-hardware-main .c-store-sub .c-store-animation-json {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 10px solid #93CCE5;
  border-radius: 50%;
}
@media (max-width: 1600px) {
  .c-store-hardware-main .c-store-sub .description.title-space, .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .title-space.page-numbers, .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .title-space.content, .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .title-space.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.title-space.dropdown-item, .c-store-hardware-main .c-store-sub .ftx-pos--page .access-control-main .description, .c-store-hardware-main .c-store-sub .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .ftx-pos--page .access-control-main .page-numbers, .c-store-hardware-main .c-store-sub .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .ftx-pos--page .access-control-main .content, .c-store-hardware-main .c-store-sub .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .c-store-hardware-main .c-store-sub .description, .ftx-pos--page .access-control-main .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .c-store-hardware-main .c-store-sub .page-numbers, .ftx-pos--page .access-control-main .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .c-store-hardware-main .c-store-sub .content, .ftx-pos--page .access-control-main .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .c-store-hardware-main .c-store-sub .latest-post-title, .c-store-hardware-main .c-store-sub .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .increase-revenue--section .advance-retail-main-content .description, .c-store-hardware-main .c-store-sub .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .advance-retail-main-content .page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .advance-retail-main-content .content, .c-store-hardware-main .c-store-sub .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .c-store-hardware-main .c-store-sub .description, .increase-revenue--section .advance-retail-main-content .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .c-store-hardware-main .c-store-sub .page-numbers, .increase-revenue--section .advance-retail-main-content .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .c-store-hardware-main .c-store-sub .content, .increase-revenue--section .advance-retail-main-content .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .c-store-hardware-main .c-store-sub .latest-post-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-title .description, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-title .page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-title .content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .c-store-hardware-main .c-store-sub .description, .increase-revenue--section .revenue-title .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .c-store-hardware-main .c-store-sub .page-numbers, .increase-revenue--section .revenue-title .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .c-store-hardware-main .c-store-sub .content, .increase-revenue--section .revenue-title .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .c-store-hardware-main .c-store-sub .latest-post-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .description.heading-27, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .description.pro-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .heading-27.page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .heading-27.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .page-numbers.pro-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .content.pro-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .latest-post-title.pro-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points h3.latest-post-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points a.description, .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points a.page-numbers, .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points a.content, .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points a.latest-post-title, .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points a.description, .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points a.page-numbers, .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points a.content, .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points a.latest-post-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title.page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title.content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-article .most-recent_title.latest-post-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.latest-post-title, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title.page-numbers, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title.content, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .recent-library .most-recent_title.latest-post-title, .recent-article .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .description.most-recent_title, .recent-article .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .recent-article .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .most-recent_title.content, .recent-article .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .description.most-recent_title, .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .most-recent_title.content, .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .description.heading-27, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .description.pro-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .page-numbers.pro-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .content.pro-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .latest-post-title.pro-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub h3.latest-post-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title a.description, .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title a.content, .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.latest-post-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .description.most-recent_title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title.content, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .description.most-recent_title, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title.content, .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .most-recent_title.content, .recent-article .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .most-recent_title.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item, .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .recent-article .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .recent-library a.dropdown-item.most-recent_title, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item.most-recent_title, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item.most-recent_title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.dropdown-item.most-recent_title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .recent-library a.dropdown-item.most-recent_title, .recent-article .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub .recent-library_section .recent-library .most-recent_title a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub .recent-library .most-recent_title a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub .recent-article a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub .recent-library_section .recent-library a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub .recent-library a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.most-recent_title, .c-store-hardware-main .c-store-sub .increase-revenue--section.access-retail--pos .description, .c-store-hardware-main .c-store-sub .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section.access-retail--pos .page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section.access-retail--pos .content, .c-store-hardware-main .c-store-sub .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .c-store-hardware-main .c-store-sub .description, .increase-revenue--section.access-retail--pos .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .c-store-hardware-main .c-store-sub .page-numbers, .increase-revenue--section.access-retail--pos .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .c-store-hardware-main .c-store-sub .content, .increase-revenue--section.access-retail--pos .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .c-store-hardware-main .c-store-sub .latest-post-title, .c-store-hardware-main .c-store-sub .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .savetime-reduce--section .description, .c-store-hardware-main .c-store-sub .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .savetime-reduce--section .page-numbers, .c-store-hardware-main .c-store-sub .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .savetime-reduce--section .content, .c-store-hardware-main .c-store-sub .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .savetime-reduce--section .latest-post-title, .savetime-reduce--section .c-store-hardware-main .c-store-sub .description, .savetime-reduce--section .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .c-store-hardware-main .c-store-sub .page-numbers, .savetime-reduce--section .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .c-store-hardware-main .c-store-sub .content, .savetime-reduce--section .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .c-store-hardware-main .c-store-sub .latest-post-title, .c-store-hardware-main .c-store-sub .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .pos-modern-retail--section .description, .c-store-hardware-main .c-store-sub .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .pos-modern-retail--section .page-numbers, .c-store-hardware-main .c-store-sub .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .pos-modern-retail--section .content, .c-store-hardware-main .c-store-sub .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .c-store-hardware-main .c-store-sub .description, .pos-modern-retail--section .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .c-store-hardware-main .c-store-sub .page-numbers, .pos-modern-retail--section .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .c-store-hardware-main .c-store-sub .content, .pos-modern-retail--section .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .c-store-hardware-main .c-store-sub .latest-post-title, .c-store-hardware-main .c-store-sub .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .c-store-hardware-main .c-store-sub .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .customer-loyalty-main .reward-loyalty-side .section-title--medium.page-numbers, .c-store-hardware-main .c-store-sub .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .customer-loyalty-main .reward-loyalty-side .section-title--medium.content, .c-store-hardware-main .c-store-sub .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .customer-loyalty-main .reward-loyalty-side .section-title--medium.latest-post-title, .customer-loyalty-main .reward-loyalty-side .c-store-hardware-main .c-store-sub .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .c-store-hardware-main .c-store-sub .section-title--medium.page-numbers, .customer-loyalty-main .reward-loyalty-side .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .c-store-hardware-main .c-store-sub .section-title--medium.content, .customer-loyalty-main .reward-loyalty-side .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .c-store-hardware-main .c-store-sub .section-title--medium.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .c-store-hardware-main .c-store-sub a.dropdown-item.section-title--medium, .c-store-hardware-main .c-store-sub .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.section-title--medium, .c-store-hardware-main .c-store-sub .own-customer-loyalty-main .own-your-content .description.own-content, .c-store-hardware-main .c-store-sub .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .own-customer-loyalty-main .own-your-content .own-content.page-numbers, .c-store-hardware-main .c-store-sub .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .own-customer-loyalty-main .own-your-content .own-content.content, .c-store-hardware-main .c-store-sub .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .own-customer-loyalty-main .own-your-content .own-content.latest-post-title, .own-customer-loyalty-main .own-your-content .c-store-hardware-main .c-store-sub .description.own-content, .own-customer-loyalty-main .own-your-content .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .c-store-hardware-main .c-store-sub .own-content.page-numbers, .own-customer-loyalty-main .own-your-content .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .c-store-hardware-main .c-store-sub .own-content.content, .own-customer-loyalty-main .own-your-content .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .c-store-hardware-main .c-store-sub .own-content.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .c-store-hardware-main .c-store-sub a.dropdown-item.own-content, .c-store-hardware-main .c-store-sub .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.own-content, .c-store-hardware-main .c-store-sub .advance-retail-main .advance-retail-main-content .description.sub-description, .c-store-hardware-main .c-store-sub .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .advance-retail-main .advance-retail-main-content .sub-description.page-numbers, .c-store-hardware-main .c-store-sub .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .advance-retail-main .advance-retail-main-content .sub-description.content, .c-store-hardware-main .c-store-sub .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .advance-retail-main .advance-retail-main-content .sub-description.latest-post-title, .advance-retail-main .advance-retail-main-content .c-store-hardware-main .c-store-sub .description.sub-description, .advance-retail-main .advance-retail-main-content .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .c-store-hardware-main .c-store-sub .sub-description.page-numbers, .advance-retail-main .advance-retail-main-content .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .c-store-hardware-main .c-store-sub .sub-description.content, .advance-retail-main .advance-retail-main-content .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .c-store-hardware-main .c-store-sub .sub-description.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .c-store-hardware-main .c-store-sub a.dropdown-item.sub-description, .c-store-hardware-main .c-store-sub .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.sub-description, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .c-store-hardware-main .c-store-sub a.description, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .c-store-hardware-main .c-store-sub a.page-numbers, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .c-store-hardware-main .c-store-sub a.content, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .c-store-hardware-main .c-store-sub a.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.description, .c-store-hardware-main .c-store-sub .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.page-numbers, .c-store-hardware-main .c-store-sub .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.content, .c-store-hardware-main .c-store-sub .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.content, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .c-store-hardware-main .c-store-sub .description.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .c-store-hardware-main .c-store-sub .agreements-block-title.page-numbers, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .c-store-hardware-main .c-store-sub .agreements-block-title.content, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .c-store-hardware-main .c-store-sub .agreements-block-title.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .c-store-hardware-main .c-store-sub a.dropdown-item.agreements-block-title, .c-store-hardware-main .c-store-sub .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.agreements-block-title, .c-store-hardware-main .c-store-sub .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .description.agreements-block-title, .c-store-hardware-main .c-store-sub .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.page-numbers, .c-store-hardware-main .c-store-sub .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.content, .c-store-hardware-main .c-store-sub .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub .agreements-block-title.latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .c-store-hardware-main .c-store-sub a.dropdown-item.agreements-block-title, .c-store-hardware-main .c-store-sub .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item.agreements-block-title {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .c-store-hardware-main .c-store-sub .description, .c-store-hardware-main .c-store-sub .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .c-store-hardware-main .c-store-sub .page-numbers, .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .content, .c-store-hardware-main .c-store-sub .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .c-store-hardware-main .c-store-sub .latest-post-title, .c-store-hardware-main .c-store-sub .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .c-store-hardware-main .c-store-sub a.dropdown-item {
    min-height: 100px;
  }
}

.fuel-control-cta .container {
  max-width: 1260px;
}
.fuel-control-cta .fuel-control-cta-inner {
  background: url(/wp-content/themes/goftx/dist/images/Power-Up-Your-Profits-With-Integrated-Fuel-Control-dark-cta-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .fuel-control-cta .fuel-control-cta-inner {
    border-radius: 20px;
  }
}
.fuel-control-cta .fuel-control-cta-inner .fuel-inner-con {
  padding: 35px 15px;
}
@media (max-width: 1200px) {
  .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con {
    padding: 30px 15px;
  }
}
.fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .heading-h2 {
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .heading-h2 {
    margin-bottom: 15px;
  }
}
.fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .description, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .page-numbers, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .content, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .latest-post-title, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con a.dropdown-item {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1600px) {
  .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .description, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .page-numbers, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .content, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .latest-post-title, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con a.dropdown-item {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .description, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .page-numbers, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .content, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .latest-post-title, .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .fuel-control-cta .fuel-control-cta-inner .fuel-inner-con a.dropdown-item {
    font-size: 17px;
    line-height: 25px;
  }
}

#store-order-1 {
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  #store-order-1 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  #store-order-1 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  #store-order-1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #store-order-1 {
    padding-bottom: 30px;
  }
}
#store-order-1 .store-pos_image .store-pos_image-underlay {
  display: flex;
  justify-content: center;
  max-width: 500px;
}
#store-order-1 .store-pos_image .store-pos_image-underlay:after {
  content: none;
}
#store-order-1 .store-pos_image .store-pos_image-underlay img {
  width: auto;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 991px) {
  #store-order-1 .store-pos_image .store-pos_image-underlay {
    height: auto;
    left: 0;
    width: 100%;
  }
}

#hardware-terminal .description-para {
  display: none;
}

.hardware--logo.industry-logo-slider-home {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .hardware--logo.industry-logo-slider-home {
    text-align: center;
  }
  .hardware--logo.industry-logo-slider-home .heading-37, .hardware--logo.industry-logo-slider-home .customize-retail-products h2, .customize-retail-products .hardware--logo.industry-logo-slider-home h2, .hardware--logo.industry-logo-slider-home .customize-retail-products h2 a, .customize-retail-products h2 .hardware--logo.industry-logo-slider-home a, .hardware--logo.industry-logo-slider-home .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .hardware--logo.industry-logo-slider-home .heading-30 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1024px) {
  .hardware--logo.industry-logo-slider-home .heading-37, .hardware--logo.industry-logo-slider-home .customize-retail-products h2, .customize-retail-products .hardware--logo.industry-logo-slider-home h2, .hardware--logo.industry-logo-slider-home .customize-retail-products h2 a, .customize-retail-products h2 .hardware--logo.industry-logo-slider-home a, .hardware--logo.industry-logo-slider-home .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .hardware--logo.industry-logo-slider-home .heading-30 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .hardware--logo.industry-logo-slider-home {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hardware--logo.industry-logo-slider-home {
    padding-bottom: 50px;
  }
}
.hardware--logo.industry-logo-slider-home .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .hardware--logo.industry-logo-slider-home .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .hardware--logo.industry-logo-slider-home .container {
    max-width: 1200px;
  }
}
.hardware--logo.industry-logo-slider-home .section-title--medium {
  color: #000;
}
@media (max-width: 1024px) {
  .hardware--logo.industry-logo-slider-home .heading-37, .hardware--logo.industry-logo-slider-home .customize-retail-products h2, .customize-retail-products .hardware--logo.industry-logo-slider-home h2, .hardware--logo.industry-logo-slider-home .customize-retail-products h2 a, .customize-retail-products h2 .hardware--logo.industry-logo-slider-home a, .hardware--logo.industry-logo-slider-home .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .hardware--logo.industry-logo-slider-home .heading-30 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .hardware--logo.industry-logo-slider-home .slick-dots li button {
    background-color: #467FF7;
  }
  .hardware--logo.industry-logo-slider-home .slick-dots li.slick-active button {
    background-color: #051842;
  }
}
.hardware--logo.industry-logo-slider-home .slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 15px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1024px) {
  .hardware--logo.industry-logo-slider-home .slick-slide {
    margin: 20px 15px 15px;
  }
}
.hardware--logo.industry-logo-slider-home .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hardware--logo.industry-logo-slider-home .slick-slide a img {
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  display: block;
  height: 130px;
  margin: 0 auto;
  padding: 15px;
}
@media (max-width: 767px) {
  .hardware--logo.industry-logo-slider-home .slick-slide a {
    width: 100%;
    max-width: 250px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .hardware--logo.industry-logo-slider-home .slick-slide a img {
    padding: 10px;
    max-width: 250px;
    width: 100%;
  }
}
.hardware--logo.industry-logo-slider-home .slick-slide.slick-current.slick-active {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .hardware--logo.industry-logo-slider-home .slick-slide.slick-current.slick-active {
    box-shadow: unset;
  }
}

.affordable-pos-item .affordable-content .slick-prev,
.affordable-pos-item .affordable-content .slick-next {
  top: 100%;
  right: auto;
  height: 50px;
  width: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M48.0308 15.2739C46.7713 12.2951 44.972 9.62615 42.6729 7.32707C40.3739 5.02799 37.7049 3.22871 34.7261 1.96921C31.6473 0.669732 28.3687 0 25 0C21.6313 0 18.3527 0.659736 15.2739 1.96921C12.2951 3.22871 9.62615 5.02799 7.32707 7.32707C5.02799 9.62615 3.22871 12.2951 1.96921 15.2739C0.669732 18.3527 0 21.6313 0 25C0 28.3687 0.659736 31.6473 1.96921 34.7261C3.22871 37.7049 5.02799 40.3738 7.32707 42.6729C9.62615 44.972 12.2951 46.7713 15.2739 48.0308C18.3527 49.3303 21.6313 50 25 50C28.3687 50 31.6473 49.3403 34.7261 48.0308C37.7049 46.7713 40.3739 44.972 42.6729 42.6729C44.972 40.3738 46.7713 37.7049 48.0308 34.7261C49.3303 31.6473 50 28.3687 50 25C50 21.6313 49.3403 18.3527 48.0308 15.2739ZM34.3063 26.7393H19.922L26.2395 33.0568C26.9192 33.7365 26.9192 34.8461 26.2395 35.5258C25.8996 35.8656 25.4498 36.0356 25.01 36.0356C24.5702 36.0356 24.1204 35.8656 23.7805 35.5258L14.4842 26.2295C14.4842 26.2295 14.4542 26.1995 14.4442 26.1895C14.4442 26.1895 14.4342 26.1795 14.4242 26.1695C14.4242 26.1595 14.4042 26.1495 14.3942 26.1395C14.3942 26.1295 14.3743 26.1196 14.3643 26.1096C14.3643 26.1096 14.3543 26.0896 14.3443 26.0896C14.3343 26.0796 14.3243 26.0596 14.3143 26.0496C14.3143 26.0496 14.3143 26.0396 14.3043 26.0296C14.2943 26.0096 14.2743 25.9896 14.2643 25.9796C14.1144 25.7497 14.0144 25.4798 13.9844 25.1899C13.9844 25.1899 13.9844 25.1899 13.9844 25.1799C13.9844 25.1599 13.9844 25.1299 13.9844 25.11C13.9844 25.08 13.9844 25.05 13.9844 25.02C13.9844 24.99 13.9844 24.96 13.9844 24.93C13.9844 24.91 13.9844 24.88 13.9844 24.8601C13.9844 24.8601 13.9844 24.8601 13.9844 24.8501C14.0144 24.5602 14.1144 24.2903 14.2643 24.0604C14.2743 24.0404 14.2943 24.0204 14.3043 24.0104C14.3043 24.0104 14.3043 24.0004 14.3143 23.9904C14.3243 23.9704 14.3343 23.9604 14.3443 23.9504C14.3443 23.9504 14.3543 23.9304 14.3643 23.9304C14.3743 23.9204 14.3842 23.9104 14.3942 23.8904C14.3942 23.8904 14.4142 23.8705 14.4142 23.8605C14.4142 23.8605 14.4342 23.8405 14.4442 23.8305C14.4542 23.8205 14.4642 23.8105 14.4742 23.8005L23.7705 14.5042C24.4502 13.8245 25.5598 13.8245 26.2395 14.5042C26.9192 15.1839 26.9192 16.2935 26.2395 16.9732L19.922 23.2907H34.3063C35.2659 23.2907 36.0456 24.0704 36.0456 25.03C36.0456 25.9896 35.2659 26.7693 34.3063 26.7693V26.7393Z' fill='%23467FF7'/%3E%3C/svg%3E") !important;
  background-size: 100% !important;
  border-radius: 50%;
  z-index: 99;
}
.affordable-pos-item .affordable-content .slick-prev:before,
.affordable-pos-item .affordable-content .slick-next:before {
  content: none;
}
.affordable-pos-item .affordable-content .slick-prev:hover, .affordable-pos-item .affordable-content .slick-prev:focus,
.affordable-pos-item .affordable-content .slick-next:hover,
.affordable-pos-item .affordable-content .slick-next:focus {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .affordable-pos-item .affordable-content .slick-prev,
  .affordable-pos-item .affordable-content .slick-next {
    width: 40px;
    height: 40px;
  }
}
.affordable-pos-item .affordable-content .slick-next {
  left: 60px;
  transform: translate(0, -50%) rotate(180deg);
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-content .slick-next {
    left: calc(50% + 10px);
  }
}
.affordable-pos-item .affordable-content .slick-prev {
  left: 0;
}
@media (max-width: 767px) {
  .affordable-pos-item .affordable-content .slick-prev {
    left: calc(50% - 55px);
  }
}

#store-order-3 + .build-customer.pos-stores {
  padding-top: 0;
}
#store-order-3 + .build-customer.pos-stores .row {
  flex-direction: row-reverse;
}
#store-order-3 + .build-customer.pos-stores .store-pos_content {
  padding-right: 80px;
  padding-left: 0;
}
@media (min-width: 1921px) {
  #store-order-3 + .build-customer.pos-stores .store-pos_content {
    padding-right: 120px;
  }
}
@media (max-width: 1600px) {
  #store-order-3 + .build-customer.pos-stores .store-pos_content {
    padding-right: 60px;
  }
}
@media (max-width: 1366px) {
  #store-order-3 + .build-customer.pos-stores .store-pos_content {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  #store-order-3 + .build-customer.pos-stores .store-pos_content {
    padding-right: 0;
  }
}

#hardwarePricing {
  scroll-margin-top: 76px;
}
@media (max-width: 1200px) {
  #hardwarePricing {
    scroll-margin-top: 90px;
  }
}

.hardware-pricing--revamp p, .hardware-pricing--revamp .description, .hardware-pricing--revamp .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .hardware-pricing--revamp .page-numbers, .hardware-pricing--revamp .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-pricing--revamp .content, .hardware-pricing--revamp .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-pricing--revamp .latest-post-title, .hardware-pricing--revamp .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hardware-pricing--revamp a.dropdown-item, .hardware-pricing--revamp ul, .hardware-pricing--revamp ul li {
  color: #1C244B;
}
.hardware-pricing--revamp .container {
  max-width: 1400px;
}
@media (min-width: 2000px) {
  .hardware-pricing--revamp .container {
    max-width: 1930px;
  }
}
@media (max-width: 1400px) {
  .hardware-pricing--revamp .container {
    max-width: 1270px;
  }
}
.hardware-pricing--revamp .tooltip_title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .hardware-pricing--revamp .tooltip_title {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .hardware-pricing--revamp .tooltip_title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 1440px) {
  .hardware-pricing--revamp .heading-41 {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
@media (max-width: 992px) {
  .hardware-pricing--revamp .heading-41 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 768px) {
  .hardware-pricing--revamp .heading-41 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.pricing-banner {
  background: #D0E3FF;
}
.pricing-banner .container {
  max-width: 1450px;
}
@media (min-width: 1921px) {
  .pricing-banner .container {
    max-width: 1930px;
  }
}
@media (max-width: 1440px) {
  .pricing-banner .container {
    max-width: 1280px;
  }
}
.pricing-banner .heading-47 {
  color: #000000;
}
@media (max-width: 1024px) {
  .pricing-banner .heading-47 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .pricing-banner .mb-30 {
    margin: 20px 0;
  }
}
.pricing-banner .btn-blue-outline {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .pricing-banner .btn-blue-outline {
    margin-left: auto;
    margin-top: 10px;
  }
}
.pricing-banner small {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 1921px) {
  .pricing-banner small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .pricing-banner {
    text-align: center;
  }
}

.pricing-data--table.section-space {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .pricing-data--table.section-space {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .pricing-data--table .col-lg-4:last-child .pricing-data--block {
    margin-bottom: 30px;
  }
}
.pricing-data--table .pricing-data--block {
  margin-top: 22px;
  border-radius: 25px;
  border: 2px solid #D0E3FF;
  background: #ffffff;
  text-align: center;
  position: relative;
  padding: 0 30px 30px;
  height: 100%;
}
@media (max-width: 1024px) {
  .pricing-data--table .pricing-data--block {
    padding: 0 20px 20px;
  }
}
@media (max-width: 991px) {
  .pricing-data--table .pricing-data--block {
    max-width: 500px;
    width: 100%;
    margin: 22px auto 30px;
    height: auto;
  }
}
.pricing-data--table .pricing-data--block .pricing-store {
  border-radius: 40px;
  border: 2px solid #467FF7;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  color: #467FF7;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  top: -22px;
  margin: 0;
  min-width: 225px;
}
.pricing-data--table .pricing-data--block .price {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .pricing-data--table .pricing-data--block .price {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .pricing-data--table .pricing-data--block .price {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.pricing-data--table .pricing-data--block .pricing-type {
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .pricing-data--table .pricing-data--block .pricing-type {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .pricing-data--table .pricing-data--block .pricing-type {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
@media (max-width: 767px) {
  .pricing-data--table .pricing-data--block .pricing-type {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.pricing-data--table .pricing-data--block .pricing-type {
  color: #000000;
  text-transform: uppercase;
}
.pricing-data--table .pricing-data--block .price {
  color: #0B62E3;
}
.pricing-data--table .pricing-data--block .pm-price {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .pricing-data--table .pricing-data--block .pm-price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1440px) {
  .pricing-data--table .pricing-data--block .pm-price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.pricing-data--table .pricing-data--block .pm-price + .btn-blue, .pricing-data--table .pricing-data--block #pricingTab .nav-item .pm-price + .nav-link, .pricing-data--table #pricingTab .nav-item .pricing-data--block .pm-price + .nav-link, .pricing-data--table .pricing-data--block .pm-price + .btn-blue-outline, .pricing-data--table .pricing-data--block .pm-price + .cta-green {
  margin-top: 15px !important;
}
@media (min-width: 1921px) {
  .pricing-data--table .pricing-data--block .pm-price + .btn-blue, .pricing-data--table .pricing-data--block #pricingTab .nav-item .pm-price + .nav-link, .pricing-data--table #pricingTab .nav-item .pricing-data--block .pm-price + .nav-link, .pricing-data--table .pricing-data--block .pm-price + .btn-blue-outline, .pricing-data--table .pricing-data--block .pm-price + .cta-green {
    font-size: 24px;
    padding: 25px 40px;
  }
}
.pricing-data--table .pricing-data--block .btn-blue, .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link, .pricing-data--table .pricing-data--block .btn-blue-outline, .pricing-data--table .pricing-data--block .cta-green {
  width: 95%;
  margin: 30px 0 0;
  background: #0B62E3;
}
.pricing-data--table .pricing-data--block .btn-blue:hover, .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link:hover, .pricing-data--table .pricing-data--block .btn-blue-outline:hover, .pricing-data--table .pricing-data--block .cta-green:hover {
  background: #ffffff;
  color: #0B62E3;
}
@media (min-width: 1921px) {
  .pricing-data--table .pricing-data--block .btn-blue, .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link, .pricing-data--table .pricing-data--block .btn-blue-outline, .pricing-data--table .pricing-data--block .cta-green {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pricing-data--table .pricing-data--block .btn-blue, .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link, .pricing-data--table .pricing-data--block .btn-blue-outline, .pricing-data--table .pricing-data--block .cta-green {
    margin: 20px auto 0;
  }
}
.pricing-data--table .pricing-data--block .discount-text small {
  color: #1C244B;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 1921px) {
  .pricing-data--table .pricing-data--block .discount-text small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}
.pricing-data--table .pricing-data--block .dropdown-toggle {
  color: #000000;
  font-weight: 600;
  margin: 20px 0 0;
  display: inline-block;
}
.pricing-data--table .pricing-data--block .dropdown-toggle::after {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: -0.075em;
  content: "";
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99999 1.1875C8.9203 1.1875 9.81217 1.3675 10.6512 1.7225C11.4622 2.06562 12.1909 2.55687 12.8172 3.18281C13.4431 3.80875 13.9347 4.53749 14.2775 5.34874C14.6325 6.1878 14.8125 7.07999 14.8125 7.99999C14.8125 8.91999 14.6325 9.81217 14.2775 10.6512C13.9344 11.4622 13.4431 12.1909 12.8172 12.8172C12.1912 13.4431 11.4625 13.9347 10.6512 14.2775C9.81217 14.6325 8.91999 14.8125 7.99999 14.8125C7.07999 14.8125 6.1878 14.6325 5.34874 14.2775C4.53749 13.9344 3.80906 13.4431 3.18281 12.8172C2.55687 12.1912 2.06531 11.4625 1.7225 10.6512C1.3675 9.81217 1.1875 8.91999 1.1875 7.99999C1.1875 7.07999 1.3675 6.1878 1.7225 5.34874C2.06562 4.53781 2.55687 3.80906 3.18281 3.18281C3.80874 2.55687 4.53749 2.06531 5.34874 1.7225C6.1878 1.3675 7.07999 1.1875 7.99999 1.1875ZM7.99999 0C3.58156 0 0 3.58156 0 7.99999C0 12.4184 3.58156 16 7.99999 16C12.4184 16 16 12.4181 16 7.99999C16 3.58187 12.4181 0 7.99999 0Z' fill='%23467FF7'/%3E%3Cpath d='M7.97939 11.1883C7.82752 11.1883 7.67564 11.1305 7.5597 11.0142L3.53627 6.99112C3.3044 6.75925 3.3044 6.38331 3.53627 6.15144C3.76815 5.91956 4.14408 5.91956 4.37596 6.15144L7.97939 9.75487L11.6241 6.11019C11.8559 5.87831 12.2319 5.87831 12.4638 6.11019C12.6956 6.34206 12.6956 6.718 12.4638 6.94987L8.39939 11.0142C8.28345 11.1302 8.13158 11.1883 7.9797 11.1883H7.97939Z' fill='%23467FF7'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  transform: rotate(0);
}
.pricing-data--table .pricing-data--block .dropdown-toggle.active::after {
  transform: rotate(180deg);
}
.pricing-data--table .pricing-data--block .dropdown-menu {
  padding: 10px 15px;
  transform: translate(60px, 10px) !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  max-width: 260px !important;
  width: 100%;
  inset: unset !important;
}
@media (max-width: 1280px) {
  .pricing-data--table .pricing-data--block .dropdown-menu {
    transform: translate(0, 10px) !important;
  }
}
@media (max-width: 1024px) {
  .pricing-data--table .pricing-data--block .dropdown-menu {
    transform: translate(0, 10px) !important;
  }
}
@media (max-width: 991px) {
  .pricing-data--table .pricing-data--block .dropdown-menu {
    transform: translate(90px, 10px) !important;
  }
}
@media (max-width: 480px) {
  .pricing-data--table .pricing-data--block .dropdown-menu {
    transform: translate(-30px, 10px) !important;
    max-width: 100% !important;
  }
}
.pricing-data--table .pricing-data--block .dropdown-menu li {
  padding: 5px 0;
}
.pricing-data--table .pricing-data--block .price-module {
  text-align: left;
}
.pricing-data--table .pricing-data--block .price-module .include {
  color: #000000;
  font-weight: 600;
  margin: 30px 0 10px;
}
@media (max-width: 991px) {
  .pricing-data--table .pricing-data--block .price-module .include {
    margin: 20px 0 10px;
  }
}
.pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title strong {
  font-weight: 600;
  font-weight: 600;
  display: inline-block;
  margin: 0 2px;
}
.pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M18.7141 0.295798C18.6211 0.20207 18.5105 0.127676 18.3887 0.0769072C18.2668 0.0261385 18.1361 0 18.0041 0C17.8721 0 17.7414 0.0261385 17.6195 0.0769072C17.4977 0.127676 17.3871 0.20207 17.2941 0.295798L6.00409 11.5958L1.71409 7.2958C1.52579 7.10749 1.27039 7.00171 1.00409 7.00171C0.73779 7.00171 0.482395 7.10749 0.294091 7.2958C0.105788 7.4841 3.9682e-09 7.7395 0 8.0058C-3.9682e-09 8.2721 0.105788 8.52749 0.294091 8.7158L5.29409 13.7158C5.38705 13.8095 5.49766 13.8839 5.61951 13.9347C5.74137 13.9855 5.87208 14.0116 6.00409 14.0116C6.1361 14.0116 6.26681 13.9855 6.38867 13.9347C6.51053 13.8839 6.62113 13.8095 6.71409 13.7158L18.7141 1.7158C18.8078 1.62284 18.8822 1.51223 18.933 1.39038C18.9838 1.26852 19.0099 1.13781 19.0099 1.0058C19.0099 0.873786 18.9838 0.743081 18.933 0.621222C18.8822 0.499362 18.8078 0.388761 18.7141 0.295798Z' fill='%23467FF7'/%3E%3C/svg%3E") no-repeat center/19px 15px;
  display: inline-block;
  left: 0;
  top: 8px;
  position: absolute;
  width: 30px;
  height: 15px;
  position: absolute;
}
@media (max-width: 1024px) {
  .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title::before {
    top: 6px;
    right: 0;
    left: auto;
    margin-right: 0;
  }
}
.pricing-data--table div[class*=col-]:nth-child(2) .pricing-data--block {
  border-radius: 25px;
  background: #D0E3FF;
}
.pricing-data--table div[class*=col-]:nth-child(2) .pricing-data--block:before {
  content: "Popular";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='134' height='40' viewBox='0 0 134 40' fill='none'%3E%3Cpath d='M134 0H0L12.5 19.5L0 39.5H134V0Z' fill='%23FF5722'/%3E%3C/svg%3E");
  width: 135px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -2px;
  top: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .pricing-data--table div[class*=col-]:nth-child(2) .pricing-data--block:before {
    width: 105px;
    font-size: 16px;
  }
}

.tooltip-main {
  margin: 0;
  padding: 0 35px;
  position: relative;
}
.tooltip-main .tooltip_title {
  color: #1C244B;
  margin: 0 0 12px 0;
}
@media (min-width: 1921px) {
  .tooltip-main .tooltip_title {
    margin: 20px 0;
  }
}
.tooltip-main .tooltip-inner-cls {
  cursor: pointer;
  height: 18px;
  width: 18px;
  display: flex;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 6px;
}
@media (min-width: 1921px) {
  .tooltip-main .tooltip-inner-cls {
    height: 27px;
    width: 27px;
  }
}
@media (max-width: 1024px) {
  .tooltip-main .tooltip-inner-cls {
    top: 4px;
    right: 35px;
    margin-left: 0;
  }
}
.tooltip-main .tooltip-inner-cls .tooltip-txt {
  display: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #0B62E3;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.102);
  position: absolute;
  bottom: 26px;
  width: 300px;
  z-index: 2;
  right: -153px;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1921px) {
  .tooltip-main .tooltip-inner-cls .tooltip-txt {
    font-size: 24px;
    line-height: 32px;
    width: 350px;
    bottom: 40px;
    right: -174px;
  }
}
@media (max-width: 1550px) {
  .tooltip-main .tooltip-inner-cls .tooltip-txt {
    z-index: 2;
    right: -30px;
    bottom: 35px;
    width: 250px;
    line-height: normal;
  }
}
.tooltip-main .tooltip-inner-cls .tooltip-txt::before {
  position: absolute;
  content: "";
  left: -25px;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #0B62E3;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .tooltip-main .tooltip-inner-cls .tooltip-txt::before {
    left: auto;
    right: 30px;
  }
}
.tooltip-main .tooltip-inner-cls .tooltip-txt::after {
  position: absolute;
  content: "";
  left: -25px;
  right: 0;
  bottom: -7px;
  border-top: 10px solid #ffffff;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .tooltip-main .tooltip-inner-cls .tooltip-txt::after {
    left: auto;
    right: 30px;
  }
}
.tooltip-main .tooltip-inner-cls:hover .tooltip-txt {
  display: block;
}
.tooltip-main:last-child {
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .tooltip-main {
    padding: 0 60px 0 0;
  }
}
@media (max-width: 991px) {
  .tooltip-main {
    min-height: inherit;
  }
}

.whats-included {
  background: #0B62E3;
}
.whats-included .container {
  max-width: 1080px;
}
@media (min-width: 1921px) {
  .whats-included .container {
    max-width: 1410px;
  }
}
.whats-included .heading-41 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .whats-included .heading-41 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .whats-included .heading-41 {
    margin-bottom: 20px;
  }
}
.whats-included ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.whats-included ul li {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 12px 0;
  width: 48%;
}
@media (max-width: 1440px) {
  .whats-included ul li {
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  .whats-included ul li {
    width: 100%;
  }
}
.whats-included ul li svg {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media (max-width: 1440px) {
  .whats-included ul li svg {
    width: 20px;
    height: 25px;
  }
}
.whats-included ul li span {
  width: calc(100% - 45px);
}
.whats-included ul li a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.whats-included ul li a:hover {
  color: #FCAE17;
  border-bottom: 1px solid #FCAE17;
}

.pricing-cta--section {
  position: relative;
}
.pricing-cta--section::before {
  content: "";
  background: #D0E3FF;
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pricing-cta {
  background: url(/wp-content/themes/goftx/dist/images/pricing-blue-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .pricing-cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .pricing-cta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pricing-cta .section-title--medium {
  color: #ffffff !important;
  font-weight: 700;
}
.pricing-cta .btn-blue-outline {
  margin-top: 30px;
  border: 1px solid #ffffff;
}
.pricing-cta .btn-blue-outline:hover {
  background: #467FF7;
  color: #ffffff;
}
@media (max-width: 767px) {
  .pricing-cta .btn-blue-outline {
    margin: 20px auto 0;
  }
}

.pricing-hardware-section {
  background: #D0E3FF;
}
.pricing-hardware-section .section-title--medium {
  font-weight: 400;
  color: #000000;
}
.pricing-hardware-section .section-title--medium span {
  color: #000000;
  font-weight: 700;
}

.pricing-cta.claim-cta {
  background-image: url(/wp-content/themes/goftx/dist/images/get-started-cta.jpg);
  margin-top: 0;
  margin-bottom: -135px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .pricing-cta.claim-cta {
    margin-bottom: -125px;
  }
}
@media (max-width: 767px) {
  .pricing-cta.claim-cta {
    margin-bottom: -100px;
  }
}
@media (max-width: 575px) {
  .pricing-cta.claim-cta {
    margin-bottom: -140px;
  }
}
.pricing-cta.claim-cta .section-title--medium {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pricing-cta.claim-cta .section-title--medium {
    margin-bottom: 20px;
  }
}
.pricing-cta.claim-cta .description, .pricing-cta.claim-cta .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pricing-cta.claim-cta .page-numbers, .pricing-cta.claim-cta .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-cta.claim-cta .content, .pricing-cta.claim-cta .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-cta.claim-cta .latest-post-title, .pricing-cta.claim-cta .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pricing-cta.claim-cta a.dropdown-item {
  color: #ffffff;
}
.pricing-cta.claim-cta .btn-blue-outline {
  border: 1px solid #467FF7;
}
.pricing-cta.claim-cta .btn-blue-outline:hover {
  background: #467FF7;
  color: #ffffff;
}

@media (max-width: 767px) {
  .hardware-price--tab.section-space-top {
    padding-top: 0;
  }
}
.hardware-price--tab .tab-pane {
  display: none;
}
.hardware-price--tab .tab-pane.active {
  display: block;
}
@media (max-width: 767px) {
  .hardware-price--tab .tab-content--data > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
.hardware-price--tab .tab-mobile-title {
  display: none;
}
@media (max-width: 767px) {
  .hardware-price--tab .tab-mobile-title {
    display: block;
    text-align: center;
  }
}
.hardware-price--tab .tab-mobile-title .heading-32 {
  color: #467FF7;
  text-align: center;
  border-bottom: 2px solid #467FF7;
  padding: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.hardware-price--tab .tab-content--data.section-space-top {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .hardware-price--tab .tab-content--data.section-space-top {
    padding-top: 30px;
  }
}
.hardware-price--tab .tab-content--data .heading-41 {
  color: #000000;
  margin-bottom: 20px;
}
.hardware-price--tab .feature-link {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.hardware-price--tab .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 0;
}
@media (max-width: 767px) {
  .hardware-price--tab .nav {
    display: none;
  }
}
.hardware-price--tab .nav .nav-link {
  border: 0;
  color: #1C244B;
  text-align: center;
  border-bottom: 2px solid transparent;
  padding: 0;
  margin: 0 30px;
}
@media (max-width: 400px) {
  .hardware-price--tab .nav .nav-link {
    margin: 0 20px;
  }
}
.hardware-price--tab .nav .nav-link.active {
  color: #467FF7;
  border-bottom: 2px solid #467FF7;
}
.hardware-price--tab .features-section .pricing-features--slider {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1921px) {
  .hardware-price--tab .features-section .pricing-features--slider {
    max-width: 1400px;
  }
}
@media (max-width: 1366px) {
  .hardware-price--tab .features-section .pricing-features--slider {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .hardware-price--tab .features-section .pricing-features--slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hardware-price--tab .features-section .pricing-features--slider {
    max-width: 100%;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .slick-track {
  display: flex;
}
@media (max-width: 767px) {
  .hardware-price--tab .features-section .pricing-features--slider .slick-track {
    display: block;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .feature-block {
  border-radius: 25px;
  border: 2px solid #D0E3FF;
  background: #ffffff;
  padding: 60px 30px 30px;
  margin: 40px 20px;
  text-align: center;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: flex;
}
@media (max-width: 1440px) {
  .hardware-price--tab .features-section .pricing-features--slider .feature-block {
    padding: 50px 20px 20px;
    margin: 30px 20px;
  }
}
@media (max-width: 1280px) {
  .hardware-price--tab .features-section .pricing-features--slider .feature-block {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 991px) {
  .hardware-price--tab .features-section .pricing-features--slider .feature-block {
    padding: 20px;
    margin: 20px;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .feature-block .heading-28 {
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .hardware-price--tab .features-section .pricing-features--slider .feature-block .heading-28 {
    font-size: 22px;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .feature-block .description, .hardware-price--tab .features-section .pricing-features--slider .feature-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .hardware-price--tab .features-section .pricing-features--slider .feature-block .page-numbers, .hardware-price--tab .features-section .pricing-features--slider .feature-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-price--tab .features-section .pricing-features--slider .feature-block .content, .hardware-price--tab .features-section .pricing-features--slider .feature-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-price--tab .features-section .pricing-features--slider .feature-block .latest-post-title, .hardware-price--tab .features-section .pricing-features--slider .feature-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hardware-price--tab .features-section .pricing-features--slider .feature-block a.dropdown-item {
  color: #1C244B;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 991px) {
  .hardware-price--tab .features-section .pricing-features--slider .feature-block .description, .hardware-price--tab .features-section .pricing-features--slider .feature-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .hardware-price--tab .features-section .pricing-features--slider .feature-block .page-numbers, .hardware-price--tab .features-section .pricing-features--slider .feature-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-price--tab .features-section .pricing-features--slider .feature-block .content, .hardware-price--tab .features-section .pricing-features--slider .feature-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-price--tab .features-section .pricing-features--slider .feature-block .latest-post-title, .hardware-price--tab .features-section .pricing-features--slider .feature-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hardware-price--tab .features-section .pricing-features--slider .feature-block a.dropdown-item {
    margin-bottom: 20px;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .feature-block img {
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hardware-price--tab .features-section .pricing-features--slider .slick-prev, .hardware-price--tab .features-section .pricing-features--slider .slick-next {
  width: 50px;
  height: 50px;
}
@media (max-width: 1440px) {
  .hardware-price--tab .features-section .pricing-features--slider .slick-prev, .hardware-price--tab .features-section .pricing-features--slider .slick-next {
    width: 40px;
    height: 40px;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .slick-prev.slick-prev, .hardware-price--tab .features-section .pricing-features--slider .slick-next.slick-prev {
  left: -80px;
}
@media (max-width: 1440px) {
  .hardware-price--tab .features-section .pricing-features--slider .slick-prev.slick-prev, .hardware-price--tab .features-section .pricing-features--slider .slick-next.slick-prev {
    left: -50px;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .slick-prev.slick-next, .hardware-price--tab .features-section .pricing-features--slider .slick-next.slick-next {
  right: -80px;
}
@media (max-width: 1440px) {
  .hardware-price--tab .features-section .pricing-features--slider .slick-prev.slick-next, .hardware-price--tab .features-section .pricing-features--slider .slick-next.slick-next {
    right: -50px;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .slick-dots li {
  width: 12px;
  height: 12px;
  background: #BBDAFF;
  border-radius: 50%;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .hardware-price--tab .features-section .pricing-features--slider .slick-dots li {
    margin: 0 5px;
  }
}
.hardware-price--tab .features-section .pricing-features--slider .slick-dots li.slick-active {
  background: #467FF7;
}
.hardware-price--tab .features-section .pricing-features--slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.hardware-price--tab .features-section .pricing-features--slider .slick-dots li button:before {
  content: none;
}

@media (max-width: 767px) {
  .hardware-post {
    padding-top: 30px;
  }
}
.hardware-post .price-section .price-table {
  border-bottom: 2px solid #D0E3FF;
}
@media (max-width: 991px) {
  .hardware-post .price-section .price-table {
    border-right: 2px solid #D0E3FF;
    border-left: 2px solid #D0E3FF;
  }
}
.hardware-post .price-section .price-table--header .price-title {
  color: #000000;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border-left: 2px solid #D0E3FF;
  border-right: 2px solid #D0E3FF;
  padding: 0 30px 20px;
  margin: 0 0 0 30px;
}
@media (max-width: 1024px) {
  .hardware-post .price-section .price-table--header .price-title {
    padding: 0 25px 20px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .hardware-post .price-section .price-table--header .price-title {
    margin: 0;
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .hardware-post .price-section .price-table--header .price-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.hardware-post .price-section .price-table--content {
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .hardware-post .price-section .price-table--content {
    padding: 50px;
  }
}
@media screen and (max-width: 1336px) {
  .hardware-post .price-section .price-table--content {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .hardware-post .price-section .price-table--content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hardware-post .price-section .price-table--content {
    padding: 10px;
    text-align: center;
  }
}
.hardware-post .price-section .price-table--content li {
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 991px) {
  .hardware-post .price-section .price-table--content li {
    margin-bottom: 20px;
  }
}
.hardware-post .pricing-main .price-type_title {
  border-radius: 20px 20px 0px 0px;
  border: 2px solid #D0E3FF;
  border-bottom: 0;
  padding: 30px;
  margin: 0 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .hardware-post .pricing-main .price-type_title {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .price-type_title {
    margin: 0;
  }
}
.hardware-post .pricing-main .price-type_title span {
  background: #EAF1FE;
  border-radius: 40px;
  color: #467FF7;
  text-align: center;
  font-weight: 600;
  padding: 3px 20px;
  display: inline-block;
  min-width: 175px;
}
.hardware-post .pricing-main .row .col-sm-3 {
  width: 23%;
}
.hardware-post .pricing-main .row .col-sm-3:first-child {
  width: 31%;
}
.hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
  display: flex;
  align-items: center;
  min-height: 98px;
}
@media (min-width: 1921px) {
  .hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
    min-height: 105px;
  }
}
@media (max-width: 1600px) {
  .hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
    min-height: 98px;
  }
}
@media (max-width: 1440px) {
  .hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
    min-height: 93px;
  }
}
@media (max-width: 1024px) {
  .hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
    min-height: 73px;
  }
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
    display: none;
  }
}
.hardware-post .pricing-main .row .col-sm-3:first-child .module_listing .tooltip-main {
  border-left: 2px solid #D0E3FF;
}
.hardware-post .pricing-main .row .col-sm-3:first-child .module_listing .tooltip-main:nth-child(even) {
  background: #ffffff;
}
.hardware-post .pricing-main .row .col-sm-3:first-child .module_listing .tooltip-main:nth-child(odd) {
  background: #EAF1FE;
  border-top: 2px solid #D0E3FF;
}
.hardware-post .pricing-main .row .col-sm-3:first-child .module_listing.module-data .tooltip-main:nth-child(even) {
  background: #EAF1FE;
  border-bottom: 0;
}
.hardware-post .pricing-main .row .col-sm-3:first-child .module_listing.module-data .tooltip-main:nth-child(odd) {
  background: #ffffff;
  border-top: 0;
}
.hardware-post .pricing-main .row .col-sm-3:last-child .module_listing .tooltip-main {
  border-right: 2px solid #D0E3FF;
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .row .col-sm-3:last-child .module_listing .tooltip-main {
    border-right: 0;
  }
}
.hardware-post .pricing-main .row .col-sm-3 .module_listing.align-left .tooltip-main:nth-child(even) {
  background: #ffffff;
}
.hardware-post .pricing-main .row .col-sm-3 .module_listing.align-left .tooltip-main:nth-child(odd) {
  background: #EAF1FE;
  border-top: 2px solid #D0E3FF;
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .row .col-sm-3 .module_listing.align-left .tooltip-main:nth-child(odd) {
    background: #fff;
  }
}
.hardware-post .pricing-main .row .col-sm-3 .module_listing .tooltip-main:nth-child(even) {
  background: #EAF1FE;
}
.hardware-post .pricing-main .row .col-sm-3 .module_listing .module-value {
  display: flex;
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .row .col-sm-3 .module_listing .module-value {
    display: none;
  }
}
.hardware-post .pricing-main .row .col-sm-3,
.hardware-post .pricing-main .row .col-md-4,
.hardware-post .pricing-main .row .col-md-8,
.hardware-post .pricing-main .row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .row {
    box-shadow: none;
    background-color: transparent;
  }
  .hardware-post .pricing-main .row .col-sm-3 {
    width: 100%;
    max-width: 500px;
    display: table;
    margin: 0 auto 30px;
  }
  .hardware-post .pricing-main .row .col-sm-3:last-child {
    margin-bottom: 0;
  }
  .hardware-post .pricing-main .row .col-sm-3:first-child {
    height: auto;
  }
  .hardware-post .pricing-main .row .col-sm-3:first-child .module_listing {
    display: none;
  }
  .hardware-post .pricing-main .row .col-sm-3.first-price--table {
    display: none;
  }
}
@media (max-width: 575px) {
  .hardware-post .pricing-main .row .col-sm-3 {
    width: calc(100% - 30px);
  }
}
.hardware-post .pricing-main .module_title {
  font-weight: bold;
  color: #1C244B;
  padding: 50px 0 20px 30px;
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 112px;
  border-top: 2px solid #D0E3FF;
  border-bottom: 2px solid #D0E3FF;
}
@media (min-width: 1921px) {
  .hardware-post .pricing-main .module_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
  }
}
@media (max-width: 1440px) {
  .hardware-post .pricing-main .module_title {
    padding: 50px 0 20px 20px;
  }
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .module_title {
    min-height: inherit;
    justify-content: center;
    padding: 20px 0;
  }
}
.hardware-post .pricing-main .module_title span.desk-hide {
  display: block;
}
@media (min-width: 992px) {
  .hardware-post .pricing-main .module_title span.desk-hide {
    display: none;
  }
}
.hardware-post .pricing-main .tooltip-main {
  min-height: 65px;
  padding: 10px 20px 10px 30px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (min-width: 1921px) {
  .hardware-post .pricing-main .tooltip-main {
    min-height: 75px;
  }
}
@media (max-width: 1440px) {
  .hardware-post .pricing-main .tooltip-main {
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  .hardware-post .pricing-main .tooltip-main {
    min-height: 75px;
  }
}
.hardware-post .pricing-main .tooltip-main p {
  margin: 0;
  color: #1C244B;
}
.hardware-post .pricing-main .tooltip-main .tooltip_title {
  margin: 0;
  font-weight: 500;
  color: #1C244B;
  position: relative;
  padding-right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .hardware-post .pricing-main .tooltip-main .tooltip_title {
    padding-right: 40px;
    width: calc(100% - 30px);
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .tooltip-main .tooltip_title {
    width: 100%;
  }
}
.hardware-post .pricing-main .tooltip-main .tooltip-inner-cls {
  cursor: pointer;
  position: relative;
  top: inherit;
}
@media (max-width: 1024px) {
  .hardware-post .pricing-main .tooltip-main .tooltip-inner-cls {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
}
.hardware-post .pricing-main .tooltip-main .tooltip-inner-cls img {
  display: block;
}
.hardware-post .pricing-main .tooltip-main .tooltip-inner-cls .tooltip-txt {
  display: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #0B62E3;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.102);
  position: absolute;
  bottom: 26px;
  width: 300px;
  z-index: 2;
  right: -153px;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1921px) {
  .hardware-post .pricing-main .tooltip-main .tooltip-inner-cls .tooltip-txt {
    font-size: 24px;
    line-height: 32px;
    width: 350px;
    bottom: 37px;
    right: -174px;
  }
}
@media (max-width: 1550px) {
  .hardware-post .pricing-main .tooltip-main .tooltip-inner-cls .tooltip-txt {
    z-index: 2;
    right: -33px;
    bottom: 26px;
    width: 250px;
    line-height: normal;
  }
}
.hardware-post .pricing-main .tooltip-main .tooltip-inner-cls .tooltip-txt::before {
  position: absolute;
  content: "";
  left: -25px;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #0B62E3;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .hardware-post .pricing-main .tooltip-main .tooltip-inner-cls .tooltip-txt::before {
    left: auto;
    right: 30px;
  }
}
.hardware-post .pricing-main .tooltip-main .tooltip-inner-cls .tooltip-txt::after {
  position: absolute;
  content: "";
  left: -25px;
  right: 0;
  bottom: -7px;
  border-top: 10px solid #ffffff;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .hardware-post .pricing-main .tooltip-main .tooltip-inner-cls .tooltip-txt::after {
    left: auto;
    right: 30px;
  }
}
.hardware-post .pricing-main .tooltip-main .tooltip-inner-cls:hover .tooltip-txt {
  display: block;
}
.hardware-post .pricing-main .tooltip-main:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .tooltip-main {
    min-height: inherit;
  }
}
.hardware-post .pricing-main .common-column-cls {
  position: relative;
}
.hardware-post .pricing-main .common-column-cls h3.module_title {
  border-bottom: 2px solid #D0E3FF;
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .common-column-cls h3.module_title {
    border-top: 0;
  }
}
.hardware-post .pricing-main .common-column-cls .tooltip-main {
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .common-column-cls .tooltip-main {
    justify-content: space-between;
    padding: 15px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .hardware-post .pricing-main .common-column-cls .tooltip-main .tooltip_title {
    display: none;
  }
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .common-column-cls .module_listing.align-left > .tooltip-main {
    justify-content: center;
  }
  .hardware-post .pricing-main .common-column-cls .module_listing.align-left > .tooltip-main p {
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  .hardware-post .pricing-main .blank-price-table--header {
    display: none;
  }
}

.additional-addons-section {
  position: relative;
  background: #D0E3FF;
}
.additional-addons-section .container {
  max-width: 1000px;
}
.additional-addons-section .heading-41 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .additional-addons-section .heading-41 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .additional-addons-section .heading-41 {
    margin-bottom: 20px;
  }
}
.additional-addons-section .addon-list, .additional-addons-section ul {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.additional-addons-section .addon-list .section-description, .additional-addons-section ul .section-description {
  position: relative;
  width: 95%;
  margin: 0 auto 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 20px 30px;
  font-size: 18px;
  background: #ffffff;
  border-left: 10px solid #0B62E3;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .additional-addons-section .addon-list .section-description, .additional-addons-section ul .section-description {
    min-height: inherit;
  }
}
.additional-addons-section .addon-list .section-description .ft-title, .additional-addons-section ul .section-description .ft-title {
  width: 80%;
}
.additional-addons-section .addon-list .section-description .tooltip-main, .additional-addons-section ul .section-description .tooltip-main {
  width: 100%;
  padding-left: 0;
}
.additional-addons-section .addon-list .section-description .tooltip-main .tooltip_title, .additional-addons-section ul .section-description .tooltip-main .tooltip_title {
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
@media (min-width: 1921px) {
  .additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls {
    height: 27px;
    width: 27px;
  }
}
@media (max-width: 1024px) {
  .additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls {
    right: 0;
  }
}
.additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls svg, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls svg {
  width: 100%;
  height: 100%;
}
.additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls .t-m-title, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls .t-m-title {
  width: calc(100% - 30px);
}
.additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt {
  border: 2px solid #0B62E3;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 30px;
}
@media (min-width: 1921px) {
  .additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt {
    font-size: 24px;
    line-height: 32px;
    width: 350px;
    right: 40px;
  }
}
.additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt:before, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt:before {
  left: auto;
  right: -20px;
  border-left: 10px solid #0B62E3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt:after, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt:after {
  left: auto;
  right: -17px;
  bottom: auto;
  border-left: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1921px) {
  .additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt:after, .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt:after {
    right: -18px;
  }
}
@media (max-width: 767px) {
  .additional-addons-section .addon-list, .additional-addons-section ul {
    width: 100%;
    display: inline-block;
  }
  .additional-addons-section .addon-list .section-description, .additional-addons-section .addon-list li, .additional-addons-section ul .section-description, .additional-addons-section ul li {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: inherit;
    border-left-width: 4px;
  }
  .additional-addons-section .addon-list .section-description:last-child, .additional-addons-section .addon-list li:last-child, .additional-addons-section ul .section-description:last-child, .additional-addons-section ul li:last-child {
    margin-bottom: 0;
  }
}

.pricing-data--table .heading-41 {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  width: 100%;
}
.pricing-data--table .heading-41 strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .pricing-data--table .heading-41 {
    margin-bottom: 20px;
  }
  .pricing-data--table .heading-41 br {
    display: block;
  }
}
@media (max-width: 575px) {
  .pricing-data--table .heading-41 br {
    display: none;
  }
}
.pricing-data--table #pricingTab {
  border: 0;
  border: 2px solid #FF5722;
  display: inline-flex;
  margin-bottom: 60px;
  border-radius: 50px;
}
@media (min-width: 1921px) {
  .pricing-data--table #pricingTab {
    border-width: 3px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pricing-data--table #pricingTab {
    display: flex;
    margin: 0 auto 50px;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .pricing-data--table #pricingTab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 26px;
    width: 100%;
  }
  .pricing-data--table #pricingTab li {
    width: 100%;
  }
}
.pricing-data--table #pricingTab .nav-item .nav-link {
  background: transparent;
  color: #467FF7;
  padding: 16px 45px;
  border: 0;
  margin: 0;
}
@media (min-width: 1921px) {
  .pricing-data--table #pricingTab .nav-item .nav-link {
    font-size: 27px !important;
    padding: 22px 45px;
  }
}
@media (max-width: 767px) {
  .pricing-data--table #pricingTab .nav-item .nav-link {
    padding: 15px 30px !important;
    font-size: 18px !important;
  }
}
@media (max-width: 479px) {
  .pricing-data--table #pricingTab .nav-item .nav-link {
    padding: 16px 20px !important;
  }
}
@media (max-width: 389px) {
  .pricing-data--table #pricingTab .nav-item .nav-link {
    padding: 16px !important;
    font-size: 17px !important;
  }
}
.pricing-data--table #pricingTab .nav-item .nav-link.active {
  background: #467FF7;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .retailer-industry-logo--section .section-title--medium {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .retailer-industry-logo--section .section-title--medium {
    margin-bottom: 5px !important;
  }
}
.retailer-industry-logo--section .section-title--medium span {
  font-weight: 700;
  color: #467FF7;
}
.retailer-industry-logo--section .section-title--medium strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .retailer-industry-logo--section .section-title--medium br {
    display: none;
  }
}
.retailer-industry-logo--section .retailer-industry-logo {
  width: 94%;
}
@media (max-width: 1200px) {
  .retailer-industry-logo--section .retailer-industry-logo {
    width: 100%;
  }
}
.retailer-industry-logo--section .retailer-industry-logo .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.retailer-industry-logo--section .retailer-industry-logo .slick-prev, .retailer-industry-logo--section .retailer-industry-logo .slick-next {
  width: 30px;
  height: 30px;
  background: #467FF7;
}
.retailer-industry-logo--section .retailer-industry-logo .slick-prev:before, .retailer-industry-logo--section .retailer-industry-logo .slick-next:before {
  background-size: 25px;
  left: 0;
}
.retailer-industry-logo--section .retailer-industry-logo .slick-prev.slick-prev, .retailer-industry-logo--section .retailer-industry-logo .slick-next.slick-prev {
  left: -40px;
}
@media (max-width: 1200px) {
  .retailer-industry-logo--section .retailer-industry-logo .slick-prev.slick-prev, .retailer-industry-logo--section .retailer-industry-logo .slick-next.slick-prev {
    left: -20px;
  }
}
.retailer-industry-logo--section .retailer-industry-logo .slick-prev.slick-next, .retailer-industry-logo--section .retailer-industry-logo .slick-next.slick-next {
  right: -40px;
}
@media (max-width: 1200px) {
  .retailer-industry-logo--section .retailer-industry-logo .slick-prev.slick-next, .retailer-industry-logo--section .retailer-industry-logo .slick-next.slick-next {
    right: -20px;
  }
}
.retailer-industry-logo--section .retailer-industry-logo .slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 15px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out 0s;
}
.retailer-industry-logo--section .retailer-industry-logo .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.retailer-industry-logo--section .retailer-industry-logo .slick-slide a img {
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  display: block;
  height: 100px;
  margin: 0 auto;
  padding: 15px;
}
.retailer-industry-logo--section .retailer-industry-logo .slick-slide a img:hover {
  filter: inherit;
}
@media (max-width: 767px) {
  .retailer-industry-logo--section .retailer-industry-logo .slick-slide a {
    width: 100%;
    max-width: 250px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .retailer-industry-logo--section .retailer-industry-logo .slick-slide a img {
    padding: 10px;
    max-width: 250px;
    width: 100%;
  }
}
.retailer-industry-logo--section .retailer-industry-logo .slick-slide.slick-current.slick-active {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .retailer-industry-logo--section .retailer-industry-logo .slick-slide.slick-current.slick-active {
    box-shadow: unset;
  }
}
@media (max-width: 991px) {
  .retailer-industry-logo--section {
    text-align: center;
  }
  .retailer-industry-logo--section .industry-logo-slider .slick-dots {
    bottom: auto;
    margin: 15px 0 0;
  }
  .retailer-industry-logo--section .industry-logo-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .retailer-industry-logo--section .industry-logo-slider .slick-dots li button {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
  }
  .retailer-industry-logo--section .industry-logo-slider .slick-dots li button::before {
    font-size: 0;
    color: #ffffff;
    line-height: 0;
    content: "";
    background: #467FF7;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1080px) {
  html[lang=es-ES] .hardware-pricing--revamp .pricing-banner {
    text-align: center;
  }
  html[lang=es-ES] .hardware-pricing--revamp .pricing-banner .col-md-12 {
    width: 100%;
  }
}
html[lang=es-ES] .hardware-post .pricing-main .tooltip-main {
  min-height: 85px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .hardware-post .pricing-main .tooltip-main {
    min-height: 95px;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .hardware-post .pricing-main .row .col-sm-3 .module_listing .module-value svg {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .pricing-data--table .pricing-data--block .pm-price + .btn-blue, html[lang=es-ES] .pricing-data--table .pricing-data--block .pm-price + .btn-blue-outline, html[lang=es-ES] .pricing-data--table .pricing-data--block .pm-price + .cta-green, html[lang=es-ES] .pricing-data--table .pricing-data--block #pricingTab .nav-item .pm-price + .nav-link, html[lang=es-ES] .pricing-data--table #pricingTab .nav-item .pricing-data--block .pm-price + .nav-link {
    font-size: 24px;
    padding: 25px 40px;
  }
}
html[lang=es-ES] .whats-included ul {
  align-items: flex-start;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
    min-height: 102px;
  }
  html[lang=es-ES] .additional-addons-section .container {
    max-width: 1200px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .retailer-industry-logo--section .container .section-title--medium {
    margin-right: 30px;
  }
  html[lang=es-ES] .hardware-post .pricing-main .price-type_title {
    padding: 20px;
  }
  html[lang=es-ES] .hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
    min-height: 78px;
  }
  html[lang=es-ES] .hardware-feature-compare .container {
    max-width: 1280px;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .hardware-post .pricing-main .row .col-sm-3:first-child .price-table--header {
    min-height: 73px;
  }
  html[lang=es-ES] .hardware-feature-compare .container {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .pricing-banner p.mb-30 {
    margin-top: 20px;
  }
  html[lang=es-ES] .pricing-data--table .pricing-data--block .discount-text small {
    line-height: 1em;
  }
}

.pricing-data--table .tab-pane + .tab-pane .pricing-data--block .price-module--header {
  min-height: 275px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1921px) {
  .pricing-data--table .tab-pane + .tab-pane .pricing-data--block .price-module--header {
    min-height: 350px;
  }
}
@media (max-width: 1440px) {
  .pricing-data--table .tab-pane + .tab-pane .pricing-data--block .price-module--header {
    min-height: 265px;
  }
}
@media (max-width: 1024px) {
  .pricing-data--table .tab-pane + .tab-pane .pricing-data--block .price-module--header {
    min-height: 245px;
  }
}
@media (max-width: 991px) {
  .pricing-data--table .tab-pane + .tab-pane .pricing-data--block .price-module--header {
    min-height: inherit;
  }
}

.pricing-testi-features-main .testi-features-slider {
  margin: 0 8px;
}
.pricing-testi-features-main .testi-features-slider .slider-inner {
  display: flex;
  align-items: center;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .video-bx {
  width: 460px;
  height: 460px;
  margin: 28px 0 0 28px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .video-bx::after {
  top: -28px;
  left: -28px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  background: #D0E3FF;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .video-bx video {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 20px;
  position: relative;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button:before {
  content: "";
  font-family: inherit;
  width: 58px;
  height: 58px;
  bottom: 20px;
  right: 20px;
  padding-left: 2px;
  top: auto !important;
  left: auto !important;
  transform: inherit !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23ffffff' stroke='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3Cpath d='M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
@media (max-width: 1199px) {
  .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button:before {
    font-size: 20px;
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}
.pricing-testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button.paused:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23fff' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M7 4v16l13 -8z' /%3E%3C/svg%3E");
}
.pricing-testi-features-main .testi-features-slider .slider-inner .content-box {
  padding-left: 60px;
  width: calc(100% - 488px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .content-box .description, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .page-numbers, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .latest-post-title, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pricing-testi-features-main .testi-features-slider .slider-inner .content-box a.dropdown-item {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .content-box .description.content, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers, .free-resources-new .custom-pagination .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pricing-testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item {
  padding-top: 100px;
  font-weight: normal;
  position: relative;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .pricing-testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon {
  top: 0;
  left: 0;
  position: absolute;
}
.pricing-testi-features-main .testi-features-slider .slider-inner .content-box .icon {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .icon {
    margin: 20px 0;
  }
}
.pricing-testi-features-main .testi-features-slider .slider-inner .content-box .btn-group .arrow-link {
  margin-left: 20px;
  color: #467FF7;
}
@media (max-width: 767px) {
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .btn-group {
    display: flex;
    flex-direction: column;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .btn-group .arrow-link {
    margin: 20px auto 0;
  }
}
@media (max-width: 1440px) {
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .description, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .page-numbers, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .latest-post-title, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pricing-testi-features-main .testi-features-slider .slider-inner .content-box a.dropdown-item {
    font-size: 22px;
    line-height: 30px;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .icon img {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 380px;
    height: 380px;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box {
    padding-left: 30px;
    width: calc(100% - 408px);
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .description.content, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers, .free-resources-new .custom-pagination .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pricing-testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item {
    padding-top: 55px;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .pricing-testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .pricing-testi-features-main .testi-features-slider .slider-inner {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 350px;
    height: 350px;
    margin: 20px 0 0 20px;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx::after {
    top: -20px;
    left: -20px;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    align-items: center;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .description, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .page-numbers, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .latest-post-title, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pricing-testi-features-main .testi-features-slider .slider-inner .content-box a.dropdown-item {
    font-size: 18px;
    line-height: 25px;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .pricing-testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .content-box .icon img {
    margin: 0 auto;
    max-width: 230px;
  }
}
@media (max-width: 575px) {
  .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 280px;
    height: 280px;
    margin: 10px 0 0 10px;
  }
  .pricing-testi-features-main .testi-features-slider .slider-inner .video-bx::after {
    top: -10px;
    left: -10px;
  }
}
.pricing-testi-features-main .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  width: 40px;
  height: 40px;
  z-index: 2;
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
}
.pricing-testi-features-main .slick-arrow.slick-prev {
  right: 55px;
  left: auto;
}
.pricing-testi-features-main .slick-arrow:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .pricing-testi-features-main .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .pricing-testi-features-main .slick-arrow.slick-prev {
    right: 45px;
  }
}

.page-template-template-pricing .pricing-testimonial .section-title--medium {
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.page-template-template-pricing .pricing-testimonial .section-title--medium span {
  font-weight: 700;
  color: #000;
}
@media (max-width: 991px) {
  .page-template-template-pricing .pricing-testimonial .section-title--medium {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-template-pricing .pricing-testimonial .section-title--medium {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .page-template-template-pricing .pricing-data--table.section-space {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-pricing .hardware-price--tab.section-space {
    padding-top: 0;
  }
}
.page-template-template-pricing .hardware-post .pricing-main .tooltip-main {
  display: flex !important;
}
@media (max-width: 1600px) {
  .page-template-template-pricing .hardware-post .pricing-main .tooltip-main p, .page-template-template-pricing .hardware-post .pricing-main .tooltip-main .tooltip_title {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-pricing .hardware-post .pricing-main .tooltip-main p, .page-template-template-pricing .hardware-post .pricing-main .tooltip-main .tooltip_title {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  .hardware-feature-compare .container {
    max-width: 1180px;
  }
}
@media (max-width: 1440px) {
  .hardware-feature-compare .container {
    max-width: 1100px;
  }
}

.pricing-cta--section .container, .retailer-industry-logo--section .container, .pricing-testi-features-main .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .pricing-cta--section .container, .retailer-industry-logo--section .container, .pricing-testi-features-main .container {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  .pricing-cta--section .container, .retailer-industry-logo--section .container, .pricing-testi-features-main .container {
    max-width: 1250px;
  }
}
@media (max-width: 1440px) {
  .pricing-cta--section .container, .retailer-industry-logo--section .container, .pricing-testi-features-main .container {
    max-width: 1100px;
  }
}

.hardware-post .pricing-main .tooltip-main p br {
  display: none;
}
@media (max-width: 500px) {
  .hardware-post .pricing-main .tooltip-main p br {
    display: block;
  }
}

.mobile-module--title {
  display: none;
}
@media (max-width: 991px) {
  .mobile-module--title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: 0px solid #D0E3FF;
    border-right: 0px solid #D0E3FF;
  }
  .mobile-module--title .mobile-module--title_left, .mobile-module--title .mobile-module--title_right {
    width: 100%;
  }
  .mobile-module--title .mobile-module--title_left:last-child .tooltip-main, .mobile-module--title .mobile-module--title_right:last-child .tooltip-main {
    border-bottom: 2px solid #D0E3FF;
  }
  .mobile-module--title .mobile-module--title_right .tooltip-main {
    background: #fff !important;
  }
  .mobile-module--title .mobile-module--title_left .tooltip-main .tooltip_title {
    font-weight: 700 !important;
  }
  .mobile-module--title .mobile-module--title_left .tooltip-main .tooltip_title span.tooltip-txt {
    font-weight: normal;
  }
}

@media (max-width: 991px) {
  .module_listing.align-left > .tooltip-main, .module_listing.align-left > .tooltip-main + .tooltip-main {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hardware-post .price-section .price-table .module_listing.module-data .tooltip-main {
    border-bottom: 2px solid #D0E3FF;
  }
  .hardware-post .price-section .price-table .module_listing.module-data .tooltip-main:nth-child(even) {
    background: #fff;
    border-bottom: 2px solid #D0E3FF;
  }
  .hardware-post .price-section .price-table .module_listing.module-data .tooltip-main:last-child {
    border-bottom: 0;
  }
}
.hardware-post .price-section .common-column-cls .tooltip-main.d-lg-block {
  display: flex !important;
}
@media (max-width: 991px) {
  .hardware-post .price-section .common-column-cls .tooltip-main.d-lg-block {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hardware-post .pricing-main .common-column-cls h3.module_title:empty {
    display: none;
  }
  .hardware-post .pricing-main .row .col-sm-3.common-column-cls:nth-child(2) .price-table {
    border-bottom: 0;
  }
}
.career-block {
  background: #F8FAFF 0% 0% no-repeat padding-box;
  border: 3px solid #467FF7;
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .career-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .career-block .career-left {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.career-block .career-left .career-title {
  background: #467FF7;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 29px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0 0px 20px 0px;
}
@media screen and (max-width: 1024px) {
  .career-block .career-left .career-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .career-block .career-left .career-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .career-block .career-left .career-title {
    border-radius: 0 0 20px 20px;
  }
}
.career-block .career-left p {
  padding: 15px 30px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .career-block .career-left p {
    padding: 10px 20px;
  }
}
.career-block .career-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .career-block .career-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px 20px;
  }
}
.career-block .career-right .career-viewdetails.learn-more, .career-block .career-right .career-viewdetails.learn-more--fill {
  color: #161A58;
  border-color: #161A58;
  margin: 30px 0;
  text-align: center;
}
.career-block .career-right .career-viewdetails.learn-more:hover, .career-block .career-right .career-viewdetails.learn-more--fill:hover {
  color: #ffffff;
  border-color: #161A58;
  background: #161A58;
}
@media screen and (max-width: 1024px) {
  .career-block .career-right .career-viewdetails.learn-more, .career-block .career-right .career-viewdetails.learn-more--fill {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .career-block .career-right .career-viewdetails.learn-more, .career-block .career-right .career-viewdetails.learn-more--fill {
    text-align: center;
  }
}
.career-block .career-right .career-applynow.learn-more--fill {
  color: #ffffff;
  border-color: #161A58;
  background: #161A58;
  margin: 30px 30px 30px 15px;
}
.career-block .career-right .career-applynow.learn-more--fill:hover {
  color: #161A58;
  border-color: #161A58;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .career-block .career-right .career-applynow.learn-more--fill {
    margin: 10px 20px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .career-block .career-right .career-applynow.learn-more--fill {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .career-block .career-right .career-applynow.learn-more--fill {
    margin: 0;
  }
}
.career-block .career-details {
  width: 100%;
  padding: 0px 30px 20px;
  border-radius: 9px;
  display: none;
}
@media screen and (max-width: 575px) {
  .career-block .career-details {
    border-radius: 0;
    border-top: 1px solid #d4d6dd;
  }
}
.career-block .career-details h2, .career-block .career-details h3, .career-block .career-details h4 {
  font-weight: 700;
  margin: 20px 0 10px;
}
.career-block .career-details ul {
  margin: 15px 0;
}
.career-block .career-details ul li {
  list-style: disc;
  margin-left: 30px;
}
.career-block .career-details.active {
  display: block;
}

.applynow-popup.cta-popup .modal-content {
  max-width: 900px;
}

@media (max-width: 767px) {
  .page-template-template-career .top-inner-section .cms-title {
    font-size: 30px;
  }
  .page-template-template-career .career-block .career-left .career-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.page-template-template-online-store .container {
  max-width: 980px;
}
@media (min-width: 1921px) {
  .page-template-template-online-store .container {
    max-width: 1200px;
  }
}
.page-template-template-online-store .footer-top .container {
  max-width: 1400px;
}
@media (max-width: 1400px) {
  .page-template-template-online-store .footer-top .container {
    max-width: 1270px;
  }
}
.page-template-template-online-store .section-title--medium {
  font-weight: 700;
}
.page-template-template-online-store .section-title--medium span {
  font-weight: 400;
}
.page-template-template-online-store .section-title--medium.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  .page-template-template-online-store .section-title--medium.mb-30 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .page-template-template-online-store .section-title--medium br {
    display: none;
  }
}
.page-template-template-online-store p, .page-template-template-online-store .section-title--medium, .page-template-template-online-store .section-title--medium span {
  color: #1E1C37;
}
.page-template-template-online-store .title-space, .page-template-template-online-store .ftx-pos--page .access-control-main .description, .page-template-template-online-store .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .ftx-pos--page .access-control-main .page-numbers, .page-template-template-online-store .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .ftx-pos--page .access-control-main .content, .page-template-template-online-store .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .page-template-template-online-store .description, .ftx-pos--page .access-control-main .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-online-store .page-numbers, .ftx-pos--page .access-control-main .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-online-store .content, .ftx-pos--page .access-control-main .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-online-store .latest-post-title, .page-template-template-online-store .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .description, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .page-numbers, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .content, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .description, .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .page-numbers, .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .content, .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .latest-post-title, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .increase-revenue--section .revenue-title .description, .page-template-template-online-store .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .increase-revenue--section .revenue-title .page-numbers, .page-template-template-online-store .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section .revenue-title .content, .page-template-template-online-store .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .page-template-template-online-store .description, .increase-revenue--section .revenue-title .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-online-store .page-numbers, .increase-revenue--section .revenue-title .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-online-store .content, .increase-revenue--section .revenue-title .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-online-store .latest-post-title, .page-template-template-online-store .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .increase-revenue--section .revenue-points .heading-27, .page-template-template-online-store .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-online-store .increase-revenue--section .revenue-points .pro-title, .page-template-template-online-store .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-online-store .increase-revenue--section .revenue-points h3, .page-template-template-online-store .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .page-template-template-online-store .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-online-store .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-online-store .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .page-template-template-online-store .increase-revenue--section .revenue-points a, .page-template-template-online-store .increase-revenue--section .revenue-points .recent-article .most-recent_title, .page-template-template-online-store .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-online-store .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .page-template-template-online-store .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .page-template-template-online-store .increase-revenue--section .revenue-points .most-recent_title, .increase-revenue--section .revenue-points .page-template-template-online-store .heading-27, .increase-revenue--section .revenue-points .page-template-template-online-store .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-online-store .pro-title, .increase-revenue--section .revenue-points .page-template-template-online-store .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-online-store h3, .increase-revenue--section .revenue-points .page-template-template-online-store .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .page-template-template-online-store .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-online-store .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-online-store a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-online-store a, .increase-revenue--section .revenue-points .page-template-template-online-store .recent-article .most-recent_title, .increase-revenue--section .revenue-points .page-template-template-online-store .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-online-store .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-online-store .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-online-store .most-recent_title, .page-template-template-online-store .increase-revenue--section.access-retail--pos .description, .page-template-template-online-store .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .increase-revenue--section.access-retail--pos .page-numbers, .page-template-template-online-store .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section.access-retail--pos .content, .page-template-template-online-store .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .page-template-template-online-store .description, .increase-revenue--section.access-retail--pos .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-online-store .page-numbers, .increase-revenue--section.access-retail--pos .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-online-store .content, .increase-revenue--section.access-retail--pos .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-online-store .latest-post-title, .page-template-template-online-store .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .savetime-reduce--section .description, .page-template-template-online-store .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .savetime-reduce--section .page-numbers, .page-template-template-online-store .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .savetime-reduce--section .content, .page-template-template-online-store .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .savetime-reduce--section .latest-post-title, .savetime-reduce--section .page-template-template-online-store .description, .savetime-reduce--section .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-online-store .page-numbers, .savetime-reduce--section .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-online-store .content, .savetime-reduce--section .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-online-store .latest-post-title, .page-template-template-online-store .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .pos-modern-retail--section .description, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .pos-modern-retail--section .page-numbers, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .pos-modern-retail--section .content, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .page-template-template-online-store .description, .pos-modern-retail--section .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-online-store .page-numbers, .pos-modern-retail--section .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-online-store .content, .pos-modern-retail--section .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-online-store .latest-post-title, .page-template-template-online-store .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-online-store a, .page-template-template-online-store .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-template-online-store a, .page-template-template-online-store .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-online-store .section-title--medium, .page-template-template-online-store .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .page-template-template-online-store .own-content, .page-template-template-online-store .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-online-store .sub-description, .page-template-template-online-store .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-online-store a, .page-template-template-online-store .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-online-store a, .page-template-template-online-store .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-online-store .agreements-block-title, .page-template-template-online-store .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-online-store .agreements-block-title {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .page-template-template-online-store .title-space, .page-template-template-online-store .ftx-pos--page .access-control-main .description, .page-template-template-online-store .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .ftx-pos--page .access-control-main .page-numbers, .page-template-template-online-store .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .ftx-pos--page .access-control-main .content, .page-template-template-online-store .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .page-template-template-online-store .description, .ftx-pos--page .access-control-main .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-online-store .page-numbers, .ftx-pos--page .access-control-main .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-online-store .content, .ftx-pos--page .access-control-main .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-online-store .latest-post-title, .page-template-template-online-store .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .description, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .page-numbers, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .content, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .description, .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .page-numbers, .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .content, .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-online-store .latest-post-title, .page-template-template-online-store .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .increase-revenue--section .revenue-title .description, .page-template-template-online-store .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .increase-revenue--section .revenue-title .page-numbers, .page-template-template-online-store .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section .revenue-title .content, .page-template-template-online-store .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .page-template-template-online-store .description, .increase-revenue--section .revenue-title .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-online-store .page-numbers, .increase-revenue--section .revenue-title .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-online-store .content, .increase-revenue--section .revenue-title .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-online-store .latest-post-title, .page-template-template-online-store .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .increase-revenue--section .revenue-points .heading-27, .page-template-template-online-store .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-online-store .increase-revenue--section .revenue-points .pro-title, .page-template-template-online-store .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-online-store .increase-revenue--section .revenue-points h3, .page-template-template-online-store .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .page-template-template-online-store .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .recent-library_section .page-template-template-online-store .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-article .most-recent_title .page-template-template-online-store .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .page-template-template-online-store .increase-revenue--section .revenue-points a, .page-template-template-online-store .increase-revenue--section .revenue-points .recent-article .most-recent_title, .page-template-template-online-store .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .recent-library_section .page-template-template-online-store .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-article .page-template-template-online-store .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .page-template-template-online-store .increase-revenue--section .revenue-points .most-recent_title, .increase-revenue--section .revenue-points .page-template-template-online-store .heading-27, .increase-revenue--section .revenue-points .page-template-template-online-store .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-online-store .pro-title, .increase-revenue--section .revenue-points .page-template-template-online-store .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-online-store h3, .increase-revenue--section .revenue-points .page-template-template-online-store .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .page-template-template-online-store .recent-library_section .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-online-store .recent-library .most-recent_title a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-online-store a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-online-store a, .increase-revenue--section .revenue-points .page-template-template-online-store .recent-article .most-recent_title, .increase-revenue--section .revenue-points .page-template-template-online-store .recent-library_section .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-online-store .recent-library .most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-online-store .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-online-store .most-recent_title, .page-template-template-online-store .increase-revenue--section.access-retail--pos .description, .page-template-template-online-store .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .increase-revenue--section.access-retail--pos .page-numbers, .page-template-template-online-store .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section.access-retail--pos .content, .page-template-template-online-store .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .page-template-template-online-store .description, .increase-revenue--section.access-retail--pos .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-online-store .page-numbers, .increase-revenue--section.access-retail--pos .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-online-store .content, .increase-revenue--section.access-retail--pos .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-online-store .latest-post-title, .page-template-template-online-store .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .savetime-reduce--section .description, .page-template-template-online-store .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .savetime-reduce--section .page-numbers, .page-template-template-online-store .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .savetime-reduce--section .content, .page-template-template-online-store .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .savetime-reduce--section .latest-post-title, .savetime-reduce--section .page-template-template-online-store .description, .savetime-reduce--section .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-online-store .page-numbers, .savetime-reduce--section .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-online-store .content, .savetime-reduce--section .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-online-store .latest-post-title, .page-template-template-online-store .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .pos-modern-retail--section .description, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .pos-modern-retail--section .page-numbers, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .pos-modern-retail--section .content, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .page-template-template-online-store .description, .pos-modern-retail--section .page-template-template-online-store .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-online-store .page-numbers, .pos-modern-retail--section .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-online-store .content, .pos-modern-retail--section .page-template-template-online-store .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-online-store .latest-post-title, .page-template-template-online-store .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-template-online-store a.dropdown-item, .page-template-template-online-store .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-online-store a, .page-template-template-online-store .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-template-online-store a, .page-template-template-online-store .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-online-store .section-title--medium, .page-template-template-online-store .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .page-template-template-online-store .own-content, .page-template-template-online-store .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-online-store .sub-description, .page-template-template-online-store .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-online-store a, .page-template-template-online-store .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-online-store a, .page-template-template-online-store .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-online-store .agreements-block-title, .page-template-template-online-store .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-online-store .agreements-block-title {
    margin: 20px 0;
  }
}
.page-template-template-online-store .btn-blue, .page-template-template-online-store .btn-blue-outline, .page-template-template-online-store .cta-green, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link {
  background: #51B949;
  border-color: #51B949;
}
.page-template-template-online-store .btn-blue:hover, .page-template-template-online-store .btn-blue-outline:hover, .page-template-template-online-store .cta-green:hover, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link:hover {
  background: transparent;
  color: #51B949;
}
.page-template-template-online-store .btn-blue + .btn-blue-outline, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link + .btn-blue-outline,
.page-template-template-online-store .btn-blue-outline {
  background: transparent;
  border-color: #51B949;
  color: #51B949;
}
.page-template-template-online-store .btn-blue + .btn-blue-outline:hover, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link + .btn-blue-outline:hover,
.page-template-template-online-store .btn-blue-outline:hover {
  background: #51B949;
  color: #ffffff;
}
@media (max-width: 767px) {
  .page-template-template-online-store .btn-blue svg, .page-template-template-online-store .cta-green svg, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link svg, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link svg,
  .page-template-template-online-store .btn-blue-outline svg {
    margin-top: -3px;
  }
}
.page-template-template-online-store .pos-modern-retail--section .section-title--medium, .page-template-template-online-store .pos-modern-retail--section .description, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-online-store .pos-modern-retail--section .page-numbers, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .pos-modern-retail--section .content, .page-template-template-online-store .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-online-store .pos-modern-retail--section .latest-post-title, .page-template-template-online-store .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-online-store .pos-modern-retail--section a.dropdown-item {
  color: #ffffff !important;
}
.page-template-template-online-store .pos-modern-retail--section .pos-modern-retail--link li a {
  background: #EAF5E8;
}
.page-template-template-online-store .pos-modern-retail--section .pos-modern-retail--link li a:hover {
  background: #1E1C37;
}
@media (max-width: 991px) {
  .page-template-template-online-store img {
    max-width: 450px;
    height: auto;
    width: 100%;
  }
}
.page-template-template-online-store .btn-blue svg, .page-template-template-online-store .cta-green svg, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link svg, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link svg, .page-template-template-online-store .btn-blue-outline svg {
  width: 15px;
  margin-left: 10px;
  height: auto;
}
@media (min-width: 1921px) {
  .page-template-template-online-store .btn-blue svg, .page-template-template-online-store .cta-green svg, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link svg, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link svg, .page-template-template-online-store .btn-blue-outline svg {
    width: 13px;
    margin-left: 8px;
    margin-top: 2px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-online-store .btn-blue svg, .page-template-template-online-store .cta-green svg, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link svg, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link svg, .page-template-template-online-store .btn-blue-outline svg {
    width: 12px;
    margin-left: 6px;
    margin-top: 2px;
  }
}
.page-template-template-online-store .btn-blue:hover svg path, .page-template-template-online-store .cta-green:hover svg path, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link:hover svg path, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link:hover svg path, .page-template-template-online-store .btn-blue-outline:hover svg path {
  fill: #ffffff;
}
.page-template-template-online-store .btn-blue .caret, .page-template-template-online-store .cta-green .caret, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link .caret, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link .caret, .page-template-template-online-store .btn-blue-outline .caret {
  position: relative;
  left: 7px;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-bottom: solid 12px #ffffff;
  height: 0;
  width: 0;
  transform: rotate(90deg);
}
@media (min-width: 1921px) {
  .page-template-template-online-store .btn-blue .caret, .page-template-template-online-store .cta-green .caret, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link .caret, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link .caret, .page-template-template-online-store .btn-blue-outline .caret {
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    border-bottom: solid 14px #ffffff;
  }
}
@media (max-width: 767px) {
  .page-template-template-online-store .btn-blue .caret, .page-template-template-online-store .cta-green .caret, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link .caret, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link .caret, .page-template-template-online-store .btn-blue-outline .caret {
    display: inline-block;
  }
}
.page-template-template-online-store .btn-blue:hover .caret, .page-template-template-online-store .cta-green:hover .caret, .page-template-template-online-store .pricing-data--table #pricingTab .nav-item .nav-link:hover .caret, .pricing-data--table #pricingTab .nav-item .page-template-template-online-store .nav-link:hover .caret, .page-template-template-online-store .btn-blue-outline:hover .caret {
  border-bottom-color: #51B949;
}

.ftx-comerce--page a:not(.btn-blue):not(.btn-blue-outline):not(.cta-green):not(.btn-blue-outline) {
  color: #51B949;
}
.ftx-comerce--page a:not(.btn-blue):not(.btn-blue-outline):not(.cta-green):not(.btn-blue-outline):hover {
  color: #002530;
}

.os-banner--section .container {
  max-width: 1480px;
}
@media (min-width: 1921px) {
  .os-banner--section .container {
    max-width: 1640px !important;
  }
}
@media (max-width: 1600px) {
  .os-banner--section .container {
    max-width: 1400px;
  }
}
@media (max-width: 1500px) {
  .os-banner--section .container {
    max-width: 1260px;
  }
}
.os-banner--section .banner-content {
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .os-banner--section .banner-content {
    padding-right: 0px;
  }
}
.os-banner--section .banner-content .header-h1 {
  color: #1E1C37;
}
.os-banner--section .banner-content .header-h1 span {
  font-weight: 400;
}
@media (max-width: 991px) {
  .os-banner--section .banner-content .header-h1 br {
    display: none;
  }
}
.os-banner--section .banner-content .description, .os-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .os-banner--section .banner-content .page-numbers, .os-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .os-banner--section .banner-content .content, .os-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .os-banner--section .banner-content .latest-post-title, .os-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .os-banner--section .banner-content a.dropdown-item {
  color: #000000;
  padding-right: 20px;
}
@media (min-width: 1921px) {
  .os-banner--section .banner-content .description, .os-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .os-banner--section .banner-content .page-numbers, .os-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .os-banner--section .banner-content .content, .os-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .os-banner--section .banner-content .latest-post-title, .os-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .os-banner--section .banner-content a.dropdown-item {
    padding-right: 0;
  }
}
@media (max-width: 1366px) {
  .os-banner--section .banner-content .description, .os-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .os-banner--section .banner-content .page-numbers, .os-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .os-banner--section .banner-content .content, .os-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .os-banner--section .banner-content .latest-post-title, .os-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .os-banner--section .banner-content a.dropdown-item {
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .os-banner--section .banner-content .description, .os-banner--section .banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .os-banner--section .banner-content .page-numbers, .os-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .os-banner--section .banner-content .content, .os-banner--section .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .os-banner--section .banner-content .latest-post-title, .os-banner--section .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .os-banner--section .banner-content a.dropdown-item {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .os-banner--section .banner-content {
    margin-bottom: 30px;
  }
  .os-banner--section .banner-content .btn-blue + .btn-blue-outline, .os-banner--section .banner-content .btn-blue-outline + .btn-blue-outline, .os-banner--section .banner-content .cta-green + .btn-blue-outline, .os-banner--section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .os-banner--section .banner-content .nav-link + .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}
.os-banner--section .banner-content .btn-blue-outline .caret {
  border-bottom-color: #51B949;
}
.os-banner--section .banner-content .btn-blue-outline:hover .caret {
  border-bottom-color: #fff;
}
@media (min-width: 1921px) {
  .os-banner--section .container {
    max-width: 1350px;
  }
}

.launch-store--section {
  background: #002530;
}
.launch-store--section .container {
  max-width: 920px;
}
@media (min-width: 1921px) {
  .launch-store--section .container {
    max-width: 1160px;
  }
}
.launch-store--section .store-logo img {
  max-height: 70px;
  width: auto;
}
@media (min-width: 1921px) {
  .launch-store--section .store-logo img {
    max-height: 90px;
  }
}
@media (max-width: 767px) {
  .launch-store--section .store-logo img {
    max-height: 60px;
  }
}
.launch-store--section .btn-blue .caret, .launch-store--section .btn-blue-outline .caret, .launch-store--section .cta-green .caret, .launch-store--section .pricing-data--table #pricingTab .nav-item .nav-link .caret, .pricing-data--table #pricingTab .nav-item .launch-store--section .nav-link .caret {
  border-bottom-color: #ffffff;
}
.launch-store--section .btn-blue:hover .caret, .launch-store--section .btn-blue-outline:hover .caret, .launch-store--section .cta-green:hover .caret, .launch-store--section .pricing-data--table #pricingTab .nav-item .nav-link:hover .caret, .pricing-data--table #pricingTab .nav-item .launch-store--section .nav-link:hover .caret {
  border-bottom-color: #51B949;
}
.launch-store--section .launch-store--block {
  background: #EAF5E8;
  padding: 30px 35px;
  margin: 0 10px 40px;
  border-radius: 25px;
  min-height: 250px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1921px) {
  .launch-store--section .launch-store--block {
    min-height: 290px;
  }
}
@media (max-width: 1440px) {
  .launch-store--section .launch-store--block {
    min-height: 220px;
  }
}
@media (max-width: 1024px) {
  .launch-store--section .launch-store--block {
    padding: 20px 25px;
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .launch-store--section .launch-store--block {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .launch-store--section .launch-store--block {
    min-height: 225px;
  }
}
@media (max-width: 767px) {
  .launch-store--section .launch-store--block {
    min-height: inherit;
    text-align: center;
    margin: 30px 0 0;
    align-items: center;
  }
}
.launch-store--section .launch-store--block .heading-27, .launch-store--section .launch-store--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .launch-store--section .launch-store--block .pro-title, .launch-store--section .launch-store--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .launch-store--section .launch-store--block h3, .launch-store--section .launch-store--block .recent-article .most-recent_title a, .launch-store--section .launch-store--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .launch-store--section .launch-store--block .recent-library .most-recent_title a, .recent-article .most-recent_title .launch-store--section .launch-store--block a, .recent-library_section .recent-library .most-recent_title .launch-store--section .launch-store--block a, .launch-store--section .launch-store--block .recent-article .most-recent_title, .launch-store--section .launch-store--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .launch-store--section .launch-store--block .recent-library .most-recent_title, .recent-article .launch-store--section .launch-store--block .most-recent_title, .recent-library_section .recent-library .launch-store--section .launch-store--block .most-recent_title, .launch-store--section .launch-store--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .launch-store--section .launch-store--block a, .launch-store--section .launch-store--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .launch-store--section .launch-store--block a, .launch-store--section .launch-store--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .launch-store--section .launch-store--block .agreements-block-title {
  color: #51B949;
  font-weight: 700;
  margin-bottom: 20px;
}
.launch-store--section .launch-store--block .description, .launch-store--section .launch-store--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .launch-store--section .launch-store--block .page-numbers, .launch-store--section .launch-store--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .launch-store--section .launch-store--block .content, .launch-store--section .launch-store--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .launch-store--section .launch-store--block .latest-post-title, .launch-store--section .launch-store--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .launch-store--section .launch-store--block a.dropdown-item {
  color: #000000;
  line-height: 27px;
}
@media (min-width: 1921px) {
  .launch-store--section .launch-store--block .description, .launch-store--section .launch-store--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .launch-store--section .launch-store--block .page-numbers, .launch-store--section .launch-store--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .launch-store--section .launch-store--block .content, .launch-store--section .launch-store--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .launch-store--section .launch-store--block .latest-post-title, .launch-store--section .launch-store--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .launch-store--section .launch-store--block a.dropdown-item {
    line-height: 35px;
  }
}
.launch-store--section .launch-store--block.last-block {
  padding: 0;
  min-height: inherit;
}
.launch-store--section .launch-store--block.last-block .launch-store--content {
  padding: 30px 35px 30px 25px;
}
@media (max-width: 1024px) {
  .launch-store--section .launch-store--block.last-block .launch-store--content {
    padding: 20px 25px 20px 15px;
  }
}
.launch-store--section .launch-store--block.last-block .launch-store--img {
  height: 100%;
}
.launch-store--section .launch-store--block.last-block .launch-store--img img {
  margin: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .launch-store--section .launch-store--block.last-block .launch-store--img img {
    max-width: 100%;
  }
}

.ecommerce-fulfillment--section {
  position: relative;
  z-index: 1;
}
.ecommerce-fulfillment--section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: #EAF5E8;
  z-index: -1;
}
@media (max-width: 767px) {
  .ecommerce-fulfillment--section::before {
    height: 25%;
  }
}
.ecommerce-fulfillment--section .container {
  max-width: 850px;
}
@media (min-width: 1921px) {
  .ecommerce-fulfillment--section .container {
    max-width: 1120px;
  }
}
@media (max-width: 1440px) {
  .ecommerce-fulfillment--section .container {
    max-width: 800px;
  }
}
.ecommerce-fulfillment--section .ecommerce-main--image img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .ecommerce-fulfillment--section .ecommerce-main--image img {
    max-width: 100%;
  }
}
.ecommerce-fulfillment--section .section-title--medium span {
  color: #1E1C37;
}
.ecommerce-fulfillment--section .col-md-12 .ecommerce-ful--block {
  margin-top: 0;
  margin-bottom: 40px;
}
.ecommerce-fulfillment--section .ecommerce-ful--block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 1366px) {
  .ecommerce-fulfillment--section .ecommerce-ful--block {
    margin-top: 40px;
  }
}
.ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--image {
  padding: 20px;
  width: 100px;
  height: 100px;
  background: #51B949;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--image::before {
  width: 120px;
  height: 120px;
  content: "";
  background: #EAF5E8;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  z-index: -1;
  animation: rounder 0.8s linear 2s infinite alternate;
}
@media (min-width: 1921px) {
  .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--image {
    width: 120px;
    height: 120px;
  }
  .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--image::before {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1366px) {
  .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--image {
    width: 90px;
    height: 90px;
  }
  .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--image::before {
    width: 110px;
    height: 110px;
  }
}
.ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--image img {
  width: 70px;
  margin: 0;
  height: auto;
}
@media (max-width: 991px) {
  .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--image img {
    width: 45px;
  }
}
.ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content {
  margin: 0 25px;
}
@media (max-width: 768px) {
  .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content {
    margin: 0;
  }
}
.ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .heading-27, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .pro-title, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content h3, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .recent-article .most-recent_title a, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .recent-library .most-recent_title a, .recent-article .most-recent_title .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content a, .recent-library_section .recent-library .most-recent_title .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content a, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .recent-article .most-recent_title, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .recent-library .most-recent_title, .recent-article .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .most-recent_title, .recent-library_section .recent-library .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .most-recent_title, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content a, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content a, .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .ecommerce-fulfillment--section .ecommerce-ful--block .ecommerce-ful--content .agreements-block-title {
  margin: 30px 0 15px 0;
}

.brand-store--section {
  background: #EAF5E8;
}
.brand-store--section .container {
  max-width: 980px;
}
@media (min-width: 1921px) {
  .brand-store--section .container {
    max-width: 1300px;
  }
}
@media (max-width: 1440px) {
  .brand-store--section .container {
    max-width: 910px;
  }
}
@media (max-width: 767px) {
  .brand-store--section img {
    margin: 20px auto 0;
    display: block;
  }
}

.maximize-efficiency--section.age-verification--solutions.retail-pos.img-first {
  padding-top: 0;
}
@media (min-width: 1921px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos.img-first .container {
    max-width: 1500px;
  }
}
@media (max-width: 1440px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos.img-first .container {
    max-width: 1040px;
  }
}
@media (min-width: 1921px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos.img-first .pos-management--image {
    height: auto;
  }
}
@media (max-width: 1440px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos.img-first .pos-management--image {
    height: auto;
  }
}
@media (max-width: 1366px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos.pos-management {
    padding-left: 0;
  }
}
.maximize-efficiency--section.age-verification--solutions.retail-pos .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .container {
    max-width: 1500px;
  }
}
@media (max-width: 1440px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .container {
    max-width: 1040px;
  }
}
.maximize-efficiency--section.age-verification--solutions.retail-pos .pos-management--image {
  height: 640px;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-management--image {
    height: auto;
  }
}
@media (max-width: 1440px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-management--image {
    height: auto;
  }
}
@media (max-width: 991px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-management--image {
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-management--image img {
    border-radius: 22px;
  }
}
.maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block {
  max-width: 430px;
}
@media (min-width: 1921px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block {
    max-width: 100%;
    text-align: center;
  }
}
.maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block .pos-management--title {
  padding: 0;
}
@media (max-width: 991px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block ul {
    max-width: 460px;
    margin: 0 auto;
  }
}
.maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block ul li {
  position: relative;
  padding: 10px 0 10px 50px;
}
@media (max-width: 991px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block ul li {
    text-align: left;
    max-width: 460px;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    padding-left: 35px;
  }
}
.maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='59' viewBox='0 0 59 59' fill='none'%3E%3Cg clip-path='url(%23clip0_1057_122)'%3E%3Cpath d='M27.5792 0.0146213C28.1348 -0.0293736 28.6103 0.0296722 29.1465 0.163393C31.6267 0.782216 32.0016 2.89976 35.2175 2.66242C36.3234 2.5808 37.2714 1.88267 38.3715 1.79294C40.3259 1.63375 42.2131 2.56806 43.1793 4.2636C43.9208 5.56492 43.974 6.32788 45.3682 7.24657C47.597 8.7146 49.8667 7.35019 51.8621 9.95862C53.5235 12.13 52.2884 14.0061 53.4633 16.1289C54.7721 18.4936 57.4751 18.2441 58.1775 21.4152C58.7939 24.1991 56.8833 25.1843 56.9178 27.5826C56.9482 29.6978 58.3541 30.4052 58.8196 32.1251C59.3243 33.9885 58.75 35.9312 57.2722 37.1909C56.1289 38.1651 55.3417 38.5356 54.8464 40.113C54.3563 41.6731 54.961 42.7666 54.8107 44.2457C54.6926 45.4098 53.9352 46.6706 53.0346 47.4063C51.1094 48.9786 48.9076 48.0645 47.2092 50.5497C46.4975 51.5916 46.4975 52.7048 45.7987 53.7248C45.0308 54.8455 43.6144 55.7532 42.2289 55.8609C40.6891 55.9813 39.5241 55.2322 37.9685 55.4609C34.7491 55.9332 34.5327 59.2334 30.7138 58.9874C28.4108 58.8392 27.8126 57.271 25.985 56.6105C22.7913 55.4557 21.0585 58.4687 17.6771 56.5636C15.498 55.3358 15.6928 53.1697 13.7623 51.8168C11.5967 50.2984 9.3668 51.6397 7.28602 49.2026C5.42512 47.0231 6.77839 45.0092 5.5146 42.7956C4.2356 40.5553 1.76007 40.7898 0.917342 37.9145C0.0366056 34.9078 2.28172 33.7928 2.05949 30.9945C1.86007 28.4891 -0.476865 27.8327 0.0869001 24.6448C0.624933 21.6028 3.53616 21.4812 4.24905 18.6383C4.63094 17.1147 4.01103 16.0531 4.22742 14.6227C4.40754 13.4302 5.09529 12.3054 6.02983 11.5459C7.8644 10.0559 9.94694 10.9248 11.6879 8.64224C12.5125 7.56148 12.4874 6.3713 13.2155 5.29285C14.2997 3.68646 16.2706 2.8766 18.197 3.1973C19.6263 3.43522 20.1234 3.80802 21.6889 3.38428C24.2142 2.69947 24.5124 0.256014 27.5792 0.0146213ZM42.8863 17.322C42.4424 17.3729 41.9845 17.6045 41.6418 17.8835L23.5422 35.7842C23.2685 35.9607 22.9627 35.9133 22.7129 35.7141L17.3671 30.4168C15.1319 28.6003 12.2786 31.4698 14.1512 33.6608L21.7211 41.1539C22.5837 41.8989 23.8621 41.8636 24.7007 41.0989L44.9688 21.0054C46.2431 19.37 44.9431 17.0852 42.8868 17.3214L42.8863 17.322Z' fill='%2350B848'/%3E%3Cpath d='M42.8865 17.3219C44.9427 17.0857 46.2428 19.3705 44.9685 21.0059L24.7004 41.0994C23.8618 41.8641 22.584 41.8988 21.7208 41.1543L14.1509 33.6613C12.2783 31.4703 15.1316 28.6008 17.3668 30.4173L22.7126 35.7146C22.9623 35.9137 23.2688 35.9612 23.5419 35.7847L41.6414 17.884C41.9841 17.6049 42.4426 17.3734 42.8859 17.3224L42.8865 17.3219Z' fill='%23FEFEFE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1057_122'%3E%3Crect width='59' height='59' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .maximize-efficiency--section.age-verification--solutions.retail-pos .pos-payroll--block ul li:before {
    width: 25px;
    height: 25px;
  }
}

.sales-tracking-section .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .sales-tracking-section .container {
    max-width: 1230px;
  }
}
@media (max-width: 1440px) {
  .sales-tracking-section .container {
    max-width: 1000px;
  }
}
.sales-tracking-section .sales-tracking--block {
  position: relative;
  margin: 80px 15px 0;
}
@media (min-width: 1921px) {
  .sales-tracking-section .sales-tracking--block {
    margin: 100px 25px 0;
  }
}
@media (max-width: 767px) {
  .sales-tracking-section .sales-tracking--block {
    margin: 90px 15px 0;
  }
}
.sales-tracking-section .sales-tracking--block .animation-json {
  background: #51B949;
  border: 3px solid #E9F1E4;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 75%;
  right: 80%;
}
@media (min-width: 1921px) {
  .sales-tracking-section .sales-tracking--block .animation-json {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .sales-tracking-section .sales-tracking--block .animation-json {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.sales-tracking-section .sales-tracking--block .heading-27, .sales-tracking-section .sales-tracking--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .sales-tracking-section .sales-tracking--block .pro-title, .sales-tracking-section .sales-tracking--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .sales-tracking-section .sales-tracking--block h3, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title a, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title a, .recent-article .most-recent_title .sales-tracking-section .sales-tracking--block a, .recent-library_section .recent-library .most-recent_title .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title, .recent-article .sales-tracking-section .sales-tracking--block .most-recent_title, .recent-library_section .recent-library .sales-tracking-section .sales-tracking--block .most-recent_title, .sales-tracking-section .sales-tracking--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .sales-tracking-section .sales-tracking--block .agreements-block-title {
  background: #002532;
  border-radius: 25px;
  text-align: center;
  padding: 40px 30px;
  font-weight: 400;
  min-height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
@media (min-width: 1921px) {
  .sales-tracking-section .sales-tracking--block .heading-27, .sales-tracking-section .sales-tracking--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .sales-tracking-section .sales-tracking--block .pro-title, .sales-tracking-section .sales-tracking--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .sales-tracking-section .sales-tracking--block h3, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title a, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title a, .recent-article .most-recent_title .sales-tracking-section .sales-tracking--block a, .recent-library_section .recent-library .most-recent_title .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title, .recent-article .sales-tracking-section .sales-tracking--block .most-recent_title, .recent-library_section .recent-library .sales-tracking-section .sales-tracking--block .most-recent_title, .sales-tracking-section .sales-tracking--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .sales-tracking-section .sales-tracking--block .agreements-block-title {
    font-size: 30px;
    line-height: 38px;
    padding: 50px 30px;
    min-height: 215px;
  }
}
@media (max-width: 1440px) {
  .sales-tracking-section .sales-tracking--block .heading-27, .sales-tracking-section .sales-tracking--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .sales-tracking-section .sales-tracking--block .pro-title, .sales-tracking-section .sales-tracking--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .sales-tracking-section .sales-tracking--block h3, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title a, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title a, .recent-article .most-recent_title .sales-tracking-section .sales-tracking--block a, .recent-library_section .recent-library .most-recent_title .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title, .recent-article .sales-tracking-section .sales-tracking--block .most-recent_title, .recent-library_section .recent-library .sales-tracking-section .sales-tracking--block .most-recent_title, .sales-tracking-section .sales-tracking--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .sales-tracking-section .sales-tracking--block .agreements-block-title {
    font-size: 20px;
    padding: 20px;
    min-height: 160px;
  }
}
@media (max-width: 991px) {
  .sales-tracking-section .sales-tracking--block .heading-27, .sales-tracking-section .sales-tracking--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .sales-tracking-section .sales-tracking--block .pro-title, .sales-tracking-section .sales-tracking--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .sales-tracking-section .sales-tracking--block h3, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title a, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title a, .recent-article .most-recent_title .sales-tracking-section .sales-tracking--block a, .recent-library_section .recent-library .most-recent_title .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title, .recent-article .sales-tracking-section .sales-tracking--block .most-recent_title, .recent-library_section .recent-library .sales-tracking-section .sales-tracking--block .most-recent_title, .sales-tracking-section .sales-tracking--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .sales-tracking-section .sales-tracking--block .agreements-block-title {
    font-size: 22px;
    line-height: 32px;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .sales-tracking-section .sales-tracking--block .heading-27, .sales-tracking-section .sales-tracking--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .sales-tracking-section .sales-tracking--block .pro-title, .sales-tracking-section .sales-tracking--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .sales-tracking-section .sales-tracking--block h3, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title a, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title a, .recent-article .most-recent_title .sales-tracking-section .sales-tracking--block a, .recent-library_section .recent-library .most-recent_title .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title, .recent-article .sales-tracking-section .sales-tracking--block .most-recent_title, .recent-library_section .recent-library .sales-tracking-section .sales-tracking--block .most-recent_title, .sales-tracking-section .sales-tracking--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .sales-tracking-section .sales-tracking--block .agreements-block-title {
    min-height: inherit;
    padding: 50px 40px 30px 40px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .sales-tracking-section .sales-tracking--block .heading-27, .sales-tracking-section .sales-tracking--block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .sales-tracking-section .sales-tracking--block .pro-title, .sales-tracking-section .sales-tracking--block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .sales-tracking-section .sales-tracking--block h3, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title a, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title a, .recent-article .most-recent_title .sales-tracking-section .sales-tracking--block a, .recent-library_section .recent-library .most-recent_title .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .recent-article .most-recent_title, .sales-tracking-section .sales-tracking--block .recent-library_section .recent-library .most-recent_title, .recent-library_section .sales-tracking-section .sales-tracking--block .recent-library .most-recent_title, .recent-article .sales-tracking-section .sales-tracking--block .most-recent_title, .recent-library_section .recent-library .sales-tracking-section .sales-tracking--block .most-recent_title, .sales-tracking-section .sales-tracking--block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .sales-tracking-section .sales-tracking--block a, .sales-tracking-section .sales-tracking--block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .sales-tracking-section .sales-tracking--block .agreements-block-title {
    adding: 50px 40px 30px;
  }
}

.automated-fulfillment-section {
  background: #EAF5E8;
}
@media (max-width: 991px) {
  .automated-fulfillment-section {
    text-align: center;
  }
}
.automated-fulfillment-section .container {
  max-width: 1060px;
}
@media (min-width: 1921px) {
  .automated-fulfillment-section .container {
    max-width: 1250px;
  }
}
@media (max-width: 1440px) {
  .automated-fulfillment-section .container {
    max-width: 930px;
  }
}
.automated-fulfillment-section .automated-fulfillment--content {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .automated-fulfillment-section .automated-fulfillment--content {
    padding-left: 0;
  }
}

.multistore-management-section .container {
  max-width: 1020px;
}
@media (min-width: 1921px) {
  .multistore-management-section .container {
    max-width: 1360px;
  }
}
@media (max-width: 1440px) {
  .multistore-management-section .container {
    max-width: 920px;
  }
}
@media (max-width: 1366px) {
  .multistore-management-section .container {
    max-width: 980px;
  }
}
.multistore-management-section .description, .multistore-management-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .multistore-management-section .page-numbers, .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .multistore-management-section .content, .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .multistore-management-section .latest-post-title, .multistore-management-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .multistore-management-section a.dropdown-item {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1921px) {
  .multistore-management-section .description, .multistore-management-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .multistore-management-section .page-numbers, .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .multistore-management-section .content, .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .multistore-management-section .latest-post-title, .multistore-management-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .multistore-management-section a.dropdown-item {
    max-width: 900px;
  }
}
@media (max-width: 1440px) {
  .multistore-management-section .description, .multistore-management-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .multistore-management-section .page-numbers, .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .multistore-management-section .content, .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .multistore-management-section .latest-post-title, .multistore-management-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .multistore-management-section a.dropdown-item {
    max-width: 630px;
  }
}

.multistore-management-section + .container {
  max-width: 1000px;
}
@media (min-width: 1921px) {
  .multistore-management-section + .container {
    max-width: 1150px;
  }
}

.customers-access-stores-section {
  border: 5px solid #E9F1E4;
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .customers-access-stores-section {
    margin-top: 40px;
    padding: 20px 8px;
  }
}
@media (max-width: 320px) {
  .customers-access-stores-section {
    margin-top: 55px;
  }
}
.customers-access-stores-section .heading-27, .customers-access-stores-section .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customers-access-stores-section .pro-title, .customers-access-stores-section .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customers-access-stores-section h3, .customers-access-stores-section .recent-article .most-recent_title a, .customers-access-stores-section .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customers-access-stores-section .recent-library .most-recent_title a, .recent-article .most-recent_title .customers-access-stores-section a, .recent-library_section .recent-library .most-recent_title .customers-access-stores-section a, .customers-access-stores-section .recent-article .most-recent_title, .customers-access-stores-section .recent-library_section .recent-library .most-recent_title, .recent-library_section .customers-access-stores-section .recent-library .most-recent_title, .recent-article .customers-access-stores-section .most-recent_title, .recent-library_section .recent-library .customers-access-stores-section .most-recent_title, .customers-access-stores-section .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customers-access-stores-section a, .customers-access-stores-section .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customers-access-stores-section a, .customers-access-stores-section .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customers-access-stores-section .agreements-block-title {
  position: absolute;
  top: -20px;
  background: #ffffff;
  padding: 0 10px;
  margin: 0 auto;
  display: inline-block;
  width: 90%;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .customers-access-stores-section .heading-27, .customers-access-stores-section .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customers-access-stores-section .pro-title, .customers-access-stores-section .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customers-access-stores-section h3, .customers-access-stores-section .recent-article .most-recent_title a, .customers-access-stores-section .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customers-access-stores-section .recent-library .most-recent_title a, .recent-article .most-recent_title .customers-access-stores-section a, .recent-library_section .recent-library .most-recent_title .customers-access-stores-section a, .customers-access-stores-section .recent-article .most-recent_title, .customers-access-stores-section .recent-library_section .recent-library .most-recent_title, .recent-library_section .customers-access-stores-section .recent-library .most-recent_title, .recent-article .customers-access-stores-section .most-recent_title, .recent-library_section .recent-library .customers-access-stores-section .most-recent_title, .customers-access-stores-section .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customers-access-stores-section a, .customers-access-stores-section .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customers-access-stores-section a, .customers-access-stores-section .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customers-access-stores-section .agreements-block-title {
    top: -40px;
    min-height: 80px;
  }
}
@media (max-width: 320px) {
  .customers-access-stores-section .heading-27, .customers-access-stores-section .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customers-access-stores-section .pro-title, .customers-access-stores-section .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customers-access-stores-section h3, .customers-access-stores-section .recent-article .most-recent_title a, .customers-access-stores-section .recent-library_section .recent-library .most-recent_title a, .recent-library_section .customers-access-stores-section .recent-library .most-recent_title a, .recent-article .most-recent_title .customers-access-stores-section a, .recent-library_section .recent-library .most-recent_title .customers-access-stores-section a, .customers-access-stores-section .recent-article .most-recent_title, .customers-access-stores-section .recent-library_section .recent-library .most-recent_title, .recent-library_section .customers-access-stores-section .recent-library .most-recent_title, .recent-article .customers-access-stores-section .most-recent_title, .recent-library_section .recent-library .customers-access-stores-section .most-recent_title, .customers-access-stores-section .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customers-access-stores-section a, .customers-access-stores-section .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customers-access-stores-section a, .customers-access-stores-section .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customers-access-stores-section .agreements-block-title {
    top: -52px;
    min-height: 104px;
  }
}
.customers-access-stores-section ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 20px auto;
  max-width: 600px;
}
@media (min-width: 1921px) {
  .customers-access-stores-section ul {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  .customers-access-stores-section ul {
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  .customers-access-stores-section ul {
    margin: 35px auto 15px;
  }
}
@media (max-width: 575px) {
  .customers-access-stores-section ul {
    margin: 40px auto 15px;
  }
}
@media (max-width: 320px) {
  .customers-access-stores-section ul {
    margin: 60px auto 15px;
  }
}
.customers-access-stores-section ul li {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  margin: 0 15px 5px 0px;
  color: #1E1C37;
}
.customers-access-stores-section ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #51B949;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.ftx-commerce-demo-section {
  background: #002532;
  margin-top: 60px;
}
@media (min-width: 1921px) {
  .ftx-commerce-demo-section {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .ftx-commerce-demo-section {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .ftx-commerce-demo-section {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .ftx-commerce-demo-section {
    margin-top: 30px;
  }
}
.ftx-commerce-demo-section .container {
  max-width: 640px;
}
@media (min-width: 1921px) {
  .ftx-commerce-demo-section .container {
    max-width: 850px;
  }
}

@media (max-width: 991px) {
  .fulfillment-launch--section.section-space {
    padding-bottom: 0;
  }
}
.fulfillment-launch--section .container {
  max-width: 1100px;
}
@media (max-width: 1440px) {
  .fulfillment-launch--section .container {
    max-width: 900px;
  }
}
@media (min-width: 1921px) {
  .fulfillment-launch--section .container {
    max-width: 1260px;
  }
}
.fulfillment-launch--section .fulfillment-launch--block {
  padding: 0 25px;
}
@media (max-width: 991px) {
  .fulfillment-launch--section .fulfillment-launch--block {
    padding: 0 0 30px 0;
    text-align: center;
  }
}

.age-restricted--section.automated-fulfillment-section {
  background: transparent;
}
.age-restricted--section.automated-fulfillment-section .container {
  max-width: 1090px;
}
@media (min-width: 1921px) {
  .age-restricted--section.automated-fulfillment-section .container {
    max-width: 1320px;
  }
}
@media (max-width: 1440px) {
  .age-restricted--section.automated-fulfillment-section .container {
    max-width: 900px;
  }
}
@media (min-width: 1921px) {
  .age-restricted--section.automated-fulfillment-section .description, .age-restricted--section.automated-fulfillment-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .age-restricted--section.automated-fulfillment-section .page-numbers, .age-restricted--section.automated-fulfillment-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .age-restricted--section.automated-fulfillment-section .content, .age-restricted--section.automated-fulfillment-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .age-restricted--section.automated-fulfillment-section .latest-post-title, .age-restricted--section.automated-fulfillment-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .age-restricted--section.automated-fulfillment-section a.dropdown-item {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .age-restricted--section.automated-fulfillment-section .heading-30 {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .age-restricted--section.automated-fulfillment-section .section-title--medium {
    margin: 20px 0;
  }
}

@media (min-width: 1921px) {
  .master-database--section.age-restricted--section .master-content .description, .master-database--section.age-restricted--section .master-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .master-database--section.age-restricted--section .master-content .page-numbers, .master-database--section.age-restricted--section .master-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .master-database--section.age-restricted--section .master-content .content, .master-database--section.age-restricted--section .master-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .master-database--section.age-restricted--section .master-content .latest-post-title, .master-database--section.age-restricted--section .master-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .master-database--section.age-restricted--section .master-content a.dropdown-item {
    max-width: 100%;
  }
}

.website-design--section.shopping-experience-section::before {
  content: none;
}
.website-design--section .arrow-link {
  color: #51B949;
}
.website-design--section .arrow-link span svg path {
  stroke: #51B949;
}
.website-design--section .arrow-link:hover {
  color: #51B949 !important;
}

.shopping-experience-section {
  background: #EAF5E8;
  position: relative;
}
.shopping-experience-section::before {
  content: "";
  background: #CEE9C9;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.shopping-experience-section .container {
  max-width: 750px;
}
@media (min-width: 1921px) {
  .shopping-experience-section .container {
    max-width: 1170px;
  }
}
.shopping-experience-section .container .col-md-6 {
  padding: 0 20px;
}

.master-ecommerce-section {
  background: #EAF5E8;
}
.master-ecommerce-section .container {
  border-bottom: 2px solid #CEE9C9;
}
@media (min-width: 1921px) {
  .master-ecommerce-section .container {
    max-width: 1240px;
  }
}
@media (max-width: 1500px) {
  .master-ecommerce-section .container {
    max-width: 970px;
  }
}

.page-template-template-online-store .footer-fix-btn {
  display: none;
}
.page-template-template-online-store .ftx-pos--faqs {
  background-color: #EAF5E8;
}
.page-template-template-online-store .ftx-pos--faqs .faq-section .accordion .card {
  border: 2px solid #51B949;
}
.page-template-template-online-store .ftx-pos--faqs .faq-section .accordion .card a {
  color: #51B949;
}
.page-template-template-online-store .ftx-pos--faqs .faq-section .accordion .card a:hover {
  color: #002530;
}
.page-template-template-online-store .ftx-pos--faqs .faq-section .accordion .card .card-header button[aria-expanded=true] {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
}
.page-template-template-online-store .ftx-pos--faqs .faq-section .accordion .card .card-header button .fa {
  background: #54B947;
}
.page-template-template-online-store .ftx-pos--faqs .faq-section .accordion .card .card-body {
  background-color: transparent;
  border-radius: 0 0 4px 4px;
}
.page-template-template-online-store .ftx-pos--faqs .faq-section .accordion .card .card-body ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page-template-template-online-store .ftx-pos--faqs .faq-section .accordion .card .card-body ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #51B949;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.page-template-template-online-store .subscribe-form--footer {
  background-color: #EAF5E8;
}

.start-selling--section .container {
  max-width: 700px;
}

@media (max-width: 1024px) {
  html[lang=es-ES] .os-banner--section .banner-content .btn-blue, html[lang=es-ES] .os-banner--section .banner-content .btn-blue-outline, html[lang=es-ES] .os-banner--section .banner-content .cta-green, html[lang=es-ES] .os-banner--section .banner-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .os-banner--section .banner-content .nav-link {
    margin-bottom: 20px;
  }
}
html[lang=es-ES] .page-template-template-online-store .container,
html[lang=es-ES] .sales-tracking-section .container,
html[lang=es-ES] .multistore-management-section .container,
html[lang=es-ES] .multistore-management-section + .container,
html[lang=es-ES] .fulfillment-launch--section .container {
  max-width: 1250px;
}
html[lang=es-ES] .os-banner--section .container {
  max-width: 1400px;
}
html[lang=es-ES] .shopping-experience-section .container {
  max-width: 1260px;
}
html[lang=es-ES] .automated-fulfillment-section .container {
  max-width: 1200px;
}
html[lang=es-ES] .save-time--section .container {
  max-width: 1150px;
}
html[lang=es-ES] .launch-store--section .container,
html[lang=es-ES] .ecommerce-fulfillment--section .container,
html[lang=es-ES] .brand-store--section .container,
html[lang=es-ES] .maximize-efficiency--section.age-verification--solutions.retail-pos .container,
html[lang=es-ES] .maximize-efficiency--section.age-verification--solutions.retail-pos.img-first .container {
  max-width: 1100px;
}
html[lang=es-ES] .multistore-management-section .description, html[lang=es-ES] .multistore-management-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .multistore-management-section .page-numbers, html[lang=es-ES] .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .multistore-management-section .content, html[lang=es-ES] .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .multistore-management-section .latest-post-title, html[lang=es-ES] .multistore-management-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .multistore-management-section a.dropdown-item,
html[lang=es-ES] .ftx-commerce-demo-section .container {
  max-width: 850px;
}
html[lang=es-ES] .customers-access-stores-section ul {
  max-width: 750px;
}
html[lang=es-ES] .start-selling--section .container {
  max-width: 800px;
}
html[lang=es-ES] .ecommerce-fulfillment--section .ecommerce-main--image {
  margin: 0 auto;
  max-width: 1000px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-online-store .container,
  html[lang=es-ES] .sales-tracking-section .container,
  html[lang=es-ES] .multistore-management-section .container,
  html[lang=es-ES] .multistore-management-section + .container,
  html[lang=es-ES] .fulfillment-launch--section .container,
  html[lang=es-ES] .launch-store--section .container,
  html[lang=es-ES] .ecommerce-fulfillment--section .container,
  html[lang=es-ES] .brand-store--section .container,
  html[lang=es-ES] .maximize-efficiency--section.age-verification--solutions.retail-pos .container,
  html[lang=es-ES] .maximize-efficiency--section.age-verification--solutions.retail-pos.img-first .container {
    max-width: 1600px;
  }
  html[lang=es-ES] .os-banner--section .container {
    max-width: 1800px;
  }
  html[lang=es-ES] .shopping-experience-section .container {
    max-width: 1260px;
  }
  html[lang=es-ES] .automated-fulfillment-section .container,
  html[lang=es-ES] .save-time--section .container {
    max-width: 1450px;
  }
  html[lang=es-ES] .multistore-management-section .description, html[lang=es-ES] .multistore-management-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .multistore-management-section .page-numbers, html[lang=es-ES] .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .multistore-management-section .content, html[lang=es-ES] .multistore-management-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .multistore-management-section .latest-post-title, html[lang=es-ES] .multistore-management-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .multistore-management-section a.dropdown-item,
  html[lang=es-ES] .ftx-commerce-demo-section .container {
    max-width: 1200px;
  }
  html[lang=es-ES] .customers-access-stores-section ul {
    max-width: 1000px;
  }
  html[lang=es-ES] .start-selling--section .container {
    max-width: 850px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .customers-access-stores-section ul {
    margin: 30px auto 0;
  }
}
@media (max-width: 575px) {
  html[lang=es-ES] .customers-access-stores-section ul {
    margin: 50px auto 0;
  }
}
@media (max-width: 390px) {
  html[lang=es-ES] .customers-access-stores-section ul {
    margin: 60px auto 0;
  }
}

.cta-popup .online-store--start-sell_form.wpforms-container input,
.online-store--start-sell_form.wpforms-container input {
  background: #002532 !important;
  border-radius: 50px !important;
  padding: 10px 15px !important;
  border-color: #002532 !important;
  color: #fff !important;
}
.cta-popup .online-store--start-sell_form.wpforms-container input::-moz-placeholder, .online-store--start-sell_form.wpforms-container input::-moz-placeholder {
  color: #fff !important;
}
.cta-popup .online-store--start-sell_form.wpforms-container input::placeholder,
.online-store--start-sell_form.wpforms-container input::placeholder {
  color: #fff !important;
}
.cta-popup .online-store--start-sell_form.wpforms-container button[type=submit],
.online-store--start-sell_form.wpforms-container button[type=submit] {
  background: #51B949 !important;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25) !important;
  color: #fff !important;
  align-items: center;
}
.cta-popup .online-store--start-sell_form.wpforms-container button[type=submit]:hover,
.online-store--start-sell_form.wpforms-container button[type=submit]:hover {
  background: #002530 !important;
}

.page-template-view-all-blog .main,
.page-template-template-blog .main {
  overflow: visible;
}
.page-template-view-all-blog .top-inner-section,
.page-template-template-blog .top-inner-section {
  height: 320px;
  padding-top: 0;
}
.page-template-view-all-blog .top-inner-section .blog-subtitle, .page-template-view-all-blog .top-inner-section .blog-title,
.page-template-template-blog .top-inner-section .blog-subtitle,
.page-template-template-blog .top-inner-section .blog-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
}
.page-template-view-all-blog .top-inner-section .blog-subtitle,
.page-template-template-blog .top-inner-section .blog-subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .page-template-view-all-blog .top-inner-section .blog-subtitle,
  .page-template-template-blog .top-inner-section .blog-subtitle {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
.page-template-view-all-blog .top-inner-section .blog-title,
.page-template-template-blog .top-inner-section .blog-title {
  color: #077ABC;
  font-weight: bold;
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 45px;
  color: #ffffff;
}
.page-template-view-all-blog .top-inner-section .blog-title span,
.page-template-template-blog .top-inner-section .blog-title span {
  color: #1C244B;
}
@media (min-width: 1921px) {
  .page-template-view-all-blog .top-inner-section .blog-title,
  .page-template-template-blog .top-inner-section .blog-title {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 65px;
  }
}
.page-template-view-all-blog .top-inner-section .blog-description,
.page-template-template-blog .top-inner-section .blog-description {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .page-template-view-all-blog .top-inner-section,
  .page-template-template-blog .top-inner-section {
    height: 252px;
  }
}
@media (max-width: 767px) {
  .page-template-view-all-blog .top-inner-section,
  .page-template-template-blog .top-inner-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-view-all-blog .top-inner-section .blog-title,
  .page-template-template-blog .top-inner-section .blog-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.page-template-template-blog .site-content p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}
@media (min-width: 1921px) {
  .page-template-template-blog .site-content p {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-blog .site-content p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .page-template-template-blog .site-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-blog .site-content p {
    margin-bottom: 20px;
  }
}
.page-template-template-blog .site-content a {
  font-weight: 700;
  cursor: pointer;
}
.page-template-template-blog .site-content a.learn-more, .page-template-template-blog .site-content a.learn-more--fill, .page-template-template-blog .site-content a.learn-more.learn-more-get-started {
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-template-template-blog .site-content .recent-article_btn .learn-more:last-child, .page-template-template-blog .site-content .recent-article_btn .learn-more--fill:last-child {
    margin-top: 0 !important;
  }
  .page-template-template-blog .site-content .learn-more, .page-template-template-blog .site-content .learn-more--fill,
  .page-template-template-blog .site-content .learn-more.learn-more-get-started,
  .page-template-template-blog .site-content .btn-blue,
  .page-template-template-blog .site-content .cta-green,
  .page-template-template-blog .site-content .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .page-template-template-blog .site-content .nav-link, .page-template-template-blog .site-content .btn-blue-outline {
    display: block;
    margin: 0 0 20px;
    padding: 15px 20px;
    font-size: 17px;
    font-size: 1.0625rem;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page-template-template-blog .site-content .learn-more:last-child, .page-template-template-blog .site-content .learn-more--fill:last-child,
  .page-template-template-blog .site-content .learn-more.learn-more-get-started:last-child,
  .page-template-template-blog .site-content .btn-blue:last-child,
  .page-template-template-blog .site-content .cta-green:last-child,
  .page-template-template-blog .site-content .pricing-data--table #pricingTab .nav-item .nav-link:last-child,
  .pricing-data--table #pricingTab .nav-item .page-template-template-blog .site-content .nav-link:last-child, .page-template-template-blog .site-content .btn-blue-outline:last-child {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-template-template-blog footer .footer-menu-links a {
  font-weight: 400;
}
.page-template-template-blog .article-post_main a {
  color: #ffffff;
}
.page-template-template-blog .article-post_main a:hover {
  color: #467FF7;
}

.learn-more, .learn-more--fill,
.learn-more-get-started {
  font-weight: 500;
}
@media (max-width: 767px) {
  .learn-more, .learn-more--fill,
  .learn-more-get-started {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-main_title, .blog-main_title > a {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  color: #000000;
  margin: 5px 0 15px 0;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .blog-main_title, .blog-main_title > a {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1440px) {
  .blog-main_title, .blog-main_title > a {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    margin: 5px 0 10px 0;
  }
}

.article-title, .article-title > a {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 37px;
  color: #000000;
  margin: 0 0 10px 0;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .article-title, .article-title > a {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1440px) {
  .article-title, .article-title > a {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .article-title, .article-title > a {
    font-size: 22px;
  }
}

.category-main_menu {
  background: #E8E6E6;
}
@media (min-width: 1921px) {
  .category-main_menu .blog-main-tax-filter .owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
  }
  .category-main_menu .blog-main-tax-filter .owl-item.active {
    width: auto !important;
    padding: 0 20px;
  }
}
.category-main_menu .cat-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .category-main_menu .cat-inner {
    max-width: 2200px;
  }
  .category-main_menu .cat-inner .category-main_menu .cat-inner ul .owl-stage {
    width: 100% !important;
  }
}
.category-main_menu .cat-inner ul {
  text-align: center;
  padding: 20px 40px;
}
.category-main_menu .cat-inner ul .owl-nav button {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.category-main_menu .cat-inner ul .owl-nav button i {
  color: #467FF7;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.category-main_menu .cat-inner ul .owl-nav button.owl-next {
  right: 10px;
  left: auto;
}
.category-main_menu .cat-inner ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  font-weight: 700;
  color: #467FF7 !important;
  text-transform: uppercase;
  padding: 5px 7px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 1921px) {
  .category-main_menu .cat-inner ul li a {
    padding: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.category-main_menu .cat-inner ul li a:hover, .category-main_menu .cat-inner ul li a.active {
  background: #467FF7;
  color: #ffffff !important;
}

.blog-filter--list {
  margin: 0 auto;
}
@media (max-width: 1900px) {
  .blog-filter--list {
    max-width: 90%;
  }
}
@media (max-width: 1440px) {
  .blog-filter--list {
    max-width: calc(100% - 30px);
  }
}
.blog-filter--list .article-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .blog-filter--list .article-list {
    flex-wrap: wrap;
  }
}
.blog-filter--list .article-block.main-archive {
  max-width: 1430px;
  width: 100%;
}
@media (min-width: 1921px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1300px;
  }
}
@media (max-width: 1840px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1290px;
  }
}
@media (max-width: 1680px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1100px;
  }
}
@media (max-width: 1500px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1000px;
  }
}

.article-section {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1366px) {
  .article-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .article-section {
    padding: 30px 0;
  }
}
.article-section .container {
  max-width: 1430px;
}
@media (min-width: 1921px) {
  .article-section .container {
    max-width: 1500px;
  }
}
@media (max-width: 1600px) {
  .article-section .container {
    max-width: calc(100% - 200px);
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .article-section .container {
    max-width: 100%;
  }
}
.article-section .article-filter {
  width: 240px;
  position: absolute;
  left: calc((100% - 1430px) / 2 - 225px);
}
@media (min-width: 1921px) {
  .article-section .article-filter {
    width: 285px;
    left: calc((100% - 1300px) / 2 - 285px);
  }
}
@media (max-width: 1900px) {
  .article-section .article-filter {
    width: 235px;
    left: 0;
    position: unset;
  }
}
@media (max-width: 1366px) {
  .article-section .article-filter {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .article-section .article-filter {
    margin: 0 0 30px 0;
    width: 100%;
    position: unset;
  }
}
.article-section .article-filter .blog-tag-tax-filter.square-list li {
  width: 100%;
}
.article-section .article-filter .blog-tag-tax-filter.square-list li a {
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .article-section .article-filter .blog-tag-tax-filter.square-list li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .article-section .article-filter .blog-tag-tax-filter.square-list h3 {
    font-size: 17px;
  }
  .article-section .article-filter .blog-tag-tax-filter.square-list li a {
    padding: 5px 0 5px 25px;
    margin: 0 10px 0 0;
    line-height: 22px;
    font-size: 17px;
  }
  .article-section .article-filter .blog-tag-tax-filter.square-list li a::before {
    width: 20px;
    height: 20px;
  }
}

.article-block .blogs-filters {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-end;
}
.article-block .blogs-filters .search-forms {
  width: 350px;
  display: flex;
  margin-right: 30px;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.article-block .blogs-filters .search-forms .form-control {
  height: 45px;
  border-radius: 5px;
  padding: 0 100px 0 36px;
  border: 1px solid #ced4da;
  background: url(/wp-content/themes/goftx/dist/images/blog-search-icon.svg) no-repeat left 10px center/16px;
}
.article-block .blogs-filters .search-forms .blog-search {
  top: 0;
  right: 0;
  height: 45px;
  padding: 0 25px;
  font-size: 15px;
  position: absolute;
  color: #ffffff;
  border: 0;
  background: #467FF7;
}
.article-block .blogs-filters .category-filter .btn-group {
  width: 280px;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select {
  height: 45px;
  border-radius: 5px;
  text-align: left !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select::after {
  top: 8px;
  right: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #ffffff url(/wp-content/themes/goftx/dist/images/blog-filter-icon.svg) no-repeat center/12px;
  border: 0;
  padding: 0;
  margin: 0;
  content: "";
  transform: rotate(180deg);
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu {
  width: 100%;
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu .form-check {
  display: flex;
  align-items: center;
  margin: 0;
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu .form-check .form-check-input {
  margin-top: 0;
  margin-right: 10px;
}
.article-block .blogs-filters .category-filter .btn-group.show .custom-select::after {
  transform: rotate(0);
}
@media (max-width: 640px) {
  .article-block .blogs-filters {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .article-block .blogs-filters .search-forms {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .article-block .blogs-filters .category-filter .btn-group {
    width: 100%;
  }
}
.article-block .blogs-filters select::-ms-expand {
  display: none;
}
.article-block.main-archive {
  padding-left: 40px;
}
@media (max-width: 1080px) {
  .article-block.main-archive .article-post_main {
    display: inline-block;
  }
  .article-block.main-archive .article-post_main .article-post_image {
    width: 100%;
  }
  .article-block.main-archive .article-post_main .article-post_content {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .article-block.main-archive .article-post_main .article-post_content ul {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .article-block.main-archive {
    padding-left: 0;
  }
}
.article-block .article-post_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .article-block .article-post_main {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .article-block .article-post_main .article-post_content {
    width: 100%;
  }
}
.article-block .article-post_image {
  width: 58%;
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .article-block .article-post_image {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .article-block .article-post_image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.article-block .article-post_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-block .article-post_content {
  width: calc(42% - 50px);
}
@media (max-width: 1600px) {
  .article-block .article-post_content {
    width: calc(45% - 50px);
  }
}
@media (max-width: 1440px) {
  .article-block .article-post_content {
    width: calc(45% - 30px);
  }
}
@media (max-width: 991px) {
  .article-block .article-post_content {
    width: 50%;
    text-align: center;
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .article-block .article-post_content {
    width: 100%;
  }
  .article-block .article-post_content p {
    font-size: 17px;
    line-height: 25px;
  }
}
.article-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .article-block ul {
    justify-content: center;
    width: 100%;
  }
}
.article-block ul li {
  margin: 0 12px 12px 0;
}
@media (max-width: 1440px) {
  .article-block ul li {
    margin: 0 6px 6px 0;
  }
}
.article-block ul li:last-child {
  margin-right: 0;
}
.article-block ul li a:hover span {
  border-color: #467FF7;
}
.article-block ul li .learn-more, .article-block ul li .learn-more--fill {
  background: transparent;
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  padding: 8px;
  color: #467FF7;
}
@media (min-width: 1921px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 12px;
  }
}
@media (max-width: 1440px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 10px !important;
  }
}
.article-block .popular-articles .article-post_main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.article-block .popular-articles .article-post_main .article-post_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1080px) {
  .article-block .popular-articles .article-post_main .article-post_content {
    margin-top: 0;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main .article-post_content {
    margin-top: 15px;
    justify-content: center;
  }
}
.article-block .popular-articles .blog-main_title {
  margin: 50px 0 35px;
}
@media (max-width: 1440px) {
  .article-block .popular-articles .blog-main_title {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 1080px) {
  .article-block .popular-articles .blog-main_title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .blog-main_title {
    text-align: center;
    margin: 20px 0 0;
  }
}
.article-block .popular-articles .article-post_content {
  width: calc(33.3333333333% - 60px);
  margin-left: 90px;
}
.article-block .popular-articles .article-post_content:first-child {
  margin: 0;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_content:first-child {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .article-block .popular-articles .article-post_content {
    width: calc(33.3333333333% - 30px);
    margin-left: 45px;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_content {
    width: 48%;
    text-align: center;
    margin: 20px 2% 0;
  }
}
@media (max-width: 767px) {
  .article-block .popular-articles .article-post_content {
    width: 100%;
    margin: 20px 0 0;
  }
}
.article-block .popular-articles .article-post_main .article-image {
  border-radius: 17px;
  margin: 5px auto 20px auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main .article-image {
    max-width: 450px;
  }
}
.article-block .popular-articles .article-post_main .article-image a {
  display: block;
}
.article-block .popular-articles .article-post_main a {
  color: #467FF7;
  font-weight: 700;
}
.article-block .popular-articles .article-post_main a span svg path {
  stroke: #467FF7;
}

ul.square-list {
  background: #E8E6E6;
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 1919px) {
  ul.square-list {
    padding: 15px;
  }
}
@media (max-width: 1600px) {
  ul.square-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  ul.square-list {
    justify-content: center;
  }
}
ul.square-list li a {
  font-weight: 400;
  color: #000000;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: block;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1600px) {
  ul.square-list li a {
    padding: 5px 0 5px 22px;
    margin: 0 25px 0 0;
  }
}
@media (max-width: 767px) {
  ul.square-list li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
ul.square-list li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  display: block;
  border: 1px solid #467FF7;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  ul.square-list li a::before {
    width: 12px;
    height: 12px;
  }
}
ul.square-list li a.active, ul.square-list li a:hover {
  color: #467FF7;
}
ul.square-list li a.active::before, ul.square-list li a:hover::before {
  background: #467FF7;
}

.article-cta--blog .article-cta {
  margin-left: 30px;
}
@media (max-width: 1600px) {
  .article-cta--blog .article-cta {
    margin-left: 0;
  }
}
.article-cta--blog .container {
  max-width: 970px;
}
@media (max-width: 1600px) {
  .article-cta--blog .container {
    margin-right: auto;
  }
}

.article-cta {
  background: #031136 url(/wp-content/themes/goftx/dist/images/article-cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px 30px;
  text-align: center;
  margin: 50px 0 0;
  border-radius: 17px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .article-cta {
    margin: 40px 0 0;
    padding: 50px 40px 20px;
  }
}
@media (max-width: 991px) {
  .article-cta {
    padding: 30px 20px 10px;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .article-cta {
    background: #031136;
  }
}
@media (max-width: 575px) {
  .article-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.article-cta:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgb(3, 16, 52) 0%, rgb(1, 10, 30) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 17px;
}
.article-cta .blog-main_title {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .article-cta .blog-main_title {
    margin-bottom: 10px;
  }
}
.article-cta_form {
  max-width: 400px;
  width: 100%;
}

.customer-enagement {
  background: #E8E6E6;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 1366px) {
  .customer-enagement {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .customer-enagement {
    padding: 30px 0;
  }
}
.customer-enagement:before {
  content: "";
  display: block;
  background: #E8E6E6;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 135px;
  z-index: -2;
}
@media (max-width: 1440px) {
  .customer-enagement:before {
    bottom: 115px;
  }
}
@media (max-width: 991px) {
  .customer-enagement:before {
    bottom: 95px;
  }
}
@media (max-width: 575px) {
  .customer-enagement:before {
    bottom: 135px;
  }
}
.customer-enagement .article-block.customer-enagement_articles {
  margin-left: 0;
}
@media (max-width: 1600px) {
  .customer-enagement .article-block.customer-enagement_articles {
    margin-left: 0;
  }
}
@media (max-width: 1080px) {
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main {
    display: inline-block;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_image {
    width: 100%;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_content {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_content ul {
    justify-content: center;
    width: 100%;
  }
}
.customer-enagement .article-image {
  border-radius: 17px;
  margin: 5px auto 20px auto;
}
.customer-enagement .article-image a {
  display: inline-block;
}
@media (max-width: 991px) {
  .customer-enagement .article-image {
    max-width: 450px;
    margin: 10px auto;
  }
}
.customer-enagement .article-image img {
  height: auto;
  width: 100%;
}
.customer-enagement .customer-enagement_content {
  width: 810px;
  margin: 0 0 30px 0;
}
@media (max-width: 1080px) {
  .customer-enagement .customer-enagement_content {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.customer-enagement .customer-enagement_content .blog-main_title {
  margin-top: 0;
}

.recent-article_section .blog-main_title {
  margin: 35px 0;
}
@media (max-width: 1440px) {
  .recent-article_section .blog-main_title {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 1080px) {
  .recent-article_section .blog-main_title {
    text-align: center;
  }
}

.recent-article_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .recent-article_block {
    flex-direction: column-reverse;
  }
}
.recent-article_block .recent-article_list {
  width: 55%;
}
@media (max-width: 1080px) {
  .recent-article_block .recent-article_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_list {
    width: 100%;
    margin-bottom: 0;
  }
}
.recent-article_block .recent-article_main {
  width: 45%;
  padding-left: 125px;
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .recent-article_block .recent-article_main {
    padding-left: 80px;
  }
}
@media (max-width: 1440px) {
  .recent-article_block .recent-article_main {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main {
    width: 100%;
    padding-left: 0;
    margin: 0 auto 30px;
    max-width: 510px;
  }
}
.recent-article_block .recent-article_main .recent-article_image {
  width: 100%;
  overflow: hidden;
  border-radius: 17px 17px 0 0;
}
.recent-article_block .recent-article_main .recent-article_image img {
  height: auto;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_image img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recent-article_block .recent-article_main .recent-article_content {
  padding: 20px;
  background: #103178;
  border-radius: 0 0 17px 17px;
}
@media (max-width: 1080px) {
  .recent-article_block .recent-article_main .recent-article_content {
    text-align: center;
  }
}
.recent-article_block .recent-article_main .recent-article_content span {
  color: #F9EEEE;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  color: #F9EEEE;
  margin: 0 0 10px 0;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.6px;
}
@media (min-width: 1921px) {
  .recent-article_block .recent-article_main .recent-article_content span {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .recent-article_block .recent-article_main .recent-article_content span {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.recent-article_block .recent-article_main .recent-article_content h3 {
  color: #fff;
  letter-spacing: 0.6px;
}
.recent-article_block .recent-article_main .recent-article_content p {
  color: #F9EEEE;
  margin: 0 0 10px 0;
}
.recent-article_block .recent-article_main .recent-article_btn {
  margin: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: column;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
  padding: 10px 20px !important;
  background: #467FF7;
  color: #ffffff;
}
@media (min-width: 1921px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
    padding: 15px 20px !important;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill:hover {
  background: transparent;
}
@media (max-width: 1800px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
    padding: 10px 15px !important;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
  background: transparent;
  border: 2px solid #467FF7;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 5px;
  }
}
@media (max-width: 1024px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 0;
    margin-top: 10px;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill:hover {
  background: #467FF7;
  color: #fff;
}

@media (max-width: 991px) {
  .recent-article, .recent-library_section .recent-library {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10px;
  }
}
.recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    margin-bottom: 30px;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    width: 100%;
  }
}
.recent-article .most-recent_item:last-child, .recent-library_section .recent-library .most-recent_item:last-child {
  margin-bottom: 0;
}
.recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
  width: 42%;
  height: 124px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    height: 124px;
  }
}
@media (min-width: 2200px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    height: 156px;
  }
}
@media (max-width: 1440px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 40%;
  }
}
@media (max-width: 1080px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 100%;
    height: auto;
    max-width: 450px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 575px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.recent-article .most-recent_image img, .recent-library_section .recent-library .most-recent_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-article .most-recent_image .overlay, .recent-library_section .recent-library .most-recent_image .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 7px;
}
.recent-article .most-recent_image a:hover, .recent-library_section .recent-library .most-recent_image a:hover {
  color: #467FF7;
  background-color: #ffffff;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.recent-article .most-recent_image:hover .overlay, .recent-library_section .recent-library .most-recent_image:hover .overlay {
  top: 0;
}
.recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
  width: 58%;
  padding-left: 40px;
  padding-right: 10px;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    width: 60%;
    padding-left: 30px;
  }
}
@media (max-width: 1080px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    width: 100%;
    padding-left: 0;
    margin: 15px auto 0;
    text-align: center;
  }
}
.recent-article .most-recent_content ul, .recent-library_section .recent-library .most-recent_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1080px) {
  .recent-article .most-recent_content ul, .recent-library_section .recent-library .most-recent_content ul {
    justify-content: center;
    width: 100%;
  }
}
.recent-article .most-recent_content ul li a:hover span, .recent-library_section .recent-library .most-recent_content ul li a:hover span {
  padding: 5px 8px !important;
  border-color: #467FF7;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_content ul li a:hover span, .recent-library_section .recent-library .most-recent_content ul li a:hover span {
    padding: 10px !important;
  }
}
.recent-article .most-recent_content ul li .learn-more, .recent-library_section .recent-library .most-recent_content ul li .learn-more, .recent-article .most-recent_content ul li .learn-more--fill, .recent-library_section .recent-library .most-recent_content ul li .learn-more--fill {
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  padding: 5px 8px;
  color: #467FF7;
  margin: 0 6px 6px 0;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_content ul li .learn-more, .recent-library_section .recent-library .most-recent_content ul li .learn-more, .recent-article .most-recent_content ul li .learn-more--fill, .recent-library_section .recent-library .most-recent_content ul li .learn-more--fill {
    padding: 5px;
  }
}
.recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title {
  font-weight: 700;
  color: #000;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title {
    margin: 20px 0;
  }
}
.recent-article .most-recent_reading, .recent-library_section .recent-library .most-recent_reading {
  margin: 0;
}

.blog-author {
  padding: 0 0 60px 0;
}
@media (max-width: 1440px) {
  .blog-author {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .blog-author {
    padding: 0 0 30px 0;
  }
}
.blog-author .container {
  max-width: 1320px;
}
@media (min-width: 1921px) {
  .blog-author .container {
    max-width: 1680px;
  }
}
.blog-author .blog-main_title {
  margin: 0 0 50px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .blog-author .blog-main_title {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .blog-author .blog-main_title {
    margin: 0 0 30px 0;
  }
}
.blog-author .author-block {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog-author .author-block {
    max-width: 100%;
  }
}
.blog-author .author-block .author-details {
  margin: 0 auto;
  text-align: center;
}
.blog-author .author-block .author-details_image {
  width: 135px;
  height: 135px;
  overflow: hidden;
  border-radius: 17px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-author .author-block .author-details_image {
    width: 100%;
    text-align: center;
    max-width: 135px;
    margin: 0 auto 15px;
  }
}
.blog-author .author-block .author-details_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 100%;
}
.blog-author .author-block .author-details_content {
  margin: 0 auto;
  text-align: center;
}
.blog-author .author-block .author-details_content h4 {
  font-weight: 700;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
@media (min-width: 1921px) {
  .blog-author .author-block .author-details_content h4 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .blog-author .author-block .author-details_content h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
  }
}
.blog-author .author-block .author-details_content .author-details_designation {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
}
@media (min-width: 1921px) {
  .blog-author .author-block .author-details_content .author-details_designation {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .blog-author .author-block .author-details_content .author-details_designation {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
  }
}
.blog-author .blog-author_quote {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 0;
}
@media (max-width: 1440px) {
  .blog-author .blog-author_quote {
    padding: 40px 0 0;
  }
}
@media (max-width: 991px) {
  .blog-author .blog-author_quote {
    padding: 20px 0 0;
  }
}
.blog-author .blog-author_quote a {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .blog-author .blog-author_quote a {
    padding: 6px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .blog-author .blog-author_quote a {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: block;
    line-height: normal;
    font-size: 17px;
  }
}

.recent-article::-webkit-scrollbar, .recent-library_section .recent-library::-webkit-scrollbar {
  width: 0.2em;
}
.recent-article::-webkit-scrollbar-track, .recent-library_section .recent-library::-webkit-scrollbar-track {
  box-shadow: inset 0px 0px 4px rgba(16, 49, 120, 0.5);
  border-radius: 50px;
}
.recent-article::-webkit-scrollbar-thumb, .recent-library_section .recent-library::-webkit-scrollbar-thumb {
  background-color: rgb(16, 49, 120);
  border-radius: 50px;
}

.article-section_category-bg {
  position: relative;
}
.article-section_category-bg.category-topics:before {
  content: "";
  background: #d0d7de;
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}

.article-section_category-bg.category-topics + .customer-enagement {
  background: transparent;
  padding-bottom: 0;
}
.article-section_category-bg.category-topics + .customer-enagement:before {
  content: none;
}

.page-template-template-blog .pos-solutions {
  padding: 0;
}

.pos-solutions .container {
  max-width: 1620px;
  border-top: 2px solid #E8E6E6;
}
@media (min-width: 1921px) {
  .pos-solutions .container {
    max-width: 1920px;
  }
}
@media (max-width: 1650px) {
  .pos-solutions .container {
    max-width: 94%;
  }
}
.pos-solutions .row {
  padding: 0 90px;
}
@media (max-width: 1650px) {
  .pos-solutions .row {
    padding: 0 40px;
  }
}
@media (max-width: 1440px) {
  .pos-solutions .row {
    padding: 0 20px;
  }
}
@media (max-width: 1080px) {
  .pos-solutions .pos-solutions_title {
    text-align: center;
  }
}
.pos-solutions .pos-solutions_title p {
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  margin: 30px 0 50px;
  padding: 10px 40px;
  border-color: #467FF7;
  background-color: #467FF7;
  display: inline-block;
}
@media (max-width: 1366px) {
  .pos-solutions .pos-solutions_title p {
    margin: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_title p {
    margin: 30px 0;
  }
}
.pos-solutions .pos-solutions_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .pos-solutions .pos-solutions_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_block {
    margin-bottom: 30px;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: #E8E6E6;
  border-radius: 6px;
  padding: 10px;
}
.pos-solutions .pos-solutions_block .pos-solutions_data {
  width: calc(100% - 86px);
  padding-left: 20px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .pos-solutions .pos-solutions_block .pos-solutions_data {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 15px;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data a {
  font-weight: 700;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data p {
  color: #000;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3 {
  margin: 0;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3 span {
  font-style: italic;
  color: #D30505;
  text-transform: uppercase;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_block .pos-solutions_data h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: normal;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_data p {
  margin: 6px 0;
}
.pos-solutions .pos-solutions_block .pos-solutions_data a {
  color: #467FF7;
}
.pos-solutions .pos-solutions_block .pos-solutions_data a span svg path {
  stroke: #467FF7;
}

a.recent-load-more {
  margin: 20px 0 0;
  padding: 6px 15px;
}

.page-template-template-blog .subscribe-form--footer {
  padding-top: 60px;
}
@media (min-width: 1921px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 80px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 30px;
  }
}
.page-template-template-blog .subscribe-form--footer .article-cta {
  margin: 0;
}

.category-topics .article-block .popular-articles .article-post_main {
  padding-top: 50px;
}
@media (max-width: 1366px) {
  .category-topics .article-block .popular-articles .article-post_main {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .category-topics .article-block .popular-articles .article-post_main {
    padding-top: 30px;
  }
}
.category-topics .article-block .popular-articles .blog-main_title {
  display: none;
}

@media (max-width: 1600px) {
  .customer-enagement .container {
    margin-right: auto;
  }
}

.article-section_category-bg.category-topics + .customer-enagement .recent-article_section h2.blog-main_title {
  margin-top: 0;
}

.all-blogs-main.popular-articles .all-blogs-content.article-post_main {
  justify-content: flex-start;
  align-items: flex-start;
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main strong.learn-more, .all-blogs-main.popular-articles .all-blogs-content.article-post_main strong.learn-more--fill {
  cursor: pointer;
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
    width: 46%;
    margin: 0 2% 30px;
  }
}
@media (max-width: 575px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
    width: 100%;
    margin: 0 0 20px;
  }
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 991px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
    margin-left: 2%;
  }
}
@media (max-width: 575px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
    margin-left: 0;
  }
}

.page-template-view-all-blog a.view-all-load-more {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-view-all-blog a.view-all-load-more {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .page-template-view-all-blog a.view-all-load-more .learn-more, .page-template-view-all-blog a.view-all-load-more .learn-more--fill {
    display: block;
    font-size: 17px;
  }
}

.all-blogs-main .all-blogs-content.article-post_main {
  flex-wrap: wrap;
}

.load-more-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.article-block.main-archive .loader-img {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .article-block.main-archive .loader-img {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .article-block.main-archive .loader-img {
    min-height: 1px;
    padding-bottom: 30px;
  }
}

.tax-library-category .library-article--list .article-cta,
.single-post .site-content--blog-post .article-cta,
.page-template-template-blog .article-cta--blog .article-cta,
.post-type-archive-library .article-cta--bg .article-cta {
  background: #031136;
  padding: 20px 20px 0;
  text-align: center;
  margin: 50px 0 0;
  border-radius: 17px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tax-library-category .library-article--list .article-cta .blog-main_title,
.single-post .site-content--blog-post .article-cta .blog-main_title,
.page-template-template-blog .article-cta--blog .article-cta .blog-main_title,
.post-type-archive-library .article-cta--bg .article-cta .blog-main_title {
  color: #ffffff;
  width: calc(100% - 500px);
  padding-right: 50px;
}
@media (max-width: 991px) {
  .tax-library-category .library-article--list .article-cta .blog-main_title,
  .single-post .site-content--blog-post .article-cta .blog-main_title,
  .page-template-template-blog .article-cta--blog .article-cta .blog-main_title,
  .post-type-archive-library .article-cta--bg .article-cta .blog-main_title {
    width: 100%;
    padding-right: 0;
  }
}
.tax-library-category .library-article--list .article-cta_form,
.single-post .site-content--blog-post .article-cta_form,
.page-template-template-blog .article-cta--blog .article-cta_form,
.post-type-archive-library .article-cta--bg .article-cta_form {
  max-width: 500px;
  width: 100%;
}

.single-post .site-content--blog-post .article-list .container .library-article--list .container,
.post-type-archive-library .article-cta--bg .container {
  max-width: 970px;
}

/* View all filter li css by shail */
.all-blog {
  width: 100%;
  margin-bottom: 30px;
}
.all-blog ul {
  justify-content: center;
  gap: 20px;
}
.all-blog li {
  cursor: pointer;
  background: transparent;
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1rem;
  padding: 10px 15px;
  margin: 0 !important;
  font-weight: 600;
}
.all-blog li:hover, .all-blog li.active {
  color: #ffffff;
  border-color: #467FF7;
  background-color: #467FF7;
}
@media (max-width: 767px) {
  .all-blog li {
    font-size: 17px;
    padding: 10px;
  }
}

.tip-inner {
  background-color: #e6f4ff;
  padding: 30px;
  border-radius: 10px;
}
.tip-inner .cta-title {
  padding-left: 10px;
}
.tip-inner .tip-cta {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
  color: #1A2449;
  font-weight: 600;
  border-bottom: 2px solid #81d5fb;
  margin-bottom: 20px;
}
.tip-inner .tip-cta img {
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .post-template-default p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .post-template-default .blog-single-content h2 {
    font-size: 28px !important;
  }
  .post-template-default .blog-single-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .post-template-default .blog-single-content ul li {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .post-template-default ul li a {
    font-size: 17px !important;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .post-template-default .faq-section .accordion .card .card-header button {
    font-size: 18px !important;
  }
}

@media (max-width: 1600px) {
  html[lang=es-ES] .article-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  html[lang=es-ES] .article-title a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
}
html[lang=es-ES] .blog-tag-tax-filter h3 {
  font-size: 17px;
}
@media (max-width: 1024px) {
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main {
    display: inline-block;
    text-align: center;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content:last-child {
    margin-bottom: 0 !important;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content ul {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main {
    display: flex;
  }
}
html[lang=es-ES] .blog-main-tax-filter.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-footer--form.wpforms-container .wpforms-submit-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 1080px) {
  .blog-form-main .blog-form-inner .form-content .blog-main_title br {
    display: none;
  }
}

@media (min-width: 1921px) {
  ul.blog-main-tax-filter.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage {
    width: 100% !important;
  }
}
.page-template-template-blog .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit], .single.single-post .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit] {
  background: #467FF7 !important;
}
.page-template-template-blog .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit]:hover, .single.single-post .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit]:hover {
  background: #1a48a5 !important;
}

.article-block .popular-articles .article-post_main .arrow-link span svg {
  top: 1px;
}

.article-block.customer-enagement_articles .popular-articles .article-post_main .arrow-link span svg {
  top: 2px;
}

.pos-solutions .pos-solutions_block .pos-solutions_data a.arrow-link span svg {
  top: 2px;
}

.table-of-content .article-title span svg {
  width: 22px;
  height: auto;
  transform: rotate(180deg);
}

.recent-library_section .recent-library .most-recent_image a.arrow-link,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link {
  color: #fff;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span {
  display: inline-flex;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span svg,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span svg {
  width: 16px;
  top: 1px;
  position: relative;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span svg path,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span svg path {
  fill: #fff;
  stroke: #fff;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link:hover,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link:hover {
  color: #467FF7;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link:hover span svg path,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link:hover span svg path {
  fill: #467FF7;
  stroke: #467FF7;
}

.page-template-view-all-blog .main,
.page-template-template-blog .main {
  overflow: visible;
}
.page-template-view-all-blog .top-inner-section,
.page-template-template-blog .top-inner-section {
  height: 320px;
  padding-top: 0;
}
.page-template-view-all-blog .top-inner-section .blog-subtitle, .page-template-view-all-blog .top-inner-section .blog-title,
.page-template-template-blog .top-inner-section .blog-subtitle,
.page-template-template-blog .top-inner-section .blog-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
}
.page-template-view-all-blog .top-inner-section .blog-subtitle,
.page-template-template-blog .top-inner-section .blog-subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .page-template-view-all-blog .top-inner-section .blog-subtitle,
  .page-template-template-blog .top-inner-section .blog-subtitle {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
.page-template-view-all-blog .top-inner-section .blog-title,
.page-template-template-blog .top-inner-section .blog-title {
  color: #077ABC;
  font-weight: bold;
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 45px;
  color: #ffffff;
}
.page-template-view-all-blog .top-inner-section .blog-title span,
.page-template-template-blog .top-inner-section .blog-title span {
  color: #1C244B;
}
@media (min-width: 1921px) {
  .page-template-view-all-blog .top-inner-section .blog-title,
  .page-template-template-blog .top-inner-section .blog-title {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 65px;
  }
}
.page-template-view-all-blog .top-inner-section .blog-description,
.page-template-template-blog .top-inner-section .blog-description {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .page-template-view-all-blog .top-inner-section,
  .page-template-template-blog .top-inner-section {
    height: 252px;
  }
}
@media (max-width: 767px) {
  .page-template-view-all-blog .top-inner-section,
  .page-template-template-blog .top-inner-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-view-all-blog .top-inner-section .blog-title,
  .page-template-template-blog .top-inner-section .blog-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.page-template-template-blog .site-content p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}
@media (min-width: 1921px) {
  .page-template-template-blog .site-content p {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-blog .site-content p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .page-template-template-blog .site-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-blog .site-content p {
    margin-bottom: 20px;
  }
}
.page-template-template-blog .site-content a {
  font-weight: 700;
  cursor: pointer;
}
.page-template-template-blog .site-content a.learn-more, .page-template-template-blog .site-content a.learn-more--fill, .page-template-template-blog .site-content a.learn-more.learn-more-get-started {
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-template-template-blog .site-content .recent-article_btn .learn-more:last-child, .page-template-template-blog .site-content .recent-article_btn .learn-more--fill:last-child {
    margin-top: 0 !important;
  }
  .page-template-template-blog .site-content .learn-more, .page-template-template-blog .site-content .learn-more--fill,
  .page-template-template-blog .site-content .learn-more.learn-more-get-started,
  .page-template-template-blog .site-content .btn-blue,
  .page-template-template-blog .site-content .cta-green,
  .page-template-template-blog .site-content .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .page-template-template-blog .site-content .nav-link, .page-template-template-blog .site-content .btn-blue-outline {
    display: block;
    margin: 0 0 20px;
    padding: 15px 20px;
    font-size: 17px;
    font-size: 1.0625rem;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page-template-template-blog .site-content .learn-more:last-child, .page-template-template-blog .site-content .learn-more--fill:last-child,
  .page-template-template-blog .site-content .learn-more.learn-more-get-started:last-child,
  .page-template-template-blog .site-content .btn-blue:last-child,
  .page-template-template-blog .site-content .cta-green:last-child,
  .page-template-template-blog .site-content .pricing-data--table #pricingTab .nav-item .nav-link:last-child,
  .pricing-data--table #pricingTab .nav-item .page-template-template-blog .site-content .nav-link:last-child, .page-template-template-blog .site-content .btn-blue-outline:last-child {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-template-template-blog footer .footer-menu-links a {
  font-weight: 400;
}
.page-template-template-blog .article-post_main a {
  color: #ffffff;
}
.page-template-template-blog .article-post_main a:hover {
  color: #467FF7;
}

.learn-more, .learn-more--fill,
.learn-more-get-started {
  font-weight: 500;
}
@media (max-width: 767px) {
  .learn-more, .learn-more--fill,
  .learn-more-get-started {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-main_title, .blog-main_title > a {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  color: #000000;
  margin: 5px 0 15px 0;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .blog-main_title, .blog-main_title > a {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1440px) {
  .blog-main_title, .blog-main_title > a {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    margin: 5px 0 10px 0;
  }
}

.article-title, .article-title > a {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 37px;
  color: #000000;
  margin: 0 0 10px 0;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .article-title, .article-title > a {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1440px) {
  .article-title, .article-title > a {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .article-title, .article-title > a {
    font-size: 22px;
  }
}

.category-main_menu {
  background: #E8E6E6;
}
@media (min-width: 1921px) {
  .category-main_menu .blog-main-tax-filter .owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
  }
  .category-main_menu .blog-main-tax-filter .owl-item.active {
    width: auto !important;
    padding: 0 20px;
  }
}
.category-main_menu .cat-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .category-main_menu .cat-inner {
    max-width: 2200px;
  }
  .category-main_menu .cat-inner .category-main_menu .cat-inner ul .owl-stage {
    width: 100% !important;
  }
}
.category-main_menu .cat-inner ul {
  text-align: center;
  padding: 20px 40px;
}
.category-main_menu .cat-inner ul .owl-nav button {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.category-main_menu .cat-inner ul .owl-nav button i {
  color: #467FF7;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.category-main_menu .cat-inner ul .owl-nav button.owl-next {
  right: 10px;
  left: auto;
}
.category-main_menu .cat-inner ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  font-weight: 700;
  color: #467FF7 !important;
  text-transform: uppercase;
  padding: 5px 7px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 1921px) {
  .category-main_menu .cat-inner ul li a {
    padding: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.category-main_menu .cat-inner ul li a:hover, .category-main_menu .cat-inner ul li a.active {
  background: #467FF7;
  color: #ffffff !important;
}

.blog-filter--list {
  margin: 0 auto;
}
@media (max-width: 1900px) {
  .blog-filter--list {
    max-width: 90%;
  }
}
@media (max-width: 1440px) {
  .blog-filter--list {
    max-width: calc(100% - 30px);
  }
}
.blog-filter--list .article-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .blog-filter--list .article-list {
    flex-wrap: wrap;
  }
}
.blog-filter--list .article-block.main-archive {
  max-width: 1430px;
  width: 100%;
}
@media (min-width: 1921px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1300px;
  }
}
@media (max-width: 1840px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1290px;
  }
}
@media (max-width: 1680px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1100px;
  }
}
@media (max-width: 1500px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1000px;
  }
}

.article-section {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1366px) {
  .article-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .article-section {
    padding: 30px 0;
  }
}
.article-section .container {
  max-width: 1430px;
}
@media (min-width: 1921px) {
  .article-section .container {
    max-width: 1500px;
  }
}
@media (max-width: 1600px) {
  .article-section .container {
    max-width: calc(100% - 200px);
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .article-section .container {
    max-width: 100%;
  }
}
.article-section .article-filter {
  width: 240px;
  position: absolute;
  left: calc((100% - 1430px) / 2 - 225px);
}
@media (min-width: 1921px) {
  .article-section .article-filter {
    width: 285px;
    left: calc((100% - 1300px) / 2 - 285px);
  }
}
@media (max-width: 1900px) {
  .article-section .article-filter {
    width: 235px;
    left: 0;
    position: unset;
  }
}
@media (max-width: 1366px) {
  .article-section .article-filter {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .article-section .article-filter {
    margin: 0 0 30px 0;
    width: 100%;
    position: unset;
  }
}
.article-section .article-filter .blog-tag-tax-filter.square-list li {
  width: 100%;
}
.article-section .article-filter .blog-tag-tax-filter.square-list li a {
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .article-section .article-filter .blog-tag-tax-filter.square-list li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .article-section .article-filter .blog-tag-tax-filter.square-list h3 {
    font-size: 17px;
  }
  .article-section .article-filter .blog-tag-tax-filter.square-list li a {
    padding: 5px 0 5px 25px;
    margin: 0 10px 0 0;
    line-height: 22px;
    font-size: 17px;
  }
  .article-section .article-filter .blog-tag-tax-filter.square-list li a::before {
    width: 20px;
    height: 20px;
  }
}

.article-block .blogs-filters {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-end;
}
.article-block .blogs-filters .search-forms {
  width: 350px;
  display: flex;
  margin-right: 30px;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.article-block .blogs-filters .search-forms .form-control {
  height: 45px;
  border-radius: 5px;
  padding: 0 100px 0 36px;
  border: 1px solid #ced4da;
  background: url(/wp-content/themes/goftx/dist/images/blog-search-icon.svg) no-repeat left 10px center/16px;
}
.article-block .blogs-filters .search-forms .blog-search {
  top: 0;
  right: 0;
  height: 45px;
  padding: 0 25px;
  font-size: 15px;
  position: absolute;
  color: #ffffff;
  border: 0;
  background: #467FF7;
}
.article-block .blogs-filters .category-filter .btn-group {
  width: 280px;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select {
  height: 45px;
  border-radius: 5px;
  text-align: left !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select::after {
  top: 8px;
  right: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #ffffff url(/wp-content/themes/goftx/dist/images/blog-filter-icon.svg) no-repeat center/12px;
  border: 0;
  padding: 0;
  margin: 0;
  content: "";
  transform: rotate(180deg);
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu {
  width: 100%;
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu .form-check {
  display: flex;
  align-items: center;
  margin: 0;
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu .form-check .form-check-input {
  margin-top: 0;
  margin-right: 10px;
}
.article-block .blogs-filters .category-filter .btn-group.show .custom-select::after {
  transform: rotate(0);
}
@media (max-width: 640px) {
  .article-block .blogs-filters {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .article-block .blogs-filters .search-forms {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .article-block .blogs-filters .category-filter .btn-group {
    width: 100%;
  }
}
.article-block .blogs-filters select::-ms-expand {
  display: none;
}
.article-block.main-archive {
  padding-left: 40px;
}
@media (max-width: 1080px) {
  .article-block.main-archive .article-post_main {
    display: inline-block;
  }
  .article-block.main-archive .article-post_main .article-post_image {
    width: 100%;
  }
  .article-block.main-archive .article-post_main .article-post_content {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .article-block.main-archive .article-post_main .article-post_content ul {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .article-block.main-archive {
    padding-left: 0;
  }
}
.article-block .article-post_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .article-block .article-post_main {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .article-block .article-post_main .article-post_content {
    width: 100%;
  }
}
.article-block .article-post_image {
  width: 58%;
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .article-block .article-post_image {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .article-block .article-post_image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.article-block .article-post_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-block .article-post_content {
  width: calc(42% - 50px);
}
@media (max-width: 1600px) {
  .article-block .article-post_content {
    width: calc(45% - 50px);
  }
}
@media (max-width: 1440px) {
  .article-block .article-post_content {
    width: calc(45% - 30px);
  }
}
@media (max-width: 991px) {
  .article-block .article-post_content {
    width: 50%;
    text-align: center;
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .article-block .article-post_content {
    width: 100%;
  }
  .article-block .article-post_content p {
    font-size: 17px;
    line-height: 25px;
  }
}
.article-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .article-block ul {
    justify-content: center;
    width: 100%;
  }
}
.article-block ul li {
  margin: 0 12px 12px 0;
}
@media (max-width: 1440px) {
  .article-block ul li {
    margin: 0 6px 6px 0;
  }
}
.article-block ul li:last-child {
  margin-right: 0;
}
.article-block ul li a:hover span {
  border-color: #467FF7;
}
.article-block ul li .learn-more, .article-block ul li .learn-more--fill {
  background: transparent;
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  padding: 8px;
  color: #467FF7;
}
@media (min-width: 1921px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 12px;
  }
}
@media (max-width: 1440px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 10px !important;
  }
}
.article-block .popular-articles .article-post_main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.article-block .popular-articles .article-post_main .article-post_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1080px) {
  .article-block .popular-articles .article-post_main .article-post_content {
    margin-top: 0;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main .article-post_content {
    margin-top: 15px;
    justify-content: center;
  }
}
.article-block .popular-articles .blog-main_title {
  margin: 50px 0 35px;
}
@media (max-width: 1440px) {
  .article-block .popular-articles .blog-main_title {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 1080px) {
  .article-block .popular-articles .blog-main_title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .blog-main_title {
    text-align: center;
    margin: 20px 0 0;
  }
}
.article-block .popular-articles .article-post_content {
  width: calc(33.3333333333% - 60px);
  margin-left: 90px;
}
.article-block .popular-articles .article-post_content:first-child {
  margin: 0;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_content:first-child {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .article-block .popular-articles .article-post_content {
    width: calc(33.3333333333% - 30px);
    margin-left: 45px;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_content {
    width: 48%;
    text-align: center;
    margin: 20px 2% 0;
  }
}
@media (max-width: 767px) {
  .article-block .popular-articles .article-post_content {
    width: 100%;
    margin: 20px 0 0;
  }
}
.article-block .popular-articles .article-post_main .article-image {
  border-radius: 17px;
  margin: 5px auto 20px auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main .article-image {
    max-width: 450px;
  }
}
.article-block .popular-articles .article-post_main .article-image a {
  display: block;
}
.article-block .popular-articles .article-post_main a {
  color: #467FF7;
  font-weight: 700;
}
.article-block .popular-articles .article-post_main a span svg path {
  stroke: #467FF7;
}

ul.square-list {
  background: #E8E6E6;
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 1919px) {
  ul.square-list {
    padding: 15px;
  }
}
@media (max-width: 1600px) {
  ul.square-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  ul.square-list {
    justify-content: center;
  }
}
ul.square-list li a {
  font-weight: 400;
  color: #000000;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: block;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1600px) {
  ul.square-list li a {
    padding: 5px 0 5px 22px;
    margin: 0 25px 0 0;
  }
}
@media (max-width: 767px) {
  ul.square-list li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
ul.square-list li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  display: block;
  border: 1px solid #467FF7;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  ul.square-list li a::before {
    width: 12px;
    height: 12px;
  }
}
ul.square-list li a.active, ul.square-list li a:hover {
  color: #467FF7;
}
ul.square-list li a.active::before, ul.square-list li a:hover::before {
  background: #467FF7;
}

.article-cta--blog .article-cta {
  margin-left: 30px;
}
@media (max-width: 1600px) {
  .article-cta--blog .article-cta {
    margin-left: 0;
  }
}
.article-cta--blog .container {
  max-width: 970px;
}
@media (max-width: 1600px) {
  .article-cta--blog .container {
    margin-right: auto;
  }
}

.article-cta {
  background: #031136 url(/wp-content/themes/goftx/dist/images/article-cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px 30px;
  text-align: center;
  margin: 50px 0 0;
  border-radius: 17px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .article-cta {
    margin: 40px 0 0;
    padding: 50px 40px 20px;
  }
}
@media (max-width: 991px) {
  .article-cta {
    padding: 30px 20px 10px;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .article-cta {
    background: #031136;
  }
}
@media (max-width: 575px) {
  .article-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.article-cta:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgb(3, 16, 52) 0%, rgb(1, 10, 30) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 17px;
}
.article-cta .blog-main_title {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .article-cta .blog-main_title {
    margin-bottom: 10px;
  }
}
.article-cta_form {
  max-width: 400px;
  width: 100%;
}

.customer-enagement {
  background: #E8E6E6;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 1366px) {
  .customer-enagement {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .customer-enagement {
    padding: 30px 0;
  }
}
.customer-enagement:before {
  content: "";
  display: block;
  background: #E8E6E6;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 135px;
  z-index: -2;
}
@media (max-width: 1440px) {
  .customer-enagement:before {
    bottom: 115px;
  }
}
@media (max-width: 991px) {
  .customer-enagement:before {
    bottom: 95px;
  }
}
@media (max-width: 575px) {
  .customer-enagement:before {
    bottom: 135px;
  }
}
.customer-enagement .article-block.customer-enagement_articles {
  margin-left: 0;
}
@media (max-width: 1600px) {
  .customer-enagement .article-block.customer-enagement_articles {
    margin-left: 0;
  }
}
@media (max-width: 1080px) {
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main {
    display: inline-block;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_image {
    width: 100%;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_content {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_content ul {
    justify-content: center;
    width: 100%;
  }
}
.customer-enagement .article-image {
  border-radius: 17px;
  margin: 5px auto 20px auto;
}
.customer-enagement .article-image a {
  display: inline-block;
}
@media (max-width: 991px) {
  .customer-enagement .article-image {
    max-width: 450px;
    margin: 10px auto;
  }
}
.customer-enagement .article-image img {
  height: auto;
  width: 100%;
}
.customer-enagement .customer-enagement_content {
  width: 810px;
  margin: 0 0 30px 0;
}
@media (max-width: 1080px) {
  .customer-enagement .customer-enagement_content {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.customer-enagement .customer-enagement_content .blog-main_title {
  margin-top: 0;
}

.recent-article_section .blog-main_title {
  margin: 35px 0;
}
@media (max-width: 1440px) {
  .recent-article_section .blog-main_title {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 1080px) {
  .recent-article_section .blog-main_title {
    text-align: center;
  }
}

.recent-article_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .recent-article_block {
    flex-direction: column-reverse;
  }
}
.recent-article_block .recent-article_list {
  width: 55%;
}
@media (max-width: 1080px) {
  .recent-article_block .recent-article_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_list {
    width: 100%;
    margin-bottom: 0;
  }
}
.recent-article_block .recent-article_main {
  width: 45%;
  padding-left: 125px;
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .recent-article_block .recent-article_main {
    padding-left: 80px;
  }
}
@media (max-width: 1440px) {
  .recent-article_block .recent-article_main {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main {
    width: 100%;
    padding-left: 0;
    margin: 0 auto 30px;
    max-width: 510px;
  }
}
.recent-article_block .recent-article_main .recent-article_image {
  width: 100%;
  overflow: hidden;
  border-radius: 17px 17px 0 0;
}
.recent-article_block .recent-article_main .recent-article_image img {
  height: auto;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_image img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recent-article_block .recent-article_main .recent-article_content {
  padding: 20px;
  background: #103178;
  border-radius: 0 0 17px 17px;
}
@media (max-width: 1080px) {
  .recent-article_block .recent-article_main .recent-article_content {
    text-align: center;
  }
}
.recent-article_block .recent-article_main .recent-article_content span {
  color: #F9EEEE;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  color: #F9EEEE;
  margin: 0 0 10px 0;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.6px;
}
@media (min-width: 1921px) {
  .recent-article_block .recent-article_main .recent-article_content span {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .recent-article_block .recent-article_main .recent-article_content span {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.recent-article_block .recent-article_main .recent-article_content h3 {
  color: #fff;
  letter-spacing: 0.6px;
}
.recent-article_block .recent-article_main .recent-article_content p {
  color: #F9EEEE;
  margin: 0 0 10px 0;
}
.recent-article_block .recent-article_main .recent-article_btn {
  margin: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: column;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
  padding: 10px 20px !important;
  background: #467FF7;
  color: #ffffff;
}
@media (min-width: 1921px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
    padding: 15px 20px !important;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill:hover {
  background: transparent;
}
@media (max-width: 1800px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
    padding: 10px 15px !important;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
  background: transparent;
  border: 2px solid #467FF7;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 5px;
  }
}
@media (max-width: 1024px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 0;
    margin-top: 10px;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill:hover {
  background: #467FF7;
  color: #fff;
}

@media (max-width: 991px) {
  .recent-article, .recent-library_section .recent-library {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10px;
  }
}
.recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    margin-bottom: 30px;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    width: 100%;
  }
}
.recent-article .most-recent_item:last-child, .recent-library_section .recent-library .most-recent_item:last-child {
  margin-bottom: 0;
}
.recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
  width: 42%;
  height: 124px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    height: 124px;
  }
}
@media (min-width: 2200px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    height: 156px;
  }
}
@media (max-width: 1440px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 40%;
  }
}
@media (max-width: 1080px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 100%;
    height: auto;
    max-width: 450px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 575px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.recent-article .most-recent_image img, .recent-library_section .recent-library .most-recent_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-article .most-recent_image .overlay, .recent-library_section .recent-library .most-recent_image .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 7px;
}
.recent-article .most-recent_image a:hover, .recent-library_section .recent-library .most-recent_image a:hover {
  color: #467FF7;
  background-color: #ffffff;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.recent-article .most-recent_image:hover .overlay, .recent-library_section .recent-library .most-recent_image:hover .overlay {
  top: 0;
}
.recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
  width: 58%;
  padding-left: 40px;
  padding-right: 10px;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    width: 60%;
    padding-left: 30px;
  }
}
@media (max-width: 1080px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    width: 100%;
    padding-left: 0;
    margin: 15px auto 0;
    text-align: center;
  }
}
.recent-article .most-recent_content ul, .recent-library_section .recent-library .most-recent_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1080px) {
  .recent-article .most-recent_content ul, .recent-library_section .recent-library .most-recent_content ul {
    justify-content: center;
    width: 100%;
  }
}
.recent-article .most-recent_content ul li a:hover span, .recent-library_section .recent-library .most-recent_content ul li a:hover span {
  padding: 5px 8px !important;
  border-color: #467FF7;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_content ul li a:hover span, .recent-library_section .recent-library .most-recent_content ul li a:hover span {
    padding: 10px !important;
  }
}
.recent-article .most-recent_content ul li .learn-more, .recent-library_section .recent-library .most-recent_content ul li .learn-more, .recent-article .most-recent_content ul li .learn-more--fill, .recent-library_section .recent-library .most-recent_content ul li .learn-more--fill {
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  padding: 5px 8px;
  color: #467FF7;
  margin: 0 6px 6px 0;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_content ul li .learn-more, .recent-library_section .recent-library .most-recent_content ul li .learn-more, .recent-article .most-recent_content ul li .learn-more--fill, .recent-library_section .recent-library .most-recent_content ul li .learn-more--fill {
    padding: 5px;
  }
}
.recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title {
  font-weight: 700;
  color: #000;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title {
    margin: 20px 0;
  }
}
.recent-article .most-recent_reading, .recent-library_section .recent-library .most-recent_reading {
  margin: 0;
}

.blog-author {
  padding: 0 0 60px 0;
}
@media (max-width: 1440px) {
  .blog-author {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .blog-author {
    padding: 0 0 30px 0;
  }
}
.blog-author .container {
  max-width: 1320px;
}
@media (min-width: 1921px) {
  .blog-author .container {
    max-width: 1680px;
  }
}
.blog-author .blog-main_title {
  margin: 0 0 50px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .blog-author .blog-main_title {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .blog-author .blog-main_title {
    margin: 0 0 30px 0;
  }
}
.blog-author .author-block {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog-author .author-block {
    max-width: 100%;
  }
}
.blog-author .author-block .author-details {
  margin: 0 auto;
  text-align: center;
}
.blog-author .author-block .author-details_image {
  width: 135px;
  height: 135px;
  overflow: hidden;
  border-radius: 17px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-author .author-block .author-details_image {
    width: 100%;
    text-align: center;
    max-width: 135px;
    margin: 0 auto 15px;
  }
}
.blog-author .author-block .author-details_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 100%;
}
.blog-author .author-block .author-details_content {
  margin: 0 auto;
  text-align: center;
}
.blog-author .author-block .author-details_content h4 {
  font-weight: 700;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
@media (min-width: 1921px) {
  .blog-author .author-block .author-details_content h4 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .blog-author .author-block .author-details_content h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
  }
}
.blog-author .author-block .author-details_content .author-details_designation {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
}
@media (min-width: 1921px) {
  .blog-author .author-block .author-details_content .author-details_designation {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .blog-author .author-block .author-details_content .author-details_designation {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
  }
}
.blog-author .blog-author_quote {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 0;
}
@media (max-width: 1440px) {
  .blog-author .blog-author_quote {
    padding: 40px 0 0;
  }
}
@media (max-width: 991px) {
  .blog-author .blog-author_quote {
    padding: 20px 0 0;
  }
}
.blog-author .blog-author_quote a {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .blog-author .blog-author_quote a {
    padding: 6px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .blog-author .blog-author_quote a {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: block;
    line-height: normal;
    font-size: 17px;
  }
}

.recent-article::-webkit-scrollbar, .recent-library_section .recent-library::-webkit-scrollbar {
  width: 0.2em;
}
.recent-article::-webkit-scrollbar-track, .recent-library_section .recent-library::-webkit-scrollbar-track {
  box-shadow: inset 0px 0px 4px rgba(16, 49, 120, 0.5);
  border-radius: 50px;
}
.recent-article::-webkit-scrollbar-thumb, .recent-library_section .recent-library::-webkit-scrollbar-thumb {
  background-color: rgb(16, 49, 120);
  border-radius: 50px;
}

.article-section_category-bg {
  position: relative;
}
.article-section_category-bg.category-topics:before {
  content: "";
  background: #d0d7de;
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}

.article-section_category-bg.category-topics + .customer-enagement {
  background: transparent;
  padding-bottom: 0;
}
.article-section_category-bg.category-topics + .customer-enagement:before {
  content: none;
}

.page-template-template-blog .pos-solutions {
  padding: 0;
}

.pos-solutions .container {
  max-width: 1620px;
  border-top: 2px solid #E8E6E6;
}
@media (min-width: 1921px) {
  .pos-solutions .container {
    max-width: 1920px;
  }
}
@media (max-width: 1650px) {
  .pos-solutions .container {
    max-width: 94%;
  }
}
.pos-solutions .row {
  padding: 0 90px;
}
@media (max-width: 1650px) {
  .pos-solutions .row {
    padding: 0 40px;
  }
}
@media (max-width: 1440px) {
  .pos-solutions .row {
    padding: 0 20px;
  }
}
@media (max-width: 1080px) {
  .pos-solutions .pos-solutions_title {
    text-align: center;
  }
}
.pos-solutions .pos-solutions_title p {
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  margin: 30px 0 50px;
  padding: 10px 40px;
  border-color: #467FF7;
  background-color: #467FF7;
  display: inline-block;
}
@media (max-width: 1366px) {
  .pos-solutions .pos-solutions_title p {
    margin: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_title p {
    margin: 30px 0;
  }
}
.pos-solutions .pos-solutions_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .pos-solutions .pos-solutions_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_block {
    margin-bottom: 30px;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: #E8E6E6;
  border-radius: 6px;
  padding: 10px;
}
.pos-solutions .pos-solutions_block .pos-solutions_data {
  width: calc(100% - 86px);
  padding-left: 20px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .pos-solutions .pos-solutions_block .pos-solutions_data {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 15px;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data a {
  font-weight: 700;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data p {
  color: #000;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3 {
  margin: 0;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3 span {
  font-style: italic;
  color: #D30505;
  text-transform: uppercase;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_block .pos-solutions_data h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: normal;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_data p {
  margin: 6px 0;
}
.pos-solutions .pos-solutions_block .pos-solutions_data a {
  color: #467FF7;
}
.pos-solutions .pos-solutions_block .pos-solutions_data a span svg path {
  stroke: #467FF7;
}

a.recent-load-more {
  margin: 20px 0 0;
  padding: 6px 15px;
}

.page-template-template-blog .subscribe-form--footer {
  padding-top: 60px;
}
@media (min-width: 1921px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 80px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 30px;
  }
}
.page-template-template-blog .subscribe-form--footer .article-cta {
  margin: 0;
}

.category-topics .article-block .popular-articles .article-post_main {
  padding-top: 50px;
}
@media (max-width: 1366px) {
  .category-topics .article-block .popular-articles .article-post_main {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .category-topics .article-block .popular-articles .article-post_main {
    padding-top: 30px;
  }
}
.category-topics .article-block .popular-articles .blog-main_title {
  display: none;
}

@media (max-width: 1600px) {
  .customer-enagement .container {
    margin-right: auto;
  }
}

.article-section_category-bg.category-topics + .customer-enagement .recent-article_section h2.blog-main_title {
  margin-top: 0;
}

.all-blogs-main.popular-articles .all-blogs-content.article-post_main {
  justify-content: flex-start;
  align-items: flex-start;
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main strong.learn-more, .all-blogs-main.popular-articles .all-blogs-content.article-post_main strong.learn-more--fill {
  cursor: pointer;
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
    width: 46%;
    margin: 0 2% 30px;
  }
}
@media (max-width: 575px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
    width: 100%;
    margin: 0 0 20px;
  }
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 991px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
    margin-left: 2%;
  }
}
@media (max-width: 575px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
    margin-left: 0;
  }
}

.page-template-view-all-blog a.view-all-load-more {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-view-all-blog a.view-all-load-more {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .page-template-view-all-blog a.view-all-load-more .learn-more, .page-template-view-all-blog a.view-all-load-more .learn-more--fill {
    display: block;
    font-size: 17px;
  }
}

.all-blogs-main .all-blogs-content.article-post_main {
  flex-wrap: wrap;
}

.load-more-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.article-block.main-archive .loader-img {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .article-block.main-archive .loader-img {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .article-block.main-archive .loader-img {
    min-height: 1px;
    padding-bottom: 30px;
  }
}

.tax-library-category .library-article--list .article-cta,
.single-post .site-content--blog-post .article-cta,
.page-template-template-blog .article-cta--blog .article-cta,
.post-type-archive-library .article-cta--bg .article-cta {
  background: #031136;
  padding: 20px 20px 0;
  text-align: center;
  margin: 50px 0 0;
  border-radius: 17px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tax-library-category .library-article--list .article-cta .blog-main_title,
.single-post .site-content--blog-post .article-cta .blog-main_title,
.page-template-template-blog .article-cta--blog .article-cta .blog-main_title,
.post-type-archive-library .article-cta--bg .article-cta .blog-main_title {
  color: #ffffff;
  width: calc(100% - 500px);
  padding-right: 50px;
}
@media (max-width: 991px) {
  .tax-library-category .library-article--list .article-cta .blog-main_title,
  .single-post .site-content--blog-post .article-cta .blog-main_title,
  .page-template-template-blog .article-cta--blog .article-cta .blog-main_title,
  .post-type-archive-library .article-cta--bg .article-cta .blog-main_title {
    width: 100%;
    padding-right: 0;
  }
}
.tax-library-category .library-article--list .article-cta_form,
.single-post .site-content--blog-post .article-cta_form,
.page-template-template-blog .article-cta--blog .article-cta_form,
.post-type-archive-library .article-cta--bg .article-cta_form {
  max-width: 500px;
  width: 100%;
}

.single-post .site-content--blog-post .article-list .container .library-article--list .container,
.post-type-archive-library .article-cta--bg .container {
  max-width: 970px;
}

/* View all filter li css by shail */
.all-blog {
  width: 100%;
  margin-bottom: 30px;
}
.all-blog ul {
  justify-content: center;
  gap: 20px;
}
.all-blog li {
  cursor: pointer;
  background: transparent;
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1rem;
  padding: 10px 15px;
  margin: 0 !important;
  font-weight: 600;
}
.all-blog li:hover, .all-blog li.active {
  color: #ffffff;
  border-color: #467FF7;
  background-color: #467FF7;
}
@media (max-width: 767px) {
  .all-blog li {
    font-size: 17px;
    padding: 10px;
  }
}

.tip-inner {
  background-color: #e6f4ff;
  padding: 30px;
  border-radius: 10px;
}
.tip-inner .cta-title {
  padding-left: 10px;
}
.tip-inner .tip-cta {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
  color: #1A2449;
  font-weight: 600;
  border-bottom: 2px solid #81d5fb;
  margin-bottom: 20px;
}
.tip-inner .tip-cta img {
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .post-template-default p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .post-template-default .blog-single-content h2 {
    font-size: 28px !important;
  }
  .post-template-default .blog-single-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .post-template-default .blog-single-content ul li {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .post-template-default ul li a {
    font-size: 17px !important;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .post-template-default .faq-section .accordion .card .card-header button {
    font-size: 18px !important;
  }
}

@media (max-width: 1600px) {
  html[lang=es-ES] .article-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  html[lang=es-ES] .article-title a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
}
html[lang=es-ES] .blog-tag-tax-filter h3 {
  font-size: 17px;
}
@media (max-width: 1024px) {
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main {
    display: inline-block;
    text-align: center;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content:last-child {
    margin-bottom: 0 !important;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content ul {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main {
    display: flex;
  }
}
html[lang=es-ES] .blog-main-tax-filter.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-footer--form.wpforms-container .wpforms-submit-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 1080px) {
  .blog-form-main .blog-form-inner .form-content .blog-main_title br {
    display: none;
  }
}

@media (min-width: 1921px) {
  ul.blog-main-tax-filter.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage {
    width: 100% !important;
  }
}
.page-template-template-blog .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit], .single.single-post .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit] {
  background: #467FF7 !important;
}
.page-template-template-blog .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit]:hover, .single.single-post .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit]:hover {
  background: #1a48a5 !important;
}

.article-block .popular-articles .article-post_main .arrow-link span svg {
  top: 1px;
}

.article-block.customer-enagement_articles .popular-articles .article-post_main .arrow-link span svg {
  top: 2px;
}

.pos-solutions .pos-solutions_block .pos-solutions_data a.arrow-link span svg {
  top: 2px;
}

.table-of-content .article-title span svg {
  width: 22px;
  height: auto;
  transform: rotate(180deg);
}

.recent-library_section .recent-library .most-recent_image a.arrow-link,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link {
  color: #fff;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span {
  display: inline-flex;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span svg,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span svg {
  width: 16px;
  top: 1px;
  position: relative;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span svg path,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span svg path {
  fill: #fff;
  stroke: #fff;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link:hover,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link:hover {
  color: #467FF7;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link:hover span svg path,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link:hover span svg path {
  fill: #467FF7;
  stroke: #467FF7;
}

.site-content.site-content--blog-post {
  padding-top: 0;
}

.blog-single .container {
  max-width: 1760px;
}
@media (min-width: 1921px) {
  .blog-single .container {
    max-width: 2000px;
  }
}
@media (max-width: 1760px) {
  .blog-single .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-single .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
}
.blog-single .blog-single--main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  overflow: clip;
}
@media (max-width: 1366px) {
  .blog-single .blog-single--main {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .blog-single .blog-single--main {
    padding-top: 30px;
  }
}
.blog-single .blog-single--block {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 1921px) {
  .blog-single .blog-single--block {
    width: calc(100% - 380px);
  }
}
@media (max-width: 1440px) {
  .blog-single .blog-single--block {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1365px) {
  .blog-single .blog-single--block {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1024px) {
  .blog-single .blog-single--block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-single .article-block .popular-articles .article-post_main .article-post_content {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.blog-single .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.blog-single .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-single--heading {
  max-width: 310px;
  padding: 0;
  position: absolute;
}
@media (min-width: 1921px) {
  .blog-single--heading {
    max-width: 380px;
  }
}
@media (max-width: 1440px) {
  .blog-single--heading {
    max-width: 230px;
  }
}
@media (max-width: 1024px) {
  .blog-single--heading {
    width: 30%;
    position: relative;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-single--heading {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-single--heading .table-of-content ul {
    text-align: left;
  }
}
.blog-single--heading .table-of-content ul li {
  padding-left: 20px;
}
@media (min-width: 1921px) {
  .blog-single--heading .table-of-content ul li {
    padding-bottom: 10px;
    padding-left: 30px;
  }
}
.blog-single--heading .table-of-content ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 8px;
  display: block;
}
@media (min-width: 1921px) {
  .blog-single--heading .table-of-content ul li a {
    font-weight: 600;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .blog-single--heading .table-of-content ul li a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .blog-single--heading .table-of-content ul li a {
    padding-bottom: 0;
  }
}
.blog-single--heading .table-of-content ul li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  margin: 0 10px 0 -15px;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1921px) {
  .blog-single--heading .table-of-content ul li a::before {
    width: 10px;
    height: 9px;
    margin: 0 20px 0 -30px;
  }
}
.blog-single--heading .table-of-content ul li a:hover {
  color: #467FF7;
}
.blog-single--heading .table-of-content ul li a.active {
  font-weight: 700;
  color: #467FF7;
}
.blog-single--heading .table-of-content ul li a.active::before {
  width: 7px;
  height: 7px;
}

.blog-single--detail {
  width: 100%;
  padding-left: 350px;
  padding-right: 70px;
}
@media (min-width: 1921px) {
  .blog-single--detail {
    padding-left: 420px;
  }
}
@media (max-width: 1440px) {
  .blog-single--detail {
    padding-right: 20px;
    padding-left: 260px;
  }
}
@media (max-width: 1024px) {
  .blog-single--detail {
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .blog-single--detail {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
.blog-single--detail h1.section-sub-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .blog-single--detail h1.section-sub-title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  .blog-single--detail h1.section-sub-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .blog-single--detail h1.section-sub-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
.blog-single--detail .author-info ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .blog-single--detail .author-info ul {
    justify-content: center;
  }
}
.blog-single--detail .author-info ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  color: #1C254A;
  text-transform: uppercase;
  margin: 8px 0 10px;
}
.blog-single--detail .author-info ul li.blog-date {
  position: relative;
  padding-left: 20px;
}
.blog-single--detail .author-info ul li.blog-date:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #1C254A;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
}
@media (min-width: 1921px) {
  .blog-single--detail .author-info ul li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .blog-single--detail .author-info ul li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.blog-single--detail .blog-social-time-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .blog-single--detail .blog-social-time-date {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .blog-single--detail .blog-social-time-date {
    justify-content: center;
  }
}
.blog-single--detail .figure img.news-thumb {
  border-radius: 17px;
}
.blog-single--detail .bottom-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px 5px;
}
.blog-single--detail .bottom-social h3 {
  font-weight: 600;
  padding-right: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
}
.blog-single--detail .bottom-social .social-links-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.blog-single--detail .bottom-social .social-links-share a.social-icon {
  width: 35px;
  height: 35px;
  margin: 2px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  background: #3C589A;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.blog-single--detail .bottom-social .social-links-share a.social-icon i {
  font-size: 20px;
  line-height: 38px;
}
.blog-single--detail .bottom-social .social-links-share a.social-icon.social-facebook-share {
  background: #3c589a;
}
.blog-single--detail .bottom-social .social-links-share a.social-icon.social-twitter-share {
  background: #55ACEE;
}
.blog-single--detail .bottom-social .social-links-share a.social-icon.social-linkin-share {
  background: #0077B5;
}
.blog-single--detail .blog-single_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-single--detail .blog-single_category ul {
    justify-content: center;
  }
}
.blog-single--detail .blog-single_category ul li:last-child {
  margin-right: 0;
}
.blog-single--detail .blog-single_category ul li a {
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  color: #467FF7;
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  padding: 10px 20px;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  .blog-single--detail .blog-single_category ul li a {
    padding: 6px 10px;
  }
}
@media (min-width: 1921px) {
  .blog-single--detail .blog-single_category ul li a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.blog-single--detail .blog-single_category ul li a:hover {
  border-color: #467FF7;
}
@media (max-width: 767px) {
  .blog-single--detail .blog-single_category ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 10px;
  }
}

.blog-single--sidebar {
  max-width: 300px;
  position: sticky;
  top: 10%;
}
@media (min-width: 1921px) {
  .blog-single--sidebar {
    max-width: 380px;
  }
}
@media (max-width: 1440px) {
  .blog-single--sidebar {
    max-width: 250px;
  }
}
@media (max-width: 1365px) {
  .blog-single--sidebar {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .blog-single--sidebar {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 30px auto 0;
    position: unset;
  }
}

.blog-single-content h1, .blog-single-content h2, .blog-single-content h3, .blog-single-content h4, .blog-single-content h5, .blog-single-content h6 {
  color: #1C254A;
  font-weight: 700;
}
.blog-single-content h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  margin-top: 30px;
}
@media (min-width: 35px) {
  .blog-single-content h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
  }
}
@media (max-width: 1440px) {
  .blog-single-content h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .blog-single-content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    margin-top: 10px;
  }
}
.blog-single-content h3 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 37px;
  font-weight: 700;
  margin-top: 30px;
}
@media (min-width: 1921px) {
  .blog-single-content h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
}
@media (max-width: 1440px) {
  .blog-single-content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .blog-single-content h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 10px;
  }
}
.blog-single-content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .blog-single-content h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .blog-single-content h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.blog-single-content h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
}
@media (max-width: 1440px) {
  .blog-single-content h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.blog-single-content h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
}
@media (max-width: 1440px) {
  .blog-single-content h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}
.blog-single-content p, .blog-single-content ul, .blog-single-content ul li, .blog-single-content table, .blog-single-content table tr, .blog-single-content table tr td, .blog-single-content table tr th, .blog-single-content ol, .blog-single-content ol li {
  color: #324a6d;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .blog-single-content p, .blog-single-content ul, .blog-single-content ul li, .blog-single-content table, .blog-single-content table tr, .blog-single-content table tr td, .blog-single-content table tr th, .blog-single-content ol, .blog-single-content ol li {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .blog-single-content p, .blog-single-content ul, .blog-single-content ul li, .blog-single-content table, .blog-single-content table tr, .blog-single-content table tr td, .blog-single-content table tr th, .blog-single-content ol, .blog-single-content ol li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .blog-single-content p, .blog-single-content ul, .blog-single-content ul li, .blog-single-content table, .blog-single-content table tr, .blog-single-content table tr td, .blog-single-content table tr th, .blog-single-content ol, .blog-single-content ol li {
    margin-bottom: 10px;
  }
}
.blog-single-content ul, .blog-single-content ol {
  margin-left: 5px;
}
.blog-single-content ul, .blog-single-content ol {
  margin-left: 5px;
}
.blog-single-content ul li {
  margin-bottom: 5px;
}
@media (min-width: 1921px) {
  .blog-single-content ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .blog-single-content ul li {
    text-align: left;
  }
}
.blog-single-content a {
  color: #0d6efd;
}
.blog-single-content a:hover {
  color: #0a58ca;
}
.blog-single-content figure.figure img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-single-content .btn {
  background: #467FF7;
  border: 2px solid #467FF7;
  border-radius: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1rem;
  color: #ffffff;
  padding: 10px 25px;
}
@media (min-width: 1921px) {
  .blog-single-content .btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 18px 35px;
  }
}
@media (max-width: 1440px) {
  .blog-single-content .btn {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.blog-single-content .btn:hover {
  background: #ffffff;
  color: #467FF7;
}
.blog-single-content ul li {
  padding-left: 22px;
  position: relative;
}
.blog-single-content ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #467FF7 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 767px) {
  .blog-single-content ul li:before {
    top: 6px;
  }
}
.blog-single-content ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #467FF7 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 3px;
}
@media (max-width: 767px) {
  .blog-single-content ul li:after {
    top: 9px;
  }
}
.blog-single-content hr {
  display: none;
}
.blog-single-content .faq-section .accordion .card .card-header {
  margin: 0;
}

.blog-single--more-tags .more-tags {
  margin: 50px 100px;
}
@media (max-width: 1366px) {
  .blog-single--more-tags .more-tags {
    margin: 40px 0;
  }
}
@media (max-width: 991px) {
  .blog-single--more-tags .more-tags {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .blog-single--more-tags .more-tags {
    margin: 30px 0;
  }
}
.blog-single--more-tags .more-tags h4 {
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 991px) {
  .blog-single--more-tags .more-tags h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
  }
}
.blog-single--more-tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .blog-single--more-tags ul {
    justify-content: center;
  }
}
.blog-single--more-tags ul li {
  margin-right: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .blog-single--more-tags ul li {
    margin: 15px 5px 0;
  }
}
.blog-single--more-tags ul li:last-child {
  margin-right: 0;
}
.blog-single--more-tags ul li .learn-more, .blog-single--more-tags ul li .learn-more--fill {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 15px !important;
  transition: all 0.3s;
  color: #467FF7;
  border: 2px solid #8E8D8D;
  border-radius: 6px;
}
@media (min-width: 1921px) {
  .blog-single--more-tags ul li .learn-more, .blog-single--more-tags ul li .learn-more--fill {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
.blog-single--more-tags ul li .learn-more:hover, .blog-single--more-tags ul li .learn-more--fill:hover, .blog-single--more-tags ul li .learn-more.active, .blog-single--more-tags ul li .active.learn-more--fill {
  background: #8E8D8D;
  color: #fff;
}

.single .blog-author {
  background: #E8E6E6;
  padding: 50px 0;
}
@media (max-width: 1366px) {
  .single .blog-author {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .single .blog-author {
    padding: 30px 0;
  }
}

.blog-single--sidebar .widget-category,
.blog-single--sidebar .latest-arcticles {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #467FF7;
  padding: 20px;
  border-radius: 7px;
}
@media (max-width: 1440px) {
  .blog-single--sidebar .widget-category,
  .blog-single--sidebar .latest-arcticles {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .blog-single--sidebar .widget-category,
  .blog-single--sidebar .latest-arcticles {
    width: 29%;
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .blog-single--sidebar .widget-category,
  .blog-single--sidebar .latest-arcticles {
    width: calc(33.3333333333% - 6px);
    margin: 0 8px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .blog-single--sidebar .widget-category,
  .blog-single--sidebar .latest-arcticles {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 10px;
  }
}
.blog-single--sidebar .widget-category h3,
.blog-single--sidebar .latest-arcticles h3 {
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
}
.blog-single--sidebar .widget-category h3 .title-icon,
.blog-single--sidebar .latest-arcticles h3 .title-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .blog-single--sidebar .widget-category h3::after,
  .blog-single--sidebar .latest-arcticles h3::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
.blog-single--sidebar .widget-category h3.active::after,
.blog-single--sidebar .latest-arcticles h3.active::after {
  top: 2px;
  transform: rotate(-180deg) translateY(0);
}
@media (max-width: 767px) {
  .blog-single--sidebar .widget-category h3,
  .blog-single--sidebar .latest-arcticles h3 {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .blog-single--sidebar .widget-category {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .blog-single--sidebar .widget-category {
    margin-left: auto !important;
  }
}
.blog-single--sidebar .widget-category h3 .title-icon {
  background-image: url(/wp-content/themes/goftx/dist/images/category-title.svg);
  height: 25px;
  width: 25px;
}
.blog-single--sidebar .widget-category ul {
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1921px) {
  .blog-single--sidebar .widget-category ul {
    padding: 15px;
  }
}
@media (max-width: 1600px) {
  .blog-single--sidebar .widget-category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .blog-single--sidebar .widget-category ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blog-single--sidebar .widget-category ul {
    display: none;
    padding: 15px 0 0;
  }
}
.blog-single--sidebar .widget-category ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: block;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1921px) {
  .blog-single--sidebar .widget-category ul li a {
    font-weight: 600 !important;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 1600px) {
  .blog-single--sidebar .widget-category ul li a {
    padding: 5px 0 5px 22px;
    margin: 0 25px 0 0;
  }
}
@media (max-width: 767px) {
  .blog-single--sidebar .widget-category ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.blog-single--sidebar .widget-category ul li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  display: block;
  border: 1px solid #467FF7;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  top: 50% !important;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .blog-single--sidebar .widget-category ul li a::before {
    width: 12px;
    height: 12px;
  }
}
.blog-single--sidebar .widget-category ul li a.active, .blog-single--sidebar .widget-category ul li a:hover {
  color: #000000;
}
.blog-single--sidebar .widget-category ul li a.active::before, .blog-single--sidebar .widget-category ul li a:hover::before {
  background: #467FF7;
}
.blog-single--sidebar .widget-category a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-single--sidebar .latest-arcticles {
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .blog-single--sidebar .latest-arcticles {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .blog-single--sidebar .latest-arcticles {
    margin-bottom: 0;
  }
}
.blog-single--sidebar .latest-arcticles h3 .title-icon {
  background-image: url(/wp-content/themes/goftx/dist/images/latest-article.svg);
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .blog-single--sidebar .latest-arcticles h3 .title-icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .blog-single--sidebar .latest-arcticles ul {
    display: none;
    padding: 15px 0 0;
  }
}
.blog-single--sidebar .latest-arcticles ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  color: #000000;
  padding: 10px 0;
  padding: 15px 0;
  display: block;
  border-bottom: 2px solid #E8E6E6;
}
@media (min-width: 1921px) {
  .blog-single--sidebar .latest-arcticles ul li a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .blog-single--sidebar .latest-arcticles ul li a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27x;
  }
}
.blog-single--sidebar .latest-arcticles ul li a:hover {
  color: #467FF7;
  font-weight: 700;
}
.blog-single--sidebar .latest-arcticles ul li.active a {
  color: #467FF7;
  font-weight: 700;
}
.blog-single--sidebar .latest-arcticles ul li:last-child a {
  border-bottom: 0;
}
.blog-single--sidebar .latest-arcticles ul li:first-child a {
  padding-top: 0;
}
@media (max-width: 991px) {
  .blog-single--sidebar .latest-arcticles .learn-more, .blog-single--sidebar .latest-arcticles .learn-more--fill, .blog-single--sidebar .latest-arcticles .learn-more-get-started {
    padding: 8px 15px;
  }
}
.blog-single--sidebar .adverstise-section {
  padding: 0;
}
@media (max-width: 1024px) {
  .blog-single--sidebar .adverstise-section {
    width: 29%;
    padding: 0;
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .blog-single--sidebar .adverstise-section {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .blog-single--sidebar .adverstise-section {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-right: auto !important;
    margin-left: auto;
  }
}
.blog-single--sidebar .adverstise-section h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .blog-single--sidebar .adverstise-section h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .blog-single--sidebar .adverstise-section h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.blog-single--sidebar .adverstise-section .advertisement-img {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .blog-single--sidebar .adverstise-section .advertisement-img {
    display: flex;
    justify-content: center;
  }
}
.blog-single--sidebar .adverstise-section .advertisement-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single--sidebar .adverstise-section .btn-blue, .blog-single--sidebar .adverstise-section .btn-blue-outline, .blog-single--sidebar .adverstise-section .cta-green, .blog-single--sidebar .adverstise-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .blog-single--sidebar .adverstise-section .nav-link {
  margin-bottom: 20px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .blog-single--sidebar .adverstise-section .btn-blue, .blog-single--sidebar .adverstise-section .btn-blue-outline, .blog-single--sidebar .adverstise-section .cta-green, .blog-single--sidebar .adverstise-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .blog-single--sidebar .adverstise-section .nav-link {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .blog-single--sidebar .adverstise-section .btn-blue, .blog-single--sidebar .adverstise-section .btn-blue-outline, .blog-single--sidebar .adverstise-section .cta-green, .blog-single--sidebar .adverstise-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .blog-single--sidebar .adverstise-section .nav-link {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    line-height: 1rem;
  }
}

.blog-similar-articles {
  padding: 50px 0;
}
@media (max-width: 1366px) {
  .blog-similar-articles {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .blog-similar-articles {
    padding: 30px 0;
  }
}
.blog-similar-articles .article-block {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .blog-similar-articles .article-block {
    padding: 0;
  }
}

.navigation.post-navigation {
  margin: 15px 0;
}
.navigation.post-navigation .nav-links a {
  color: #000000;
  font-weight: bold;
}
.navigation.post-navigation .nav-links a:hover {
  color: #467FF7;
}

.post-header {
  border-bottom: 2px solid #467FF7;
  padding: 15px 0;
}
.post-header .site-logo a {
  display: inline-block;
  vertical-align: middle;
}
.post-header .site-logo a img {
  height: 60px;
  display: block;
  width: auto;
}
.post-header span.header-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media (max-width: 1440px) {
  .post-header span.header-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .post-header span.header-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.post-header .post-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width: 480px) {
  .post-header .post-menu {
    justify-content: center;
  }
}
.post-header .post-menu a.learn-more, .post-header .post-menu a.learn-more--fill {
  margin-right: 50px;
  padding: 8px 25px !important;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .post-header .post-menu a.learn-more, .post-header .post-menu a.learn-more--fill {
    margin-right: 60px;
    padding: 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .post-header .post-menu a.learn-more, .post-header .post-menu a.learn-more--fill {
    max-width: 170px !important;
    text-align: center;
    margin-right: 60px;
  }
}
@media (max-width: 450px) {
  .post-header .post-menu a.learn-more, .post-header .post-menu a.learn-more--fill {
    padding: 5px 10px !important;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.post-header .post-menu a.learn-more span, .post-header .post-menu a.learn-more--fill span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-header .post-menu a.learn-more span svg, .post-header .post-menu a.learn-more--fill span svg {
  width: 23px;
}
.post-header .post-menu a.learn-more span svg path, .post-header .post-menu a.learn-more--fill span svg path {
  stroke: #ffffff;
}
@media (max-width: 767px) {
  .post-header .post-menu a.learn-more span svg, .post-header .post-menu a.learn-more--fill span svg {
    width: 20px;
  }
}
.post-header .post-menu a.learn-more:hover span svg path, .post-header .post-menu a.learn-more--fill:hover span svg path {
  stroke: #467FF7;
}

.menu-toggle, .mobile-menu {
  display: block;
}

.menu-toggle {
  background-color: transparent;
  display: block;
  width: 34px;
  height: auto;
  position: absolute;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  white-space: nowrap;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
}
@media (max-width: 768px) {
  .menu-toggle {
    right: 15px;
  }
}
@media (max-width: 480px) {
  .menu-toggle {
    width: 24px;
  }
}
.menu-toggle span.menu-bars {
  display: block;
  width: 36px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding-top: 12px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .menu-toggle span.menu-bars {
    width: 26px;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.menu-toggle span.menu-bars:before, .menu-toggle span.menu-bars:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #000000;
  height: 3px;
  transition: 0.2s;
}
.menu-toggle span.menu-bars:before {
  top: 0px;
}
.menu-toggle span.menu-bars:after {
  top: 6px;
}

body.mobile-menu-open {
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 2;
}
body.mobile-menu-open::before {
  content: "";
  background: rgba(36, 36, 36, 0.84);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
body.mobile-menu-open .menu-toggle {
  display: none;
}
body.mobile-menu-open .menu-toggle span.menu-bars {
  color: #467FF7;
  font-size: 0;
}
body.mobile-menu-open .menu-toggle span.menu-bars:before, body.mobile-menu-open .menu-toggle span.menu-bars:after {
  top: 5px;
  width: 30px;
  background: #467FF7;
}
body.mobile-menu-open .menu-toggle span.menu-bars:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body.mobile-menu-open .menu-toggle span.menu-bars:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body.mobile-menu-open .mobile-menu {
  right: 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.74);
  background: #467FF7;
}
body.mobile-menu-open .mobile-menu .menu-toggle {
  display: block;
  top: 23px;
  left: 10px;
  width: 34px;
  height: 34px;
  transition: unset;
}
body.mobile-menu-open .mobile-menu .menu-toggle span.menu-bars:before,
body.mobile-menu-open .mobile-menu .menu-toggle span.menu-bars:after {
  top: 18px;
  width: 30px;
  background: #fff;
  left: 5px;
  transition: unset;
}

.mobile-menu {
  background: #ffffff;
  position: fixed;
  top: 0;
  max-width: 320px;
  width: 100%;
  height: 100%;
  right: -100%;
  box-sizing: border-box;
  z-index: 998;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
  margin-right: 0;
}
@media screen and (max-width: 380) {
  .mobile-menu {
    max-width: 280px;
  }
}
@media screen and (max-width: 360px) {
  .mobile-menu {
    max-width: 260px;
  }
}
@media screen and (max-width: 310px) {
  .mobile-menu {
    max-width: 220px;
  }
}
.mobile-menu ul.mobile-navigation {
  margin: 50px 0;
  padding: 0;
}
.mobile-menu ul.mobile-navigation > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 12px 0;
  margin: 0;
}
.mobile-menu ul.mobile-navigation > li > a {
  display: inline-block;
  padding: 0 30px;
  color: #ffffff;
}
.mobile-menu ul.mobile-navigation > li:hover {
  background: #1B498E;
  box-shadow: 0px 3px 3px rgba(58, 13, 99, 0.29);
}
.mobile-menu ul.mobile-navigation li.current-menu-parent {
  background: #1B498E;
  box-shadow: 0px 3px 3px rgba(58, 13, 99, 0.29);
}
.mobile-menu ul.mobile-navigation li.current-menu-item {
  background: #1B498E;
  box-shadow: 0px 3px 3px rgba(58, 13, 99, 0.29);
  display: block;
}
.mobile-menu ul.mobile-navigation li.showsubmenu {
  background: #1B498E;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.29);
}
.mobile-menu ul.mobile-navigation li.showsubmenu .sub-menu {
  display: block;
  width: 100%;
}
.mobile-menu ul.mobile-navigation li.showsubmenu li a:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 15px;
  top: 7px;
}
.mobile-menu ul.mobile-navigation li.showsubmenu li:hover, .mobile-menu ul.mobile-navigation li.showsubmenu li.current-menu-item {
  background: #467FF7;
}
.mobile-menu ul.mobile-navigation li .mobile-menu-arrow {
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 0;
  text-align: right;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  width: 100%;
  cursor: pointer;
}
.mobile-menu ul.mobile-navigation li .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
.mobile-menu ul.mobile-navigation li .sub-menu li {
  padding: 0 0 0 15px;
  margin: 0px;
  list-style: none;
}
.mobile-menu ul.mobile-navigation li .sub-menu li a {
  color: #ffffff;
  display: block;
  padding: 12px 40px;
  margin: 0px;
}

.table-of-content .article-title {
  color: #000000;
  font-weight: 700;
}
.table-of-content .article-title span {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  color: #467FF7;
}

@media (max-width: 767px) {
  .post-header.fixed-header-single .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .post-header .row {
    justify-content: space-between;
  }
  .post-header.fixed-header-single .col-md-4,
  .post-header .col-md-4 {
    width: auto;
  }
}
@media (max-width: 360px) {
  .post-header.fixed-header-single .col-md-4,
  .post-header .col-md-4 {
    padding: 0 10px;
  }
}
.post-header .table-of-content {
  display: none;
}
.post-header.fixed-header-single {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 0;
}
.post-header.fixed-header-single .site-logo.sticky-logo {
  display: none;
}
.post-header.fixed-header-single .table-of-content {
  display: block;
  margin-top: -13px;
}
@media (max-width: 1024px) {
  .post-header.fixed-header-single .table-of-content {
    margin-top: 0;
  }
}

.header-table-of-content .table-of-content .article-title {
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .header-table-of-content .table-of-content .article-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header-table-of-content .table-of-content .article-title span {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
  }
}
.header-table-of-content .table-of-content ul {
  background-color: #c9e8f5;
  opacity: 0;
  position: fixed;
  left: 0;
  top: -1000px;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  z-index: -1;
  width: 100%;
  padding: 15px;
}
.header-table-of-content .table-of-content ul li {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .header-table-of-content .table-of-content ul li {
    max-width: 1270px;
  }
}
@media (max-width: 991px) {
  .header-table-of-content .table-of-content ul li {
    max-width: 96%;
  }
}
.header-table-of-content .table-of-content ul.active {
  opacity: 1;
  top: 75px;
  visibility: visible;
}
@media (max-width: 450px) {
  .header-table-of-content .table-of-content ul.active {
    top: 60px;
  }
}

@media (max-width: 1024px) {
  .blog-single--heading.fixed-heading {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .blog-single--heading.fixed-heading + .blog-single--detail {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .blog-single--heading.fixed-heading + .blog-single--detail {
    padding-top: 30px;
  }
}
.blog-single--heading.fixed-heading .article-title {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.blog-single--heading.fixed-heading .article-title:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: -20px;
  top: 3px;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .blog-single--heading.fixed-heading .article-title:after {
    right: -15px;
    top: 2px;
  }
}
.blog-single--heading.fixed-heading .article-title.active::after {
  transform: rotate(-180deg);
}

.blog-tag-tax-filter h3 {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .blog-tag-tax-filter h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
  }
}
@media (max-width: 1600px) {
  .blog-tag-tax-filter h3 {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .blog-tag-tax-filter h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .blog-tag-tax-filter h3 {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .blog-tag-tax-filter h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .blog-tag-tax-filter h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.blog-tag-tax-filter h3:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M640 288a64 64 0 1 1 0.032-128.032A64 64 0 0 1 640 288z m123.456-96c-14.304-55.04-64-96-123.456-96s-109.152 40.96-123.456 96H128v64h388.544c14.304 55.04 64 96 123.456 96s109.152-40.96 123.456-96H896V192h-132.544zM640 864a64 64 0 1 1 0.032-128.032A64 64 0 0 1 640 864m0-192c-59.456 0-109.152 40.96-123.456 96H128v64h388.544c14.304 55.04 64 96 123.456 96s109.152-40.96 123.456-96H896v-64h-132.544c-14.304-55.04-64-96-123.456-96M384 576a64 64 0 1 1 0.032-128.032A64 64 0 0 1 384 576m0-192c-59.456 0-109.152 40.96-123.456 96H128v64h132.544c14.304 55.04 64 96 123.456 96s109.152-40.96 123.456-96H896v-64H507.456c-14.304-55.04-64-96-123.456-96' fill='%23181818'/%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .blog-tag-tax-filter h3:before {
    width: 20px;
    height: 20px;
  }
}

.content-progress {
  background: #467FF7;
  height: 2px;
  display: block;
  max-width: 100%;
  position: fixed;
  top: 75px;
  z-index: 999;
}
@media (min-width: 1024px) {
  .content-progress {
    height: 4px;
  }
}
@media (max-width: 768px) {
  .content-progress {
    top: 79px;
  }
}
@media (max-width: 449px) {
  .content-progress {
    top: 64px;
  }
}

.content-progress-show {
  visibility: hidden;
}

.post-header.fixed-header-single + .content-progress-show {
  visibility: visible;
  position: relative;
  z-index: 4;
}

.blog-author_quote .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  align-items: center;
  padding: 0 15px;
}
.blog-author_quote .modal-header {
  border: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  position: relative;
}
.blog-author_quote .modal-header h5 {
  font-weight: 700;
  color: #1c244b;
}
.blog-author_quote .modal-content {
  border: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

.blog-single-content .blog-cta a.learn-more, .blog-single-content .blog-cta a.learn-more--fill {
  color: #fff;
}

.blog-single-content blockquote {
  width: 90%;
  margin: 30px auto;
  background: #fff8e6;
  padding: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  color: #707070;
  text-align: left;
}
.blog-single-content blockquote p {
  margin: 0;
}

@media (max-width: 767px) {
  .pos-system-main {
    margin-bottom: 10px;
  }
}
.pos-system-main .container {
  max-width: 1140px;
}
.pos-system-main div[class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
.pos-system-main .main-pos-sec {
  background: linear-gradient(330deg, #457ef7 0%, #86a5d7 50%, #d5ebf5 100%);
}
@media (max-width: 1024px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main {
    align-items: center;
  }
}
.pos-system-main .main-pos-sec .pos-cta-f-main .main-title-pos {
  background-color: #ffffff;
  box-shadow: -5px 0px 7px rgba(56, 100, 188, 0.3);
  border-radius: 25px 0 0 25px;
  padding: 15px 36px;
  margin-top: 20px;
  margin-right: -60%;
}
@media (max-width: 1366px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .main-title-pos {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .main-title-pos {
    border-radius: 25px;
    display: inline-block;
    margin: 0 0 10px;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .main-title-pos {
    margin-right: 0;
    text-align: center;
  }
}
.pos-system-main .main-pos-sec .pos-cta-f-main .main-title-pos .blog-main_title {
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .main-title-pos .blog-main_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
  }
}
.pos-system-main .main-pos-sec .pos-cta-f-main .main-title-pos .blog-main_title span {
  color: #467FF7;
  font-weight: bold;
  font-family: "Myriad Pro";
}
.pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner {
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner {
    padding: 15px;
    text-align: center;
  }
}
.pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-content {
  padding: 20px 0px;
}
@media (max-width: 1366px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-content {
    padding: 10px 0px 10px;
  }
}
@media (max-width: 768px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-content {
    padding: 0px;
  }
}
.pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-content p {
  color: #000000;
  font-family: "Myriad Pro";
  width: 100%;
  margin-bottom: 0px;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-content p {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 12px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-content p {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-content p {
    text-align: center;
  }
}
.pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-sub-title {
  background-color: #011B38;
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  text-align: center;
  font-family: "Myriad Pro";
}
@media (max-width: 1366px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-sub-title {
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-sub-title {
    padding: 5px 15px;
  }
}
.pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 20px;
}
@media (max-width: 1199px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system {
    margin: 10px 15px 10px;
  }
}
@media (max-width: 768px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system {
    margin: 10px 0;
  }
}
.pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .btn-blue, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .btn-blue-outline, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .cta-green, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .nav-link {
  color: #ffffff !important;
  background-color: #50BA49 !important;
  border: 2px solid #ffffff !important;
  border-radius: 30px;
}
.pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .btn-blue:hover, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .btn-blue-outline:hover, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .cta-green:hover, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .nav-link:hover {
  color: #50BA49 !important;
  background-color: #ffffff !important;
}
@media (max-width: 1199px) {
  .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .btn-blue, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .btn-blue-outline, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .cta-green, .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-system-main .main-pos-sec .pos-cta-f-main .pos-system-inner .pos-system .nav-link {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 20px;
  }
}
.pos-system-main .light-shade-image {
  height: 100%;
  text-align: end;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .pos-system-main .light-shade-image {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pos-system-main .light-shade-image {
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .pos-system-main .light-shade-image {
    padding-bottom: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.pos-system-main .light-shade-image img {
  height: 100%;
  width: 88%;
  border-radius: 235px 0 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pos-system-main .light-shade-image img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .pos-system-main .light-shade-image img {
    height: 100%;
    width: 65%;
    border-radius: 0px;
  }
}
.pos-system-main .light-shade-image::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/goftx/dist/images/Gradientcirlce.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .pos-system-main .light-shade-image::after {
    content: none;
  }
}
.pos-system-main .light-shade-image .ftx-logo-cta {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 25px;
  position: absolute;
  left: 18px;
  background-color: #011B38;
  padding: 30px 14px;
  border-radius: 50%;
  overflow: visible;
  width: 100px;
  height: 100px;
}
.pos-system-main .light-shade-image .ftx-logo-cta img {
  width: 100%;
  overflow: visible;
  height: auto;
}
@media (max-width: 1366px) {
  .pos-system-main .light-shade-image .ftx-logo-cta img {
    width: 85%;
    height: auto;
  }
}
@media (max-width: 1366px) {
  .pos-system-main .light-shade-image .ftx-logo-cta {
    bottom: 15px;
    width: 60px;
    height: 60px;
    padding: 20px 0px;
  }
}
@media (max-width: 991px) {
  .pos-system-main .light-shade-image .ftx-logo-cta {
    bottom: 15px;
    width: 70px;
    height: 70px;
    padding: 10px;
    left: 35px;
  }
}
@media (max-width: 768px) {
  .pos-system-main .light-shade-image .ftx-logo-cta {
    left: -35px;
  }
}
@media (max-width: 600px) {
  .pos-system-main .light-shade-image .ftx-logo-cta {
    width: 40px;
    height: 40px;
    bottom: 25px;
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .pos-system-main .light-shade-image .ftx-logo-cta {
    left: 15%;
    width: 55px;
    height: 55px;
    bottom: 25px;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .pos-system-main .light-shade-image .ftx-logo-cta {
    left: 10%;
    width: 55px;
    height: 55px;
    bottom: 25px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .quick-tip-main {
    margin-bottom: 10px;
  }
}
.quick-tip-main .container {
  max-width: 1140px;
}
.quick-tip-main .quick-tip-inner {
  background-color: #F9C01F;
}
.quick-tip-main .tips-content {
  border-radius: 20px;
  padding: 30px;
  margin: 30px 30px 30px 0;
  background: linear-gradient(90deg, rgba(255, 188, 16, 0) 0%, rgba(255, 254, 253, 0.37) 52%, rgba(255, 255, 255, 0.37) 100%);
}
@media (max-width: 1366px) {
  .quick-tip-main .tips-content {
    margin: 15px 15px 15px 0;
    padding: 15px;
  }
}
@media (max-width: 1200px) {
  .quick-tip-main .tips-content {
    margin: 10px 10px 10px 0;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .quick-tip-main .tips-content {
    margin: 20px 20px 20px 0;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .quick-tip-main .tips-content {
    margin: 15px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(250, 188, 16, 0) -100%, rgba(255, 254, 253, 0.368627451) 50%, rgba(255, 255, 255, 0.368627451) 100%);
    text-align: center;
  }
}
.quick-tip-main .tips-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
}
.quick-tip-main .tips-content p {
  color: #000000;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .quick-tip-main .tips-content p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 1024px) {
  .quick-tip-main .tips-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .quick-tip-main .tips-content p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1199px) {
  .quick-tip-main .tips-image {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .quick-tip-main .tips-image {
    text-align: center;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .quick-tip-main .tips-image img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .ready-business-main-cta {
    margin-bottom: 10px;
  }
}
.ready-business-main-cta .container {
  max-width: 1140px;
}
.ready-business-main-cta .level-inner-main {
  background-image: url(/wp-content/themes/goftx/dist/images/business-ready-bg-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 34px 20px 34px;
  position: relative;
}
@media (max-width: 767px) {
  .ready-business-main-cta .level-inner-main {
    padding: 34px 20px 34px;
  }
}
.ready-business-main-cta .level-inner-main .indus-inner-cta h2 {
  color: #ffffff;
  font-family: "Myriad Pro";
  font-weight: bold;
  margin: 0px;
  padding-bottom: 15px;
}
.ready-business-main-cta .level-inner-main .indus-inner-cta h2 span {
  color: #467FF7;
  font-family: "Myriad Pro";
  font-weight: bold;
}
.ready-business-main-cta .level-inner-main .indus-inner-cta p {
  color: #ffffff;
  font-family: "Myriad Pro";
  margin-bottom: 0px;
  padding-bottom: 25px;
}
.ready-business-main-cta .level-inner-main .indus-inner-cta .btn-blue, .ready-business-main-cta .level-inner-main .indus-inner-cta .btn-blue-outline, .ready-business-main-cta .level-inner-main .indus-inner-cta .cta-green, .ready-business-main-cta .level-inner-main .indus-inner-cta .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .ready-business-main-cta .level-inner-main .indus-inner-cta .nav-link {
  color: #ffffff !important;
  background-color: #50BA49 !important;
  border: 2px solid #ffffff !important;
  border-radius: 30px;
}
.ready-business-main-cta .level-inner-main .indus-inner-cta .btn-blue:hover, .ready-business-main-cta .level-inner-main .indus-inner-cta .btn-blue-outline:hover, .ready-business-main-cta .level-inner-main .indus-inner-cta .cta-green:hover, .ready-business-main-cta .level-inner-main .indus-inner-cta .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .ready-business-main-cta .level-inner-main .indus-inner-cta .nav-link:hover {
  color: #50BA49 !important;
  background-color: #ffffff !important;
}

@media (max-width: 767px) {
  .reach-customer-main {
    margin-bottom: 10px;
  }
}
.reach-customer-main .container {
  max-width: 1140px;
}
.reach-customer-main .reach-customer-inner {
  background-color: #ffffff;
  border: 2px solid #f1f1f1;
  padding-bottom: 30px;
}
.reach-customer-main .reach-customer-inner div[class*=col-] {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .reach-customer-main .reach-customer-inner div[class*=col-] {
    padding-right: 0px;
    width: 100%;
  }
}
.reach-customer-main .reach-customer-inner .reach-banner {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.reach-customer-main .reach-customer-inner .reach-banner::before {
  content: "";
  position: absolute;
  background-color: #50BA49;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 40px;
  left: -30px;
}
@media (max-width: 575px) {
  .reach-customer-main .reach-customer-inner .reach-banner::before {
    content: none;
  }
}
.reach-customer-main .reach-customer-inner .reach-banner img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .reach-customer-main .reach-customer-inner .reach-banner img {
    width: calc(100% - 35px);
  }
}
@media (max-width: 767px) {
  .reach-customer-main .reach-customer-inner .reach-banner img {
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .reach-customer-main .reach-customer-inner .reach-banner {
    text-align: center;
    max-width: 100%;
    padding-top: 15px;
  }
}
.reach-customer-main .reach-customer-inner .reach-main {
  position: relative;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .reach-customer-main .reach-customer-inner .reach-main {
    padding: 0 15px;
  }
}
.reach-customer-main .reach-customer-inner .reach-main::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/goftx/dist/images/plus-pattern.png);
  width: 60px;
  height: 45px;
  top: 13px;
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .reach-customer-main .reach-customer-inner .reach-main::before {
    content: none;
  }
}
.reach-customer-main .reach-customer-inner .reach-main::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/goftx/dist/images/Bottom-circle.png);
  width: 65px;
  height: 45px;
  right: 5px;
  bottom: 0px;
  background-repeat: no-repeat;
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content {
  background-image: url(/wp-content/themes/goftx/dist/images/new-reach-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 50px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1366px) {
  .reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content {
    padding-left: 30px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content {
    text-align: center;
    padding-right: 0;
  }
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content h2 {
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content h2 span {
  color: #FF4E00;
  display: block;
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content h2 br {
  display: none;
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content h2::after {
  content: "";
  position: absolute;
  background-color: #FF4E00;
  width: 100px;
  height: 3px;
  top: 100%;
  left: 0;
}
@media (max-width: 575px) {
  .reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content h2::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content p {
  color: #000000;
  padding-top: 14px;
}
@media (max-width: 1366px) {
  .reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content p {
    padding-bottom: 10px;
    padding-top: 9px;
  }
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content .learn-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content .learn-more-btn a.btn {
  color: #ffffff;
  box-shadow: none;
  border-radius: 50px;
}
.reach-customer-main .reach-customer-inner .reach-main .reach-customer-inner-content .learn-more-btn a.btn:hover {
  color: #467FF7;
}

.cta-free-book-form .form-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.cta-free-book-form .form-data label {
  font-size: 18px;
}
.cta-free-book-form .form-data input {
  border-radius: 5px;
  height: auto;
  min-height: 1px;
  padding: 5px;
}
.cta-free-book-form .form-data .error {
  color: red;
  font-size: 12px;
}
.cta-free-book-form .form-message.error {
  color: red;
  font-size: 18px;
}

#ctafreebook .modal-dialog .modal-content {
  height: auto !important;
}
#ctafreebook .modal-header.thankmsg {
  border: none;
  min-height: 50px;
}
#ctafreebook .modal-header.thankmsg h5 {
  display: none;
}
#ctafreebook .success-from {
  text-align: center;
}
#ctafreebook .success-from p {
  color: #000;
  font-size: 27px;
  padding: 0 50px;
  margin-top: 20px;
  line-height: 35px;
  font-weight: 700;
}

.blog-single .article-list .container {
  max-width: 970px;
}

.tax-library-category .library-article--list .container {
  max-width: 970px;
}

@media (max-width: 1400px) {
  html[lang=es-ES] .header-table-of-content .table-of-content ul.active {
    top: 90px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .header-table-of-content .table-of-content ul.active {
    top: 82px;
  }
}
@media (max-width: 961px) {
  html[lang=es-ES] .header-table-of-content .table-of-content ul.active {
    top: 100px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .post-header {
    border-bottom: 2px solid #467FF7;
  }
  html[lang=es-ES] .post-header.fixed-header-single .site-logo.sticky-logo {
    display: inline;
  }
  html[lang=es-ES] .post-header.fixed-header-single .table-of-content {
    position: fixed;
    top: 106px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 25px;
    background: #ffffff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  }
  html[lang=es-ES] .post-header.fixed-header-single .table-of-content ul.active {
    top: 154px;
  }
}
@media (max-width: 450px) {
  html[lang=es-ES] .post-header {
    border-bottom: 2px solid #467FF7;
  }
  html[lang=es-ES] .post-header .table-of-content .article-title {
    font-size: 20px;
  }
  html[lang=es-ES] .post-header.fixed-header-single .table-of-content {
    top: 86px;
  }
  html[lang=es-ES] .post-header.fixed-header-single .table-of-content ul.active {
    top: 131px;
  }
}

.page-template-view-all-blog .main,
.page-template-template-blog .main {
  overflow: visible;
}
.page-template-view-all-blog .top-inner-section,
.page-template-template-blog .top-inner-section {
  height: 320px;
  padding-top: 0;
}
.page-template-view-all-blog .top-inner-section .blog-subtitle, .page-template-view-all-blog .top-inner-section .blog-title,
.page-template-template-blog .top-inner-section .blog-subtitle,
.page-template-template-blog .top-inner-section .blog-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
}
.page-template-view-all-blog .top-inner-section .blog-subtitle,
.page-template-template-blog .top-inner-section .blog-subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .page-template-view-all-blog .top-inner-section .blog-subtitle,
  .page-template-template-blog .top-inner-section .blog-subtitle {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
.page-template-view-all-blog .top-inner-section .blog-title,
.page-template-template-blog .top-inner-section .blog-title {
  color: #077ABC;
  font-weight: bold;
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 45px;
  color: #ffffff;
}
.page-template-view-all-blog .top-inner-section .blog-title span,
.page-template-template-blog .top-inner-section .blog-title span {
  color: #1C244B;
}
@media (min-width: 1921px) {
  .page-template-view-all-blog .top-inner-section .blog-title,
  .page-template-template-blog .top-inner-section .blog-title {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 65px;
  }
}
.page-template-view-all-blog .top-inner-section .blog-description,
.page-template-template-blog .top-inner-section .blog-description {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .page-template-view-all-blog .top-inner-section,
  .page-template-template-blog .top-inner-section {
    height: 252px;
  }
}
@media (max-width: 767px) {
  .page-template-view-all-blog .top-inner-section,
  .page-template-template-blog .top-inner-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-template-view-all-blog .top-inner-section .blog-title,
  .page-template-template-blog .top-inner-section .blog-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.page-template-template-blog .site-content p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
}
@media (min-width: 1921px) {
  .page-template-template-blog .site-content p {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-blog .site-content p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .page-template-template-blog .site-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-blog .site-content p {
    margin-bottom: 20px;
  }
}
.page-template-template-blog .site-content a {
  font-weight: 700;
  cursor: pointer;
}
.page-template-template-blog .site-content a.learn-more, .page-template-template-blog .site-content a.learn-more--fill, .page-template-template-blog .site-content a.learn-more.learn-more-get-started {
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-template-template-blog .site-content .recent-article_btn .learn-more:last-child, .page-template-template-blog .site-content .recent-article_btn .learn-more--fill:last-child {
    margin-top: 0 !important;
  }
  .page-template-template-blog .site-content .learn-more, .page-template-template-blog .site-content .learn-more--fill,
  .page-template-template-blog .site-content .learn-more.learn-more-get-started,
  .page-template-template-blog .site-content .btn-blue,
  .page-template-template-blog .site-content .cta-green,
  .page-template-template-blog .site-content .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .page-template-template-blog .site-content .nav-link, .page-template-template-blog .site-content .btn-blue-outline {
    display: block;
    margin: 0 0 20px;
    padding: 15px 20px;
    font-size: 17px;
    font-size: 1.0625rem;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page-template-template-blog .site-content .learn-more:last-child, .page-template-template-blog .site-content .learn-more--fill:last-child,
  .page-template-template-blog .site-content .learn-more.learn-more-get-started:last-child,
  .page-template-template-blog .site-content .btn-blue:last-child,
  .page-template-template-blog .site-content .cta-green:last-child,
  .page-template-template-blog .site-content .pricing-data--table #pricingTab .nav-item .nav-link:last-child,
  .pricing-data--table #pricingTab .nav-item .page-template-template-blog .site-content .nav-link:last-child, .page-template-template-blog .site-content .btn-blue-outline:last-child {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-template-template-blog footer .footer-menu-links a {
  font-weight: 400;
}
.page-template-template-blog .article-post_main a {
  color: #ffffff;
}
.page-template-template-blog .article-post_main a:hover {
  color: #467FF7;
}

.learn-more, .learn-more--fill,
.learn-more-get-started {
  font-weight: 500;
}
@media (max-width: 767px) {
  .learn-more, .learn-more--fill,
  .learn-more-get-started {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-main_title, .blog-main_title > a {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  color: #000000;
  margin: 5px 0 15px 0;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .blog-main_title, .blog-main_title > a {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1440px) {
  .blog-main_title, .blog-main_title > a {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    margin: 5px 0 10px 0;
  }
}

.article-title, .article-title > a {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 37px;
  color: #000000;
  margin: 0 0 10px 0;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .article-title, .article-title > a {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1440px) {
  .article-title, .article-title > a {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .article-title, .article-title > a {
    font-size: 22px;
  }
}

.category-main_menu {
  background: #E8E6E6;
}
@media (min-width: 1921px) {
  .category-main_menu .blog-main-tax-filter .owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
  }
  .category-main_menu .blog-main-tax-filter .owl-item.active {
    width: auto !important;
    padding: 0 20px;
  }
}
.category-main_menu .cat-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .category-main_menu .cat-inner {
    max-width: 2200px;
  }
  .category-main_menu .cat-inner .category-main_menu .cat-inner ul .owl-stage {
    width: 100% !important;
  }
}
.category-main_menu .cat-inner ul {
  text-align: center;
  padding: 20px 40px;
}
.category-main_menu .cat-inner ul .owl-nav button {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.category-main_menu .cat-inner ul .owl-nav button i {
  color: #467FF7;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.category-main_menu .cat-inner ul .owl-nav button.owl-next {
  right: 10px;
  left: auto;
}
.category-main_menu .cat-inner ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  font-weight: 700;
  color: #467FF7 !important;
  text-transform: uppercase;
  padding: 5px 7px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 1921px) {
  .category-main_menu .cat-inner ul li a {
    padding: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.category-main_menu .cat-inner ul li a:hover, .category-main_menu .cat-inner ul li a.active {
  background: #467FF7;
  color: #ffffff !important;
}

.blog-filter--list {
  margin: 0 auto;
}
@media (max-width: 1900px) {
  .blog-filter--list {
    max-width: 90%;
  }
}
@media (max-width: 1440px) {
  .blog-filter--list {
    max-width: calc(100% - 30px);
  }
}
.blog-filter--list .article-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .blog-filter--list .article-list {
    flex-wrap: wrap;
  }
}
.blog-filter--list .article-block.main-archive {
  max-width: 1430px;
  width: 100%;
}
@media (min-width: 1921px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1300px;
  }
}
@media (max-width: 1840px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1290px;
  }
}
@media (max-width: 1680px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1100px;
  }
}
@media (max-width: 1500px) {
  .blog-filter--list .article-block.main-archive {
    max-width: 1000px;
  }
}

.article-section {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1366px) {
  .article-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .article-section {
    padding: 30px 0;
  }
}
.article-section .container {
  max-width: 1430px;
}
@media (min-width: 1921px) {
  .article-section .container {
    max-width: 1500px;
  }
}
@media (max-width: 1600px) {
  .article-section .container {
    max-width: calc(100% - 200px);
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .article-section .container {
    max-width: 100%;
  }
}
.article-section .article-filter {
  width: 240px;
  position: absolute;
  left: calc((100% - 1430px) / 2 - 225px);
}
@media (min-width: 1921px) {
  .article-section .article-filter {
    width: 285px;
    left: calc((100% - 1300px) / 2 - 285px);
  }
}
@media (max-width: 1900px) {
  .article-section .article-filter {
    width: 235px;
    left: 0;
    position: unset;
  }
}
@media (max-width: 1366px) {
  .article-section .article-filter {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .article-section .article-filter {
    margin: 0 0 30px 0;
    width: 100%;
    position: unset;
  }
}
.article-section .article-filter .blog-tag-tax-filter.square-list li {
  width: 100%;
}
.article-section .article-filter .blog-tag-tax-filter.square-list li a {
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .article-section .article-filter .blog-tag-tax-filter.square-list li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .article-section .article-filter .blog-tag-tax-filter.square-list h3 {
    font-size: 17px;
  }
  .article-section .article-filter .blog-tag-tax-filter.square-list li a {
    padding: 5px 0 5px 25px;
    margin: 0 10px 0 0;
    line-height: 22px;
    font-size: 17px;
  }
  .article-section .article-filter .blog-tag-tax-filter.square-list li a::before {
    width: 20px;
    height: 20px;
  }
}

.article-block .blogs-filters {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-end;
}
.article-block .blogs-filters .search-forms {
  width: 350px;
  display: flex;
  margin-right: 30px;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.article-block .blogs-filters .search-forms .form-control {
  height: 45px;
  border-radius: 5px;
  padding: 0 100px 0 36px;
  border: 1px solid #ced4da;
  background: url(/wp-content/themes/goftx/dist/images/blog-search-icon.svg) no-repeat left 10px center/16px;
}
.article-block .blogs-filters .search-forms .blog-search {
  top: 0;
  right: 0;
  height: 45px;
  padding: 0 25px;
  font-size: 15px;
  position: absolute;
  color: #ffffff;
  border: 0;
  background: #467FF7;
}
.article-block .blogs-filters .category-filter .btn-group {
  width: 280px;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select {
  height: 45px;
  border-radius: 5px;
  text-align: left !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #ced4da;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
.article-block .blogs-filters .category-filter .btn-group .custom-select::after {
  top: 8px;
  right: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #ffffff url(/wp-content/themes/goftx/dist/images/blog-filter-icon.svg) no-repeat center/12px;
  border: 0;
  padding: 0;
  margin: 0;
  content: "";
  transform: rotate(180deg);
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu {
  width: 100%;
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu .form-check {
  display: flex;
  align-items: center;
  margin: 0;
}
.article-block .blogs-filters .category-filter .btn-group .dropdown-menu .form-check .form-check-input {
  margin-top: 0;
  margin-right: 10px;
}
.article-block .blogs-filters .category-filter .btn-group.show .custom-select::after {
  transform: rotate(0);
}
@media (max-width: 640px) {
  .article-block .blogs-filters {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .article-block .blogs-filters .search-forms {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .article-block .blogs-filters .category-filter .btn-group {
    width: 100%;
  }
}
.article-block .blogs-filters select::-ms-expand {
  display: none;
}
.article-block.main-archive {
  padding-left: 40px;
}
@media (max-width: 1080px) {
  .article-block.main-archive .article-post_main {
    display: inline-block;
  }
  .article-block.main-archive .article-post_main .article-post_image {
    width: 100%;
  }
  .article-block.main-archive .article-post_main .article-post_content {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .article-block.main-archive .article-post_main .article-post_content ul {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .article-block.main-archive {
    padding-left: 0;
  }
}
.article-block .article-post_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .article-block .article-post_main {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .article-block .article-post_main .article-post_content {
    width: 100%;
  }
}
.article-block .article-post_image {
  width: 58%;
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .article-block .article-post_image {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .article-block .article-post_image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.article-block .article-post_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-block .article-post_content {
  width: calc(42% - 50px);
}
@media (max-width: 1600px) {
  .article-block .article-post_content {
    width: calc(45% - 50px);
  }
}
@media (max-width: 1440px) {
  .article-block .article-post_content {
    width: calc(45% - 30px);
  }
}
@media (max-width: 991px) {
  .article-block .article-post_content {
    width: 50%;
    text-align: center;
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .article-block .article-post_content {
    width: 100%;
  }
  .article-block .article-post_content p {
    font-size: 17px;
    line-height: 25px;
  }
}
.article-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .article-block ul {
    justify-content: center;
    width: 100%;
  }
}
.article-block ul li {
  margin: 0 12px 12px 0;
}
@media (max-width: 1440px) {
  .article-block ul li {
    margin: 0 6px 6px 0;
  }
}
.article-block ul li:last-child {
  margin-right: 0;
}
.article-block ul li a:hover span {
  border-color: #467FF7;
}
.article-block ul li .learn-more, .article-block ul li .learn-more--fill {
  background: transparent;
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  padding: 8px;
  color: #467FF7;
}
@media (min-width: 1921px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 12px;
  }
}
@media (max-width: 1440px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .article-block ul li .learn-more, .article-block ul li .learn-more--fill {
    padding: 10px !important;
  }
}
.article-block .popular-articles .article-post_main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.article-block .popular-articles .article-post_main .article-post_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1080px) {
  .article-block .popular-articles .article-post_main .article-post_content {
    margin-top: 0;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main .article-post_content {
    margin-top: 15px;
    justify-content: center;
  }
}
.article-block .popular-articles .blog-main_title {
  margin: 50px 0 35px;
}
@media (max-width: 1440px) {
  .article-block .popular-articles .blog-main_title {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 1080px) {
  .article-block .popular-articles .blog-main_title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .blog-main_title {
    text-align: center;
    margin: 20px 0 0;
  }
}
.article-block .popular-articles .article-post_content {
  width: calc(33.3333333333% - 60px);
  margin-left: 90px;
}
.article-block .popular-articles .article-post_content:first-child {
  margin: 0;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_content:first-child {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .article-block .popular-articles .article-post_content {
    width: calc(33.3333333333% - 30px);
    margin-left: 45px;
  }
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_content {
    width: 48%;
    text-align: center;
    margin: 20px 2% 0;
  }
}
@media (max-width: 767px) {
  .article-block .popular-articles .article-post_content {
    width: 100%;
    margin: 20px 0 0;
  }
}
.article-block .popular-articles .article-post_main .article-image {
  border-radius: 17px;
  margin: 5px auto 20px auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .article-block .popular-articles .article-post_main .article-image {
    max-width: 450px;
  }
}
.article-block .popular-articles .article-post_main .article-image a {
  display: block;
}
.article-block .popular-articles .article-post_main a {
  color: #467FF7;
  font-weight: 700;
}
.article-block .popular-articles .article-post_main a span svg path {
  stroke: #467FF7;
}

ul.square-list {
  background: #E8E6E6;
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 1919px) {
  ul.square-list {
    padding: 15px;
  }
}
@media (max-width: 1600px) {
  ul.square-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  ul.square-list {
    justify-content: center;
  }
}
ul.square-list li a {
  font-weight: 400;
  color: #000000;
  padding: 10px 0 10px 30px;
  margin: 0;
  display: block;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1600px) {
  ul.square-list li a {
    padding: 5px 0 5px 22px;
    margin: 0 25px 0 0;
  }
}
@media (max-width: 767px) {
  ul.square-list li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
ul.square-list li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  display: block;
  border: 1px solid #467FF7;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  ul.square-list li a::before {
    width: 12px;
    height: 12px;
  }
}
ul.square-list li a.active, ul.square-list li a:hover {
  color: #467FF7;
}
ul.square-list li a.active::before, ul.square-list li a:hover::before {
  background: #467FF7;
}

.article-cta--blog .article-cta {
  margin-left: 30px;
}
@media (max-width: 1600px) {
  .article-cta--blog .article-cta {
    margin-left: 0;
  }
}
.article-cta--blog .container {
  max-width: 970px;
}
@media (max-width: 1600px) {
  .article-cta--blog .container {
    margin-right: auto;
  }
}

.article-cta {
  background: #031136 url(/wp-content/themes/goftx/dist/images/article-cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px 30px;
  text-align: center;
  margin: 50px 0 0;
  border-radius: 17px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .article-cta {
    margin: 40px 0 0;
    padding: 50px 40px 20px;
  }
}
@media (max-width: 991px) {
  .article-cta {
    padding: 30px 20px 10px;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .article-cta {
    background: #031136;
  }
}
@media (max-width: 575px) {
  .article-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.article-cta:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgb(3, 16, 52) 0%, rgb(1, 10, 30) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 17px;
}
.article-cta .blog-main_title {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .article-cta .blog-main_title {
    margin-bottom: 10px;
  }
}
.article-cta_form {
  max-width: 400px;
  width: 100%;
}

.customer-enagement {
  background: #E8E6E6;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 1366px) {
  .customer-enagement {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .customer-enagement {
    padding: 30px 0;
  }
}
.customer-enagement:before {
  content: "";
  display: block;
  background: #E8E6E6;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 135px;
  z-index: -2;
}
@media (max-width: 1440px) {
  .customer-enagement:before {
    bottom: 115px;
  }
}
@media (max-width: 991px) {
  .customer-enagement:before {
    bottom: 95px;
  }
}
@media (max-width: 575px) {
  .customer-enagement:before {
    bottom: 135px;
  }
}
.customer-enagement .article-block.customer-enagement_articles {
  margin-left: 0;
}
@media (max-width: 1600px) {
  .customer-enagement .article-block.customer-enagement_articles {
    margin-left: 0;
  }
}
@media (max-width: 1080px) {
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main {
    display: inline-block;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_image {
    width: 100%;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_content {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .customer-enagement .article-block.customer-enagement_articles .customer-enagement_content + .article-post_main .article-post_content ul {
    justify-content: center;
    width: 100%;
  }
}
.customer-enagement .article-image {
  border-radius: 17px;
  margin: 5px auto 20px auto;
}
.customer-enagement .article-image a {
  display: inline-block;
}
@media (max-width: 991px) {
  .customer-enagement .article-image {
    max-width: 450px;
    margin: 10px auto;
  }
}
.customer-enagement .article-image img {
  height: auto;
  width: 100%;
}
.customer-enagement .customer-enagement_content {
  width: 810px;
  margin: 0 0 30px 0;
}
@media (max-width: 1080px) {
  .customer-enagement .customer-enagement_content {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.customer-enagement .customer-enagement_content .blog-main_title {
  margin-top: 0;
}

.recent-article_section .blog-main_title {
  margin: 35px 0;
}
@media (max-width: 1440px) {
  .recent-article_section .blog-main_title {
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 1080px) {
  .recent-article_section .blog-main_title {
    text-align: center;
  }
}

.recent-article_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .recent-article_block {
    flex-direction: column-reverse;
  }
}
.recent-article_block .recent-article_list {
  width: 55%;
}
@media (max-width: 1080px) {
  .recent-article_block .recent-article_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_list {
    width: 100%;
    margin-bottom: 0;
  }
}
.recent-article_block .recent-article_main {
  width: 45%;
  padding-left: 125px;
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .recent-article_block .recent-article_main {
    padding-left: 80px;
  }
}
@media (max-width: 1440px) {
  .recent-article_block .recent-article_main {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main {
    width: 100%;
    padding-left: 0;
    margin: 0 auto 30px;
    max-width: 510px;
  }
}
.recent-article_block .recent-article_main .recent-article_image {
  width: 100%;
  overflow: hidden;
  border-radius: 17px 17px 0 0;
}
.recent-article_block .recent-article_main .recent-article_image img {
  height: auto;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_image img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.recent-article_block .recent-article_main .recent-article_content {
  padding: 20px;
  background: #103178;
  border-radius: 0 0 17px 17px;
}
@media (max-width: 1080px) {
  .recent-article_block .recent-article_main .recent-article_content {
    text-align: center;
  }
}
.recent-article_block .recent-article_main .recent-article_content span {
  color: #F9EEEE;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  color: #F9EEEE;
  margin: 0 0 10px 0;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.6px;
}
@media (min-width: 1921px) {
  .recent-article_block .recent-article_main .recent-article_content span {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .recent-article_block .recent-article_main .recent-article_content span {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.recent-article_block .recent-article_main .recent-article_content h3 {
  color: #fff;
  letter-spacing: 0.6px;
}
.recent-article_block .recent-article_main .recent-article_content p {
  color: #F9EEEE;
  margin: 0 0 10px 0;
}
.recent-article_block .recent-article_main .recent-article_btn {
  margin: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .recent-article_block .recent-article_main .recent-article_btn {
    flex-direction: column;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
  padding: 10px 20px !important;
  background: #467FF7;
  color: #ffffff;
}
@media (min-width: 1921px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
    padding: 15px 20px !important;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill:hover {
  background: transparent;
}
@media (max-width: 1800px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill {
    padding: 10px 15px !important;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
  background: transparent;
  border: 2px solid #467FF7;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 5px;
  }
}
@media (max-width: 1024px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill {
    margin-left: 0;
    margin-top: 10px;
  }
}
.recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more + .learn-more--fill:hover, .recent-article_block .recent-article_main .recent-article_btn .learn-more--fill + .learn-more--fill:hover {
  background: #467FF7;
  color: #fff;
}

@media (max-width: 991px) {
  .recent-article, .recent-library_section .recent-library {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 10px;
  }
}
.recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    margin-bottom: 30px;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .recent-article .most-recent_item, .recent-library_section .recent-library .most-recent_item {
    width: 100%;
  }
}
.recent-article .most-recent_item:last-child, .recent-library_section .recent-library .most-recent_item:last-child {
  margin-bottom: 0;
}
.recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
  width: 42%;
  height: 124px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    height: 124px;
  }
}
@media (min-width: 2200px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    height: 156px;
  }
}
@media (max-width: 1440px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 40%;
  }
}
@media (max-width: 1080px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 100%;
    height: auto;
    max-width: 450px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 575px) {
  .recent-article .most-recent_image, .recent-library_section .recent-library .most-recent_image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.recent-article .most-recent_image img, .recent-library_section .recent-library .most-recent_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-article .most-recent_image .overlay, .recent-library_section .recent-library .most-recent_image .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 7px;
}
.recent-article .most-recent_image a:hover, .recent-library_section .recent-library .most-recent_image a:hover {
  color: #467FF7;
  background-color: #ffffff;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .recent-article .most-recent_image a, .recent-library_section .recent-library .most-recent_image a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.recent-article .most-recent_image:hover .overlay, .recent-library_section .recent-library .most-recent_image:hover .overlay {
  top: 0;
}
.recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
  width: 58%;
  padding-left: 40px;
  padding-right: 10px;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    width: 60%;
    padding-left: 30px;
  }
}
@media (max-width: 1080px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .recent-article .most-recent_content, .recent-library_section .recent-library .most-recent_content {
    width: 100%;
    padding-left: 0;
    margin: 15px auto 0;
    text-align: center;
  }
}
.recent-article .most-recent_content ul, .recent-library_section .recent-library .most-recent_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1080px) {
  .recent-article .most-recent_content ul, .recent-library_section .recent-library .most-recent_content ul {
    justify-content: center;
    width: 100%;
  }
}
.recent-article .most-recent_content ul li a:hover span, .recent-library_section .recent-library .most-recent_content ul li a:hover span {
  padding: 5px 8px !important;
  border-color: #467FF7;
}
@media (min-width: 1921px) {
  .recent-article .most-recent_content ul li a:hover span, .recent-library_section .recent-library .most-recent_content ul li a:hover span {
    padding: 10px !important;
  }
}
.recent-article .most-recent_content ul li .learn-more, .recent-library_section .recent-library .most-recent_content ul li .learn-more, .recent-article .most-recent_content ul li .learn-more--fill, .recent-library_section .recent-library .most-recent_content ul li .learn-more--fill {
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  padding: 5px 8px;
  color: #467FF7;
  margin: 0 6px 6px 0;
}
@media (max-width: 1440px) {
  .recent-article .most-recent_content ul li .learn-more, .recent-library_section .recent-library .most-recent_content ul li .learn-more, .recent-article .most-recent_content ul li .learn-more--fill, .recent-library_section .recent-library .most-recent_content ul li .learn-more--fill {
    padding: 5px;
  }
}
.recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title {
  font-weight: 700;
  color: #000;
  margin: 8px 0;
}
@media (max-width: 767px) {
  .recent-article .most-recent_title, .recent-library_section .recent-library .most-recent_title {
    margin: 20px 0;
  }
}
.recent-article .most-recent_reading, .recent-library_section .recent-library .most-recent_reading {
  margin: 0;
}

.blog-author {
  padding: 0 0 60px 0;
}
@media (max-width: 1440px) {
  .blog-author {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .blog-author {
    padding: 0 0 30px 0;
  }
}
.blog-author .container {
  max-width: 1320px;
}
@media (min-width: 1921px) {
  .blog-author .container {
    max-width: 1680px;
  }
}
.blog-author .blog-main_title {
  margin: 0 0 50px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .blog-author .blog-main_title {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 991px) {
  .blog-author .blog-main_title {
    margin: 0 0 30px 0;
  }
}
.blog-author .author-block {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog-author .author-block {
    max-width: 100%;
  }
}
.blog-author .author-block .author-details {
  margin: 0 auto;
  text-align: center;
}
.blog-author .author-block .author-details_image {
  width: 135px;
  height: 135px;
  overflow: hidden;
  border-radius: 17px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-author .author-block .author-details_image {
    width: 100%;
    text-align: center;
    max-width: 135px;
    margin: 0 auto 15px;
  }
}
.blog-author .author-block .author-details_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 100%;
}
.blog-author .author-block .author-details_content {
  margin: 0 auto;
  text-align: center;
}
.blog-author .author-block .author-details_content h4 {
  font-weight: 700;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
@media (min-width: 1921px) {
  .blog-author .author-block .author-details_content h4 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .blog-author .author-block .author-details_content h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
  }
}
.blog-author .author-block .author-details_content .author-details_designation {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
}
@media (min-width: 1921px) {
  .blog-author .author-block .author-details_content .author-details_designation {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .blog-author .author-block .author-details_content .author-details_designation {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
  }
}
.blog-author .blog-author_quote {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 0;
}
@media (max-width: 1440px) {
  .blog-author .blog-author_quote {
    padding: 40px 0 0;
  }
}
@media (max-width: 991px) {
  .blog-author .blog-author_quote {
    padding: 20px 0 0;
  }
}
.blog-author .blog-author_quote a {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .blog-author .blog-author_quote a {
    padding: 6px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .blog-author .blog-author_quote a {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: block;
    line-height: normal;
    font-size: 17px;
  }
}

.recent-article::-webkit-scrollbar, .recent-library_section .recent-library::-webkit-scrollbar {
  width: 0.2em;
}
.recent-article::-webkit-scrollbar-track, .recent-library_section .recent-library::-webkit-scrollbar-track {
  box-shadow: inset 0px 0px 4px rgba(16, 49, 120, 0.5);
  border-radius: 50px;
}
.recent-article::-webkit-scrollbar-thumb, .recent-library_section .recent-library::-webkit-scrollbar-thumb {
  background-color: rgb(16, 49, 120);
  border-radius: 50px;
}

.article-section_category-bg {
  position: relative;
}
.article-section_category-bg.category-topics:before {
  content: "";
  background: #d0d7de;
  position: absolute;
  top: -50px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}

.article-section_category-bg.category-topics + .customer-enagement {
  background: transparent;
  padding-bottom: 0;
}
.article-section_category-bg.category-topics + .customer-enagement:before {
  content: none;
}

.page-template-template-blog .pos-solutions {
  padding: 0;
}

.pos-solutions .container {
  max-width: 1620px;
  border-top: 2px solid #E8E6E6;
}
@media (min-width: 1921px) {
  .pos-solutions .container {
    max-width: 1920px;
  }
}
@media (max-width: 1650px) {
  .pos-solutions .container {
    max-width: 94%;
  }
}
.pos-solutions .row {
  padding: 0 90px;
}
@media (max-width: 1650px) {
  .pos-solutions .row {
    padding: 0 40px;
  }
}
@media (max-width: 1440px) {
  .pos-solutions .row {
    padding: 0 20px;
  }
}
@media (max-width: 1080px) {
  .pos-solutions .pos-solutions_title {
    text-align: center;
  }
}
.pos-solutions .pos-solutions_title p {
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  margin: 30px 0 50px;
  padding: 10px 40px;
  border-color: #467FF7;
  background-color: #467FF7;
  display: inline-block;
}
@media (max-width: 1366px) {
  .pos-solutions .pos-solutions_title p {
    margin: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_title p {
    margin: 30px 0;
  }
}
.pos-solutions .pos-solutions_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .pos-solutions .pos-solutions_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_block {
    margin-bottom: 30px;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: #E8E6E6;
  border-radius: 6px;
  padding: 10px;
}
.pos-solutions .pos-solutions_block .pos-solutions_data {
  width: calc(100% - 86px);
  padding-left: 20px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .pos-solutions .pos-solutions_block .pos-solutions_data {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 15px;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data a {
  font-weight: 700;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data p {
  color: #000;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3 {
  margin: 0;
}
.pos-solutions .pos-solutions_block .pos-solutions_data h3 span {
  font-style: italic;
  color: #D30505;
  text-transform: uppercase;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .pos-solutions .pos-solutions_block .pos-solutions_data h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: normal;
  }
}
.pos-solutions .pos-solutions_block .pos-solutions_data p {
  margin: 6px 0;
}
.pos-solutions .pos-solutions_block .pos-solutions_data a {
  color: #467FF7;
}
.pos-solutions .pos-solutions_block .pos-solutions_data a span svg path {
  stroke: #467FF7;
}

a.recent-load-more {
  margin: 20px 0 0;
  padding: 6px 15px;
}

.page-template-template-blog .subscribe-form--footer {
  padding-top: 60px;
}
@media (min-width: 1921px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 80px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-template-blog .subscribe-form--footer {
    padding-top: 30px;
  }
}
.page-template-template-blog .subscribe-form--footer .article-cta {
  margin: 0;
}

.category-topics .article-block .popular-articles .article-post_main {
  padding-top: 50px;
}
@media (max-width: 1366px) {
  .category-topics .article-block .popular-articles .article-post_main {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .category-topics .article-block .popular-articles .article-post_main {
    padding-top: 30px;
  }
}
.category-topics .article-block .popular-articles .blog-main_title {
  display: none;
}

@media (max-width: 1600px) {
  .customer-enagement .container {
    margin-right: auto;
  }
}

.article-section_category-bg.category-topics + .customer-enagement .recent-article_section h2.blog-main_title {
  margin-top: 0;
}

.all-blogs-main.popular-articles .all-blogs-content.article-post_main {
  justify-content: flex-start;
  align-items: flex-start;
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main strong.learn-more, .all-blogs-main.popular-articles .all-blogs-content.article-post_main strong.learn-more--fill {
  cursor: pointer;
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
    width: 46%;
    margin: 0 2% 30px;
  }
}
@media (max-width: 575px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content {
    width: 100%;
    margin: 0 0 20px;
  }
}
.all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 991px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
    margin-left: 2%;
  }
}
@media (max-width: 575px) {
  .all-blogs-main.popular-articles .all-blogs-content.article-post_main .article-post_content:nth-child(3n+1) {
    margin-left: 0;
  }
}

.page-template-view-all-blog a.view-all-load-more {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-view-all-blog a.view-all-load-more {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .page-template-view-all-blog a.view-all-load-more .learn-more, .page-template-view-all-blog a.view-all-load-more .learn-more--fill {
    display: block;
    font-size: 17px;
  }
}

.all-blogs-main .all-blogs-content.article-post_main {
  flex-wrap: wrap;
}

.load-more-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.article-block.main-archive .loader-img {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .article-block.main-archive .loader-img {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .article-block.main-archive .loader-img {
    min-height: 1px;
    padding-bottom: 30px;
  }
}

.tax-library-category .library-article--list .article-cta,
.single-post .site-content--blog-post .article-cta,
.page-template-template-blog .article-cta--blog .article-cta,
.post-type-archive-library .article-cta--bg .article-cta {
  background: #031136;
  padding: 20px 20px 0;
  text-align: center;
  margin: 50px 0 0;
  border-radius: 17px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tax-library-category .library-article--list .article-cta .blog-main_title,
.single-post .site-content--blog-post .article-cta .blog-main_title,
.page-template-template-blog .article-cta--blog .article-cta .blog-main_title,
.post-type-archive-library .article-cta--bg .article-cta .blog-main_title {
  color: #ffffff;
  width: calc(100% - 500px);
  padding-right: 50px;
}
@media (max-width: 991px) {
  .tax-library-category .library-article--list .article-cta .blog-main_title,
  .single-post .site-content--blog-post .article-cta .blog-main_title,
  .page-template-template-blog .article-cta--blog .article-cta .blog-main_title,
  .post-type-archive-library .article-cta--bg .article-cta .blog-main_title {
    width: 100%;
    padding-right: 0;
  }
}
.tax-library-category .library-article--list .article-cta_form,
.single-post .site-content--blog-post .article-cta_form,
.page-template-template-blog .article-cta--blog .article-cta_form,
.post-type-archive-library .article-cta--bg .article-cta_form {
  max-width: 500px;
  width: 100%;
}

.single-post .site-content--blog-post .article-list .container .library-article--list .container,
.post-type-archive-library .article-cta--bg .container {
  max-width: 970px;
}

/* View all filter li css by shail */
.all-blog {
  width: 100%;
  margin-bottom: 30px;
}
.all-blog ul {
  justify-content: center;
  gap: 20px;
}
.all-blog li {
  cursor: pointer;
  background: transparent;
  border: 2px solid #8E8D8D;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1rem;
  padding: 10px 15px;
  margin: 0 !important;
  font-weight: 600;
}
.all-blog li:hover, .all-blog li.active {
  color: #ffffff;
  border-color: #467FF7;
  background-color: #467FF7;
}
@media (max-width: 767px) {
  .all-blog li {
    font-size: 17px;
    padding: 10px;
  }
}

.tip-inner {
  background-color: #e6f4ff;
  padding: 30px;
  border-radius: 10px;
}
.tip-inner .cta-title {
  padding-left: 10px;
}
.tip-inner .tip-cta {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
  color: #1A2449;
  font-weight: 600;
  border-bottom: 2px solid #81d5fb;
  margin-bottom: 20px;
}
.tip-inner .tip-cta img {
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .post-template-default p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .post-template-default .blog-single-content h2 {
    font-size: 28px !important;
  }
  .post-template-default .blog-single-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .post-template-default .blog-single-content ul li {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .post-template-default ul li a {
    font-size: 17px !important;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .post-template-default .faq-section .accordion .card .card-header button {
    font-size: 18px !important;
  }
}

@media (max-width: 1600px) {
  html[lang=es-ES] .article-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
  html[lang=es-ES] .article-title a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }
}
html[lang=es-ES] .blog-tag-tax-filter h3 {
  font-size: 17px;
}
@media (max-width: 1024px) {
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main {
    display: inline-block;
    text-align: center;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content:last-child {
    margin-bottom: 0 !important;
  }
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main .article-post_content ul {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .industry-blog-section .blog-similar-articles .article-block .popular-articles .article-post_main {
    display: flex;
  }
}
html[lang=es-ES] .blog-main-tax-filter.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-footer--form.wpforms-container .wpforms-submit-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 1080px) {
  .blog-form-main .blog-form-inner .form-content .blog-main_title br {
    display: none;
  }
}

@media (min-width: 1921px) {
  ul.blog-main-tax-filter.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage {
    width: 100% !important;
  }
}
.page-template-template-blog .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit], .single.single-post .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit] {
  background: #467FF7 !important;
}
.page-template-template-blog .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit]:hover, .single.single-post .blog-form-main .blog-form-inner .form-content-iframe .wpforms-container.wpforms-container-full button[type=submit]:hover {
  background: #1a48a5 !important;
}

.article-block .popular-articles .article-post_main .arrow-link span svg {
  top: 1px;
}

.article-block.customer-enagement_articles .popular-articles .article-post_main .arrow-link span svg {
  top: 2px;
}

.pos-solutions .pos-solutions_block .pos-solutions_data a.arrow-link span svg {
  top: 2px;
}

.table-of-content .article-title span svg {
  width: 22px;
  height: auto;
  transform: rotate(180deg);
}

.recent-library_section .recent-library .most-recent_image a.arrow-link,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link {
  color: #fff;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span {
  display: inline-flex;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span svg,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span svg {
  width: 16px;
  top: 1px;
  position: relative;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link span svg path,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link span svg path {
  fill: #fff;
  stroke: #fff;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link:hover,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link:hover {
  color: #467FF7;
}
.recent-library_section .recent-library .most-recent_image a.arrow-link:hover span svg path,
.recent-article_section .recent-article_list .most-recent_item .most-recent_image .arrow-link:hover span svg path {
  fill: #467FF7;
  stroke: #467FF7;
}

.blog-title {
  color: #077ABC;
  font-weight: bold;
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 45px;
  color: #ffffff;
}
.blog-title span {
  color: #1C244B;
}
@media (min-width: 1921px) {
  .blog-title {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 65px;
  }
}

.blog-subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .blog-subtitle {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .blog-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .blog-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.top-inner-section .blog-subtitle {
  color: #ffffff;
}

.library-intro {
  padding: 50px 0 0;
  position: relative;
}
@media (max-width: 1440px) {
  .library-intro {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .library-intro {
    padding: 30px 0 0;
  }
}
.library-intro:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #E8E6E6;
  width: 100%;
  height: 450px;
  z-index: -1;
}
@media (max-width: 767px) {
  .library-intro:before {
    height: 350px;
  }
}
.library-intro .recent-article_image {
  border-radius: 17px;
  overflow: hidden;
  margin: 20px 0;
}
.library-intro p {
  color: #000000;
}
@media (max-width: 767px) {
  .library-intro p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.library-intro .text-uppercase {
  margin: 0;
  font-weight: 700;
}
.library-intro .button a.learn-more:not(.learn-more-get-started), .library-intro .button a.learn-more--fill:not(.learn-more-get-started) {
  color: #467FF7;
  border-color: #467FF7;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .library-intro .button a.learn-more:not(.learn-more-get-started), .library-intro .button a.learn-more--fill:not(.learn-more-get-started) {
    display: block;
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .library-intro .button a.learn-more:not(.learn-more-get-started), .library-intro .button a.learn-more--fill:not(.learn-more-get-started) {
    margin-top: 15px;
    margin-left: 0;
  }
}
.library-intro .button a.learn-more:not(.learn-more-get-started):hover, .library-intro .button a.learn-more--fill:not(.learn-more-get-started):hover {
  background: #467FF7;
  color: #ffffff;
}

.recent-library_section {
  padding: 50px 0 0;
}
@media (max-width: 1440px) {
  .recent-library_section {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .recent-library_section {
    padding: 30px 0 0;
  }
}
.recent-library_section .container {
  max-width: 1570px;
}
@media (min-width: 1921px) {
  .recent-library_section .container {
    max-width: 1700px;
  }
}
.recent-library_section .recent-library {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .recent-library_section .recent-library {
    justify-content: center;
  }
}
.recent-library_section .recent-library li.most-recent_item {
  width: 48%;
  align-items: center;
  margin-bottom: 50px;
}
.recent-library_section .recent-library li.most-recent_item:last-child {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .recent-library_section .recent-library li.most-recent_item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .recent-library_section .recent-library li.most-recent_item {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .recent-library_section .recent-library li.most-recent_item {
    width: 100%;
  }
}

body.archive.tax-library-category .top-inner-section {
  height: 238px;
  padding-top: 67px;
}
@media (max-width: 1200px) {
  body.archive.tax-library-category .top-inner-section {
    height: 252px;
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  body.archive.tax-library-category .top-inner-section {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body.archive.tax-library-category .top-inner-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.archive.tax-library-category .article-cta {
  margin-top: 0;
}
body.archive.tax-library-category .blog-author {
  padding-top: 50px;
}
@media (max-width: 1440px) {
  body.archive.tax-library-category .blog-author {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  body.archive.tax-library-category .blog-author {
    padding-top: 30px;
  }
}

.extensive-library {
  padding: 50px 0;
}
@media (max-width: 1440px) {
  .extensive-library {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .extensive-library {
    padding: 30px 0;
  }
  .extensive-library .learn-more, .extensive-library .learn-more--fill {
    display: block;
    font-size: 17px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1921px) {
  .extensive-library .container {
    max-width: 1700px;
  }
}
.extensive-library .extensive-library_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .extensive-library .extensive-library_title {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .extensive-library .extensive-library_title {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .extensive-library .extensive-library_title {
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
  }
}
.extensive-library .extensive-library_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 0 0;
}
@media (max-width: 1440px) {
  .extensive-library .extensive-library_slider {
    padding: 25px 0 0;
  }
}
@media (max-width: 1365px) {
  .extensive-library .extensive-library_slider {
    max-width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .extensive-library .extensive-library_slider {
    max-width: 90%;
    padding: 15px 0 0;
  }
}
.extensive-library .extensive-library_slider .slick-arrow {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #4E83F7;
  border-radius: 8px;
  z-index: 9;
}
@media (max-width: 767px) {
  .extensive-library .extensive-library_slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.extensive-library .extensive-library_slider .slick-arrow.slick-prev, .extensive-library .extensive-library_slider .slick-arrow.slick-next {
  top: 150px;
}
@media (max-width: 1366px) {
  .extensive-library .extensive-library_slider .slick-arrow.slick-prev, .extensive-library .extensive-library_slider .slick-arrow.slick-next {
    top: 120px;
  }
}
.extensive-library .extensive-library_slider .slick-arrow.slick-prev {
  left: -30px;
}
@media (max-width: 1500px) {
  .extensive-library .extensive-library_slider .slick-arrow.slick-prev {
    left: -5px;
  }
}
.extensive-library .extensive-library_slider .slick-arrow.slick-next {
  right: -30px;
}
@media (max-width: 1500px) {
  .extensive-library .extensive-library_slider .slick-arrow.slick-next {
    right: -5px;
  }
}

.extensive_library-slide .extensive_library-block, .listing-library--section .extensive_library-block,
.listing_library-block .extensive_library-block {
  margin: 0 50px;
}
@media (max-width: 1440px) {
  .extensive_library-slide .extensive_library-block, .listing-library--section .extensive_library-block,
  .listing_library-block .extensive_library-block {
    margin: 0 40px;
  }
}
@media (max-width: 1366px) {
  .extensive_library-slide .extensive_library-block, .listing-library--section .extensive_library-block,
  .listing_library-block .extensive_library-block {
    margin: 0 20px;
  }
}
@media (max-width: 1200px) {
  .extensive_library-slide .extensive_library-block, .listing-library--section .extensive_library-block,
  .listing_library-block .extensive_library-block {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .extensive_library-slide .extensive_library-block, .listing-library--section .extensive_library-block,
  .listing_library-block .extensive_library-block {
    text-align: center;
  }
}
.extensive_library-slide .recent-article_image, .listing-library--section .recent-article_image,
.listing_library-block .recent-article_image {
  width: 100%;
  border-radius: 17px;
  overflow: hidden;
  height: 250px;
}
@media (max-width: 1366px) {
  .extensive_library-slide .recent-article_image, .listing-library--section .recent-article_image,
  .listing_library-block .recent-article_image {
    height: 200px;
  }
}
.extensive_library-slide .recent-article_image img, .listing-library--section .recent-article_image img,
.listing_library-block .recent-article_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.extensive_library-slide .extensive_library-content h3, .listing-library--section .extensive_library-content h3,
.listing_library-block .extensive_library-content h3 {
  margin: 15px 0 10px;
  color: #000000;
  font-weight: 700;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 37px;
}
@media (min-width: 1921px) {
  .extensive_library-slide .extensive_library-content h3, .listing-library--section .extensive_library-content h3,
  .listing_library-block .extensive_library-content h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
}
@media (max-width: 1440px) {
  .extensive_library-slide .extensive_library-content h3, .listing-library--section .extensive_library-content h3,
  .listing_library-block .extensive_library-content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .extensive_library-slide .extensive_library-content h3, .listing-library--section .extensive_library-content h3,
  .listing_library-block .extensive_library-content h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.extensive_library-slide .extensive_library-content p, .listing-library--section .extensive_library-content p,
.listing_library-block .extensive_library-content p {
  color: #000000;
}
@media (max-width: 767px) {
  .extensive_library-slide .extensive_library-content p, .listing-library--section .extensive_library-content p,
  .listing_library-block .extensive_library-content p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.extensive_library-slide .extensive_library-content a, .listing-library--section .extensive_library-content a,
.listing_library-block .extensive_library-content a {
  color: #4E83F7;
  font-weight: 700;
  margin: 10px 0;
}
.extensive_library-slide .extensive_library-content a span svg path, .listing-library--section .extensive_library-content a span svg path,
.listing_library-block .extensive_library-content a span svg path {
  fill: #4E83F7;
}

.related-topics {
  background: #E8E6E6;
  padding: 50px 0;
}
@media (max-width: 1440px) {
  .related-topics {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .related-topics {
    padding: 30px 0;
  }
}
.related-topics .container {
  max-width: 100% !important;
  padding: 0 40px !important;
}
@media (min-width: 1921px) {
  .related-topics .retail-strategy.owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
  }
  .related-topics .retail-strategy.owl-carousel .owl-stage-outer .owl-stage {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .related-topics .retail-strategy.owl-carousel .owl-stage-outer .owl-item.active {
    width: auto !important;
    padding: 0 20px;
  }
}
.related-topics .blog-main_title {
  margin: 0;
}
@media (max-width: 768px) {
  .related-topics .blog-main_title {
    width: 100%;
    text-align: center;
  }
}
.related-topics ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
@media (max-width: 1440px) {
  .related-topics ul {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .related-topics ul {
    margin-top: 20px;
  }
}
.related-topics ul .owl-item {
  text-align: center;
}
.related-topics ul .owl-nav button {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.related-topics ul .owl-nav button i {
  color: #467FF7;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.related-topics ul .owl-nav button.owl-prev {
  left: -10px;
}
.related-topics ul .owl-nav button.owl-next {
  right: -10px;
  left: auto;
}
.related-topics ul li a {
  color: #4D83F7;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .related-topics ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.related-topics ul li a:hover {
  color: #000000;
}

.single.library-template-default .blog-single--heading p.text-uppercase {
  margin-bottom: 10px;
}
.single.library-template-default .blog-single--heading .heading-30 {
  margin: 0 0 16px 0;
  border-bottom: 2px solid #467FF7;
  display: block;
  padding: 0 0 16px 0;
}
@media (max-width: 1440px) {
  .single.library-template-default .blog-single--heading .heading-30 .heading-30 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .single.library-template-default .blog-single--heading {
    text-align: center;
  }
}
.single.library-template-default .blog-single--heading .navigation.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single.library-template-default .blog-single--heading .navigation.post-navigation .nav-links .nav-next {
  margin-left: 35px;
}
@media (max-width: 1440px) {
  .single.library-template-default .blog-single--heading .navigation.post-navigation .nav-links {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .single.library-template-default .blog-single--heading .navigation.post-navigation .nav-links {
    justify-content: flex-start;
  }
  .single.library-template-default .blog-single--heading .navigation.post-navigation .nav-links .nav-next {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .single.library-template-default .blog-single--heading .navigation.post-navigation .nav-links {
    font-size: 14px;
    font-size: 0.875rem;
    justify-content: space-between;
  }
  .single.library-template-default .blog-single--heading .navigation.post-navigation .nav-links .nav-next {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .single-library .blog-single--sidebar .latest-arcticles,
  .tax-library-category .blog-single--sidebar .latest-arcticles {
    text-align: center;
  }
  .single-library .blog-single--sidebar .latest-arcticles a,
  .tax-library-category .blog-single--sidebar .latest-arcticles a {
    margin-top: 10px;
  }
  .single-library .blog-single--sidebar .latest-arcticles ul,
  .tax-library-category .blog-single--sidebar .latest-arcticles ul {
    text-align: left;
  }
}
.single-library .blog-single--sidebar .latest-arcticles h3,
.tax-library-category .blog-single--sidebar .latest-arcticles h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
}
@media (max-width: 1440px) {
  .single-library .blog-single--sidebar .latest-arcticles h3,
  .tax-library-category .blog-single--sidebar .latest-arcticles h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.single-library .blog-single--sidebar .latest-arcticles .learn-more, .single-library .blog-single--sidebar .latest-arcticles .learn-more--fill,
.tax-library-category .blog-single--sidebar .latest-arcticles .learn-more,
.tax-library-category .blog-single--sidebar .latest-arcticles .learn-more--fill {
  padding: 10px 30px !important;
  text-align: center;
}

.listing-library--section .extensive_library-block {
  margin: 50px 15px 0;
}
@media (max-width: 991px) {
  .listing-library--section .extensive_library-block {
    margin: 40px 15px 0;
  }
}
@media (max-width: 767px) {
  .listing-library--section .extensive_library-block {
    margin: 30px 0 0;
  }
}
.listing-library--section .extensive_library-block .recent-article_image {
  height: 380px;
}
@media (max-width: 1024px) {
  .listing-library--section .extensive_library-block .recent-article_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .listing-library--section .extensive_library-block .recent-article_image {
    max-width: 300px;
    margin: 0 auto;
  }
}
.listing-library--section .extensive_library-content p {
  margin: 0;
}
.listing-library--section .extensive_library-content a {
  margin-bottom: 0;
}

.article-cta--bg {
  position: relative;
}
.article-cta--bg::before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #E8E6E6;
}

.post-type-archive-library .subscribe-form--footer .article-cta {
  margin: 0;
}
.post-type-archive-library .blog-author {
  padding-top: 50px;
}
.post-type-archive-library .related-topics {
  background: #E8E6E6;
}

html[lang=es-ES] .retail-strategy.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitemap-inner .sitemap-inner-home {
  margin: 0 auto;
  display: table;
}
.sitemap-inner .sitemap-inner-home a {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  font-size: 18px;
  border-radius: 6px;
  color: #ffffff;
  background-color: #161A58;
}
.sitemap-inner .sitemap-inner-menu {
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}
.sitemap-inner .sitemap-inner-menu::before {
  right: 0;
  left: 0;
  top: 50px;
  height: 2px;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: calc(77% - 30px);
  background: #161A58;
}
@media (min-width: 1921px) {
  .sitemap-inner .sitemap-inner-menu::before {
    width: calc(77.4% - 30px);
  }
}
@media (max-width: 1919px) {
  .sitemap-inner .sitemap-inner-menu::before {
    width: calc(77.3% - 30px);
  }
}
@media (max-width: 1250px) {
  .sitemap-inner .sitemap-inner-menu::before {
    width: calc(77.5% - 30px);
  }
}
@media (max-width: 1024px) {
  .sitemap-inner .sitemap-inner-menu::before {
    width: calc(78% - 30px);
  }
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav {
  width: 25%;
  float: left;
  padding: 0 30px;
  overflow: visible;
  position: relative;
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav nav > ul > li > a {
  display: flex;
  text-align: center;
  padding: 10px 35px;
  font-size: 18px;
  line-height: 1rem;
  border-radius: 6px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #161A58;
  height: 48px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1921px) {
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav nav > ul > li > a {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav nav > ul > li > a {
    padding: 10px 20px;
  }
}
@media (max-width: 1440px) {
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav nav > ul > li > a {
    font-size: 17px;
  }
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav nav > ul > li > a::before {
  right: 0;
  left: 0;
  top: -50px;
  height: 50px;
  content: "";
  width: 2px;
  z-index: -1;
  margin: 0 auto;
  position: absolute;
  background: #161A58;
}
@media (min-width: 1921px) {
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav nav > ul > li > a::before {
    top: -49px;
  }
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu {
  position: relative;
  padding-left: 35px;
  padding-top: 20px;
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu li {
  margin-bottom: 20px;
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu li a {
  height: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1rem;
  border-radius: 6px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #467FF7;
}
@media (min-width: 1921px) {
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu li a {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu li a {
    font-size: 17px;
  }
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu li a::before {
  top: 50%;
  content: "";
  left: -17px;
  width: 20px;
  height: 2px;
  z-index: -1;
  position: absolute;
  transform: translateY(-50%);
  background: #161A58;
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu li:last-child {
  margin-bottom: 0;
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu::after {
  top: 0;
  left: 17px;
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 23px);
  background-color: #161A58;
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav:last-child #menu-sitemap-cms-pages-spanish li,
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav:last-child #menu-sitemap-cms-pages li {
  margin-bottom: 20px;
}
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav:last-child #menu-sitemap-cms-pages-spanish li a::before,
.sitemap-inner .sitemap-inner-menu .sitemap_menu_nav:last-child #menu-sitemap-cms-pages li a::before {
  right: 5px;
}
@media (max-width: 1023px) {
  .sitemap-inner .sitemap-inner-menu {
    padding-top: 20px;
  }
  .sitemap-inner .sitemap-inner-menu::before {
    display: none;
  }
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav ul::after {
    display: none;
  }
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav ul li .sub-menu {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav ul li .sub-menu li a::before {
    display: none;
  }
}

html[lang=es-ES] .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav .sub-menu li a {
  height: auto;
  min-height: 48px;
  padding: 8px 20px;
}
@media (max-width: 1440px) {
  html[lang=es-ES] .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  html[lang=es-ES] .sitemap-inner .sitemap-inner-menu {
    padding-top: 20px;
  }
  html[lang=es-ES] .sitemap-inner .sitemap-inner-menu::before {
    display: none;
  }
  html[lang=es-ES] .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  html[lang=es-ES] .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav ul::after {
    display: none;
  }
  html[lang=es-ES] .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav ul li .sub-menu {
    padding-left: 25px;
    padding-right: 25px;
  }
  html[lang=es-ES] .sitemap-inner .sitemap-inner-menu .sitemap_menu_nav ul li .sub-menu li a::before {
    display: none;
  }
}

.page-template-template-videos .play-icon {
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 100%;
  background: #1C6EF8;
  position: absolute;
  transform: translate(-50%, -50%);
}
.page-template-template-videos .play-icon img {
  z-index: 2;
  position: relative;
  max-height: 30px;
  left: 2px;
}
.page-template-template-videos .play-icon .icon-svg svg path {
  fill: #ffffff;
}
.page-template-template-videos .play-icon:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #467FF7;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@media (max-width: 575px) {
  .page-template-template-videos .play-icon {
    width: 50px;
    height: 50px;
  }
  .page-template-template-videos .play-icon:before {
    width: 50px;
    height: 50px;
  }
  .page-template-template-videos .play-icon img {
    max-height: 20px;
  }
}
.page-template-template-videos .hero-section.banner-section {
  background-color: #467FF7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-template-template-videos .hero-section.banner-section .container {
  max-width: 1070px;
}
@media (min-width: 1921px) {
  .page-template-template-videos .hero-section.banner-section .container {
    max-width: 1400px;
  }
}
.page-template-template-videos .hero-section.banner-section .header-h1 {
  font-weight: 400;
}
.page-template-template-videos .hero-section.banner-section .header-h1 span {
  font-weight: 700;
}
.page-template-template-videos .knowledge-base-solutions {
  background: rgba(205, 221, 255, 0.2);
}
@media (max-width: 767px) {
  .page-template-template-videos .knowledge-base-solutions.section-space {
    padding-bottom: 0;
  }
}
.page-template-template-videos .knowledge-base-solutions .container {
  max-width: 1430px;
}
@media (min-width: 1921px) {
  .page-template-template-videos .knowledge-base-solutions .container {
    max-width: 1860px;
  }
}
.page-template-template-videos .knowledge-base-solutions .container + .container {
  max-width: 1490px;
}
@media (min-width: 1921px) {
  .page-template-template-videos .knowledge-base-solutions .container + .container {
    max-width: 1860px;
  }
}
.page-template-template-videos .knowledge-base-solutions .section-title--medium {
  font-weight: 700;
}
.page-template-template-videos .knowledge-base-solutions .section-title--medium span {
  color: #467FF7;
}
.page-template-template-videos .knowledge-base-solutions .solution-item {
  border-radius: 10px;
  background: #011C37;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
  text-align: center;
  margin: 15px 0;
  height: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .page-template-template-videos .knowledge-base-solutions .solution-item {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .page-template-template-videos .knowledge-base-solutions .solution-item {
    justify-content: center;
    align-items: center;
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.page-template-template-videos .knowledge-base-solutions .solution-item img {
  margin-bottom: 20px;
}
.page-template-template-videos .knowledge-base-solutions .solution-item .description, .page-template-template-videos .knowledge-base-solutions .solution-item .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .knowledge-base-solutions .solution-item .page-numbers, .page-template-template-videos .knowledge-base-solutions .solution-item .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .knowledge-base-solutions .solution-item .content, .page-template-template-videos .knowledge-base-solutions .solution-item .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .knowledge-base-solutions .solution-item .latest-post-title, .page-template-template-videos .knowledge-base-solutions .solution-item .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .knowledge-base-solutions .solution-item a.dropdown-item {
  color: #ffffff;
  margin: 10px 0 20px;
}
.page-template-template-videos .knowledge-base-solutions .solution-item .btn-blue span, .page-template-template-videos .knowledge-base-solutions .solution-item .btn-blue-outline span, .page-template-template-videos .knowledge-base-solutions .solution-item .cta-green span, .page-template-template-videos .knowledge-base-solutions .solution-item .pricing-data--table #pricingTab .nav-item .nav-link span, .pricing-data--table #pricingTab .nav-item .page-template-template-videos .knowledge-base-solutions .solution-item .nav-link span {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  .page-template-template-videos .knowledge-base-solutions .solution-item .btn-blue span, .page-template-template-videos .knowledge-base-solutions .solution-item .btn-blue-outline span, .page-template-template-videos .knowledge-base-solutions .solution-item .cta-green span, .page-template-template-videos .knowledge-base-solutions .solution-item .pricing-data--table #pricingTab .nav-item .nav-link span, .pricing-data--table #pricingTab .nav-item .page-template-template-videos .knowledge-base-solutions .solution-item .nav-link span {
    position: relative;
    top: 2px;
  }
}
.page-template-template-videos .knowledge-base-solutions .solution-item .btn-blue:hover span, .page-template-template-videos .knowledge-base-solutions .solution-item .btn-blue-outline:hover span, .page-template-template-videos .knowledge-base-solutions .solution-item .cta-green:hover span, .page-template-template-videos .knowledge-base-solutions .solution-item .pricing-data--table #pricingTab .nav-item .nav-link:hover span, .pricing-data--table #pricingTab .nav-item .page-template-template-videos .knowledge-base-solutions .solution-item .nav-link:hover span {
  left: 5px;
}
.page-template-template-videos .knowledge-base-solutions .solution-item .btn-blue:hover span svg path, .page-template-template-videos .knowledge-base-solutions .solution-item .btn-blue-outline:hover span svg path, .page-template-template-videos .knowledge-base-solutions .solution-item .cta-green:hover span svg path, .page-template-template-videos .knowledge-base-solutions .solution-item .pricing-data--table #pricingTab .nav-item .nav-link:hover span svg path, .pricing-data--table #pricingTab .nav-item .page-template-template-videos .knowledge-base-solutions .solution-item .nav-link:hover span svg path {
  fill: #467FF7;
}
.page-template-template-videos .academy-solutions {
  background: #DDF3FE;
}
.page-template-template-videos .academy-solutions .container {
  max-width: 1350px;
}
@media (min-width: 1921px) {
  .page-template-template-videos .academy-solutions .container {
    max-width: 1860px;
  }
}
.page-template-template-videos .featured-training--section {
  background-image: url(/wp-content/themes/goftx/dist/images/training-courses-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1921px) {
  .page-template-template-videos .featured-training--section .container {
    max-width: 1860px;
  }
}
@media (max-width: 767px) {
  .page-template-template-videos .featured-training--section.section-space {
    padding-bottom: 0;
  }
}
.page-template-template-videos .featured-training--section .section-title--medium {
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .page-template-template-videos .featured-training--section .section-title--medium {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-template-videos .featured-training--section .section-title--medium {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .page-template-template-videos .featured-training--section .academy-training--video .row {
    justify-content: center;
  }
}
.page-template-template-videos .featured-training--section .academy-training--video .col-xl-3 {
  width: 33.33%;
}
@media (max-width: 991px) {
  .page-template-template-videos .featured-training--section .academy-training--video .col-xl-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-template-videos .featured-training--section .academy-training--video .col-xl-3 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-template-template-videos .featured-training--section .academy-training--video .course-block {
    margin-bottom: 30px;
  }
  .page-template-template-videos .featured-training--section .academy-training--video .course-block figure {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-videos .featured-training--section .academy-training--video .course-block {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ffffff;
  }
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block figure img {
  border-radius: 10px;
  border: 0px solid #1C6DF7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-template-template-videos .featured-training--section .academy-training--video .course-block .content {
    justify-content: center;
    text-align: center;
  }
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content p, .page-template-template-videos .featured-training--section .academy-training--video .course-block .content h3 {
  color: #ffffff;
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content h3 {
  font-weight: 700;
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content .course-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  order: -1;
  margin: 20px 0;
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content .course-author .course-author_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content .course-author .course-author_details p {
  margin: 0;
  margin-left: 20px;
  color: #ffffff;
  font-weight: 600;
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content .course-author .course-author_details .course-author_img {
  width: 44px;
  height: 44px;
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content .course-author .course-author_details .course-author_img img {
  border-radius: 50%;
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content .course-author .course-author_charge {
  border-radius: 10px;
  background: #F5F9FF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 6px 18px;
}
.page-template-template-videos .featured-training--section .academy-training--video .course-block .content .course-author .course-author_charge p {
  margin: 0;
  color: #1C6DF7;
  font-weight: 600;
  text-transform: uppercase;
}
.page-template-template-videos .learn-skill--section {
  background: #DDF3FE;
}
@media (min-width: 1921px) {
  .page-template-template-videos .learn-skill--section .container {
    max-width: 1860px;
  }
}
@media (max-width: 767px) {
  .page-template-template-videos .learn-skill--section .row .col-md-8 {
    order: -1;
  }
}
.page-template-template-videos .learn-skill--section .section-title--medium {
  font-weight: 700;
  color: #000000;
}
.page-template-template-videos .learn-skill--section .section-title--medium span {
  color: #467FF7;
}
.page-template-template-videos .learn-skill--section .description, .page-template-template-videos .learn-skill--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .learn-skill--section .page-numbers, .page-template-template-videos .learn-skill--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .learn-skill--section .content, .page-template-template-videos .learn-skill--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .learn-skill--section .latest-post-title, .page-template-template-videos .learn-skill--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .learn-skill--section a.dropdown-item {
  color: #000000;
}
@media (max-width: 767px) {
  .page-template-template-videos .learn-skill--section .learn-video--left {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}
.page-template-template-videos .learn-skill--section .learn-video--left img.news-thumb {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.page-template-template-videos .learn-skill--section .learn-video--left .play-icon {
  width: 100px;
  height: 100px;
  border: 0;
}
.page-template-template-videos .learn-skill--section .learn-video--left .play-icon .icon-svg svg {
  width: 60px;
}
@media (max-width: 1440px) {
  .page-template-template-videos .learn-skill--section .learn-video--left .play-icon {
    width: 100px;
    height: 100px;
  }
  .page-template-template-videos .learn-skill--section .learn-video--left .play-icon .icon-svg svg {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-videos .learn-skill--section .learn-video--left .play-icon {
    width: 80px;
    height: 80px;
  }
  .page-template-template-videos .learn-skill--section .learn-video--left .play-icon .icon-svg svg {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-template-videos .learn-skill--section .learn-video--left .play-icon {
    width: 60px;
    height: 60px;
  }
  .page-template-template-videos .learn-skill--section .learn-video--left .play-icon .icon-svg svg {
    width: 30px;
  }
}
.page-template-template-videos .learn-skill--section .learn-video--left .video-box {
  cursor: pointer;
}
.page-template-template-videos .learn-skill--section .learn-video--left .video-box .video-play--youtube {
  position: relative;
  width: 100%;
}
.page-template-template-videos .learn-skill--section .learn-video--left .video-box .custom-title {
  border-radius: 10px;
  background: rgba(1, 35, 101, 0.5);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-weight: 700;
  padding: 20px;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  .page-template-template-videos .learn-skill--section .learn-video--left .video-box .custom-title {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-videos .learn-skill--section .learn-video--left .video-box .custom-title {
    margin: 10px 0 20px 0;
    text-align: center;
  }
}
.page-template-template-videos .learn-skill--section .learn-video--scrollbar {
  background: rgba(1, 35, 101, 0.5);
  padding-right: 10px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .page-template-template-videos .learn-skill--section .learn-video--scrollbar {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.page-template-template-videos .learn-skill--section .learn-video--right {
  border-radius: 0;
  background: transparent;
  box-shadow: unset;
  padding: 10px;
  height: 650px;
  overflow-y: auto;
}
@media (min-width: 1921px) {
  .page-template-template-videos .learn-skill--section .learn-video--right {
    height: 790px;
  }
}
@media (max-width: 1366px) {
  .page-template-template-videos .learn-skill--section .learn-video--right {
    height: 590px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-videos .learn-skill--section .learn-video--right {
    height: 490px;
  }
}
@media (max-width: 768px) {
  .page-template-template-videos .learn-skill--section .learn-video--right {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .page-template-template-videos .learn-skill--section .learn-video--right {
    height: 580px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .page-template-template-videos .learn-skill--section .learn-video--right {
    height: 520px;
  }
}
@media (max-width: 350px) {
  .page-template-template-videos .learn-skill--section .learn-video--right {
    height: 490px;
  }
}
.page-template-template-videos .learn-skill--section .learn-video--right::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #6d8aaf;
}
.page-template-template-videos .learn-skill--section .learn-video--right::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.page-template-template-videos .learn-skill--section .learn-video--right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4e627d;
}
.page-template-template-videos .learn-skill--section .learn-video--right .video-box {
  transition: all 0.3s ease-in-out 0s;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.page-template-template-videos .learn-skill--section .learn-video--right .video-box.active {
  background: #5c7aa3;
  display: none;
}
.page-template-template-videos .learn-skill--section .learn-video--right .video-box .video-play--youtube {
  position: relative;
}
@media (max-width: 1280px) {
  .page-template-template-videos .learn-skill--section .learn-video--right .video-box .video-play--youtube {
    width: 100%;
  }
}
.page-template-template-videos .learn-skill--section .learn-video--right .video-box .video-play--youtube .play-icon {
  width: 30px;
  height: 30px;
  border: 0;
}
.page-template-template-videos .learn-skill--section .learn-video--right .video-box .video-play--youtube .play-icon .icon-svg {
  width: 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-videos .learn-skill--section .learn-video--right .video-box .news-thumb {
  width: 225px;
  height: 125px;
  border-radius: 10px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .page-template-template-videos .learn-skill--section .learn-video--right .video-box .news-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .page-template-template-videos .learn-skill--section .learn-video--right .video-box .news-thumb {
    height: auto;
  }
}
.page-template-template-videos .learn-skill--section .learn-video--right .video-box .description, .page-template-template-videos .learn-skill--section .learn-video--right .video-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .learn-skill--section .learn-video--right .video-box .page-numbers, .page-template-template-videos .learn-skill--section .learn-video--right .video-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .learn-skill--section .learn-video--right .video-box .content, .page-template-template-videos .learn-skill--section .learn-video--right .video-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .learn-skill--section .learn-video--right .video-box .latest-post-title, .page-template-template-videos .learn-skill--section .learn-video--right .video-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .learn-skill--section .learn-video--right .video-box a.dropdown-item {
  color: #ffffff;
  width: calc(100% - 235px);
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .page-template-template-videos .learn-skill--section .learn-video--right .video-box .description, .page-template-template-videos .learn-skill--section .learn-video--right .video-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .learn-skill--section .learn-video--right .video-box .page-numbers, .page-template-template-videos .learn-skill--section .learn-video--right .video-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .learn-skill--section .learn-video--right .video-box .content, .page-template-template-videos .learn-skill--section .learn-video--right .video-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .learn-skill--section .learn-video--right .video-box .latest-post-title, .page-template-template-videos .learn-skill--section .learn-video--right .video-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .learn-skill--section .learn-video--right .video-box a.dropdown-item {
    width: 100%;
  }
}
.page-template-template-videos .need-assistance--cta {
  background: #DDF3FE;
}
.page-template-template-videos .need-assistance--cta .container {
  max-width: 1280px;
}
@media (min-width: 1921px) {
  .page-template-template-videos .need-assistance--cta .container {
    max-width: 1500px;
  }
}
.page-template-template-videos .need-assistance--cta .video-cta--block {
  background-image: url(/wp-content/themes/goftx/dist/images/assistance-cta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-template-videos .need-assistance--cta .video-cta--block .section-title--medium {
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}
.page-template-template-videos .need-assistance--cta .video-cta--block .section-title--medium span {
  color: #FFD900;
}
.page-template-template-videos .need-assistance--cta .video-cta--block .btn-blue.btn-yellow, .page-template-template-videos .need-assistance--cta .video-cta--block .btn-yellow.btn-blue-outline, .page-template-template-videos .need-assistance--cta .video-cta--block .btn-yellow.cta-green, .page-template-template-videos .need-assistance--cta .video-cta--block .pricing-data--table #pricingTab .nav-item .btn-yellow.nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-videos .need-assistance--cta .video-cta--block .btn-yellow.nav-link {
  border: 1px solid #FFD900;
  background: #FFD900;
  color: #000000;
}
.page-template-template-videos .need-assistance--cta .video-cta--block .btn-blue.btn-yellow:hover, .page-template-template-videos .need-assistance--cta .video-cta--block .btn-yellow.btn-blue-outline:hover, .page-template-template-videos .need-assistance--cta .video-cta--block .btn-yellow.cta-green:hover, .page-template-template-videos .need-assistance--cta .video-cta--block .pricing-data--table #pricingTab .nav-item .btn-yellow.nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-videos .need-assistance--cta .video-cta--block .btn-yellow.nav-link:hover {
  background: #ffffff;
  border: 1px solid #000000;
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .section-title--medium {
  font-weight: 700;
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .description.title-space, .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .title-space.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .title-space.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .title-space.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.title-space.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .description.heading-27, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .description.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .heading-27.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .heading-27.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .page-numbers.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .content.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .latest-post-title.pro-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.heading-27, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.pro-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers.pro-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .content.pro-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .latest-post-title, .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.latest-post-title, .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .section-title--medium.page-numbers, .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .section-title--medium.content, .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .section-title--medium.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.section-title--medium, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.section-title--medium, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .description.own-content, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .own-content.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .own-content.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .own-content.latest-post-title, .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .description.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .own-content.page-numbers, .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .own-content.content, .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .own-content.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.own-content, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.own-content, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .description.sub-description, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .sub-description.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .sub-description.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .sub-description.latest-post-title, .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .description.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .sub-description.page-numbers, .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .sub-description.content, .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .sub-description.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.sub-description, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.sub-description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .description.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.page-numbers, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.content, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .description.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block h3.description, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block h3.page-numbers, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block h3.content, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block h3.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block h3.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .page-template-template-videos .need-assistance--cta .need-assistance--block .description.title-space, .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .title-space.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .title-space.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .title-space.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.title-space.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .latest-post-title, .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .latest-post-title, .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .latest-post-title, .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .description.heading-27, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .description.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .heading-27.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .heading-27.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .page-numbers.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .content.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .latest-post-title.pro-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.heading-27, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.pro-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers.pro-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .content.pro-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.pro-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .latest-post-title, .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .latest-post-title, .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .description, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .content, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .latest-post-title, .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .description, .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .page-numbers, .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .content, .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block .latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .section-title--medium.latest-post-title, .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .section-title--medium.page-numbers, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .section-title--medium.page-numbers, .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.content, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .section-title--medium.content, .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .section-title--medium.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block .section-title--medium.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.section-title--medium, .page-template-template-videos .need-assistance--cta .need-assistance--block .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.section-title--medium, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .description.own-content, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .own-content.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .own-content.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .own-content.latest-post-title, .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .description.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .own-content.page-numbers, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .own-content.page-numbers, .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .own-content.content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .own-content.content, .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .own-content.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block .own-content.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.own-content, .page-template-template-videos .need-assistance--cta .need-assistance--block .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.own-content, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .description.sub-description, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .sub-description.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .sub-description.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .sub-description.latest-post-title, .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .description.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .sub-description.page-numbers, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .sub-description.page-numbers, .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.content, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .sub-description.content, .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .sub-description.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block .sub-description.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.sub-description, .page-template-template-videos .need-assistance--cta .need-assistance--block .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.sub-description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .description.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.page-numbers, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.content, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .description.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-block-title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.agreements-block-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block h3.description, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block h3.page-numbers, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block h3.content, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-videos .need-assistance--cta .need-assistance--block h3.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block h3.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .description.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination .most-recent_title.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .most-recent_title.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item.most-recent_title, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.description, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.content, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .custom-pagination a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.latest-post-title, .page-template-template-videos .need-assistance--cta .need-assistance--block .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item, .page-template-template-videos .need-assistance--cta .need-assistance--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-videos .need-assistance--cta .need-assistance--block a.dropdown-item {
    margin: 20px 0;
  }
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a {
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(70, 127, 247, 0.16);
  padding: 10px 10px 10px 40px;
  display: inline-block;
  margin-bottom: 30px;
  width: calc(33.33% - 25px);
  color: #000000;
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a:hover {
  color: #467FF7;
}
@media (max-width: 1024px) {
  .page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a {
    width: calc(33.33% - 10px);
    padding: 10px 10px 10px 30px;
  }
}
@media (max-width: 768px) {
  .page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a {
    width: 100%;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a span {
  position: relative;
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a span:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1921px) {
  .page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a span:before {
    width: 26px;
    height: 30px;
    left: -40px;
  }
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a.mail-add span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cg clip-path='url(%23clip0_1929_849)'%3E%3Cpath d='M1.67784 0.014024L16.2121 0C17.1654 0.095246 17.9125 0.910389 18 1.94641V12.0536C17.9125 13.0914 17.1638 13.9048 16.2121 14H1.78572C0.844823 13.9053 0.108421 13.1136 0 12.0951V1.90492C0.104664 0.928503 0.785246 0.156017 1.67784 0.014024ZM15.8692 1.40123H2.1287L6.40649 7.17618C6.6872 7.45198 7.11391 7.66117 7.49284 7.69915C8.12941 7.76284 10.2485 7.7868 10.8072 7.63429C11.1711 7.53496 11.5001 7.30005 11.7518 7.00029L15.8692 1.40123ZM1.28495 11.4611L4.573 7.01373L1.28495 2.53834V11.4611ZM16.7129 11.4611V2.53834L13.4249 7.01373L16.7129 11.4611ZM15.8692 12.5988L12.5897 8.13974C12.4888 8.10643 12.375 8.30569 12.2902 8.37406C11.7781 8.78601 11.1893 9.05305 10.5474 9.10096C9.67629 9.16582 8.3645 9.16115 7.49016 9.10096C6.69364 9.04662 6.03453 8.69661 5.44251 8.13389L2.1287 12.5982H15.8692V12.5988Z' fill='%23467FF7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1929_849'%3E%3Crect width='18' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a.call-num span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1841 0.0177887C14.7471 -0.103947 15.6449 0.428647 16.1319 0.71777C18.8253 2.2699 20.8644 4.94809 21.6556 7.96105C21.8078 8.5393 22.0513 9.57405 21.9904 10.1371C21.8991 11.1262 20.4992 11.1871 20.2861 10.1827C20.2322 9.92661 20.1992 9.67646 20.1659 9.42435C20.124 9.10727 20.0818 8.78708 19.997 8.448C19.3427 5.90676 17.6231 3.62421 15.3862 2.2699C15.2601 2.19309 15.0429 2.08859 14.8082 1.97566C14.3919 1.77535 13.9204 1.54849 13.8037 1.40253C13.4537 0.961242 13.6211 0.154742 14.1841 0.0330057V0.0177887ZM7.47289 8.40226C7.40928 8.50403 7.73919 9.12695 7.90245 9.4352C7.93447 9.49567 7.96008 9.54403 7.97505 9.57397C8.94894 11.3848 10.2424 12.9978 11.7489 14.413C11.7936 14.4466 11.8219 14.4307 11.8519 14.414C11.8627 14.4079 11.8737 14.4018 11.8858 14.3978C12.0667 14.3288 12.3549 14.099 12.6371 13.8739C12.8535 13.7013 13.0664 13.5315 13.2249 13.4391C15.8879 11.8261 17.6378 14.1543 18.8856 16.1934C19.5704 17.3194 19.5856 18.7802 18.7639 19.8302C18.2313 20.4998 15.827 22.1432 15.0053 22.4171C13.4988 22.9345 12.3423 22.5541 11.0184 21.8084C5.84468 18.9476 1.91869 13.8043 0.442646 8.08271C-0.0747315 6.13493 -0.409505 4.33933 1.03611 2.68068C1.5687 2.072 3.91212 0.398127 4.67297 0.169873C7.0138 -0.555032 8.2605 1.35799 9.36506 3.05291L9.39023 3.09153C9.9837 4.00455 10.1967 4.91757 9.84674 5.98276C9.51087 7.04636 8.59582 7.65949 7.7171 8.24827C7.64036 8.29969 7.56389 8.35093 7.48811 8.40226H7.47289ZM5.3273 1.73722C4.90122 1.79809 3.01432 3.12197 2.61867 3.45674C1.37088 4.55236 1.66 5.78494 2.01 7.21534C3.21214 12.3587 6.48379 16.9238 10.9271 19.7694L11.0874 19.8716C12.2023 20.5844 13.2902 21.2799 14.6553 20.728C15.0662 20.5606 17.0748 19.1607 17.3639 18.8411C17.6835 18.4607 17.79 17.9585 17.6683 17.4716C17.577 17.1216 16.3596 15.4477 16.0705 15.1282C15.5531 14.5499 14.9444 14.4434 14.2445 14.7934C13.9591 14.9396 13.5973 15.2321 13.2364 15.5241L13.2363 15.5241C12.8081 15.8705 12.3809 16.216 12.0836 16.3151C11.5499 16.4886 11.2969 16.2642 10.9657 15.9703L10.9657 15.9703C10.9192 15.929 10.8712 15.8864 10.8206 15.8434C8.87286 14.2151 6.97073 11.5522 5.95119 9.22398C5.91592 9.14461 5.88003 9.0679 5.84517 8.99338C5.57922 8.42491 5.3727 7.98349 5.95119 7.45881C6.18604 7.24421 6.48984 7.04577 6.80182 6.84199L6.80183 6.84198C7.6623 6.27993 8.58497 5.67725 8.29461 4.5828C8.20331 4.21759 7.01638 2.60459 6.71204 2.26982C6.33162 1.82852 5.93598 1.66114 5.34252 1.73722H5.3273ZM15.2182 4.90245C14.7769 4.55246 13.5139 3.76117 12.966 3.80683V3.82204C12.2204 3.86769 11.9161 4.88723 12.5248 5.34374C12.6351 5.42653 12.79 5.48151 12.9423 5.53558C13.0419 5.57096 13.1405 5.60595 13.2247 5.64808C14.716 6.42415 15.8116 7.65672 16.1464 9.34581C16.1742 9.48122 16.1885 9.63486 16.2032 9.79334C16.2532 10.3294 16.3083 10.9209 16.9072 11.0501C17.592 11.1871 17.9572 10.6393 17.942 10.0154C17.8811 8.0828 16.7246 6.07416 15.2182 4.90245Z' fill='%23467FF7'/%3E%3C/svg%3E");
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a.sign-link span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M7.44639 18.513L6.55539 21.043C6.34639 21.318 5.68639 21.384 5.34539 21.406C3.23339 21.538 1.26439 20.625 0.241391 18.755C0.131391 18.546 -0.0446092 18.293 0.0103908 18.051L1.41839 15.301C1.15439 12.089 -0.407609 8.72301 2.25439 6.10501C3.16739 5.21401 4.24539 4.43301 5.14739 3.52001C5.26839 2.76101 5.07039 1.85901 5.18039 1.12201C5.22439 0.792006 5.44439 0.660006 5.75239 0.638006C6.12639 0.605006 7.60039 0.583006 7.90839 0.660006C8.38139 0.781006 8.17239 1.21001 8.41439 1.51801C8.67839 1.85901 9.11839 1.88101 9.40439 1.54001C9.69039 1.19901 9.44839 0.715006 10.0094 0.627006L12.4624 0.649006C12.9904 0.880006 12.6494 1.47401 13.1774 1.70501C13.4194 1.81501 13.7164 1.78201 13.9144 1.58401C14.1894 1.30901 13.9914 0.792006 14.4534 0.649006C14.7284 0.561006 16.3014 0.583006 16.6534 0.616006C16.9394 0.638006 17.1924 0.781006 17.1814 1.10001L17.1374 18.249C17.0604 18.425 16.8184 18.491 16.6424 18.513C16.2794 18.557 14.7944 18.568 14.4864 18.491C13.9034 18.348 14.2444 17.336 13.4524 17.347C12.6604 17.358 13.0234 18.238 12.4514 18.48C11.7144 18.48 10.7684 18.601 10.0534 18.513C9.33839 18.425 9.71239 17.908 9.33839 17.556C8.92039 17.16 8.43639 17.413 8.27139 17.908C8.23839 18.007 8.26039 18.117 8.22739 18.216C8.12839 18.502 7.69939 18.535 7.44639 18.524V18.513ZM7.31439 1.62801H6.17039V6.89701C7.72139 6.16001 9.28339 7.01801 9.41539 8.74501C9.47039 9.49301 9.30539 10.472 9.41539 11.176C9.43739 11.341 9.62439 11.616 9.69039 11.814C10.1304 13.167 9.87739 14.432 9.31639 15.697C9.26139 15.818 8.95339 16.313 9.00839 16.368C9.44839 16.401 9.92139 16.632 10.1964 16.984C10.2844 17.094 10.4054 17.391 10.4494 17.435C10.5924 17.567 11.6044 17.435 11.8574 17.49C12.4294 16.027 14.4644 15.972 14.9814 17.49H16.2024V1.62801H14.9814C14.4864 3.12401 12.4074 3.10201 11.8794 1.62801H10.5044C10.3064 1.90301 10.1964 2.18901 9.91039 2.39801C8.96439 3.11301 7.75439 2.64001 7.30339 1.61701L7.31439 1.62801ZM5.15839 12.705V4.87301C5.09239 4.89501 5.03739 4.93901 4.98239 4.97201C4.42139 5.40101 3.65139 6.11601 3.13439 6.62201C2.07839 7.63401 1.68239 8.58001 1.66039 10.065L2.44139 15.268C3.18939 16.544 4.47639 17.325 5.95039 17.49C6.11539 17.512 6.65439 17.556 6.78639 17.523C6.98439 17.479 7.14939 17.226 7.29239 17.061C8.37039 15.796 9.36039 13.739 8.73339 12.067C8.65639 11.858 8.43639 11.583 8.40339 11.374C8.26039 10.483 8.66739 8.73401 8.15039 8.03001C7.52339 7.18301 6.29139 7.65601 6.17039 8.69001C6.02739 9.95501 6.28039 11.44 6.15939 12.738C6.02739 13.277 5.24639 13.244 5.15839 12.694V12.705ZM2.06739 16.434C1.97939 16.379 1.85839 16.61 1.82539 16.676C1.53939 17.127 1.31939 17.677 1.06639 18.139C1.89139 19.844 3.93739 20.79 5.76339 20.306L6.36839 18.513C5.05939 18.48 3.75039 18.04 2.74939 17.193C2.51839 16.995 2.21039 16.698 2.06739 16.434Z' fill='%231C6DF7'/%3E%3Cpath d='M13.4527 4.37799C13.6397 4.33399 14.5527 4.34499 14.7397 4.38899C15.2237 4.50999 15.1687 5.22499 14.7507 5.31299C14.5857 5.34599 13.5737 5.34599 13.4197 5.30199C12.9907 5.16999 13.0347 4.46599 13.4637 4.36699L13.4527 4.37799Z' fill='%231C6DF7'/%3E%3Cpath d='M10.2843 4.53203C10.2843 4.53203 10.5263 4.37804 10.6033 4.36704C10.7903 4.33404 11.6373 4.33404 11.8023 4.36704C12.2753 4.47704 12.2203 5.23604 11.8023 5.31304C11.6373 5.34604 10.6583 5.33504 10.4933 5.31304C10.1853 5.24704 10.0753 4.76303 10.2733 4.53203H10.2843Z' fill='%231C6DF7'/%3E%3Cpath d='M13.4527 14.0139C13.6397 13.9699 14.5527 13.9809 14.7397 14.0249C15.2237 14.1459 15.1687 14.8609 14.7507 14.9489C14.5857 14.9819 13.5737 14.9819 13.4197 14.9379C12.9907 14.8059 13.0347 14.1018 13.4637 14.0028L13.4527 14.0139Z' fill='%231C6DF7'/%3E%3Cpath d='M10.2843 14.168C10.2843 14.168 10.5263 14.014 10.6033 14.003C10.7903 13.97 11.6373 13.97 11.8023 14.003C12.2753 14.113 12.2203 14.872 11.8023 14.949C11.6373 14.982 10.6583 14.971 10.4933 14.949C10.1853 14.883 10.0753 14.399 10.2733 14.168H10.2843Z' fill='%231C6DF7'/%3E%3Cpath d='M7.62173 4.37808C7.79773 4.33408 8.78773 4.34508 8.94173 4.41108C9.37073 4.58708 9.31573 5.25808 8.87573 5.33508C8.71073 5.35708 7.65473 5.35708 7.53373 5.31308C7.17073 5.15908 7.19273 4.48808 7.62173 4.38908V4.37808Z' fill='%231C6DF7'/%3E%3C/svg%3E");
}
.page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .page-template-template-videos .need-assistance--cta .need-assistance--block .contact-info a:nth-child(2) {
    margin: 0 auto 15px;
  }
}
.page-template-template-videos .ready-upgrade--section .container {
  max-width: 900px;
}
.page-template-template-videos .ready-upgrade--section .ready-upgrade--form {
  border-radius: 20px;
  background: #DDF3FE;
  padding: 60px;
  text-align: center;
}
@media (min-width: 1921px) {
  .page-template-template-videos .ready-upgrade--section .ready-upgrade--form {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-videos .ready-upgrade--section .ready-upgrade--form {
    padding: 50px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-videos .ready-upgrade--section .ready-upgrade--form {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-template-videos .ready-upgrade--section .ready-upgrade--form {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .page-template-template-videos .ready-upgrade--section .ready-upgrade--form {
    padding: 10px;
  }
}
.page-template-template-videos .ready-upgrade--section .ready-upgrade--form .section-title--medium {
  font-weight: 700;
}
.page-template-template-videos .upgrade-cta--section {
  background-image: url(/wp-content/themes/goftx/dist/images/video-cta2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px;
  border-radius: 20px;
}
@media (min-width: 1921px) {
  .page-template-template-videos .upgrade-cta--section {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-videos .upgrade-cta--section {
    padding: 50px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-videos .upgrade-cta--section {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-template-videos .upgrade-cta--section {
    padding: 30px;
  }
}
.page-template-template-videos .upgrade-cta--section .section-title--medium {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-template-template-videos .upgrade-cta--section .section-title--medium {
    margin-bottom: 20px;
  }
}

.free-resources-new {
  background: rgba(221, 243, 254, 0.2);
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .container {
    max-width: 1860px;
  }
}
.free-resources-new .filters-gallery .filter-sidebar {
  width: 290px;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-sidebar {
    width: 400px;
  }
}
.free-resources-new .filters-gallery .filter-sidebar .filter-icon {
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  padding: 0 0 35px;
  margin: 0;
  transition: all 0.6s;
  display: inline-block;
  color: #324a6d;
}
.free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text {
  transition: all 0.6s;
  color: #324a6d;
}
.free-resources-new .filters-gallery .filter-sidebar .filter-icon .fa-angle-left {
  float: right;
  transition: all 0.6s;
  display: none;
}
.free-resources-new .filters-gallery .filter-sidebar .filter-icon img {
  float: left;
  margin: 5px 10px 0 0;
}
.free-resources-new .filters-gallery .filters {
  display: inline-block;
  width: 100%;
  transition: all 0.6s;
  border-radius: 10px;
  background: #F5F9FF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 30px;
}
.free-resources-new .filters-gallery .filters h5 {
  white-space: nowrap;
  color: #324a6d;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .free-resources-new .filters-gallery .filters h5 {
    display: none;
  }
}
.free-resources-new .filters-gallery .filters h5 b {
  white-space: nowrap;
}
.free-resources-new .filters-gallery .filters ul {
  float: left;
  margin: 0;
  padding: 0;
}
.free-resources-new .filters-gallery .filters ul li {
  width: 100%;
  display: block;
  line-height: 20px;
  margin-bottom: 25px;
}
.free-resources-new .filters-gallery .filters ul li a {
  white-space: nowrap;
  cursor: pointer;
  display: block;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 30px;
  color: #324a6d;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filters ul li a {
    padding: 0 0 0 40px;
  }
}
.free-resources-new .filters-gallery .filters ul li a::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  line-height: 20px;
  position: absolute;
  border-radius: 3px;
  color: #1C244B;
  display: inline-block;
  border: 1px solid #DDF3FE;
  background-color: #ffffff;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filters ul li a::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1600px) {
  .free-resources-new .filters-gallery .filters ul li a::before {
    font-size: 16px;
    font-size: 1rem;
  }
}
.free-resources-new .filters-gallery .filters ul li a.active::before {
  content: "";
  position: absolute;
  background-color: #DDF3FE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M12.7977 0.21111C12.7341 0.144216 12.6585 0.0911215 12.5752 0.0548882C12.4918 0.0186549 12.4025 0 12.3122 0C12.2219 0 12.1325 0.0186549 12.0492 0.0548882C11.9659 0.0911215 11.8902 0.144216 11.8266 0.21111L4.10593 8.27586L1.17219 5.20697C1.04342 5.07258 0.868764 4.99708 0.686653 4.99708C0.504541 4.99708 0.329888 5.07258 0.201116 5.20697C0.0723434 5.34136 2.71367e-09 5.52364 0 5.71369C-2.71367e-09 5.90375 0.0723435 6.08603 0.201116 6.22042L3.62039 9.78889C3.68396 9.85578 3.7596 9.90888 3.84293 9.94511C3.92626 9.98135 4.01565 10 4.10593 10C4.1962 10 4.28559 9.98135 4.36892 9.94511C4.45225 9.90888 4.52789 9.85578 4.59146 9.78889L12.7977 1.22456C12.8618 1.15821 12.9127 1.07927 12.9474 0.992303C12.9821 0.905333 13 0.812049 13 0.717833C13 0.623617 12.9821 0.530333 12.9474 0.443362C12.9127 0.356392 12.8618 0.277457 12.7977 0.21111Z' fill='%231C6DF7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: #1C6DF7;
}
.free-resources-new .filters-gallery .filters ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .free-resources-new .filters-gallery .filters {
    padding: 20px;
    margin-bottom: 0;
    display: none !important;
    background: #F3F3F3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .free-resources-new .filters-gallery .filters ul {
    width: 100%;
  }
}
.free-resources-new .filters-gallery .no-results {
  font-size: 20px;
  font-size: 1.25rem;
  color: #444444;
}
.free-resources-new .filters-gallery .listing-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 35px 0;
  min-height: 60px;
}
@media (max-width: 1199px) {
  .free-resources-new .filters-gallery .listing-head {
    padding: 20px 0;
  }
}
.free-resources-new .filters-gallery .listing-head .global-search {
  width: 350px;
  float: left;
  margin: 0;
  max-width: 100%;
  box-shadow: none;
  border-radius: inherit;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .listing-head .global-search {
    width: 350px;
  }
}
.free-resources-new .filters-gallery .listing-head .global-search .search-field {
  float: right;
  -webkit-appearance: none;
  padding-right: 45px;
  height: 35px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  background: url(/wp-content/themes/goftx/dist/images/search.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  width: 100%;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .listing-head .global-search .search-field {
    height: 45px;
    line-height: 45px;
  }
}
.free-resources-new .filters-gallery .listing-head .global-search .search-field:focus {
  box-shadow: none;
  border-radius: 20px !important;
}
.free-resources-new .filters-gallery .listing-head .grp-btn {
  display: flex;
  align-items: flex-start;
}
.free-resources-new .filters-gallery .listing-head .grp-btn .btn {
  border: 0;
  padding: 0;
  display: flex;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .listing-head .grp-btn .btn svg {
    width: 30px;
    height: 30px;
  }
}
.free-resources-new .filters-gallery .listing-head .grp-btn .btn.list-icon {
  margin-left: 10px;
}
.free-resources-new .filters-gallery .listing-head .grp-btn .btn:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .free-resources-new .filters-gallery .listing-head {
    display: flex;
  }
}
@media (max-width: 767px) {
  .free-resources-new .filters-gallery .listing-head {
    width: 100%;
  }
  .free-resources-new .filters-gallery .listing-head .global-search {
    width: 100%;
  }
  .free-resources-new .filters-gallery .listing-head .grp-btn {
    display: none;
  }
}
.free-resources-new .filters-gallery .filter-items {
  display: flex;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.free-resources-new .filters-gallery .filter-items > img {
  display: table;
  margin: 0 auto;
}
.free-resources-new .filters-gallery .filter-items .blog-item {
  background: transparent;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.free-resources-new .filters-gallery .filter-items .blog-item .filters-box {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  background: #F5F9FF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 10px 30px;
  height: calc(100% - 30px);
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .filters-box {
    padding: 20px 20px 40px;
  }
}
@media (max-width: 767px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .filters-box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .btn-blue-outline.btn-double--arrow span svg path {
  fill: #467FF7;
}
.free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .btn-blue-outline.btn-double--arrow:hover span svg path {
  fill: #ffffff;
}
.free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .learn-more, .free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .learn-more--fill {
  padding: 1px 6px;
  margin-bottom: 5px;
  border-radius: 4px;
  margin-right: 6px;
  border: 1px solid #a5a5a5;
}
.free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .learn-more:hover, .free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .learn-more--fill:hover {
  color: #707070;
  border-color: #707070;
}
.free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .learn-more-get-started {
  display: inline-flex;
  border-radius: 30px;
  padding: 8px 20px;
  border: 1px solid #467FF7;
  background: transparent;
}
.free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .learn-more-get-started:hover {
  background: #467FF7 !important;
}
.free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title {
  display: block;
  font-weight: bold;
  margin: 20px 0;
  color: #324a6d;
  pointer-events: none;
  min-height: 75px;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title {
    min-height: 112px;
  }
}
@media (max-width: 1440px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title {
    min-height: 55px;
  }
}
@media (max-width: 767px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title {
    min-height: inherit;
  }
}
.free-resources-new .filters-gallery .filter-items .blog-item .content {
  min-height: 90px;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .content {
    min-height: 115px;
  }
}
@media (max-width: 1440px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .content {
    min-height: 80px;
  }
}
@media (max-width: 1366px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .content {
    min-height: 100px;
  }
}
@media (max-width: 1024px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .content {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .content {
    min-height: 60px;
  }
}
@media (max-width: 768px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .content {
    min-height: 75px;
  }
}
@media (max-width: 767px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .content {
    min-height: inherit;
  }
}
.free-resources-new .filters-gallery .filter-items .blog-item .vid-cls {
  margin: 0;
  display: block;
  position: relative;
}
.free-resources-new .filters-gallery .filter-items .blog-item .vid-cls > img {
  width: 100%;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-items .blog-item .vid-cls > img {
    height: 240px;
  }
}
.free-resources-new .filters-gallery .filter-items .blog-item .vid-cls .play-icon {
  width: 40px;
  height: 40px;
}
.free-resources-new .filters-gallery .filter-items .blog-item .vid-cls .play-icon img {
  max-height: 20px;
}
.free-resources-new .filters-gallery .filter-items .blog-item .vid-cls .play-icon:before {
  width: 40px;
  height: 40px;
}
.free-resources-new .filters-gallery .filter-items .blog-item .vid-cls .play-icon svg {
  width: 30px;
}
.free-resources-new .filters-gallery .filter-items .blog-item .vid-cls .play-icon svg path {
  fill: #ffffff;
}
.free-resources-new .filters-gallery .filter-items .blog-item .vid-cls::before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .free-resources-new .filters-gallery .filter-items.list-view .col-sm-6 {
    display: flex;
    justify-content: center;
  }
}
.free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box {
    padding: 20px;
  }
}
.free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .vid-cls {
  width: 445px;
  margin-right: 20px;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .vid-cls {
    width: 490px;
  }
}
.free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .vid-cls img {
  height: 220px;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .vid-cls img {
    height: 250px;
  }
}
.free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info {
  min-height: inherit;
  width: calc(100% - 315px);
}
.free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info .latest-post-title {
  margin: 0;
}
.free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info .content {
  margin: 20px 0;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 1921px) {
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info .content {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info .content {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info .content,
.free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info .latest-post-title {
  min-height: inherit;
}
@media (max-width: 767px) {
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box {
    display: inline-block;
  }
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .vid-cls {
    width: 100%;
  }
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .vid-cls img {
    height: 200px;
    left: 2px;
  }
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info {
    min-height: inherit;
    width: 100%;
  }
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info .content,
  .free-resources-new .filters-gallery .filter-items.list-view .blog-item .filters-box .latest-blog-info .latest-post-title {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .free-resources-new .filters-gallery .filter-items {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .free-resources-new .filters-gallery .filter-items .col-sm-6 {
    width: 100%;
  }
  .free-resources-new .filters-gallery .filter-items .filters-box .latest-blog-info {
    min-height: inherit;
  }
  .free-resources-new .filters-gallery .filter-items .filters-box .latest-blog-info .content,
  .free-resources-new .filters-gallery .filter-items .filters-box .latest-blog-info .latest-post-title {
    min-height: inherit;
  }
}
.free-resources-new .filters-gallery .filter-portfolio {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  border: 0;
  border-radius: 4px;
  padding: 0 20px 0 40px;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 600;
  background-color: #0586CD;
  position: relative;
}
@media (min-width: 1200px) {
  .free-resources-new .filters-gallery .filter-portfolio {
    display: none;
  }
}
.free-resources-new .filters-gallery .filter-portfolio .menulines {
  display: block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  float: left;
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  opacity: 1;
  position: absolute;
  left: 15px;
  right: 0;
  top: 22px;
  bottom: 0;
  margin: 0;
}
.free-resources-new .filters-gallery .filter-portfolio .menulines::before, .free-resources-new .filters-gallery .filter-portfolio .menulines::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  transition: 550ms;
  position: absolute;
  left: 0;
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transform-origin: 0.28571rem center;
}
.free-resources-new .filters-gallery .filter-portfolio .menulines::before {
  top: 5px;
}
.free-resources-new .filters-gallery .filter-portfolio .menulines::after {
  top: -5px;
}
.free-resources-new .filters-gallery .filter-portfolio.filter-portfolio-open {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.free-resources-new .filters-gallery .filter-portfolio.filter-portfolio-open .menulines {
  background: none;
}
.free-resources-new .filters-gallery .filter-portfolio.filter-portfolio-open .menulines::before {
  transform: rotate3d(0, 0, 1, 45deg);
  transform-origin: 50% 50%;
  top: 0;
}
.free-resources-new .filters-gallery .filter-portfolio.filter-portfolio-open .menulines::after {
  transform: rotate3d(0, 0, 1, -45deg);
  transform-origin: 50% 50%;
  top: 0;
}
.free-resources-new .filters-gallery .filter-portfolio.filter-portfolio-open + .filters {
  display: inline-block !important;
}
.free-resources-new .filters-gallery .filters-content {
  z-index: 0;
  min-height: 50px;
  padding-left: 15px;
  position: relative;
  transition: all 0.6s;
  width: calc(100% - 315px);
}
.free-resources-new .filters-gallery .filters-content::before {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  content: "";
  top: 225px;
  z-index: -1;
  position: absolute;
}
@media (max-width: 1199px) {
  .free-resources-new .filters-gallery .container {
    display: inline-block !important;
  }
  .free-resources-new .filters-gallery .container .filter-sidebar {
    width: 100%;
    border-right: 0;
  }
  .free-resources-new .filters-gallery .container .filter-sidebar .filter-icon {
    display: none;
  }
  .free-resources-new .filters-gallery .container .filters-content {
    width: 100%;
    padding: 0;
  }
  .free-resources-new .filters-gallery .container .filters-content .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .free-resources-new .filters-gallery {
    margin-bottom: 0;
  }
}
.free-resources-new .custom-pagination {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.free-resources-new .custom-pagination .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  line-height: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  padding: 0 5px;
  background-color: transparent;
  color: #6F7071;
  border: 0;
  border-radius: 50%;
}
@media (min-width: 1921px) {
  .free-resources-new .custom-pagination .page-numbers {
    font-size: 22px !important;
    line-height: 40px;
  }
}
@media (max-width: 1366px) {
  .free-resources-new .custom-pagination .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.free-resources-new .custom-pagination .page-numbers:hover, .free-resources-new .custom-pagination .page-numbers.current-page {
  color: #ffffff;
  background: #467FF7;
}
.free-resources-new .custom-pagination .page-numbers.next, .free-resources-new .custom-pagination .page-numbers.prev {
  font-size: 0;
}
.free-resources-new .custom-pagination .page-numbers.next::after, .free-resources-new .custom-pagination .page-numbers.prev::after {
  content: "" !important;
  width: 10px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 1921px) {
  .free-resources-new .custom-pagination .page-numbers.next::after, .free-resources-new .custom-pagination .page-numbers.prev::after {
    width: 12px;
    height: 20px;
  }
}
.free-resources-new .custom-pagination .page-numbers.next {
  font-size: 0 !important;
}
.free-resources-new .custom-pagination .page-numbers.next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.30961 0.315002L0.849609 1.685C2.89596 3.87194 4.04326 5.09807 6.08961 7.285L0.849609 12.885L2.30961 14.255L8.82961 7.285L2.30961 0.315002Z' fill='%236F7071'/%3E%3C/svg%3E");
  left: 1px;
}
.free-resources-new .custom-pagination .page-numbers.next:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.30961 0.315002L0.849609 1.685C2.89596 3.87194 4.04326 5.09807 6.08961 7.285L0.849609 12.885L2.30961 14.255L8.82961 7.285L2.30961 0.315002Z' fill='%23fff'/%3E%3C/svg%3E");
}
.free-resources-new .custom-pagination .page-numbers.prev {
  font-size: 0 !important;
}
.free-resources-new .custom-pagination .page-numbers.prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.30961 0.315002L0.849609 1.685C2.89596 3.87194 4.04326 5.09807 6.08961 7.285L0.849609 12.885L2.30961 14.255L8.82961 7.285L2.30961 0.315002Z' fill='%236F7071'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  left: 0px;
}
.free-resources-new .custom-pagination .page-numbers.prev:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.30961 0.315002L0.849609 1.685C2.89596 3.87194 4.04326 5.09807 6.08961 7.285L0.849609 12.885L2.30961 14.255L8.82961 7.285L2.30961 0.315002Z' fill='%23fff'/%3E%3C/svg%3E");
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.page-template-template-videos .cashback-popup-video-cls .modal-body {
  width: 100%;
  max-width: 900px;
  padding: 30px;
}
@media (max-width: 1199px) {
  .page-template-template-videos .cashback-popup-video-cls .modal-body {
    display: flex;
  }
}
@media (max-width: 767px) {
  .page-template-template-videos .cashback-popup-video-cls .modal-body {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .page-template-template-videos .free-resources-new.section-space {
    padding-bottom: 20px;
  }
  .page-template-template-videos .free-resources-new .custom-pagination {
    padding-top: 0;
  }
}

.search-field.quicksearch::-webkit-search-cancel-button {
  position: absolute;
  right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-appearance: none;
  background: url(/wp-content/themes/goftx/dist/images/search-close.png) no-repeat right 0 center/25px auto;
}

.academy-solutions .contnt-lft {
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .academy-solutions .contnt-lft {
    padding-right: 0;
  }
}
.academy-solutions .contnt-lft figure img {
  max-height: 50px;
}
.academy-solutions .academy-vid-sec {
  position: relative;
}
@media (max-width: 991px) {
  .academy-solutions .academy-vid-sec .video-thumb {
    max-width: 500px;
    height: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .academy-solutions .academy-vid-sec .video-thumb {
    max-width: 320px;
    height: 180px;
  }
}
.academy-solutions .academy-vid-sec .video-thumb > img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .academy-solutions .academy-vid-sec .video-thumb > img {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .academy-solutions .academy-vid-sec .video-thumb > img {
    height: 260px;
  }
}
@media (max-width: 991px) {
  .academy-solutions .academy-vid-sec .video-thumb > img {
    height: 100%;
  }
}
.academy-solutions .academy-vid-sec .play-icon.icon-svg svg {
  width: 40px;
}
@media (min-width: 1921px) {
  .academy-solutions .academy-vid-sec .play-icon.icon-svg {
    width: 100px;
    height: 100px;
  }
  .academy-solutions .academy-vid-sec .play-icon.icon-svg svg {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .academy-solutions .academy-vid-sec .play-icon.icon-svg {
    width: 60px;
    height: 60px;
  }
  .academy-solutions .academy-vid-sec .play-icon.icon-svg svg {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .academy-solutions .academy-vid-sec .play-icon.icon-svg {
    width: 50px;
    height: 50px;
  }
  .academy-solutions .academy-vid-sec .play-icon.icon-svg svg {
    width: 30px;
  }
}
.academy-solutions .video-thumb {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .academy-solutions .video-thumb {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.academy-solutions .video-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .academy-solutions {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .academy-solutions .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .academy-solutions .col-sm-6:last-child {
    margin-bottom: 0;
  }
}

html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .container {
  max-width: 1800px;
}
html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .container + .container {
  max-width: 1680px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .container + .container {
    max-width: 1860px;
  }
}
@media (max-width: 1500px) {
  html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.btn-blue, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.btn-blue-outline, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.cta-green, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.nav-link {
    font-size: 16px;
    padding: 15px 20px;
  }
  html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.btn-blue span svg, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.btn-blue-outline span svg, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.cta-green span svg, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item .pricing-data--table #pricingTab .nav-item a.nav-link span svg, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.nav-link span svg {
    width: 14px;
  }
}
@media (max-width: 1366px) {
  html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.btn-blue, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.btn-blue-outline, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.cta-green, html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item .pricing-data--table #pricingTab .nav-item a.nav-link, .pricing-data--table #pricingTab .nav-item html[lang=es-ES] .page-template-template-videos .knowledge-base-solutions .solution-item a.nav-link {
    font-size: 17px;
  }
}
html[lang=es-ES] .page-template-template-videos .academy-solutions .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-videos .academy-solutions .container {
    max-width: 1860px;
  }
}
html[lang=es-ES] .page-template-template-videos .filters-gallery .container {
  max-width: 1600px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-videos .filters-gallery .container {
    max-width: 1860px;
  }
}
html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filter-sidebar {
  width: 380px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filter-sidebar {
    width: 480px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filter-sidebar {
    width: 330px;
  }
}
@media (max-width: 1199px) {
  html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filter-sidebar {
    width: 100%;
  }
}
html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filters-content {
  width: calc(100% - 380px);
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filters-content {
    width: calc(100% - 480px);
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filters-content {
    width: calc(100% - 330px);
  }
}
@media (max-width: 1199px) {
  html[lang=es-ES] .page-template-template-videos .free-resources-new .filters-gallery .filters-content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .academy-solutions .contnt-lft {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .free-resources-new .filters-gallery .filter-items .blog-item .latest-blog-info .learn-more-get-started {
    font-size: 17px;
    line-height: 1rem;
    padding: 15px 20px;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #learnVideo .modal-body {
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #learnVideoiframe {
    min-height: 200px;
  }
}

.ready-upgrade--form .wpforms-container .wpforms-submit-container {
  display: flex;
  justify-content: flex-start;
}
.ready-upgrade--form .wpforms-container .wpforms-submit-container .wpforms-submit {
  background-color: #467FF7 !important;
}
.ready-upgrade--form .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  background-color: #1a48a5 !important;
}

.page-template-template-videos #cashbackPopUp iframe#cashback-iframe {
  width: 100% !important;
  margin: 0 !important;
}

.product-listing-main .product-box {
  margin-bottom: 30px;
}
.product-listing-main .product-box figure {
  text-align: center;
}
.product-listing-main .product-box figure a {
  display: flex;
  padding: 30px;
  min-height: 440px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.product-listing-main .product-box figure a img {
  max-height: 225px;
}
.product-listing-main .product-box .section-sub-title {
  margin-top: 15px;
  font-size: 22px;
  min-height: 55px;
  display: inline-block;
}
.product-listing-main .product-box p {
  margin: 15px 0;
  min-height: 70px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.product-listing-main .product-box .price {
  font-weight: 600;
  line-height: 1.5em;
  font-size: 24px;
  font-size: 1.5rem;
  color: #222222;
}
.product-listing-main .product-box .learn-more, .product-listing-main .product-box .learn-more--fill {
  padding: 5px 30px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.product-listing-main .product-box .button.ajax_add_to_cart {
  display: none;
}
.product-listing-main .product-box .button {
  padding: 5px 20px;
  font-size: 17px;
  border-radius: 30px;
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  color: #55595c !important;
  border: 2px solid #55595c;
  background: transparent !important;
}
.product-listing-main .product-box .button:hover {
  text-decoration: none;
  border-color: #467FF7 !important;
  color: #467FF7 !important;
}
.product-listing-main .product-box .button.quote-btn {
  position: relative;
}
.product-listing-main .product-box .button.quote-btn.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.product-listing-main .product-box .button.quote-btn.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 5px;
  right: 1em;
  animation: spin 2s linear infinite;
}
.product-listing-main .product-box .button.added_to_quote {
  margin-left: 3px;
  color: #ffffff !important;
  background: #55595c !important;
}
.product-listing-main .product-box .button.added_to_quote:hover {
  text-decoration: none;
  border-color: #467FF7 !important;
  background: #467FF7 !important;
}
@media (max-width: 1199px) {
  .product-listing-main .product-box figure a {
    min-height: 350px;
  }
}
@media (max-width: 1023px) {
  .product-listing-main .col-sm-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-listing-main .col-sm-4 {
    width: 100%;
  }
  .product-listing-main .product-box p,
  .product-listing-main .product-box .section-sub-title {
    min-height: inherit;
  }
}
@media (max-width: 479px) {
  .product-listing-main .d-flex.align-items-center.justify-content-between {
    display: inline-block !important;
    width: 100%;
  }
  .product-listing-main .d-flex.align-items-center.justify-content-between .list-btn-group {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.bundle-row {
  padding-left: 13px;
  padding-right: 13px;
}
.bundle-row .row {
  display: flex;
  align-items: center;
}
.bundle-row .row .bundle-content {
  background-color: #F3F9FF;
}
.bundle-row .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.bundle-row .row:nth-child(2n) .section-sub-title,
.bundle-row .row:nth-child(2n) .section-description {
  color: #ffffff;
}
.bundle-row .row:nth-child(2n) .bundle-content {
  background-color: #011A41;
}
.bundle-row figure img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 675px;
  min-height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bundle-row .bundle-content {
  padding: 60px;
  display: flex;
  max-height: 675px;
  min-height: 675px;
  text-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .bundle-row figure img {
    max-height: 450px;
    min-height: 450px;
  }
  .bundle-row .bundle-content {
    padding: 20px;
    max-height: 450px;
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .bundle-row .col-sm-6 {
    width: 100%;
  }
  .bundle-row figure img {
    max-height: inherit;
    min-height: inherit;
  }
  .bundle-row .bundle-content {
    padding: 20px;
    max-height: inherit;
    min-height: inherit;
  }
}

.rate-section {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  background-color: #F3F9FF;
}
.rate-section .rate-head {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .rate-section .rate-head {
    margin-bottom: 20px;
  }
}
.rate-section .section-sub-title {
  color: #077ABC;
}
.rate-section .section-sub-title span {
  color: #1C244B;
}
@media (max-width: 767px) {
  .rate-section .section-sub-title br {
    display: block;
  }
}
.rate-section .learn-more, .rate-section .learn-more--fill {
  top: 50%;
  right: 50px;
  position: absolute;
  color: #1C244B;
  transform: translateY(-50%);
  border-color: #077ABC;
}
.rate-section .learn-more:hover, .rate-section .learn-more--fill:hover {
  color: #467FF7;
  border-color: #467FF7;
}
@media (max-width: 1199px) {
  .rate-section .learn-more, .rate-section .learn-more--fill {
    top: inherit;
    right: inherit;
    position: relative;
    transform: inherit;
    margin-top: 5px;
  }
}
.rate-section .rat-cmp {
  text-align: center;
  padding: 0 15px;
}
.rate-section .rat-cmp h4 {
  text-transform: inherit;
  color: #1C244B;
}
.rate-section .rat-cmp .rate-ttl {
  font-weight: 600;
  color: #077ABC;
}
@media (max-width: 767px) {
  .rate-section .col-sm-4 {
    margin-bottom: 20px;
  }
  .rate-section .col-sm-4:last-child {
    margin-bottom: 0;
  }
}

.woocommerce-product-gallery {
  margin-bottom: 0 !important;
}

.product-detail-main figure {
  padding: 30px;
  display: flex;
  min-height: 550px;
  align-items: center;
  justify-content: center;
  background-color: #F3F3F3;
}
.product-detail-main .product-item {
  width: 100%;
  display: flex;
  padding: 30px;
  min-height: 580px;
  align-items: center;
  background: #F3F3F3;
  justify-content: center;
}
@media (max-width: 1199px) {
  .product-detail-main .product-item {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .product-detail-main .product-item {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .product-detail-main .pro-slider-content .slick-dots {
    bottom: 0;
    position: relative;
    margin: 0;
  }
  .product-detail-main .pro-slider-content .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  .product-detail-main .pro-slider-content .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .product-detail-main .pro-slider-content .slick-dots li button::before {
    width: 10px;
    height: 10px;
    font-size: 30px;
    line-height: 10px;
  }
  .product-detail-main .pro-slider-content .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #077ABC;
  }
}
.product-detail-main .pro-slider-nav-thumbnails {
  margin-top: 30px;
  margin-bottom: 0;
}
.product-detail-main .pro-slider-nav-thumbnails .slick-track {
  display: flex;
}
.product-detail-main .pro-slider-nav-thumbnails .product-thumb {
  cursor: pointer;
  display: flex;
  min-height: 100px;
  align-items: center;
  background: #F3F3F3;
  justify-content: center;
  width: 118px !important;
  margin: 0 2% 0 0;
  padding: 15px;
  border: 1px solid #F3F3F3;
}
.product-detail-main .pro-slider-nav-thumbnails .product-thumb:last-child {
  margin-right: 0;
}
.product-detail-main .pro-slider-nav-thumbnails .product-thumb.slick-current {
  border-color: #CCCCCC;
}
.product-detail-main .pro-slider-nav-thumbnails .slick-arrow {
  z-index: 1;
}
.product-detail-main .pro-slider-nav-thumbnails .slick-arrow.slick-prev::before {
  opacity: 0.5;
  font-size: 30px;
  font-weight: 900;
  content: "\f104";
  color: #1C244B;
  font-family: "FontAwesome";
}
.product-detail-main .pro-slider-nav-thumbnails .slick-arrow.slick-prev:hover::before {
  opacity: 1;
}
.product-detail-main .pro-slider-nav-thumbnails .slick-arrow.slick-next::before {
  opacity: 0.5;
  font-size: 30px;
  font-weight: 900;
  content: "\f105";
  color: #1C244B;
  font-family: "FontAwesome";
}
.product-detail-main .pro-slider-nav-thumbnails .slick-arrow.slick-next:hover::before {
  opacity: 1;
}
.product-detail-main .pro-slider-nav-thumbnails .slick-dots {
  bottom: 0;
  position: relative;
  margin: 10px 0 0 0;
}
.product-detail-main .pro-slider-nav-thumbnails .slick-dots li {
  margin: 0;
}
.product-detail-main .pro-slider-nav-thumbnails .slick-dots li button::before {
  font-size: 45px;
}
.product-detail-main .pro-slider-nav-thumbnails .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #077ABC;
}
@media (max-width: 767px) {
  .product-detail-main .pro-slider-nav-thumbnails {
    display: none !important;
  }
}

.pro-cta-section .pro-cta-inner {
  margin: 0 auto;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 85%;
  padding: 0 15px;
}
.pro-cta-section .pro-cta-inner .pro-cta-content {
  padding: 30px 15%;
  text-align: center;
}
.pro-cta-section .pro-cta-inner .section-sub-title {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .pro-cta-section .pro-cta-inner .section-sub-title {
    font-size: 18px;
  }
}
.pro-cta-section .pro-cta-inner .section-description {
  font-size: 16px;
  line-height: normal;
}
.pro-cta-section .pro-cta-inner figure {
  padding: 30px;
}
.pro-cta-section .pro-cta-inner .learn-more, .pro-cta-section .pro-cta-inner .learn-more--fill {
  padding: 5px 20px;
  font-size: 16px;
}
.pro-cta-section .pro-cta-inner .learn-more:hover, .pro-cta-section .pro-cta-inner .learn-more--fill:hover {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .pro-cta-section .pro-cta-inner {
    max-width: 100%;
    min-height: 215px;
  }
  .pro-cta-section .pro-cta-inner .pro-cta-content {
    padding: 0 15px;
  }
  .pro-cta-section .pro-cta-inner figure {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pro-cta-section .pro-cta-inner {
    padding: 20px;
    background: #000C7B !important;
  }
  .pro-cta-section .pro-cta-inner .col-sm-8, .pro-cta-section .pro-cta-inner .col-sm-4 {
    width: 100%;
    text-align: center;
  }
  .pro-cta-section .pro-cta-inner .col-sm-4 {
    margin-bottom: 20px;
  }
}

.related-product {
  background: transparent linear-gradient(270deg, #0B143C 0%, #121D67 55%, #0B153D 100%) 0% 0% no-repeat padding-box;
}
.related-product .related-product-slider {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
.related-product .related-product-slider .product {
  margin: 0 !important;
}
.related-product .related-product-slider .product-box {
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  margin: 0 15px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1019607843);
}
.related-product .related-product-slider .product-box figure {
  display: flex;
  min-height: 185px;
  align-items: center;
  justify-content: center;
}
.related-product .related-product-slider .product-box figure img {
  margin: 0 auto;
  max-height: 185px;
}
.related-product .related-product-slider .product-box .section-sub-title {
  margin-top: 0;
  font-size: 22px;
  min-height: 80px;
  display: inline-block;
}
.related-product .related-product-slider .product-box p {
  margin: 15px 0;
  min-height: 140px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.related-product .related-product-slider .product-box .learn-more, .related-product .related-product-slider .product-box .learn-more--fill {
  padding: 5px 30px;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (max-width: 575px) {
  .related-product .related-product-slider .product-box p,
  .related-product .related-product-slider .product-box .section-sub-title {
    min-height: inherit;
  }
}
.related-product .related-product-slider .slick-dots {
  top: 0;
  bottom: 0;
  margin-top: 30px;
  position: relative;
}
.related-product .related-product-slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 5px;
}
.related-product .related-product-slider .slick-dots li button {
  padding: 0;
  width: 13px;
  height: 13px;
}
.related-product .related-product-slider .slick-dots li button:before {
  width: 13px;
  height: 13px;
  opacity: 0.5;
  font-size: 48px;
  line-height: 13px;
  color: #ffffff;
}
.related-product .related-product-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #077ABC;
}

.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 5px;
  border-color: #ddd;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #1C244B;
  padding: 0.5em 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: -1px 0 0 0;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 0 5px 5px 5px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel p, .woocommerce div.product .woocommerce-tabs .panel li {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .woocommerce div.product .woocommerce-tabs .panel p, .woocommerce div.product .woocommerce-tabs .panel li {
    font-size: 15px;
  }
}
.woocommerce div.product .woocommerce-tabs .panel ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel ul li::before {
  top: 2px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/goftx/dist/images/check-mark-home.png);
}
@media (max-width: 1199px) {
  .woocommerce div.product .woocommerce-tabs .panel ul li {
    padding-left: 25px;
  }
  .woocommerce div.product .woocommerce-tabs .panel ul li::before {
    background-size: 16px;
  }
}
@media (max-width: 1199px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px;
  }
}

.single-product-main .summary .product_title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  color: #222222;
}
@media (max-width: 1199px) {
  .single-product-main .summary .product_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.single-product-main .summary .price {
  font-size: 22px !important;
  font-weight: 500;
  color: #222222 !important;
}
.single-product-main .summary .stock {
  font-size: 20px;
  font-size: 1.25rem;
}
.single-product-main .summary form.cart {
  margin-bottom: 15px !important;
}
.single-product-main .summary .quantity {
  margin: 0 10px 0 0 !important;
}
.single-product-main .summary .quantity .qty {
  width: 70px;
  height: 44px;
  margin-right: 0;
  padding: 0 10px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #CCCCCC;
}
.single-product-main .summary .quantity .qty:hover {
  box-shadow: none;
}
.single-product-main .summary .added_to_quote,
.single-product-main .summary .single_add_to_cart_button {
  margin-right: 10px;
  font-weight: normal;
  border-radius: 30px;
  color: #ffffff !important;
  border: 2px solid #204498;
  background-color: #204498 !important;
}
.single-product-main .summary .added_to_quote:hover,
.single-product-main .summary .single_add_to_cart_button:hover {
  text-decoration: none;
  color: #467FF7 !important;
  border-color: #467FF7 !important;
  background-color: #ffffff !important;
}
.single-product-main .summary .product_meta > span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCCCCC;
  color: #324a6d;
  float: left;
}
.single-product-main .summary .product_meta > span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.single-product-main .summary .product_meta > span .sku, .single-product-main .summary .product_meta > span a {
  font-weight: 600;
  color: #222222;
}
@media (max-width: 1199px) {
  .single-product-main .summary .product_meta > span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .single-product-main .summary {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.single-product .woocommerce-message {
  border-top-color: #204498;
}
.single-product .woocommerce-message::before {
  color: #204498;
}

.quote-inner .woocommerce .wc-quote-form .wc_quote_fields .formio-component-form {
  margin: 0 -8px;
}
.quote-inner .woocommerce .wc-quote-form .wc_quote_fields .formio-form {
  display: flex;
  flex-wrap: wrap;
}
.quote-inner .woocommerce .wc-quote-form .wc_quote_fields .formio-form .col-form-label {
  font-size: 16px;
}
.quote-inner .woocommerce .wc-quote-form .wc_quote_fields .formio-form .form-control {
  margin: 0 !important;
}
.quote-inner .woocommerce .wc-quote-form .wc-proceed-to-checkout {
  padding: 0;
}
.quote-inner .woocommerce .wc-quote-form .wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  font-size: inherit;
  padding: 0.618em 1em;
}

.add-to-quote-cls .woocommerce .wc-backward {
  margin-top: 15px;
  padding: 13px 30px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 30px;
  color: #ffffff !important;
  border: 2px solid #204498;
  background-color: #204498 !important;
}
.add-to-quote-cls .woocommerce .wc-backward:hover {
  color: #467FF7 !important;
  border-color: #467FF7 !important;
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .add-to-quote-cls .woocommerce .wc-backward {
    font-size: 15px;
  }
}
.add-to-quote-cls .woocommerce .shop_table {
  border: 0;
  margin: 0 0 30px 0;
}
.add-to-quote-cls .woocommerce .woocommerce-info,
.add-to-quote-cls .woocommerce .woocommerce-message {
  border-top-color: #204498;
}
.add-to-quote-cls .woocommerce .woocommerce-info::before,
.add-to-quote-cls .woocommerce .woocommerce-message::before {
  color: #204498;
}
.add-to-quote-cls .woocommerce .alert-danger p {
  margin-bottom: 5px;
}
.add-to-quote-cls .woocommerce .alert-danger ul {
  margin: 0;
}
.add-to-quote-cls .woocommerce .alert-danger p, .add-to-quote-cls .woocommerce .alert-danger li {
  font-size: 16px;
}
.add-to-quote-cls .woocommerce .alert-danger li span {
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
.add-to-quote-cls .woocommerce .alert-danger li span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #721c24;
  border-radius: 100%;
}
.add-to-quote-cls .woocommerce .wc-quote-form a.remove {
  line-height: 18px;
}
.add-to-quote-cls .woocommerce .wc-quote-form .product-thumbnail img {
  max-height: 100px;
  width: auto;
}
.add-to-quote-cls .woocommerce .wc-quote-form .product-name a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
}
.add-to-quote-cls .woocommerce .wc-quote-form .product-name a:hover {
  text-decoration: none;
}
.add-to-quote-cls .woocommerce .wc-quote-form .product-quantity .quantity input {
  width: 70px;
  height: 44px;
  margin-right: 0;
  padding: 0 10px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #CCCCCC;
}
.add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_update_quote_btn {
  font-size: 20px;
  font-weight: 500;
  padding: 13px 30px;
  border-radius: 30px;
}
.add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_update_quote_btn.loading {
  padding-right: 45px;
}
.add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_update_quote_btn.loading::after {
  top: 15px;
}
.add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_fields .col-12 {
  padding: 0;
}
.add-to-quote-cls .woocommerce .wc-quote-form .formio-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.add-to-quote-cls .woocommerce .wc-quote-form .formio-form .country-code {
  width: 11% !important;
}
.add-to-quote-cls .woocommerce .wc-quote-form .formio-form .form-group {
  width: 20%;
  margin-bottom: 15px;
}
.add-to-quote-cls .woocommerce .wc-quote-form .formio-form .form-group .col-form-label {
  font-size: 15px;
  padding: 0 0 5px 0;
}
.add-to-quote-cls .woocommerce .wc-quote-form .formio-form .form-group .form-control {
  height: auto;
  padding: 0 15px;
  min-height: 40px;
  border-radius: 5px;
}
.add-to-quote-cls .woocommerce .wc-quote-form .formio-form .form-group.formio-component-datetime .form-control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.add-to-quote-cls .woocommerce .wc-quote-form .formio-form .form-group.formio-component-message {
  width: 100%;
}
.add-to-quote-cls .woocommerce .wc-quote-form .formio-form .form-group.formio-component-message .form-control {
  height: 150px;
}
@media (max-width: 1199px) {
  .add-to-quote-cls .woocommerce .wc-quote-form .formio-form .form-group {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .add-to-quote-cls .woocommerce .wc-quote-form .formio-form {
    width: 100%;
    display: inline-block;
  }
  .add-to-quote-cls .woocommerce .wc-quote-form .formio-form .form-group {
    width: 100%;
  }
}
.add-to-quote-cls .woocommerce .wc-quote-form .cart-collaterals .cart_totals {
  width: 100%;
  text-align: center;
}
.add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_checkout_place_quote {
  margin-top: 15px;
  padding: 13px 30px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 30px;
  color: #ffffff !important;
  border: 2px solid #204498;
  background-color: #204498 !important;
}
.add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_checkout_place_quote:hover {
  color: #467FF7 !important;
  border-color: #467FF7 !important;
  background-color: #ffffff !important;
}
.add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_checkout_place_quote.loading {
  padding-right: 45px;
}
.add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_checkout_place_quote.loading::after {
  top: 15px;
}
@media (max-width: 767px) {
  .add-to-quote-cls .woocommerce .wc-quote-form .wc_quote_checkout_place_quote {
    font-size: 15px;
  }
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio .field-wrapper {
  display: inline-block;
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio {
  width: 100%;
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio .form-check-inline .form-check-label {
  padding: 0;
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio .form-check-inline .form-check-label::before {
  display: none;
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio .form-check-inline .form-check-label input[type=radio] {
  display: none;
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio .form-check-inline .form-check-label span {
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio .form-check-inline .form-check-label span:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #CCCCCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -2px;
  border-radius: 2px;
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio .form-check-inline .form-check-label input:checked + span:before {
  background-color: #204498;
  border-color: #204498;
}

form.woocommerce-cart-form.wc-quote-form .wc_quote_fields .woocommerce-billing-fields .form-group.has-feedback.formio-component-radio .form-check-inline .form-check-label input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.white-papers .blog-list-inner .date-media .author-date {
  margin: 0;
  padding: 0;
  border-right: 0;
}
.white-papers .blog-list-inner .learn-more-get-started i {
  top: 2px;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
}
.white-papers .blog-list-inner:last-child {
  border-bottom: 0;
}

.page-template-template-tobacco-pos-demo header, .page-template-template-tobacco-pos-demo .site-footer,
.page-template-template-goftx-ppc header,
.page-template-template-goftx-ppc .site-footer {
  display: none;
}
.page-template-template-tobacco-pos-demo .fixed + .container .banner-caption,
.page-template-template-goftx-ppc .fixed + .container .banner-caption {
  margin-top: 150px;
}
.page-template-template-tobacco-pos-demo .cta-demo-iframe-cls .modal-title,
.page-template-template-goftx-ppc .cta-demo-iframe-cls .modal-title {
  padding-right: 40px;
}
.page-template-template-tobacco-pos-demo .cta-demo-iframe-cls .modal-body,
.page-template-template-goftx-ppc .cta-demo-iframe-cls .modal-body {
  padding: 15px !important;
}
.page-template-template-tobacco-pos-demo .cta-demo-iframe-cls .modal-content,
.page-template-template-goftx-ppc .cta-demo-iframe-cls .modal-content {
  max-width: 700px;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section,
.page-template-template-goftx-ppc .ppc-banner-section {
  margin-bottom: 180px;
  overflow: visible;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 615px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(/wp-content/themes/goftx/dist/images/ppc-banner-bg.svg);
}
.page-template-template-tobacco-pos-demo .ppc-banner-section .ads-logo,
.page-template-template-goftx-ppc .ppc-banner-section .ads-logo {
  text-align: center;
  margin: 0 auto 50px;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section .ads-logo a,
.page-template-template-goftx-ppc .ppc-banner-section .ads-logo a {
  display: block;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section .ads-logo a img,
.page-template-template-goftx-ppc .ppc-banner-section .ads-logo a img {
  max-height: 100px;
  transition: 0.3s ease-in-out;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section .ads-logo.fixed,
.page-template-template-goftx-ppc .ppc-banner-section .ads-logo.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 9;
  padding: 10px 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  background-color: #021537;
  border-radius: 0;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section .ads-logo.fixed img,
.page-template-template-goftx-ppc .ppc-banner-section .ads-logo.fixed img {
  max-height: 65px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .page-template-template-tobacco-pos-demo .ppc-banner-section .ads-logo.fixed img,
  .page-template-template-goftx-ppc .ppc-banner-section .ads-logo.fixed img {
    max-width: unset;
    width: auto;
  }
}
.page-template-template-tobacco-pos-demo .ppc-banner-section .learn-more, .page-template-template-tobacco-pos-demo .ppc-banner-section .learn-more--fill,
.page-template-template-goftx-ppc .ppc-banner-section .learn-more,
.page-template-template-goftx-ppc .ppc-banner-section .learn-more--fill {
  margin-top: 30px;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section .learn-more:hover, .page-template-template-tobacco-pos-demo .ppc-banner-section .learn-more--fill:hover,
.page-template-template-goftx-ppc .ppc-banner-section .learn-more:hover,
.page-template-template-goftx-ppc .ppc-banner-section .learn-more--fill:hover {
  background-color: #ffffff;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section figure,
.page-template-template-goftx-ppc .ppc-banner-section figure {
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
  bottom: -31%;
  text-align: center;
  position: absolute;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section figure img,
.page-template-template-goftx-ppc .ppc-banner-section figure img {
  max-width: 1000px;
  padding: 0 10px 0 80px;
}
.page-template-template-tobacco-pos-demo .ppc-banner-section figure.desk-none,
.page-template-template-goftx-ppc .ppc-banner-section figure.desk-none {
  display: block;
}
@media (min-width: 1280px) {
  .page-template-template-tobacco-pos-demo .ppc-banner-section figure.desk-none,
  .page-template-template-goftx-ppc .ppc-banner-section figure.desk-none {
    display: none;
  }
}
@media (max-width: 1279px) {
  .page-template-template-tobacco-pos-demo .ppc-banner-section figure.mobile-none,
  .page-template-template-goftx-ppc .ppc-banner-section figure.mobile-none {
    display: none;
  }
}
@media (min-width: 1921px) {
  .page-template-template-tobacco-pos-demo .ppc-banner-section .section-title,
  .page-template-template-goftx-ppc .ppc-banner-section .section-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.page-template-template-tobacco-pos-demo .pos-repeater .repeater-box,
.page-template-template-goftx-ppc .pos-repeater .repeater-box {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-template-tobacco-pos-demo .pos-repeater .repeater-box figure img,
.page-template-template-goftx-ppc .pos-repeater .repeater-box figure img {
  max-height: 80px;
}
.page-template-template-tobacco-pos-demo .ppc-logo,
.page-template-template-goftx-ppc .ppc-logo {
  background-color: #E8E8E8;
}
.page-template-template-tobacco-pos-demo .ppc-logo .container,
.page-template-template-goftx-ppc .ppc-logo .container {
  max-width: 1170px;
}
.page-template-template-tobacco-pos-demo .ppc-logo figure,
.page-template-template-goftx-ppc .ppc-logo figure {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: center;
}
.page-template-template-tobacco-pos-demo .ppc-logo figure img,
.page-template-template-goftx-ppc .ppc-logo figure img {
  max-height: 120px;
}
.page-template-template-tobacco-pos-demo .ppc-logo .author-sec,
.page-template-template-goftx-ppc .ppc-logo .author-sec {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #c5c1c1;
}
@media (max-width: 991px) {
  .page-template-template-tobacco-pos-demo .ppc-logo .author-sec,
  .page-template-template-goftx-ppc .ppc-logo .author-sec {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-template-tobacco-pos-demo .ppc-logo .author-sec,
  .page-template-template-goftx-ppc .ppc-logo .author-sec {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.page-template-template-tobacco-pos-demo .all-in-one-platform,
.page-template-template-goftx-ppc .all-in-one-platform {
  background-color: #ffffff;
}
.page-template-template-tobacco-pos-demo .all-in-one-platform .container,
.page-template-template-goftx-ppc .all-in-one-platform .container {
  max-width: 900px;
}
@media (max-width: 1279px) {
  .page-template-template-tobacco-pos-demo .ppc-banner-section,
  .page-template-template-goftx-ppc .ppc-banner-section {
    margin: 0;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section figure,
  .page-template-template-goftx-ppc .ppc-banner-section figure {
    left: 0;
    bottom: 0;
    position: relative;
    margin: 30px 0;
    padding: 0 20px;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section figure img,
  .page-template-template-goftx-ppc .ppc-banner-section figure img {
    max-width: 800px;
    width: 100%;
    padding: 0;
  }
  .page-template-template-tobacco-pos-demo .pos-repeater .repeater-box,
  .page-template-template-goftx-ppc .pos-repeater .repeater-box {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-template-tobacco-pos-demo .pos-repeater .repeater-box figure img,
  .page-template-template-goftx-ppc .pos-repeater .repeater-box figure img {
    max-height: 60px;
  }
}
@media (max-width: 575px) {
  .page-template-template-tobacco-pos-demo .fixed + .container .banner-caption,
  .page-template-template-goftx-ppc .fixed + .container .banner-caption {
    margin-top: 85px;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section,
  .page-template-template-goftx-ppc .ppc-banner-section {
    min-height: inherit;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section .ads-logo,
  .page-template-template-goftx-ppc .ppc-banner-section .ads-logo {
    margin-bottom: 20px;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section .ads-logo a img,
  .page-template-template-goftx-ppc .ppc-banner-section .ads-logo a img {
    max-height: 70px;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section figure,
  .page-template-template-goftx-ppc .ppc-banner-section figure {
    margin: 20px 0;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section figure img,
  .page-template-template-goftx-ppc .ppc-banner-section figure img {
    padding: 0;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section .learn-more, .page-template-template-tobacco-pos-demo .ppc-banner-section .learn-more--fill,
  .page-template-template-goftx-ppc .ppc-banner-section .learn-more,
  .page-template-template-goftx-ppc .ppc-banner-section .learn-more--fill {
    margin-top: 15px;
  }
  .page-template-template-tobacco-pos-demo .pos-repeater .col-sm-4, .page-template-template-tobacco-pos-demo .ppc-logo .col-sm-4,
  .page-template-template-goftx-ppc .pos-repeater .col-sm-4,
  .page-template-template-goftx-ppc .ppc-logo .col-sm-4 {
    margin-bottom: 20px;
  }
  .page-template-template-tobacco-pos-demo .pos-repeater .col-sm-4:last-child, .page-template-template-tobacco-pos-demo .ppc-logo .col-sm-4:last-child,
  .page-template-template-goftx-ppc .pos-repeater .col-sm-4:last-child,
  .page-template-template-goftx-ppc .ppc-logo .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .page-template-template-tobacco-pos-demo .ppc-logo figure,
  .page-template-template-goftx-ppc .ppc-logo figure {
    min-height: 80px;
  }
  .page-template-template-tobacco-pos-demo .ppc-logo figure img,
  .page-template-template-goftx-ppc .ppc-logo figure img {
    max-width: 200px;
    max-height: 80px;
  }
}

@media (min-width: 1921px) {
  .qualify_pos .container {
    max-width: 1600px;
  }
}
.qualify_pos .section-py {
  border-top: 1px solid #c5c1c1;
}
.qualify_pos figure img {
  max-height: 400px;
}
.qualify_pos .qualify-pos-content {
  padding-right: 30%;
}
@media (min-width: 1921px) {
  .qualify_pos .qualify-pos-content {
    padding-right: 24%;
  }
}
@media (max-width: 991px) {
  .qualify_pos .qualify-pos-content {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .qualify_pos {
    text-align: center;
  }
  .qualify_pos .qualify-pos-content {
    margin-top: 20px;
  }
}

.revenu_scan_data_with_leading_industry figure {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .revenu_scan_data_with_leading_industry figure {
    border-radius: 15px;
  }
}
.revenu_scan_data_with_leading_industry .qualify-pos-content {
  padding-right: 25%;
}
@media (min-width: 1921px) {
  .revenu_scan_data_with_leading_industry .qualify-pos-content {
    padding-right: 10%;
  }
}
@media (max-width: 991px) {
  .revenu_scan_data_with_leading_industry .qualify-pos-content {
    padding-right: 0;
  }
}
.revenu_scan_data_with_leading_industry .revenu-scan-data {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #c5c1c1;
}
@media (max-width: 991px) {
  .revenu_scan_data_with_leading_industry .revenu-scan-data {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .revenu_scan_data_with_leading_industry .revenu-scan-data {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.revenu_scan_data_with_leading_industry .revenu-scan-data h3 {
  font-weight: 500;
  color: #1C244B;
}
.revenu_scan_data_with_leading_industry .revenu-scan-data .r-title span {
  color: #467FF7;
}
.revenu_scan_data_with_leading_industry .revenu-scan-data .learn-more-get-started {
  background-color: transparent;
  color: #467FF7;
}
.revenu_scan_data_with_leading_industry .revenu-scan-data .learn-more-get-started:hover {
  color: #ffffff;
  background-color: #467FF7;
}
@media (max-width: 767px) {
  .revenu_scan_data_with_leading_industry .qualify-pos-content br {
    display: block;
  }
}
@media (max-width: 575px) {
  .revenu_scan_data_with_leading_industry {
    text-align: center;
  }
  .revenu_scan_data_with_leading_industry .qualify-pos-content {
    margin-top: 20px;
  }
}

.page-template-template-tobacco-pos-demo .ppc-banner-section {
  min-height: 550px;
  margin-bottom: 250px;
  background-image: none;
  background: linear-gradient(rgb(1, 74, 128) 0%, rgb(2, 22, 56) 100%);
}
.page-template-template-tobacco-pos-demo .ppc-banner-section figure {
  bottom: -250px;
}
@media (max-width: 1279px) {
  .page-template-template-tobacco-pos-demo .ppc-banner-section {
    margin-bottom: 0;
  }
  .page-template-template-tobacco-pos-demo .ppc-banner-section figure {
    bottom: 0;
  }
}
@media (min-width: 1921px) {
  .page-template-template-tobacco-pos-demo .container {
    max-width: 1700px;
  }
}

.page-template-template-goftx-ppc #demoVideo .modal-body {
  padding: 25px;
}

.page-template-template-goftx-ppc .all-in-one-platform .arrow-link {
  color: #467FF7;
}
.page-template-template-goftx-ppc .all-in-one-platform .arrow-link span svg {
  top: 1px;
}

.page-template-template-goftx-ppc-thank-you header, .page-template-template-goftx-ppc-thank-you .site-footer {
  display: none;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you {
  background-color: #DBD9D9;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .video-thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #006CFB;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .video-thumb img {
  width: 100%;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .play-icon {
  background: #006CFB;
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 0px 15px 15px 0px;
  position: absolute;
  top: 30px;
  left: 0;
  transition: 0.3s ease-in-out;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .play-icon img {
  width: auto;
  max-height: 60px;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .play-icon span {
  font-size: 17px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .play-icon:hover {
  background-color: #1C244B;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .contnt-lft {
  padding-right: 25%;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .contnt-lft .section-title {
  color: #006CFB;
}
.page-template-template-goftx-ppc-thank-you .ppc-thank-you .contnt-lft figure img {
  max-height: 100px;
}
@media (max-width: 575px) {
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .contnt-lft figure img {
    max-height: 70px;
  }
}
.page-template-template-goftx-ppc-thank-you .business-tool-section {
  background-color: #ffffff;
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #467FF7;
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box figure {
  margin: 0;
  position: relative;
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box figure img {
  transition: 0.3s ease-in-out;
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box figure .play-icon {
  left: 50%;
  top: 50%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box figure .play-icon svg {
  width: 70px;
}
@media (max-width: 767px) {
  .page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box figure .play-icon svg {
    width: 60px;
  }
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box figure .play-icon img {
  max-height: 70px;
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box .section-sub-title {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
  position: absolute;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  font-size: 26px;
  font-size: 1.625rem;
  background-color: #0E3178;
}
@media (max-width: 991px) {
  .page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box .section-sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-template-goftx-ppc-thank-you .business-tool-section .bus-box:hover figure img {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box figure {
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #467FF7;
}
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box figure a {
  display: block;
}
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box figure a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box .section-sub-title {
  min-height: 60px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 991px) {
  .page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box .section-sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box .section-sub-title a {
  color: #1C244B;
}
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box .section-sub-title a:hover {
  color: #467FF7;
}
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box .section-description {
  margin: 20px 0;
}
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box .blog-link {
  text-transform: uppercase;
}
.page-template-template-goftx-ppc-thank-you .have-question-section {
  background-color: #DBD9D9;
}
.page-template-template-goftx-ppc-thank-you .have-question-section .section-description {
  margin: 20px 0;
}
.page-template-template-goftx-ppc-thank-you .have-question-section .learn-more:hover, .page-template-template-goftx-ppc-thank-you .have-question-section .learn-more--fill:hover {
  background-color: #ffffff;
}
@media (min-width: 1921px) {
  .page-template-template-goftx-ppc-thank-you .section-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1279px) {
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .contnt-lft {
    padding-right: 0;
  }
  .page-template-template-goftx-ppc-thank-you .business-tool-section .section-title, .page-template-template-goftx-ppc-thank-you .ppc-blog-section .section-title {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
@media (max-width: 1023px) {
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you {
    text-align: center;
  }
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .col-sm-5, .page-template-template-goftx-ppc-thank-you .ppc-thank-you .col-sm-7 {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .col-sm-5:last-child, .page-template-template-goftx-ppc-thank-you .ppc-thank-you .col-sm-7:last-child {
    margin-bottom: 0;
  }
  .page-template-template-goftx-ppc-thank-you .business-tool-section .section-title, .page-template-template-goftx-ppc-thank-you .business-tool-section .blog-box, .page-template-template-goftx-ppc-thank-you .ppc-blog-section .section-title, .page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box {
    text-align: center;
  }
  .page-template-template-goftx-ppc-thank-you .business-tool-section .col-sm-4, .page-template-template-goftx-ppc-thank-you .ppc-blog-section .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-template-goftx-ppc-thank-you .business-tool-section .col-sm-4:last-child, .page-template-template-goftx-ppc-thank-you .ppc-blog-section .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .page-template-template-goftx-ppc-thank-you .business-tool-section .section-sub-title, .page-template-template-goftx-ppc-thank-you .ppc-blog-section .section-sub-title {
    min-height: inherit !important;
  }
}
@media (max-width: 992px) {
  .page-template-template-goftx-ppc-thank-you .business-tool-section .section-title, .page-template-template-goftx-ppc-thank-you .ppc-blog-section .section-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .contnt-lft figure img {
    max-height: 70px;
  }
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .business-tool-section .bus-box figure .play-icon img {
    max-height: 40px;
  }
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .play-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    transform: translate(-50%, -50%);
  }
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .play-icon img {
    max-height: 35px;
  }
  .page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .play-icon span {
    display: none;
    font-size: 15px;
  }
}

html[lang=es-ES] .page-template-template-goftx-ppc-thank-you .ppc-thank-you .academy-vid-sec .play-icon {
  width: auto;
}

.page-template-template-customer-thank-you .ppc-blog-section .blog-box .blog-link.arrow-link,
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box .blog-link.arrow-link {
  color: #467FF7;
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box .blog-link.arrow-link span svg,
.page-template-template-goftx-ppc-thank-you .ppc-blog-section .blog-box .blog-link.arrow-link span svg {
  top: 0;
}

.page-template-template-customer-thank-you .business-tool-section .bus-box figure .play-icon span.icon-svg svg {
  width: 70px;
}
@media (max-width: 767px) {
  .page-template-template-customer-thank-you .business-tool-section .bus-box figure .play-icon span.icon-svg svg {
    width: 60px;
  }
}

.industries-section {
  overflow: clip;
  padding: 5%;
}
.industries-section .inner-pos-box {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .industries-section .inner-pos-box {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .industries-section .inner-pos-box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
}
.industries-section .inner-pos-box:last-child {
  margin-bottom: 0;
}
.industries-section .inner-pos-box .inds-title {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1C244B;
}
@media (min-width: 1921px) {
  .industries-section .inner-pos-box .inds-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .industries-section .inner-pos-box .inds-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.industries-section .sec-sticky {
  top: 0;
  position: sticky;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .industries-section .sec-sticky {
    top: inherit;
    position: static;
  }
}
.industries-section .section-sub-title {
  font-weight: 600;
}
.industries-section .section-img {
  overflow: hidden;
  border-radius: 15px;
}
.industries-section .section-img img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 650px;
  border-radius: 15px;
}
.industries-section .ind-bottom-content {
  padding: 5% 5% 0 5%;
}
@media (max-width: 1199px) {
  .industries-section .ind-bottom-content {
    padding: 0;
  }
}
.industries-section .col-sm-4:nth-child(2) {
  margin-top: 10%;
}
@media (min-width: 2100px) {
  .industries-section .large-container {
    max-width: 2100px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .industries-section {
    padding: 30px 20px;
  }
  .industries-section .col-sm-4 {
    width: 100%;
  }
  .industries-section .col-sm-4:nth-child(2) {
    margin-top: 0;
  }
}

.industries-section .section-title,
.industries-section .section-description {
  text-align: left;
}
@media (max-width: 1023px) {
  .industries-section .section-title,
  .industries-section .section-description {
    text-align: center;
  }
}
.industries-section .industries-new-account {
  text-align: left;
}
@media (max-width: 1023px) {
  .industries-section .industries-new-account {
    text-align: center;
  }
}
.industries-section .sec-sticky {
  top: 80px;
}
@media (max-width: 1023px) {
  .industries-section .sec-sticky {
    top: inherit;
  }
}
.industries-section iframe {
  width: 100%;
  height: 550px;
}

.industries-new-account {
  padding: 50px 10px;
  margin-top: 50px;
  border-radius: 15px;
  background-color: #F3F3F3;
}
.industries-new-account .section-sub-title {
  padding: 0 30px;
}
.industries-new-account .section-description {
  margin: 20px 0;
}
.industries-new-account .section-sub-title, .industries-new-account p, .industries-new-account a {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .industries-new-account .section-sub-title, .industries-new-account p, .industries-new-account a {
    padding: 0 10px;
  }
}
.industries-new-account iframe {
  width: 100%;
  height: 550px;
}
.industries-new-account .indus-new-accoun-link {
  text-decoration: none;
  color: #467FF7;
}
@media (max-width: 1023px) {
  .industries-new-account {
    margin-top: 0;
    padding: 30px;
    margin-bottom: 30px;
  }
}

.age-verification {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.age-verification::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(at center center, #000000 0%, #102292 100%);
  opacity: 0.84;
  z-index: -1;
}
.age-verification .min-h {
  min-height: calc(100vh - 160px);
}
@media (max-width: 1199px) {
  .age-verification .min-h {
    min-height: 350px;
  }
}
.age-verification .section-title,
.age-verification .section-sub-title {
  font-weight: 600;
}
.age-verification .section-title,
.age-verification .section-sub-title,
.age-verification .section-description {
  color: #ffffff;
}
.age-verification .section-description {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .age-verification .section-description {
    line-height: 1.5em;
  }
}
.age-verification .age-verification-right {
  position: relative;
}
.age-verification .age-verification-right .front-img img {
  max-height: 730px;
}
@media (max-width: 1600px) {
  .age-verification .age-verification-right .front-img img {
    padding-right: 35%;
  }
}
.age-verification .age-verification-right .back-img img {
  top: 50%;
  right: -25%;
  margin: 0 auto;
  max-height: 425px;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .age-verification .age-verification-right .back-img img {
    right: -15%;
    max-height: 400px;
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .age-verification .col-sm-8,
  .age-verification .col-sm-4 {
    width: 100%;
  }
  .age-verification .age-verification-left {
    text-align: center !important;
  }
  .age-verification .age-verification-right {
    max-width: 300px;
    margin: 20px auto 0;
  }
  .age-verification .age-verification-right .back-img img {
    max-height: 250px;
    padding: 0;
    right: 0;
  }
}

.business-section .section-title {
  font-weight: bold;
  font-size: 47px;
  font-size: 2.9375rem;
}
@media (max-width: 992px) {
  .business-section .section-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .business-section .section-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .business-section .section-title br {
    display: none;
  }
}
.business-section .accordion-item {
  border: 0;
  margin-bottom: 20px;
}
.business-section .accordion-item:last-child {
  margin-bottom: 0;
}
.business-section .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  border-radius: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  background-color: #0586CD;
}
.business-section .accordion-item .accordion-header .accordion-button.collapsed::after {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  transform: inherit;
  content: "\f067" !important;
  background-image: none !important;
  font-family: "Font Awesome 5 Free";
}
.business-section .accordion-item .accordion-header .accordion-button::after {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  transform: inherit;
  content: "\f068" !important;
  background-image: none !important;
  font-family: "Font Awesome 5 Free";
}
@media (max-width: 1199px) {
  .business-section .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.business-section .accordion-item .accordion-body {
  padding: 15px 15px 0;
}
@media (max-width: 767px) {
  .business-section .accordion-item .accordion-body {
    padding: 15px 0 0;
  }
}
.business-section .business-section-inner-right figure {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.business-section .business-section-inner-right figure::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.business-section .business-section-inner-right figure .btn {
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  z-index: 2;
  border-radius: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-color: #0586CD;
}
.business-section .business-section-inner-right figure .btn img {
  max-height: 35px;
}
.business-section .business-section-inner-right figure .btn:focus {
  outline: 0 none;
  box-shadow: none;
}
.business-section .business-section-inner-right figure .btn:hover {
  background-color: #1C244B;
}
@media (max-width: 767px) {
  .business-section .business-section-inner-right figure {
    border-radius: 10px;
  }
  .business-section .business-section-inner-right figure .btn {
    width: 50px;
    height: 50px;
  }
  .business-section .business-section-inner-right figure .btn img {
    max-height: 20px;
  }
}
@media (max-width: 992px) {
  .business-section .col-sm-6 {
    width: 100%;
  }
}

.loyal-n-save {
  overflow: hidden;
  position: relative;
  padding: 60px;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .loyal-n-save {
    background-position: center;
    padding: 30px 0;
    height: auto;
  }
}
.loyal-n-save::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.44);
}
.loyal-n-save .min-h {
  min-height: inherit;
}
@media (max-width: 1199px) {
  .loyal-n-save .min-h {
    min-height: 350px;
  }
}
.loyal-n-save .section-title {
  font-weight: bold;
}
.loyal-n-save .section-sub-title {
  font-weight: 600;
}
.loyal-n-save .section-sub-title b {
  font-weight: 900;
}
.loyal-n-save .normal-link,
.loyal-n-save .section-title,
.loyal-n-save .section-sub-title, .loyal-n-save .section-description,
.loyal-n-save .button-group-cls, .loyal-n-save .learn-more, .loyal-n-save .learn-more--fill, .loyal-n-save figure {
  z-index: 2;
  letter-spacing: 0.5px;
  position: relative;
  color: #ffffff;
}
.loyal-n-save .button-group-cls a {
  display: inline-block;
  margin: 0 8px 8px;
}
@media (max-width: 575px) {
  .loyal-n-save .button-group-cls a img {
    width: 125px;
  }
}
.loyal-n-save .normal-link {
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
}
.loyal-n-save .normal-link i {
  top: 2px;
  position: relative;
}
.loyal-n-save .normal-link:hover {
  color: #1C244B;
}

.brand-section {
  padding: 50px 0;
  background-color: #F5F5F5;
}
.brand-section p {
  margin: 0;
  font-weight: 500;
}
.brand-section .slick-item {
  display: flex;
  min-height: 75px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
}
.brand-section .slick-item img {
  filter: grayscale(1);
  max-height: 75px;
}
.brand-section .slick-item img:hover {
  filter: inherit;
}
@media (max-width: 992px) {
  .brand-section {
    padding: 30px 0;
  }
  .brand-section .col-sm-6 {
    width: 100%;
  }
  .brand-section p {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1023px) {
  .brand-section .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .brand-section .slick-dotted.slick-slider .slick-dots {
    bottom: 0;
    margin-top: 15px;
    position: relative;
  }
  .brand-section .slick-dotted.slick-slider .slick-dots li {
    margin: 0;
  }
  .brand-section .slick-dotted.slick-slider .slick-dots li button {
    padding: 0;
  }
  .brand-section .slick-dotted.slick-slider .slick-dots li button::before {
    opacity: 1;
    left: 0;
    right: 0;
    font-size: 40px;
    color: #d1d1d1;
  }
  .brand-section .slick-dotted.slick-slider .slick-dots li.slick-active button::before {
    color: #2375B8;
  }
}

.cashback-popup-video-cls,
.home-popup-video-cls {
  padding-right: 0 !important;
}
.cashback-popup-video-cls .modal-dialog,
.home-popup-video-cls .modal-dialog {
  justify-content: center;
  height: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  align-items: center;
  padding: 0 15px;
}
.cashback-popup-video-cls .modal-content,
.home-popup-video-cls .modal-content {
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cashback-popup-video-cls .popup-inner,
.home-popup-video-cls .popup-inner {
  width: 100%;
  position: relative;
}
.cashback-popup-video-cls .popup-inner video,
.home-popup-video-cls .popup-inner video {
  z-index: 1;
  height: auto;
  position: relative;
}
.cashback-popup-video-cls .popup-inner .close,
.home-popup-video-cls .popup-inner .close {
  display: flex;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -29px;
  right: 0;
  background: transparent;
  border: none;
}
.cashback-popup-video-cls .popup-inner .close:hover,
.home-popup-video-cls .popup-inner .close:hover {
  opacity: 1;
}

.pos-menu-home {
  position: relative;
  background-color: rgba(59, 117, 164, 0.8784313725);
}
.pos-menu-home .inner-menu {
  min-height: 78px;
}
.pos-menu-home .inner-menu .menu li {
  display: inline-block;
}
.pos-menu-home .inner-menu .menu li a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 10px 8px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.pos-menu-home .inner-menu .menu li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  opacity: 0;
  margin: 0 auto;
  background: #00347B;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.pos-menu-home .inner-menu .menu li a:hover {
  color: #00347B;
}
.pos-menu-home .inner-menu .menu li a:hover::before {
  opacity: 1;
  width: 100%;
}
.pos-menu-home .inner-menu .learn-more, .pos-menu-home .inner-menu .learn-more--fill {
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  border-color: #ffffff;
}
.pos-menu-home .inner-menu .learn-more:hover, .pos-menu-home .inner-menu .learn-more--fill:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
@media (max-width: 1440px) {
  .pos-menu-home .inner-menu .learn-more, .pos-menu-home .inner-menu .learn-more--fill {
    padding: 8px 20px;
  }
}
.pos-menu-home.pos-bottom-mennu {
  bottom: 0;
  position: sticky;
}
.pos-menu-home.industries-menu-home {
  top: 0;
  z-index: 9;
  position: sticky;
  background-color: #18376A;
}
.pos-menu-home.industries-menu-home .menu-left .menu li a {
  color: #ffffff;
}
.pos-menu-home.industries-menu-home .menu-left .menu li a:hover {
  color: #ffffff;
}
.pos-menu-home.industries-menu-home .menu-left .menu li a:before {
  background-color: #006CFF;
}
@media (max-width: 1399px) {
  .pos-menu-home.industries-menu-home .menu-left .menu li a {
    padding: 10px 6px;
    font-size: 18px !important;
  }
}
.pos-menu-home.industries-menu-home .menu-left .widget_nav_menu .widget-title {
  display: none;
}
.pos-menu-home.industries-menu-home .menu-left .widget_nav_menu:last-child {
  display: none;
}
.pos-menu-home.industries-menu-home .menu-left .widget_nav_menu .menu li a {
  font-size: 19px;
  font-size: 1.1875rem;
}
@media (max-width: 1279px) {
  .pos-menu-home {
    display: none;
  }
}

.testimonial-popup .modal-dialog {
  max-width: 900px;
}
.testimonial-popup .modal-content {
  border: 0;
  background-color: transparent;
}
.testimonial-popup .modal-body {
  padding: 10px;
}
.testimonial-popup .popup-inner {
  position: relative;
}
.testimonial-popup .popup-inner .close {
  display: flex;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -29px;
  right: 0;
}
.testimonial-popup .popup-inner .close:hover {
  opacity: 1;
}

.event-learn--more {
  color: #ffffff;
  border-color: #0586CD;
  background-color: #0586CD;
}
.event-learn--more:hover {
  color: #0586CD;
  background-color: #ffffff;
  border-color: #0586CD;
}

.event-learn-more {
  color: #ffffff;
  border-color: #0586CD;
  background-color: #0586CD;
}
.event-learn-more:hover {
  color: #0586CD;
  background-color: #ffffff;
  border-color: #0586CD;
}

.industries-section img {
  max-height: 600px;
}
@media (max-width: 991px) {
  .industries-section img {
    width: 100%;
  }
}

.faq-section {
  padding-top: 50px;
}
.faq-section .container {
  max-width: 1000px;
}
@media (max-width: 991px) {
  .faq-section {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding-top: 30px;
  }
}
.faq-section .heading-30 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1440px) {
  .faq-section .heading-30 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .faq-section .heading-30 {
    margin-bottom: 15px;
  }
}
.faq-section .accordion .card {
  border: 2px solid #467FF7;
  border-radius: 7px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .faq-section .accordion .card {
    margin-bottom: 15px;
  }
}
.faq-section .accordion .card .card-header {
  padding: 0;
  border-radius: 10px;
}
.faq-section .accordion .card .card-header button {
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-align: left;
  text-decoration: none;
  padding: 15px 20px 15px 60px;
  margin: 0;
  border-radius: 10px;
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 21px;
  color: #000;
  font-weight: 500;
}
@media (min-width: 1921px) {
  .faq-section .accordion .card .card-header button {
    font-size: 27px;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .faq-section .accordion .card .card-header button {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .faq-section .accordion .card .card-header button {
    padding: 10px 15px 10px 40px;
  }
}
.faq-section .accordion .card .card-header button .fa {
  width: 24px;
  height: 24px;
  background-color: #467FF7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: normal;
  color: #000;
  margin-right: 10px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.faq-section .accordion .card .card-header button .fa:before {
  content: none;
}
.faq-section .accordion .card .card-header button .fa:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' viewBox='0 0 16 16' id='meteor-icon-kit__solid-plus-s' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 6.5V2C6.5 1.17157 7.1716 0.5 8 0.5C8.8284 0.5 9.5 1.17157 9.5 2V6.5H14C14.8284 6.5 15.5 7.1716 15.5 8C15.5 8.8284 14.8284 9.5 14 9.5H9.5V14C9.5 14.8284 8.8284 15.5 8 15.5C7.1716 15.5 6.5 14.8284 6.5 14V9.5H2C1.17157 9.5 0.5 8.8284 0.5 8C0.5 7.1716 1.17157 6.5 2 6.5H6.5z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1921px) {
  .faq-section .accordion .card .card-header button .fa {
    width: 30px;
    height: 30px;
    top: 19px;
    background-size: 17px;
  }
}
@media (max-width: 1440px) {
  .faq-section .accordion .card .card-header button .fa {
    top: 15px;
  }
}
@media (max-width: 991px) {
  .faq-section .accordion .card .card-header button .fa {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 12px;
  }
  .faq-section .accordion .card .card-header button .fa:after {
    background-size: 14px;
  }
}
.faq-section .accordion .card .card-header button:focus {
  box-shadow: none;
}
.faq-section .accordion .card .card-header button[aria-expanded=true] {
  font-weight: 700;
}
.faq-section .accordion .card .card-header button[aria-expanded=true] .fa {
  transform: rotate(45deg);
}
.faq-section .accordion .card .card-header button[aria-expanded=true] .fa:after {
  top: 0;
  left: 0;
}
.faq-section .accordion .card .card-body {
  padding: 10px 20px 10px 55px;
  text-align: left;
}
@media (max-width: 991px) {
  .faq-section .accordion .card .card-body {
    padding: 6px 10px 6px 45px;
  }
}
.faq-section .accordion .card .card-body p:empty {
  display: none;
}
.faq-section .accordion .card:last-child {
  margin-bottom: 0;
}

.page .faq-section .accordion .card .card-body ul, .single-retail-suite .faq-section .accordion .card .card-body ul {
  padding-left: 15px;
  margin-bottom: 10px;
}
.page .faq-section .accordion .card .card-body ul li, .single-retail-suite .faq-section .accordion .card .card-body ul li {
  list-style: disc;
  color: #000000;
}

.grey-bg {
  background: #E0E0E0;
}

.page-template-template-magazine .top-inner-section {
  height: 350px;
}
.page-template-template-magazine .top-inner-section .container {
  max-width: 970px;
}
.page-template-template-magazine .top-inner-section .blog-title {
  margin-bottom: 15px;
}
.page-template-template-magazine .top-inner-section .cms-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-template-template-magazine .top-inner-section .cms-title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.page-template-template-magazine .top-inner-section .heading-30 {
  color: #ffffff;
}
@media (min-width: 1921px) {
  .page-template-template-magazine .top-inner-section .heading-30 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 45px;
  }
}
.page-template-template-magazine .top-inner-section p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .page-template-template-magazine .top-inner-section p, .page-template-template-magazine p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
  .page-template-template-magazine .site-content .btn-list li {
    display: block;
    width: 100%;
  }
  .page-template-template-magazine .site-content .btn-list .btn-blue, .page-template-template-magazine .site-content .btn-list .btn-blue-outline, .page-template-template-magazine .site-content .btn-list .cta-green, .page-template-template-magazine .site-content .btn-list .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-magazine .site-content .btn-list .nav-link {
    display: block;
    min-width: 100%;
    padding: 0 20px;
    font-size: 17px;
    height: 48px;
    line-height: 46px;
    text-align: center;
  }
}

.get-information {
  text-align: center;
  background-color: #EAF1FE;
}
.get-information .container {
  max-width: 1130px;
}
@media (min-width: 1921px) {
  .get-information .container {
    max-width: 1300px;
  }
}
.get-information .heading-37, .get-information .customize-retail-products h2, .customize-retail-products .get-information h2, .get-information .customize-retail-products h2 a, .customize-retail-products h2 .get-information a, .get-information .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .get-information .heading-30 {
  color: #000000;
  margin-bottom: 20px;
}
.get-information p {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .get-information p {
    margin-bottom: 20px;
  }
}
.get-information .assist-site-title {
  font-weight: bold;
  margin: 50px 0 0;
  text-align: center;
  color: #222222;
}
@media (max-width: 991px) {
  .get-information .assist-site-title {
    margin: 30px 0 0;
  }
}
.get-information .assist-site {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .get-information .assist-site {
    padding: 0 15px;
  }
}
.get-information .assist-site .slick-list {
  width: 90%;
}
@media (max-width: 991px) {
  .get-information .assist-site .slick-list {
    width: 85%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .get-information .assist-site .slick-list {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .get-information .assist-site .slick-dots {
    bottom: -40px;
  }
  .get-information .assist-site .slick-dots li button {
    background: transparent;
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #467FF7;
  }
  .get-information .assist-site .slick-dots li button:before {
    content: "";
  }
  .get-information .assist-site .slick-dots li.slick-active button {
    background: #467FF7;
  }
}
.get-information .assist-site .slick-prev, .get-information .assist-site .slick-next {
  height: 40px;
  width: 40px;
  background: transparent !important;
}
.get-information .assist-site .slick-prev:before, .get-information .assist-site .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M48.0308 15.2739C46.7713 12.2951 44.972 9.62615 42.6729 7.32707C40.3739 5.02799 37.7049 3.22871 34.7261 1.96921C31.6473 0.669732 28.3687 0 25 0C21.6313 0 18.3527 0.659736 15.2739 1.96921C12.2951 3.22871 9.62615 5.02799 7.32707 7.32707C5.02799 9.62615 3.22871 12.2951 1.96921 15.2739C0.669732 18.3527 0 21.6313 0 25C0 28.3687 0.659736 31.6473 1.96921 34.7261C3.22871 37.7049 5.02799 40.3738 7.32707 42.6729C9.62615 44.972 12.2951 46.7713 15.2739 48.0308C18.3527 49.3303 21.6313 50 25 50C28.3687 50 31.6473 49.3403 34.7261 48.0308C37.7049 46.7713 40.3739 44.972 42.6729 42.6729C44.972 40.3738 46.7713 37.7049 48.0308 34.7261C49.3303 31.6473 50 28.3687 50 25C50 21.6313 49.3403 18.3527 48.0308 15.2739ZM34.3063 26.7393H19.922L26.2395 33.0568C26.9192 33.7365 26.9192 34.8461 26.2395 35.5258C25.8996 35.8656 25.4498 36.0356 25.01 36.0356C24.5702 36.0356 24.1204 35.8656 23.7805 35.5258L14.4842 26.2295C14.4842 26.2295 14.4542 26.1995 14.4442 26.1895C14.4442 26.1895 14.4342 26.1795 14.4242 26.1695C14.4242 26.1595 14.4042 26.1495 14.3942 26.1395C14.3942 26.1295 14.3743 26.1196 14.3643 26.1096C14.3643 26.1096 14.3543 26.0896 14.3443 26.0896C14.3343 26.0796 14.3243 26.0596 14.3143 26.0496C14.3143 26.0496 14.3143 26.0396 14.3043 26.0296C14.2943 26.0096 14.2743 25.9896 14.2643 25.9796C14.1144 25.7497 14.0144 25.4798 13.9844 25.1899C13.9844 25.1899 13.9844 25.1899 13.9844 25.1799C13.9844 25.1599 13.9844 25.1299 13.9844 25.11C13.9844 25.08 13.9844 25.05 13.9844 25.02C13.9844 24.99 13.9844 24.96 13.9844 24.93C13.9844 24.91 13.9844 24.88 13.9844 24.8601C13.9844 24.8601 13.9844 24.8601 13.9844 24.8501C14.0144 24.5602 14.1144 24.2903 14.2643 24.0604C14.2743 24.0404 14.2943 24.0204 14.3043 24.0104C14.3043 24.0104 14.3043 24.0004 14.3143 23.9904C14.3243 23.9704 14.3343 23.9604 14.3443 23.9504C14.3443 23.9504 14.3543 23.9304 14.3643 23.9304C14.3743 23.9204 14.3842 23.9104 14.3942 23.8904C14.3942 23.8904 14.4142 23.8705 14.4142 23.8605C14.4142 23.8605 14.4342 23.8405 14.4442 23.8305C14.4542 23.8205 14.4642 23.8105 14.4742 23.8005L23.7705 14.5042C24.4502 13.8245 25.5598 13.8245 26.2395 14.5042C26.9192 15.1839 26.9192 16.2935 26.2395 16.9732L19.922 23.2907H34.3063C35.2659 23.2907 36.0456 24.0704 36.0456 25.03C36.0456 25.9896 35.2659 26.7693 34.3063 26.7693V26.7393Z' fill='%23467FF7'/%3E%3C/svg%3E");
  left: 0;
  background-size: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 1366px) {
  .get-information .assist-site .slick-prev, .get-information .assist-site .slick-next {
    height: 35px;
    width: 35px;
  }
  .get-information .assist-site .slick-prev:before, .get-information .assist-site .slick-next:before {
    background-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .get-information .assist-site .slick-prev, .get-information .assist-site .slick-next {
    height: 30px;
    width: 30px;
  }
  .get-information .assist-site .slick-prev:before, .get-information .assist-site .slick-next:before {
    background-size: 30px;
  }
}
.get-information .assist-site .slick-prev {
  left: auto;
  right: 74px;
}
.get-information .assist-site .slick-prev::before {
  transform: rotate(0);
}
@media (max-width: 1366px) {
  .get-information .assist-site .slick-prev {
    right: 64px;
  }
}
@media (max-width: 991px) {
  .get-information .assist-site .slick-prev {
    right: 55px;
  }
}
.get-information .assist-site .slick-next {
  right: 15px;
}
.get-information .assist-site .slick-next::before {
  transform: rotate(180deg);
}
.get-information .assist-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .get-information .assist-block {
    justify-content: center;
  }
}
.get-information .assist-block .assist-block-img {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .get-information .assist-block .assist-block-img {
    margin: 0 10px 20px;
  }
}
.get-information .assist-block img {
  max-height: 65px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1920px) {
  .get-information .assist-block img {
    max-height: 50px;
  }
}
.get-information .assist-block p {
  margin: 0;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .get-information .assist-block p {
    text-align: center;
  }
}

.btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .btn-list {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .btn-list {
    flex-direction: column;
  }
}
.btn-list li:first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .btn-list li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.btn-list li .btn-blue, .btn-list li .btn-blue-outline, .btn-list li .cta-green, .btn-list li .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .btn-list li .nav-link {
  text-transform: uppercase;
}
.btn-list li .btn-blue:hover, .btn-list li .btn-blue-outline:hover, .btn-list li .cta-green:hover, .btn-list li .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .btn-list li .nav-link:hover {
  background: transparent;
}
.btn-list li + li .btn-blue, .btn-list li + li .btn-blue-outline, .btn-list li + li .cta-green, .btn-list li + li .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .btn-list li + li .nav-link {
  background: transparent;
  color: #467FF7;
}
.btn-list li + li .btn-blue:hover, .btn-list li + li .btn-blue-outline:hover, .btn-list li + li .cta-green:hover, .btn-list li + li .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .btn-list li + li .nav-link:hover {
  background: #467FF7;
  color: #ffffff;
}

@media (max-width: 767px) {
  .flipbook-code .flipbook-menu-fixed + img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .flipbook-code .flipbook-menu-fixed + img {
    max-width: 80px;
  }
}

.flipbook-sub-menu-center .flipbook-menu-header {
  padding: 10px 0 0 !important;
}
.flipbook-sub-menu-center .flipbook-menu-header .flipbook-menu-title {
  color: #000000 !important;
  font-weight: bold !important;
}
.flipbook-sub-menu-center .flipbook-menu-header .flipbook-btn-close .flipbook-icon {
  color: #000000 !important;
}
.flipbook-sub-menu-center .flipbook-btn {
  text-transform: capitalize !important;
  color: #000000 !important;
  font-size: 14px !important;
}
.flipbook-sub-menu-center .flipbook-btn:hover {
  color: #1B498E !important;
}
.flipbook-sub-menu-center .flipbook-sub-menu {
  z-index: 9 !important;
}

.footer-join-team {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px;
  max-width: 500px;
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
}
.footer-join-team p {
  color: #ffffff;
}
.footer-join-team p.smalltext {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer-join-team {
    width: calc(100% - 40px);
  }
}
.footer-join-team .modal-body {
  padding: 15px;
}
.footer-join-team .popup-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}
.footer-join-team button.close {
  top: -10px;
  right: -10px;
  opacity: 1;
  position: absolute;
  background: #ffffff;
  border: 1px solid #467FF7;
  outline: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 767px) {
  .footer-join-team button.close {
    opacity: 1;
  }
}
.footer-join-team button.close span {
  font-size: 26px;
  font-size: 1.625rem;
  color: #467FF7;
  font-weight: bold;
  text-shadow: none;
  line-height: 18px;
}
@media (max-width: 767px) {
  .footer-join-team button.close span {
    color: #467FF7;
  }
}
.footer-join-team .btn-theme-primary {
  cursor: pointer;
}
.footer-join-team .btn-theme-primary:hover {
  background: #ffffff;
}

#magazine-exit .modal-content {
  height: auto !important;
  max-width: 570px;
}
#magazine-exit .modal-body {
  height: auto;
}
#magazine-exit .modal-body .claim-offer h5 {
  color: black;
}

.page-template-template-magazine .footer-fix-btn {
  display: none;
}

#footer-join-team .modal-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 25px 20px;
  max-width: 700px;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  height: auto !important;
  min-height: 500px;
}
@media (max-width: 1366px) {
  #footer-join-team .modal-content {
    padding: 0;
  }
  #footer-join-team .modal-content .claim-block {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer-join-team .modal-content {
    width: 100%;
    right: 0;
    min-height: inherit;
  }
}
@media (max-width: 574px) {
  #footer-join-team .modal-content {
    height: 90% !important;
    top: 45%;
    transform: translateY(-50%);
  }
}
#footer-join-team .modal-content .modal-body {
  padding: 0;
}
@media (max-width: 767px) {
  #footer-join-team .modal-content .modal-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
}
@media (max-width: 574px) {
  #footer-join-team .modal-content .modal-body {
    height: 100%;
    display: block;
  }
  #footer-join-team .modal-content .modal-body .claim-block {
    height: 100%;
    overflow-y: scroll;
    padding: 40px 20px 20px !important;
  }
}
#footer-join-team .modal-content button.close {
  top: -40px;
  right: -30px;
  opacity: 1;
  position: absolute;
  background: #0000DC;
  border: 1px solid #0000DC;
  outline: none;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#footer-join-team .modal-content button.close:hover {
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1366px) {
  #footer-join-team .modal-content button.close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #footer-join-team .modal-content button.close {
    opacity: 1;
  }
}
@media (max-width: 574px) {
  #footer-join-team .modal-content button.close {
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px;
  }
}
#footer-join-team .modal-content button.close:before {
  content: "✖";
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 39px;
}
@media (max-width: 1366px) {
  #footer-join-team .modal-content button.close:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
  }
}
@media (max-width: 574px) {
  #footer-join-team .modal-content button.close:before {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 35px;
  }
}
#footer-join-team .modal-content .claim-offer--title .popup-title {
  color: #FFC700;
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 767px) {
  #footer-join-team .modal-content .claim-offer--title .popup-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}
#footer-join-team .modal-content .claim-offer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #footer-join-team .modal-content .claim-offer {
    justify-content: space-between;
    margin-top: 10px;
  }
}
#footer-join-team .modal-content .claim-offer--image {
  width: calc(100% - 350px);
  padding-left: 30px;
}
@media (max-width: 767px) {
  #footer-join-team .modal-content .claim-offer--image {
    width: calc(100% - 320px);
    padding-left: 0;
  }
}
@media (max-width: 574px) {
  #footer-join-team .modal-content .claim-offer--image {
    width: 100%;
  }
}
#footer-join-team .modal-content .claim-offer--content {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 767px) {
  #footer-join-team .modal-content .claim-offer--content {
    max-width: 300px;
  }
}
@media (max-width: 574px) {
  #footer-join-team .modal-content .claim-offer--content {
    max-width: 100%;
    width: 100%;
  }
}
#footer-join-team .modal-content .claim-offer--content .popup-sub-title {
  color: #ffffff;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 50px 0 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer-join-team .modal-content .claim-offer--content .popup-sub-title {
    margin: 25px 0;
  }
}
@media (max-width: 574px) {
  #footer-join-team .modal-content .claim-offer--content .popup-sub-title {
    margin: 15px 0;
  }
}
#footer-join-team .modal-content .claim-offer--content .popup-sub-title span {
  background: #FFC700;
  color: #00004F;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  padding: 5px 12px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  #footer-join-team .modal-content .claim-offer--content .popup-sub-title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#footer-join-team .modal-content .claim-offer--content .content {
  color: #ffffff;
  font-weight: 400;
}
#footer-join-team .modal-content .claim-offer--content .content span {
  color: #FFC700;
  font-weight: 700;
}
#footer-join-team .modal-content .claim-offer--content .sub-content {
  color: #FFC700;
  font-style: italic;
  font-weight: 400;
  margin: 25px 0;
}
@media (max-width: 574px) {
  #footer-join-team .modal-content .claim-offer--content .sub-content {
    margin: 15px 0;
  }
}
#footer-join-team .modal-content .claim-offer--content .sub-content a {
  color: #FFC700;
}
#footer-join-team .modal-content .claim-offer--content .sub-content a:hover {
  color: #ffffff;
}
#footer-join-team .modal-content .claim-btn .btn-blue, #footer-join-team .modal-content .claim-btn .btn-blue-outline, #footer-join-team .modal-content .claim-btn .cta-green, #footer-join-team .modal-content .claim-btn .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item #footer-join-team .modal-content .claim-btn .nav-link {
  width: 100%;
}
#footer-join-team .modal-content .claim-btn .btn-blue.claim-offer-btn, #footer-join-team .modal-content .claim-btn .claim-offer-btn.btn-blue-outline, #footer-join-team .modal-content .claim-btn .claim-offer-btn.cta-green, #footer-join-team .modal-content .claim-btn .pricing-data--table #pricingTab .nav-item .claim-offer-btn.nav-link, .pricing-data--table #pricingTab .nav-item #footer-join-team .modal-content .claim-btn .claim-offer-btn.nav-link {
  border-radius: 30px;
  border: 2px solid #FFC700;
  background: #FFC700;
  color: #000000;
  text-transform: uppercase;
}
#footer-join-team .modal-content .claim-btn .btn-blue.claim-offer-btn:hover, #footer-join-team .modal-content .claim-btn .claim-offer-btn.btn-blue-outline:hover, #footer-join-team .modal-content .claim-btn .claim-offer-btn.cta-green:hover, #footer-join-team .modal-content .claim-btn .pricing-data--table #pricingTab .nav-item .claim-offer-btn.nav-link:hover, .pricing-data--table #pricingTab .nav-item #footer-join-team .modal-content .claim-btn .claim-offer-btn.nav-link:hover {
  border: 2px solid #FFC700;
  background: transparent;
  color: #FFC700;
}
#footer-join-team .modal-content .claim-btn .btn-blue.meeting-btn, #footer-join-team .modal-content .claim-btn .meeting-btn.btn-blue-outline, #footer-join-team .modal-content .claim-btn .meeting-btn.cta-green, #footer-join-team .modal-content .claim-btn .pricing-data--table #pricingTab .nav-item .meeting-btn.nav-link, .pricing-data--table #pricingTab .nav-item #footer-join-team .modal-content .claim-btn .meeting-btn.nav-link {
  margin: 20px 0 0;
  color: #ffffff;
  border: 2px solid #FAFCFF;
  background: transparent;
}
#footer-join-team .modal-content .claim-btn .btn-blue.meeting-btn:hover, #footer-join-team .modal-content .claim-btn .meeting-btn.btn-blue-outline:hover, #footer-join-team .modal-content .claim-btn .meeting-btn.cta-green:hover, #footer-join-team .modal-content .claim-btn .pricing-data--table #pricingTab .nav-item .meeting-btn.nav-link:hover, .pricing-data--table #pricingTab .nav-item #footer-join-team .modal-content .claim-btn .meeting-btn.nav-link:hover {
  color: #ffffff;
  background: #467FF7;
  border-color: #467FF7;
}

@media (max-width: 767px) {
  .page-template-template-magazine .top-inner-section .cms-title {
    font-size: 30px;
  }
  .page-template-template-magazine .top-inner-section .heading-30 {
    font-size: 22px;
  }
  .page-template-template-magazine .get-information .assist-site-title {
    font-size: 22px;
  }
  .page-template-template-magazine .get-information .assist-block p {
    font-size: 17px;
  }
  .page-template-template-magazine .get-information .btn-list li + li {
    margin-top: 15px;
  }
}

.page-template-template-hardware .section-title--medium {
  font-weight: 700;
}
.page-template-template-hardware .section-title--medium.mb-30 {
  margin-bottom: 30px;
}
.page-template-template-hardware .prodcut-popup {
  padding: 20px;
}
@media (min-width: 1921px) {
  .page-template-template-hardware .container {
    max-width: 1650px;
  }
}

.hardware-banner {
  background: url(/wp-content/themes/goftx/dist/images/hardware-banner-bg.png) no-repeat center/cover;
}
.hardware-banner .container {
  max-width: 1400px;
}
@media (max-width: 1600px) {
  .hardware-banner .container {
    max-width: 1270px;
  }
}
.hardware-banner .title-space, .hardware-banner .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .hardware-banner .description, .hardware-banner .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-banner a.dropdown-item, .hardware-banner .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .hardware-banner .description, .hardware-banner .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-banner a.dropdown-item, .hardware-banner .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .hardware-banner .description, .hardware-banner .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-banner a.dropdown-item, .hardware-banner .increase-revenue--section .revenue-points .heading-27, .hardware-banner .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .hardware-banner .increase-revenue--section .revenue-points .pro-title, .increase-revenue--section .revenue-points .hardware-banner .heading-27, .increase-revenue--section .revenue-points .hardware-banner .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-banner .pro-title, .hardware-banner .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .hardware-banner .description, .hardware-banner .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-banner a.dropdown-item, .hardware-banner .savetime-reduce--section .description, .savetime-reduce--section .hardware-banner .description, .hardware-banner .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-banner a.dropdown-item, .hardware-banner .pos-modern-retail--section .description, .pos-modern-retail--section .hardware-banner .description, .hardware-banner .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-banner a.dropdown-item, .hardware-banner .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-banner a, .hardware-banner .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-banner a, .hardware-banner .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-banner .section-title--medium, .hardware-banner .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .hardware-banner .own-content, .hardware-banner .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .hardware-banner .sub-description, .hardware-banner .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-banner a, .hardware-banner .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-banner a, .hardware-banner .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-banner .agreements-block-title, .hardware-banner .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-banner .agreements-block-title, .hardware-banner .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .hardware-banner .most-recent_title, .hardware-banner .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .hardware-banner .most-recent_title, .hardware-banner .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-banner a, .hardware-banner .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-banner a, .hardware-banner .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-banner h3, .hardware-banner .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-banner h3, .hardware-banner .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-banner .most-recent_title, .hardware-banner .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-banner .most-recent_title, .hardware-banner .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-banner .most-recent_title, .hardware-banner .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-banner a, .hardware-banner .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-banner a, .hardware-banner .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-banner a, .hardware-banner .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-banner .latest-post-title, .hardware-banner .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-banner .latest-post-title, .hardware-banner .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-banner .latest-post-title, .hardware-banner .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-banner .latest-post-title, .hardware-banner .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-banner .latest-post-title, .hardware-banner .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-banner .latest-post-title, .hardware-banner .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-banner .content, .hardware-banner .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-banner .content, .hardware-banner .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-banner .content, .hardware-banner .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-banner .content, .hardware-banner .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-banner .content, .hardware-banner .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-banner .content, .hardware-banner .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-banner .page-numbers, .hardware-banner .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-banner .page-numbers, .hardware-banner .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-banner .page-numbers, .hardware-banner .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-banner .page-numbers, .hardware-banner .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-banner .page-numbers, .hardware-banner .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-banner .page-numbers {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .hardware-banner .title-space, .hardware-banner .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .hardware-banner .description, .hardware-banner .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-banner a.dropdown-item, .hardware-banner .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .hardware-banner .description, .hardware-banner .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-banner a.dropdown-item, .hardware-banner .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .hardware-banner .description, .hardware-banner .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-banner a.dropdown-item, .hardware-banner .increase-revenue--section .revenue-points .heading-27, .hardware-banner .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .hardware-banner .increase-revenue--section .revenue-points .pro-title, .increase-revenue--section .revenue-points .hardware-banner .heading-27, .increase-revenue--section .revenue-points .hardware-banner .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-banner .pro-title, .hardware-banner .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .hardware-banner .description, .hardware-banner .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-banner a.dropdown-item, .hardware-banner .savetime-reduce--section .description, .savetime-reduce--section .hardware-banner .description, .hardware-banner .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-banner a.dropdown-item, .hardware-banner .pos-modern-retail--section .description, .pos-modern-retail--section .hardware-banner .description, .hardware-banner .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-banner a.dropdown-item, .hardware-banner .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-banner a.dropdown-item, .hardware-banner .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-banner a, .hardware-banner .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-banner a, .hardware-banner .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-banner .section-title--medium, .hardware-banner .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .hardware-banner .own-content, .hardware-banner .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .hardware-banner .sub-description, .hardware-banner .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-banner a, .hardware-banner .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-banner a, .hardware-banner .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-banner .agreements-block-title, .hardware-banner .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-banner .agreements-block-title, .hardware-banner .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .hardware-banner .most-recent_title, .hardware-banner .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .hardware-banner .most-recent_title, .hardware-banner .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-banner a, .hardware-banner .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-banner a, .hardware-banner .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-banner h3, .hardware-banner .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-banner h3, .hardware-banner .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-banner .most-recent_title, .hardware-banner .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-banner .most-recent_title, .hardware-banner .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-banner .most-recent_title, .hardware-banner .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-banner a, .hardware-banner .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-banner a, .hardware-banner .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-banner a, .hardware-banner .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-banner .latest-post-title, .hardware-banner .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-banner .latest-post-title, .hardware-banner .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-banner .latest-post-title, .hardware-banner .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-banner .latest-post-title, .hardware-banner .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-banner .latest-post-title, .hardware-banner .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .latest-post-title, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-banner .latest-post-title, .hardware-banner .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-banner .content, .hardware-banner .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-banner .content, .hardware-banner .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-banner .content, .hardware-banner .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-banner .content, .hardware-banner .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-banner .content, .hardware-banner .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-banner .content, .hardware-banner .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-banner .content, .hardware-banner .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-banner .page-numbers, .hardware-banner .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-banner .page-numbers, .hardware-banner .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-banner .page-numbers, .hardware-banner .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-banner .page-numbers, .hardware-banner .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-banner .page-numbers, .hardware-banner .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-banner .page-numbers, .hardware-banner .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-banner .page-numbers {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .hardware-banner .banner-content {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .hardware-banner .banner-content br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hardware-banner .banner-content {
    margin-bottom: 20px;
  }
}
.hardware-banner .home-btn-grp .hardware-btn {
  border-color: #F75546;
  background: #F75546;
}
.hardware-banner .home-btn-grp .hardware-btn:hover {
  color: #F75546;
  background: #ffffff;
}
.hardware-banner .home-btn-grp .get-a-quote {
  color: #467FF7;
  background: #ffffff;
}
.hardware-banner .home-btn-grp .get-a-quote:hover {
  color: #ffffff;
  background: #467FF7;
}
@media (max-width: 1024px) {
  .hardware-banner .home-btn-grp .get-a-quote {
    margin-left: 0;
    margin-top: 15px;
    display: block;
  }
}
@media (max-width: 991px) {
  .hardware-banner .home-btn-grp .get-a-quote {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .hardware-banner {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .hardware-banner {
    text-align: center;
  }
  .hardware-banner figure {
    padding-top: 0 !important;
  }
  .hardware-banner .home-btn-grp .btn-blue, .hardware-banner .home-btn-grp .btn-blue-outline, .hardware-banner .home-btn-grp .cta-green, .hardware-banner .home-btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .hardware-banner .home-btn-grp .nav-link {
    margin: 0 0 15px 0;
    display: block;
  }
  .hardware-banner .home-btn-grp .btn-blue:last-child, .hardware-banner .home-btn-grp .btn-blue-outline:last-child, .hardware-banner .home-btn-grp .cta-green:last-child, .hardware-banner .home-btn-grp .pricing-data--table #pricingTab .nav-item .nav-link:last-child, .pricing-data--table #pricingTab .nav-item .hardware-banner .home-btn-grp .nav-link:last-child {
    margin-bottom: 0;
  }
}

.gradiant-cls {
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(240, 250, 255) 50%, rgb(255, 255, 255) 100%);
}

.hardware-product-section {
  padding-top: 50px;
}
@media (max-width: 1280px) {
  .hardware-product-section {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .hardware-product-section {
    padding-top: 30px;
  }
}
.hardware-product-section .pro-search {
  width: 300px;
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  .hardware-product-section .pro-search {
    float: none;
    margin: 0 auto;
  }
}
.hardware-product-section .pro-search .input-search {
  height: 45px;
  font-size: 16px;
  font-size: 1rem;
  color: #777777;
  padding: 0 55px 0 20px;
  border-radius: 30px;
  border-color: #dddddd;
}
.hardware-product-section .pro-search .input-search:focus {
  outline: 0 none;
  box-shadow: none;
  border: 1px solid #dddddd;
  border-radius: 30px !important;
}
.hardware-product-section .pro-search .search-btn {
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
}
@media (max-width: 480px) {
  .hardware-product-section .pro-search {
    width: 100%;
  }
}
.hardware-product-section .hardware-product-row {
  margin-top: 0;
}
.hardware-product-section .hardware-product-row .hard-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  padding: 0;
  border-radius: 15px;
  background: #ffffff;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}
.hardware-product-section .hardware-product-row .hard-box .product-popup {
  padding: 0 20px;
  display: block;
  cursor: pointer;
}
.hardware-product-section .hardware-product-row .hard-box .product-popup:hover .pro-title {
  color: #467FF7;
}
.hardware-product-section .hardware-product-row .hard-box .hard-img img {
  max-height: 280px;
}
.hardware-product-section .hardware-product-row .hard-box .pro-title {
  min-height: 85px;
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .hardware-product-section .hardware-product-row .hard-box .pro-title {
    min-height: 90px;
  }
}
@media (max-width: 1600px) {
  .hardware-product-section .hardware-product-row .hard-box .pro-title {
    min-height: 65px;
    margin-bottom: 15px;
  }
}
.hardware-product-section .hardware-product-row .hard-box .description-para {
  margin: 0;
  color: #000000;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content {
  padding: 20px;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .add-quote-sucess {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: normal;
  padding: 5px;
  color: green;
  font-weight: 600;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .hard-price {
  font-weight: 900;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  color: #222222;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom {
  display: flex;
  justify-content: center;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .disabled {
  pointer-events: none;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button,
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue,
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue-outline,
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .cta-green,
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
.pricing-data--table #pricingTab .nav-item .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .nav-link {
  border-radius: 50px;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1rem;
  transition: all 0.3s ease-in-out 0s;
  color: #ffffff;
  border: 1px solid #467FF7;
  background-color: #467FF7;
  padding: 15px 25px;
  font-weight: 600;
  min-width: auto;
}
@media (min-width: 1921px) {
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue-outline,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .cta-green,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 18px 35px;
  }
}
@media (max-width: 1440px) {
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue-outline,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .cta-green,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .nav-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue-outline,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .cta-green,
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .nav-link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 20px;
  }
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button:hover,
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue:hover,
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue-outline:hover,
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .cta-green:hover,
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link:hover,
.pricing-data--table #pricingTab .nav-item .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .nav-link:hover {
  background: #ffffff;
  color: #467FF7;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .hardware_variations {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .hardware_variations .hardware-variation-select select {
  font-weight: 500;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-size: 1rem;
  border-radius: 30px;
  padding: 6px 20px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .hardware_variations .hardware-variation-select select option {
  border-radius: 0;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .hardware_variations .hardware-variation-select select:focus {
  box-shadow: none;
  border: 1px solid #CCCCCC;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .content-bottom-d-flex {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .content-bottom-d-flex {
    justify-content: center;
    display: inline-block;
    width: 100%;
  }
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes {
  position: relative;
  color: #000000;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  line-height: 20px;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1921px) {
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes {
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes::before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #000000;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1921px) {
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes::before {
    width: 25px;
    height: 25px;
  }
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes::after {
  position: absolute;
  content: "";
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  opacity: 0;
  border-radius: 100%;
  background: #467FF7;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1921px) {
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes::after {
    left: 8px;
    top: 5px;
    width: 9px;
    height: 9px;
    display: inline-block;
  }
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes.active {
  color: #467FF7;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes.active::before {
  border-color: #467FF7;
}
.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom.variable .variations-attributes.active::after {
  opacity: 1;
}
@media (max-width: 1199px) {
  .hardware-product-section .hardware-product-row .hard-box .hard-img {
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  .hardware-product-section {
    padding-top: 30px;
  }
  .hardware-product-section .hardware-product-row {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hardware-product-section .hardware-product-row .col-xs-12 {
    width: 100%;
  }
  .hardware-product-section .hardware-product-row .col-xs-12:last-child .hard-box {
    margin-bottom: 0;
  }
  .hardware-product-section .hardware-product-row .hard-box {
    height: auto;
    max-width: 450px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .hardware-product-section .hardware-product-row .hard-box .pro-title {
    margin-bottom: 15px;
    min-height: inherit;
  }
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom {
    width: 100%;
    margin-top: 0;
    display: inline-block;
  }
  .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom form .quantity {
    margin-right: 0 !important;
  }
}

.digital-verification-section .container {
  max-width: 1450px;
}
@media (min-width: 1921px) {
  .digital-verification-section .container {
    max-width: 1650px;
  }
}
.digital-verification-section .section-title--medium.mb-30 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .digital-verification-section .section-title--medium.mb-30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .digital-verification-section .section-title--medium.mb-30 {
    margin-bottom: 20px;
  }
}
.digital-verification-section .rep-box {
  border-radius: 20px;
  height: 100%;
  padding: 35px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .digital-verification-section .rep-box {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.digital-verification-section .rep-box figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 100%;
  background: #F0FAFF;
}
@media (max-width: 767px) {
  .digital-verification-section .rep-box {
    height: auto;
    margin-bottom: 20px;
  }
  .digital-verification-section .col-sm-6:last-child .rep-box {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .digital-verification-section.fit-your-business.section-space {
    padding-bottom: 20px;
  }
}
.digital-verification-section.fit-your-business .title-space, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .heading-27, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .savetime-reduce--section .description, .savetime-reduce--section .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .pos-modern-retail--section .description, .pos-modern-retail--section .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .digital-verification-section.fit-your-business .section-title--medium, .digital-verification-section.fit-your-business .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .digital-verification-section.fit-your-business .own-content, .digital-verification-section.fit-your-business .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .digital-verification-section.fit-your-business .sub-description, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .digital-verification-section.fit-your-business .agreements-block-title, .digital-verification-section.fit-your-business .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .agreements-block-title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.fit-your-business h3, .digital-verification-section.fit-your-business .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business h3, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.fit-your-business .pro-title, .digital-verification-section.fit-your-business .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .pro-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .digital-verification-section.fit-your-business .title-space, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .heading-27, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .savetime-reduce--section .description, .savetime-reduce--section .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .pos-modern-retail--section .description, .pos-modern-retail--section .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .digital-verification-section.fit-your-business .section-title--medium, .digital-verification-section.fit-your-business .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .digital-verification-section.fit-your-business .own-content, .digital-verification-section.fit-your-business .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .digital-verification-section.fit-your-business .sub-description, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .digital-verification-section.fit-your-business .agreements-block-title, .digital-verification-section.fit-your-business .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .agreements-block-title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.fit-your-business h3, .digital-verification-section.fit-your-business .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business h3, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.fit-your-business .pro-title, .digital-verification-section.fit-your-business .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .pro-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .digital-verification-section.fit-your-business .title-space, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .heading-27, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .savetime-reduce--section .description, .savetime-reduce--section .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .pos-modern-retail--section .description, .pos-modern-retail--section .digital-verification-section.fit-your-business .description, .digital-verification-section.fit-your-business .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.fit-your-business a.dropdown-item, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .digital-verification-section.fit-your-business .section-title--medium, .digital-verification-section.fit-your-business .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .digital-verification-section.fit-your-business .own-content, .digital-verification-section.fit-your-business .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .digital-verification-section.fit-your-business .sub-description, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .digital-verification-section.fit-your-business .agreements-block-title, .digital-verification-section.fit-your-business .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .agreements-block-title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.fit-your-business h3, .digital-verification-section.fit-your-business .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business h3, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .most-recent_title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business a, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.fit-your-business .latest-post-title, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.fit-your-business .content, .digital-verification-section.fit-your-business .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.fit-your-business .page-numbers, .digital-verification-section.fit-your-business .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.fit-your-business .pro-title, .digital-verification-section.fit-your-business .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .digital-verification-section.fit-your-business .pro-title {
    margin-bottom: 20px;
  }
}
.digital-verification-section.fit-your-business .hardware-product-row .hard-box {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
@media (min-width: 1921px) {
  .digital-verification-section.fit-your-business .hardware-product-row .hard-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .digital-verification-section.fit-your-business .hardware-product-row .hard-box {
    margin-top: 0;
  }
}
.digital-verification-section.fit-your-business .hardware-product-row .hard-box .pro-title {
  min-height: inherit;
  margin: 0;
}
.digital-verification-section.fit-your-business .hardware-product-row .hard-box .description, .digital-verification-section.fit-your-business .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.fit-your-business .hardware-product-row .hard-box a.dropdown-item, .digital-verification-section.fit-your-business .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .hardware-product-row .hard-box .latest-post-title, .digital-verification-section.fit-your-business .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.fit-your-business .hardware-product-row .hard-box .content, .digital-verification-section.fit-your-business .hardware-product-row .hard-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .digital-verification-section.fit-your-business .hardware-product-row .hard-box .page-numbers {
  display: none;
}

.next-step-section {
  position: relative;
}
.next-step-section .container {
  z-index: 2;
  position: relative;
}
.next-step-section .next-step-inner {
  position: relative;
}
.next-step-section .next-step-inner .container {
  max-width: 1150px;
}
@media (min-width: 1921px) {
  .next-step-section .next-step-inner .container {
    max-width: 1350px;
  }
}
.next-step-section .next-step-inner::after {
  left: 0;
  right: 0;
  bottom: -60px;
  height: calc(50% + 60px);
  width: 100%;
  content: "";
  position: absolute;
  background: #c7e7f5;
}
@media (min-width: 1921px) {
  .next-step-section .next-step-inner::after {
    bottom: -80px;
    height: calc(50% + 80px);
  }
}
.next-step-section .next-step-inner .description, .next-step-section .next-step-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .next-step-section .next-step-inner a.dropdown-item, .next-step-section .next-step-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .next-step-section .next-step-inner .latest-post-title, .next-step-section .next-step-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .next-step-section .next-step-inner .content, .next-step-section .next-step-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .next-step-section .next-step-inner .page-numbers {
  min-height: 90px;
}
@media (max-width: 1600px) {
  .next-step-section .next-step-inner .description, .next-step-section .next-step-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .next-step-section .next-step-inner a.dropdown-item, .next-step-section .next-step-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .next-step-section .next-step-inner .latest-post-title, .next-step-section .next-step-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .next-step-section .next-step-inner .content, .next-step-section .next-step-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .next-step-section .next-step-inner .page-numbers {
    min-height: 75px;
  }
}
@media (max-width: 1440px) {
  .next-step-section .next-step-inner .description, .next-step-section .next-step-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .next-step-section .next-step-inner a.dropdown-item, .next-step-section .next-step-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .next-step-section .next-step-inner .latest-post-title, .next-step-section .next-step-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .next-step-section .next-step-inner .content, .next-step-section .next-step-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .next-step-section .next-step-inner .page-numbers {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .next-step-section {
    background: #c7e7f5;
    margin-top: 30px;
  }
  .next-step-section .next-step-inner::after {
    display: none;
  }
}

.pos-cta .inner-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
  border-radius: 20px;
  background: url(/wp-content/themes/goftx/dist/images/pos-cta-bg.png) no-repeat center/cover;
}
.pos-cta .inner-cta figure {
  width: 50%;
  position: relative;
}
.pos-cta .inner-cta figure::before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: url(/wp-content/themes/goftx/dist/images/pos-cta-gradiant.png) no-repeat left top/196px 100%;
}
@media (max-width: 767px) {
  .pos-cta .inner-cta figure::before {
    display: none;
  }
}
.pos-cta .inner-cta figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 1px;
}
@media (max-width: 767px) {
  .pos-cta .inner-cta figure img {
    position: relative;
    left: 0;
  }
}
.pos-cta .inner-cta .cta-content {
  padding: 20px 50px;
  margin: 0 auto;
  text-align: center;
}
.pos-cta .inner-cta .cta-content .section-title {
  line-height: 75px;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 700;
  margin: 20px 0;
}
.pos-cta .inner-cta .cta-content .btn-blue, .pos-cta .inner-cta .cta-content .btn-blue-outline, .pos-cta .inner-cta .cta-content .cta-green, .pos-cta .inner-cta .cta-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-cta .inner-cta .cta-content .nav-link {
  margin-top: 30px;
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}
.pos-cta .inner-cta .cta-content .btn-blue:hover, .pos-cta .inner-cta .cta-content .btn-blue-outline:hover, .pos-cta .inner-cta .cta-content .cta-green:hover, .pos-cta .inner-cta .cta-content .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .pos-cta .inner-cta .cta-content .nav-link:hover {
  color: #ffffff;
  background: #467FF7;
}
@media (max-width: 1199px) {
  .pos-cta .inner-cta .cta-content {
    padding: 15px;
    width: 50%;
  }
  .pos-cta .inner-cta .cta-content .section-title {
    line-height: 40px;
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 15px 0;
  }
  .pos-cta .inner-cta .cta-content .btn-blue, .pos-cta .inner-cta .cta-content .btn-blue-outline, .pos-cta .inner-cta .cta-content .cta-green, .pos-cta .inner-cta .cta-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-cta .inner-cta .cta-content .nav-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .pos-cta .inner-cta {
    display: inline-block;
    width: 100%;
  }
  .pos-cta .inner-cta figure {
    width: 100%;
  }
  .pos-cta .inner-cta .cta-content {
    width: 100%;
  }
  .pos-cta .inner-cta .cta-content .heading-40 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .pos-cta .inner-cta .cta-content .section-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 24px;
    margin: 10px 0;
  }
}

.hardware-pricing-cta .inner-cta {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: url(/wp-content/themes/goftx/dist/images/hardware-pricing-cta.jpg) no-repeat left center/cover;
}
.hardware-pricing-cta .inner-cta .cta-content {
  padding: 50px;
  width: 100%;
  text-align: left;
  max-width: 500px;
  box-sizing: border-box;
}
@media (min-width: 1921px) {
  .hardware-pricing-cta .inner-cta .cta-content {
    max-width: 640px;
    padding: 70px 50px;
  }
}
.hardware-pricing-cta .inner-cta .cta-content .section-title {
  line-height: 50px;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #F7F146;
}
.hardware-pricing-cta .inner-cta .cta-content .section-title span {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .hardware-pricing-cta .inner-cta .cta-content {
    padding: 30px;
    max-width: 380px;
  }
  .hardware-pricing-cta .inner-cta .cta-content .section-title {
    line-height: 40px;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .hardware-pricing-cta .inner-cta {
    width: 100%;
    position: relative;
    display: inline-block;
    background-position: center;
  }
  .hardware-pricing-cta .inner-cta::before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
  }
  .hardware-pricing-cta .inner-cta .cta-content {
    z-index: 2;
    position: relative;
    text-align: center;
  }
  .hardware-pricing-cta .inner-cta .cta-content .section-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: normal;
    margin: 0 0 10px 0;
  }
  .hardware-pricing-cta .inner-cta .cta-content .section-title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .hardware-pricing-cta .inner-cta .cta-content .section-title br {
    display: block;
  }
}

.special-deal-cta .inner-cta {
  display: flex;
  overflow: hidden;
  min-height: 500px;
  align-items: center;
  border-radius: 20px;
  flex-direction: row-reverse;
  background: url(/wp-content/themes/goftx/dist/images/special-deal-cta.jpg) no-repeat right center/cover;
}
.special-deal-cta .inner-cta .cta-content {
  padding: 50px;
  width: 100%;
  text-align: left;
  max-width: 580px;
  box-sizing: border-box;
}
@media (min-width: 1921px) {
  .special-deal-cta .inner-cta .cta-content {
    max-width: 650px;
  }
}
.special-deal-cta .inner-cta .cta-content .section-title {
  line-height: normal;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
}
.special-deal-cta .inner-cta .cta-content .section-title span {
  color: #F7F146;
}
@media (max-width: 1199px) {
  .special-deal-cta .inner-cta {
    min-height: 250px;
  }
  .special-deal-cta .inner-cta .cta-content {
    padding: 30px;
    max-width: 410px;
  }
  .special-deal-cta .inner-cta .cta-content .section-title {
    line-height: normal;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .special-deal-cta {
    padding-bottom: 0;
  }
  .special-deal-cta .inner-cta {
    width: 100%;
    position: relative;
    background-position: left center;
  }
  .special-deal-cta .inner-cta::before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
  }
  .special-deal-cta .inner-cta .cta-content {
    z-index: 2;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .special-deal-cta .inner-cta .cta-content .section-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}

.page-template-template-hardware .site-content .description, .page-template-template-hardware .site-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-hardware .site-content a.dropdown-item, .page-template-template-hardware .site-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-hardware .site-content .latest-post-title, .page-template-template-hardware .site-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-hardware .site-content .content, .page-template-template-hardware .site-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-hardware .site-content .page-numbers {
  color: #000000;
}
.page-template-template-hardware .site-content h3 {
  font-weight: 600;
  color: #000000;
}
.page-template-template-hardware .site-content .section-title--medium {
  color: #000000;
}
.page-template-template-hardware .site-content .section-title--medium span {
  color: #467FF7;
}
.page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom form .quantity {
  float: left;
  position: relative;
  margin: 0 10px 0 0;
}
.page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom form .input-text.qty {
  padding: 0 20px 0 0;
  border-radius: 3px;
  color: #222222;
  width: 70px;
  height: 45px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-style: italic;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  transition: all 300ms linear 0ms;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  .page-template-template-hardware .site-content .col-sm-6 {
    width: 100%;
  }
  .page-template-template-hardware .site-content p {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom-d-flex .quote-btns .button,
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button,
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue,
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue-outline,
  .page-template-template-hardware .site-content .content-bottom-d-flex .quote-btns .button,
  .page-template-template-hardware .site-content .btn-blue,
  .page-template-template-hardware .site-content .cta-green,
  .page-template-template-hardware .site-content .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .page-template-template-hardware .site-content .nav-link, .page-template-template-hardware .site-content .btn-blue-outline {
    display: block;
    margin: 0 0 20px;
    padding: 15px 20px;
    font-size: 17px;
    font-size: 1.0625rem;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom-d-flex .quote-btns .button:last-child,
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button:last-child,
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue:last-child,
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .btn-blue-outline:last-child,
  .page-template-template-hardware .site-content .content-bottom-d-flex .quote-btns .button:last-child,
  .page-template-template-hardware .site-content .btn-blue:last-child,
  .page-template-template-hardware .site-content .cta-green:last-child,
  .page-template-template-hardware .site-content .pricing-data--table #pricingTab .nav-item .nav-link:last-child,
  .pricing-data--table #pricingTab .nav-item .page-template-template-hardware .site-content .nav-link:last-child, .page-template-template-hardware .site-content .btn-blue-outline:last-child {
    margin: 15px auto 0;
  }
}
.page-template-template-hardware .faq-section {
  padding-top: 0;
  background-color: #c7e7f5;
}
@media (max-width: 991px) {
  .page-template-template-hardware .faq-section .heading-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-hardware .faq-section {
    padding-top: 20px;
  }
}
.page-template-template-hardware .faq-section .accordion .card .card-body ul li {
  color: #324a6d;
}
.page-template-template-hardware .get-quote-cls .modal-content {
  max-width: 600px;
}

.addtoquote-cls .modal-dialog {
  max-width: 900px;
  width: 82%;
  margin: 0 auto;
}
.addtoquote-cls .modal-content {
  border-radius: 20px;
  border: 0;
  background: linear-gradient(257deg, #F2FBFF 1.48%, #FCFCFC 28.6%, #E7F7FF 65.52%);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-content {
    background: linear-gradient(180deg, #F2FBFF 1.48%, #FCFCFC 28.6%, #E7F7FF 65.52%);
  }
}
.addtoquote-cls .close {
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  right: -20px;
  top: -20px;
  position: absolute;
  color: #ffffff;
  border: 0;
  border-radius: 100%;
  background-color: #467FF7;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.addtoquote-cls .close span {
  position: relative;
  top: -2px;
}
.addtoquote-cls .modal-body {
  padding: 0;
}
.addtoquote-cls .modal-body .pro-img {
  padding: 20px 30px;
  background: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-body .pro-img {
    padding: 20px 15px;
    text-align: center;
    justify-content: center;
  }
  .addtoquote-cls .modal-body .pro-img img {
    max-height: 200px;
  }
}
.addtoquote-cls .modal-body .pro-content {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.addtoquote-cls .modal-body .pro-content .description, .addtoquote-cls .modal-body .pro-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .addtoquote-cls .modal-body .pro-content a.dropdown-item, .addtoquote-cls .modal-body .pro-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .addtoquote-cls .modal-body .pro-content .latest-post-title, .addtoquote-cls .modal-body .pro-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .addtoquote-cls .modal-body .pro-content .content, .addtoquote-cls .modal-body .pro-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .addtoquote-cls .modal-body .pro-content .page-numbers {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-body .pro-content {
    text-align: center;
    padding: 20px;
  }
  .addtoquote-cls .modal-body .pro-content .description, .addtoquote-cls .modal-body .pro-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .addtoquote-cls .modal-body .pro-content a.dropdown-item, .addtoquote-cls .modal-body .pro-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .addtoquote-cls .modal-body .pro-content .latest-post-title, .addtoquote-cls .modal-body .pro-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .addtoquote-cls .modal-body .pro-content .content, .addtoquote-cls .modal-body .pro-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .addtoquote-cls .modal-body .pro-content .page-numbers {
    margin: 15px 0;
  }
}
.addtoquote-cls .modal-body .pro-content .add-quote-sucess {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px;
  color: green;
  font-weight: 600;
  line-height: normal;
}
.addtoquote-cls .modal-body .content-bottom {
  display: flex;
}
.addtoquote-cls .modal-body .content-bottom .quote-btns .disabled {
  pointer-events: none;
}
.addtoquote-cls .modal-body .content-bottom .quote-btns .button,
.addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue,
.addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue-outline,
.addtoquote-cls .modal-body .content-bottom .quote-btns .cta-green,
.addtoquote-cls .modal-body .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
.pricing-data--table #pricingTab .nav-item .addtoquote-cls .modal-body .content-bottom .quote-btns .nav-link {
  border-radius: 50px;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1rem;
  transition: all 0.3s ease-in-out 0s;
  color: #ffffff;
  border: 1px solid #467FF7;
  background-color: #467FF7;
  padding: 15px 25px;
  font-weight: 600;
  min-width: auto;
}
@media (min-width: 1921px) {
  .addtoquote-cls .modal-body .content-bottom .quote-btns .button,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue-outline,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .cta-green,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .addtoquote-cls .modal-body .content-bottom .quote-btns .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 18px 35px;
  }
}
@media (max-width: 1440px) {
  .addtoquote-cls .modal-body .content-bottom .quote-btns .button,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue-outline,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .cta-green,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .addtoquote-cls .modal-body .content-bottom .quote-btns .nav-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .addtoquote-cls .modal-body .content-bottom .quote-btns .button,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue-outline,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .cta-green,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .addtoquote-cls .modal-body .content-bottom .quote-btns .nav-link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-body .content-bottom .quote-btns .button,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue-outline,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .cta-green,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link,
  .pricing-data--table #pricingTab .nav-item .addtoquote-cls .modal-body .content-bottom .quote-btns .nav-link {
    display: block;
    margin: 0 0 20px;
    padding: 15px 20px;
    font-size: 17px;
    font-size: 1.0625rem;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .addtoquote-cls .modal-body .content-bottom .quote-btns .button:last-child,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue:last-child,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue-outline:last-child,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .cta-green:last-child,
  .addtoquote-cls .modal-body .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link:last-child,
  .pricing-data--table #pricingTab .nav-item .addtoquote-cls .modal-body .content-bottom .quote-btns .nav-link:last-child {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.addtoquote-cls .modal-body .content-bottom .quote-btns .button:hover,
.addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue:hover,
.addtoquote-cls .modal-body .content-bottom .quote-btns .btn-blue-outline:hover,
.addtoquote-cls .modal-body .content-bottom .quote-btns .cta-green:hover,
.addtoquote-cls .modal-body .content-bottom .quote-btns .pricing-data--table #pricingTab .nav-item .nav-link:hover,
.pricing-data--table #pricingTab .nav-item .addtoquote-cls .modal-body .content-bottom .quote-btns .nav-link:hover {
  background: #ffffff;
  color: #467FF7;
}
.addtoquote-cls .modal-body .content-bottom.variable {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.addtoquote-cls .modal-body .content-bottom.variable .hardware_variations {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-body .content-bottom.variable .hardware_variations {
    align-items: center;
    justify-content: center;
  }
}
.addtoquote-cls .modal-body .content-bottom.variable .hardware_variations .hardware-variation-select select {
  font-weight: 500;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-size: 1rem;
  border-radius: 30px;
  padding: 6px 20px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.addtoquote-cls .modal-body .content-bottom.variable .hardware_variations .hardware-variation-select select option {
  border-radius: 0;
}
.addtoquote-cls .modal-body .content-bottom.variable .hardware_variations .hardware-variation-select select:focus {
  box-shadow: none;
  border: 1px solid #CCCCCC;
}
.addtoquote-cls .modal-body .content-bottom.variable .content-bottom-d-flex {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-body .content-bottom.variable .content-bottom-d-flex {
    justify-content: center;
    display: inline-block;
    width: 100%;
  }
}
.addtoquote-cls .modal-body .content-bottom.variable .content-bottom-d-flex .quote-btns {
  display: block;
}
.addtoquote-cls .modal-body .content-bottom.variable .content-bottom-d-flex .quote-btns .hardware_variations {
  width: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-body .content-bottom.variable .content-bottom-d-flex .quote-btns .hardware_variations {
    margin-left: auto;
    margin-top: 15px;
    width: 100%;
  }
}
.addtoquote-cls .modal-body .content-bottom.variable .content-bottom-d-flex .quote-btns form {
  width: auto;
  display: block;
}
.addtoquote-cls .modal-body .content-bottom.variable .content-bottom-d-flex .quote-btns .qty-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.addtoquote-cls .modal-body .content-bottom.variable .variations-attributes {
  position: relative;
  color: #000000;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
  margin: 0 7px;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1921px) {
  .addtoquote-cls .modal-body .content-bottom.variable .variations-attributes {
    padding-left: 30px;
  }
}
.addtoquote-cls .modal-body .content-bottom.variable .variations-attributes::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #000000;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1921px) {
  .addtoquote-cls .modal-body .content-bottom.variable .variations-attributes::before {
    top: 6px;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1440px) {
  .addtoquote-cls .modal-body .content-bottom.variable .variations-attributes::before {
    top: 1px;
  }
}
.addtoquote-cls .modal-body .content-bottom.variable .variations-attributes::after {
  position: absolute;
  content: "";
  left: 6px;
  top: 11px;
  width: 8px;
  height: 8px;
  opacity: 0;
  border-radius: 100%;
  background: #467FF7;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1921px) {
  .addtoquote-cls .modal-body .content-bottom.variable .variations-attributes::after {
    top: 14px;
    display: block;
    left: 8px;
  }
}
@media (max-width: 1440px) {
  .addtoquote-cls .modal-body .content-bottom.variable .variations-attributes::after {
    top: 7px;
  }
}
.addtoquote-cls .modal-body .content-bottom.variable .variations-attributes.active {
  color: #467FF7;
}
.addtoquote-cls .modal-body .content-bottom.variable .variations-attributes.active::before {
  border-color: #467FF7;
}
.addtoquote-cls .modal-body .content-bottom.variable .variations-attributes.active::after {
  opacity: 1;
}
@media (min-width: 1921px) {
  .addtoquote-cls .modal-body .content-bottom.variable .variations-attributes + .variations-attributes::after {
    left: 8px;
  }
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-body .content-bottom {
    justify-content: center;
    display: inline-block;
    width: 100%;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity {
  position: relative;
  margin-bottom: 20px;
  width: 100px;
}
.addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .qty {
  padding: 8px 20px 8px 8px;
  border-radius: 3px;
  line-height: normal;
  height: 48px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
@media (min-width: 1921px) {
  .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .qty {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .qty {
    height: auto;
  }
}
@media (max-width: 767px) {
  .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity {
    margin: 0 auto 0;
  }
}

.addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .quantity-icon,
.hardware-product-section .hardware-product-row .hard-box .hard-content .cart .quantity .quantity-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .quantity-icon i,
.hardware-product-section .hardware-product-row .hard-box .hard-content .cart .quantity .quantity-icon i {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  color: #777777;
  cursor: pointer;
  position: relative;
}
.addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .quantity-icon i.fa-caret-up,
.hardware-product-section .hardware-product-row .hard-box .hard-content .cart .quantity .quantity-icon i.fa-caret-up {
  top: 0;
}
.addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .quantity-icon i.fa-caret-down,
.hardware-product-section .hardware-product-row .hard-box .hard-content .cart .quantity .quantity-icon i.fa-caret-down {
  bottom: 0;
}

.hardware-options {
  background: #0046A3;
}
.hardware-options .section-title--medium {
  font-weight: 600;
  color: #F7F146 !important;
}
.hardware-options .feature-box {
  margin-bottom: 20px;
  padding: 20px 25px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.hardware-options .feature-box h3 {
  font-weight: 600;
  color: #F7F146;
}
@media (max-width: 767px) {
  .hardware-options {
    text-align: center;
  }
  .hardware-options .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .hardware-options .col-sm-6:last-child {
    margin-bottom: 0;
  }
}

#getQuote .modal-body {
  height: 650px;
  overflow-y: scroll;
}

.hardware-logo--section {
  background: #c7e7f5;
}
.hardware-logo--section .container {
  max-width: 1100px;
}
.hardware-logo--section .section-title--medium {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .hardware-logo--section .section-title--medium {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hardware-logo--section .section-title--medium {
    margin-bottom: 20px;
  }
}
.hardware-logo--section .logo-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hardware-logo--section .logo-section .logo-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  width: 23%;
}
.hardware-logo--section .logo-section .logo-block img {
  height: 75px;
  width: auto;
}
@media (max-width: 768px) {
  .hardware-logo--section .logo-section .logo-block {
    padding: 15px;
  }
  .hardware-logo--section .logo-section .logo-block img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .hardware-logo--section .logo-section .logo-block {
    width: calc(50% - 10px);
  }
  .hardware-logo--section .logo-section .logo-block:nth-child(1), .hardware-logo--section .logo-section .logo-block:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .digital-verification-section.hardware-product-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .digital-verification-section.hardware-product-section {
    padding-bottom: 40px;
  }
}
.digital-verification-section.hardware-product-section .hard-img--block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.digital-verification-section.hardware-product-section .hard-img--block img {
  height: 280px;
  width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .digital-verification-section.hardware-product-section .hard-img--block img {
    height: 230px;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .digital-verification-section.hardware-product-section .hard-img--block img {
    height: auto;
    width: 250px;
  }
}
@media (min-width: 1921px) {
  .digital-verification-section.hardware-product-section.digsingage-impact .container {
    max-width: 1850px;
  }
}
.digital-verification-section.hardware-product-section.digsingage-impact .title-space, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .heading-27, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .description, .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .description, .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .digital-verification-section.hardware-product-section.digsingage-impact .section-title--medium, .digital-verification-section.hardware-product-section.digsingage-impact .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .digital-verification-section.hardware-product-section.digsingage-impact .own-content, .digital-verification-section.hardware-product-section.digsingage-impact .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .sub-description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .digital-verification-section.hardware-product-section.digsingage-impact .agreements-block-title, .digital-verification-section.hardware-product-section.digsingage-impact .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .agreements-block-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.hardware-product-section.digsingage-impact h3, .digital-verification-section.hardware-product-section.digsingage-impact .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact h3, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .hardware-product-row .hard-box .pro-title, .digital-verification-section.hardware-product-section.digsingage-impact .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .digital-verification-section.hardware-product-section.digsingage-impact .title-space, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .heading-27, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .description, .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .description, .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .digital-verification-section.hardware-product-section.digsingage-impact .section-title--medium, .digital-verification-section.hardware-product-section.digsingage-impact .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .digital-verification-section.hardware-product-section.digsingage-impact .own-content, .digital-verification-section.hardware-product-section.digsingage-impact .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .sub-description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .digital-verification-section.hardware-product-section.digsingage-impact .agreements-block-title, .digital-verification-section.hardware-product-section.digsingage-impact .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .agreements-block-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.hardware-product-section.digsingage-impact h3, .digital-verification-section.hardware-product-section.digsingage-impact .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact h3, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .hardware-product-row .hard-box .pro-title, .digital-verification-section.hardware-product-section.digsingage-impact .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .digital-verification-section.hardware-product-section.digsingage-impact .title-space, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .heading-27, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .description, .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .description, .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .description, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact a.dropdown-item, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .digital-verification-section.hardware-product-section.digsingage-impact .section-title--medium, .digital-verification-section.hardware-product-section.digsingage-impact .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .digital-verification-section.hardware-product-section.digsingage-impact .own-content, .digital-verification-section.hardware-product-section.digsingage-impact .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .sub-description, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .digital-verification-section.hardware-product-section.digsingage-impact .agreements-block-title, .digital-verification-section.hardware-product-section.digsingage-impact .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .agreements-block-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.hardware-product-section.digsingage-impact h3, .digital-verification-section.hardware-product-section.digsingage-impact .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact h3, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .most-recent_title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact a, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .latest-post-title, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .content, .digital-verification-section.hardware-product-section.digsingage-impact .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .digital-verification-section.hardware-product-section.digsingage-impact .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.hardware-product-section.digsingage-impact .page-numbers, .increase-revenue--section .revenue-points .digital-verification-section.hardware-product-section.digsingage-impact .hardware-product-row .hard-box .pro-title, .digital-verification-section.hardware-product-section.digsingage-impact .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title {
    margin-bottom: 20px;
  }
}

.digital-verification-section.pos-difference--section .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .digital-verification-section.pos-difference--section .container {
    max-width: 1500px;
  }
}
.digital-verification-section.pos-difference--section .heading-27.title-space, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li a.title-space, .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.title-space, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading a.title-space, .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.title-space, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .title-space.agreements-block-title, .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .title-space.agreements-block-title, .digital-verification-section.pos-difference--section .recent-article .title-space.most-recent_title, .recent-article .digital-verification-section.pos-difference--section .title-space.most-recent_title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title a.title-space, .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.title-space, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.title-space, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .title-space.most-recent_title, .recent-library_section .recent-library .digital-verification-section.pos-difference--section .title-space.most-recent_title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title a.title-space, .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.title-space, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .title-space.pro-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .heading-27.description, .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .heading-27.description, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main a.description, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.description, .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .agreements-block-title.description, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .recent-article .ftx-pos--page .access-control-main .most-recent_title.description, .recent-article .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .recent-article .most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-article .most-recent_title .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .recent-article .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .ftx-pos--page .access-control-main .most-recent_title.description, .recent-library_section .recent-library .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .heading-27.description, .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .heading-27.description, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-article .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .heading-27.description, .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .heading-27.description, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .revenue-title .most-recent_title.description, .recent-article .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .recent-article .most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .revenue-title .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section .heading-27, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .heading-27.description, .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .heading-27.description, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-article .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .heading-27.description, .savetime-reduce--section .digital-verification-section.pos-difference--section .heading-27.description, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .savetime-reduce--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .savetime-reduce--section .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .recent-article .savetime-reduce--section .most-recent_title.description, .recent-article .savetime-reduce--section .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .recent-article .most-recent_title.description, .savetime-reduce--section .recent-article .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .savetime-reduce--section a.description, .recent-article .most-recent_title .savetime-reduce--section .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .recent-article .most-recent_title a.description, .savetime-reduce--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .savetime-reduce--section .most-recent_title.description, .recent-library_section .recent-library .savetime-reduce--section .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .savetime-reduce--section a.description, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.description, .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .heading-27.description, .pos-modern-retail--section .digital-verification-section.pos-difference--section .heading-27.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li a.description, .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .pos-modern-retail--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .pos-modern-retail--section .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.description, .digital-verification-section.pos-difference--section .recent-article .pos-modern-retail--section .most-recent_title.description, .recent-article .pos-modern-retail--section .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .recent-article .most-recent_title.description, .pos-modern-retail--section .recent-article .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .pos-modern-retail--section a.description, .recent-article .most-recent_title .pos-modern-retail--section .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .recent-article .most-recent_title a.description, .pos-modern-retail--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .pos-modern-retail--section .most-recent_title.description, .recent-library_section .recent-library .pos-modern-retail--section .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section a.description, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.description, .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.description, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.heading-27.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section a.agreements-block-title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section a.most-recent_title.dropdown-item, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.dropdown-item, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section a.pro-title.dropdown-item, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section .heading-27.section-title--medium, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section a.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.section-title--medium, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section a.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.section-title--medium, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section .agreements-block-title.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.section-title--medium, .digital-verification-section.pos-difference--section .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-article .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section .most-recent_title.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .digital-verification-section.pos-difference--section .most-recent_title.section-title--medium, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section a.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.section-title--medium, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section h3.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.section-title--medium, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section .most-recent_title.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.section-title--medium, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section a.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.section-title--medium, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .digital-verification-section.pos-difference--section .pro-title.section-title--medium, .digital-verification-section.pos-difference--section .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.section-title--medium, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .heading-27.own-content, .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section .heading-27.own-content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content a.own-content, .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section a.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li a.own-content, .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.own-content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content a.own-content, .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section a.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading a.own-content, .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.own-content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .agreements-block-title.own-content, .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section .agreements-block-title.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.own-content, .digital-verification-section.pos-difference--section .recent-article .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-article .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section .most-recent_title.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .digital-verification-section.pos-difference--section .most-recent_title.own-content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section a.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.own-content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section h3.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.own-content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section .most-recent_title.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.own-content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section a.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.own-content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .digital-verification-section.pos-difference--section .pro-title.own-content, .digital-verification-section.pos-difference--section .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.own-content, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .heading-27.sub-description, .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section .heading-27.sub-description, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content a.sub-description, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section a.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-description, .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.sub-description, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content a.sub-description, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section a.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-description, .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.sub-description, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section .agreements-block-title.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.sub-description, .digital-verification-section.pos-difference--section .recent-article .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-article .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .digital-verification-section.pos-difference--section .most-recent_title.sub-description, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section a.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.sub-description, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section h3.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.sub-description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.sub-description, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section a.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.sub-description, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .digital-verification-section.pos-difference--section .pro-title.sub-description, .digital-verification-section.pos-difference--section .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.sub-description, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section .agreements-block-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .digital-verification-section.pos-difference--section .most-recent_title, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section .most-recent_title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section h3, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title, .digital-verification-section.pos-difference--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .digital-verification-section.pos-difference--section .most-recent_title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section .most-recent_title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section a, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .heading-27.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.latest-post-title, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.latest-post-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.latest-post-title, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.content, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .heading-27.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.content, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.content, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.content, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.content, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination a.page-numbers, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section .heading-27.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .digital-verification-section.pos-difference--section .agreements-block-title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .digital-verification-section.pos-difference--section h3.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .digital-verification-section.pos-difference--section .most-recent_title.page-numbers, .digital-verification-section.pos-difference--section .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .digital-verification-section.pos-difference--section a.page-numbers, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title.page-numbers, .digital-verification-section.pos-difference--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .digital-verification-section.pos-difference--section .pro-title, .digital-verification-section.pos-difference--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .digital-verification-section.pos-difference--section .pro-title {
  margin: 20px 0;
}
@media (max-width: 479px) {
  .digital-verification-section.pos-difference--section .section-title--medium {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.digital-verification-section.pos-difference--section .rep-box {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .digital-verification-section.pos-difference--section .rep-box {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .digital-verification-section.pos-difference--section .rep-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.digital-verification-section.digsingage-impact.hardware-product-section h2.pro-title {
  margin-bottom: 20px;
  min-height: inherit;
}
@media (max-width: 767px) {
  .digital-verification-section.digsingage-impact.hardware-product-section h2.pro-title {
    margin-bottom: 15px;
  }
}

.customer-experience {
  background: #c7e7f5;
}
.customer-experience .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .customer-experience .container {
    max-width: 1630px;
  }
}
@media (max-width: 1440px) {
  .customer-experience .container {
    max-width: 1200px;
  }
}
.customer-experience .ce-title .heading-27, .customer-experience .ce-title .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customer-experience .ce-title a, .customer-experience .ce-title .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customer-experience .ce-title a, .customer-experience .ce-title .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customer-experience .ce-title .agreements-block-title, .customer-experience .ce-title .recent-article .most-recent_title, .recent-article .customer-experience .ce-title .most-recent_title, .customer-experience .ce-title .recent-article .most-recent_title a, .recent-article .most-recent_title .customer-experience .ce-title a, .customer-experience .ce-title .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-experience .ce-title h3, .customer-experience .ce-title .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .customer-experience .ce-title .most-recent_title, .customer-experience .ce-title .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .customer-experience .ce-title a, .customer-experience .ce-title .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customer-experience .ce-title .pro-title {
  color: #3580F3 !important;
  font-weight: 700 !important;
}
.customer-experience .ce-title .section-title--medium {
  margin: 15px 0 30px;
}
@media (max-width: 991px) {
  .customer-experience .ce-title .section-title--medium {
    margin: 10px 0 20px 0;
  }
}
.customer-experience .ce-title .heading-27.new-title, .customer-experience .ce-title .pos-modern-retail--section .pos-modern-retail--link li a.new-title, .pos-modern-retail--section .pos-modern-retail--link li .customer-experience .ce-title a.new-title, .customer-experience .ce-title .support-block .support-brand--block .support-block--data .support-block--heading a.new-title, .support-block .support-brand--block .support-block--data .support-block--heading .customer-experience .ce-title a.new-title, .customer-experience .ce-title .agreements-content.row .agreements-block-content .new-title.agreements-block-title, .agreements-content.row .agreements-block-content .customer-experience .ce-title .new-title.agreements-block-title, .customer-experience .ce-title .recent-article .new-title.most-recent_title, .recent-article .customer-experience .ce-title .new-title.most-recent_title, .customer-experience .ce-title .recent-article .most-recent_title a.new-title, .recent-article .most-recent_title .customer-experience .ce-title a.new-title, .customer-experience .ce-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.new-title, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-experience .ce-title h3.new-title, .customer-experience .ce-title .recent-library_section .recent-library .new-title.most-recent_title, .recent-library_section .recent-library .customer-experience .ce-title .new-title.most-recent_title, .customer-experience .ce-title .recent-library_section .recent-library .most-recent_title a.new-title, .recent-library_section .recent-library .most-recent_title .customer-experience .ce-title a.new-title, .customer-experience .ce-title .hardware-product-section .hardware-product-row .hard-box .new-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .customer-experience .ce-title .new-title.pro-title {
  border-radius: 10px;
  background: #F5EE6F;
  display: inline-block;
  color: #4D82E6 !important;
  padding: 5px 20px;
  margin-bottom: 0;
}
.customer-experience .ce-title figure {
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 767px) {
  .customer-experience .ce-title figure {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
}
.customer-experience .ce--block.section-space {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .customer-experience .ce--block.section-space {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .customer-experience .ce--block.section-space {
    padding-bottom: 0;
  }
}
.customer-experience .ce-box {
  border-radius: 15px;
  background: #FFF;
  border: 3px solid #3580F3;
  padding: 20px;
  margin: 0 0 30px 0px;
  height: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .customer-experience .ce-box {
    margin: 0 auto 30px;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .customer-experience .ce-box {
    width: 100%;
    height: auto;
    min-height: inherit;
  }
}
.customer-experience .ce-box .ce-icon {
  width: 90px;
}
.customer-experience .ce-box .ce-content {
  width: calc(100% - 120px);
}
.customer-experience .ce-box .ce-content .heading-22, .customer-experience .ce-box .ce-content .cta-menu--section .menu-title, .cta-menu--section .customer-experience .ce-box .ce-content .menu-title, .customer-experience .ce-box .ce-content .cta-menu--section ul li a, .cta-menu--section ul li .customer-experience .ce-box .ce-content a {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .customer-experience .ce-box .ce-content {
    width: 100%;
    margin-top: 20px;
  }
}
.customer-experience .ce-cta {
  display: flex;
  justify-content: center;
}
.customer-experience .ce-cta .btn-blue, .customer-experience .ce-cta .btn-blue-outline, .customer-experience .ce-cta .cta-green, .customer-experience .ce-cta .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .customer-experience .ce-cta .nav-link {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .customer-experience .ce-cta {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .customer-experience .ce-cta .btn-blue, .customer-experience .ce-cta .btn-blue-outline, .customer-experience .ce-cta .cta-green, .customer-experience .ce-cta .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .customer-experience .ce-cta .nav-link {
    margin: 0 auto 5px;
  }
}

.addtoquote-cls .popup-inner .pro-content .popup-button {
  display: flex;
}
.addtoquote-cls .popup-inner .pro-content .popup-button .quote-btns form {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .addtoquote-cls .popup-inner .pro-content .popup-button .quote-btns form {
    flex-direction: column;
    align-items: center !important;
  }
}
.addtoquote-cls .popup-inner .pro-content .popup-button .quote-btns form .product_type_simple {
  margin-left: 0;
}
@media (max-width: 767px) {
  .addtoquote-cls .popup-inner .pro-content .popup-button .quote-btns form .product_type_simple {
    margin-left: auto;
  }
}

html[lang=es-ES] .digital-verification-section.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button, html[lang=es-ES] .digital-verification-section.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .qty-field {
  margin-bottom: 8px !important;
}
@media (max-width: 767px) {
  html[lang=es-ES] .digital-verification-section.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .button, html[lang=es-ES] .digital-verification-section.hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom .quote-btns .qty-field {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  html[lang=es-ES] .hardware-pricing-cta .inner-cta {
    display: flex;
    justify-content: center;
  }
  html[lang=es-ES] .hardware-pricing-cta .inner-cta .cta-content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .cart .quantity .quantity-icon {
    width: 60px;
    right: 0;
    background: #467FF7;
    border-radius: 0 3px 3px 0;
  }
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .cart .quantity .quantity-icon i.fa.fa-caret-up,
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .cart .quantity .quantity-icon i.fa.fa-caret-down {
    font-size: 24px;
    color: #fff;
  }
  .page-template-template-hardware .site-content .hardware-product-section .hardware-product-row .hard-box .hard-content .content-bottom form .input-text.qty {
    width: 150px;
    text-align: left;
    padding-left: 20px;
  }
  .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity {
    width: 150px;
  }
  .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .qty {
    height: 48px;
    width: 150px;
    text-align: left;
    padding-left: 20px;
  }
  .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .quantity-icon {
    width: 60px;
    right: 0;
    background: #467FF7;
    border-radius: 0 3px 3px 0;
  }
  .addtoquote-cls .modal-body .pro-content .popup-button .content-bottom .cart .quantity .quantity-icon i.fa {
    color: #fff;
    font-size: 24px;
  }
}
.addtoquote-cls .close span {
  position: relative;
  top: -1px;
}

html[lang=es-ES] .page-template-template-hardware .site-content .hardware-product-section.fit-your-business .hardware-product-row .hard-box .hard-content .content-bottom form .quantity,
html[lang=es-ES] .page-template-template-hardware .site-content .hardware-product-section.fit-your-business .hardware-product-row .hard-box .hard-content .content-bottom form .qoftx-add-quote {
  margin-bottom: 10px;
}

@keyframes rounder {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.podcast-baner-title, .single-podcast-banner .custom-heading {
  font-size: 49px;
  font-size: 3.0625rem;
  line-height: 60px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .podcast-baner-title, .single-podcast-banner .custom-heading {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .podcast-baner-title, .single-podcast-banner .custom-heading {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .podcast-baner-title, .single-podcast-banner .custom-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
  }
}

.podcast-big-title, .single-podcast-banner .custom-heading span, .become-next-guest .custom-heading, .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-available .podcast-available-inner h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 700;
  color: #006CFB;
}
@media (min-width: 1921px) {
  .podcast-big-title, .single-podcast-banner .custom-heading span, .become-next-guest .custom-heading, .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-available .podcast-available-inner h2 {
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 56px;
  }
}
@media (max-width: 1440px) {
  .podcast-big-title, .single-podcast-banner .custom-heading span, .become-next-guest .custom-heading, .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-available .podcast-available-inner h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .podcast-big-title, .single-podcast-banner .custom-heading span, .become-next-guest .custom-heading, .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-available .podcast-available-inner h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .podcast-big-title, .single-podcast-banner .custom-heading span, .become-next-guest .custom-heading, .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-available .podcast-available-inner h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}

.cms-button-icon, .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .cms-button-big-icon, .cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
  width: 40px;
  height: 40px;
  background: #006CFB;
  display: block;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}
@media (min-width: 1921px) {
  .cms-button-icon, .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .cms-button-big-icon, .cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 1199px) {
  .cms-button-icon, .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .cms-button-big-icon, .cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cms-button-icon, .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .cms-button-big-icon, .cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
    width: 30px;
    height: 30px;
  }
}
.cms-button-icon::before, .podcast-page-main .cms-play-button a .cms-button-icon::before, .podcast-page-main .cms-play-button a .cms-button-big-icon::before, .cms-button-big-icon::before, .video-play-btn .cms-button-icon::before, .video-play-btn .cms-button-big-icon::before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon::before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon::before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: rgba(0, 108, 251, 0.4);
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  animation: rounder 0.8s linear 2s infinite alternate;
}
@media (min-width: 1921px) {
  .cms-button-icon::before, .podcast-page-main .cms-play-button a .cms-button-icon::before, .podcast-page-main .cms-play-button a .cms-button-big-icon::before, .cms-button-big-icon::before, .video-play-btn .cms-button-icon::before, .video-play-btn .cms-button-big-icon::before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon::before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon::before {
    width: 60px;
    height: 60px;
    top: -7px;
    left: -7px;
  }
}
@media (max-width: 1199px) {
  .cms-button-icon::before, .podcast-page-main .cms-play-button a .cms-button-icon::before, .podcast-page-main .cms-play-button a .cms-button-big-icon::before, .cms-button-big-icon::before, .video-play-btn .cms-button-icon::before, .video-play-btn .cms-button-big-icon::before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon::before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon::before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .cms-button-icon::before, .podcast-page-main .cms-play-button a .cms-button-icon::before, .podcast-page-main .cms-play-button a .cms-button-big-icon::before, .cms-button-big-icon::before, .video-play-btn .cms-button-icon::before, .video-play-btn .cms-button-big-icon::before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon::before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon::before {
    width: 40px;
    height: 40px;
  }
}
.cms-button-icon:after, .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
  content: "\f04b";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  left: 2px;
}
@media (min-width: 1921px) {
  .cms-button-icon:after, .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .cms-button-icon:after, .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .cms-button-icon:after, .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
    font-size: 14px;
    line-height: 30px;
  }
}

.cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (min-width: 1921px) {
  .cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .cms-button-big-icon, .video-play-btn .cms-button-icon, .video-play-btn .cms-button-big-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon {
    width: 50px;
    height: 50px;
  }
}
.cms-button-big-icon:before, .video-play-btn .cms-button-icon:before, .video-play-btn .cms-button-big-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:before {
  width: 108px;
  height: 108px;
  margin-right: auto;
  top: -8px;
  left: -8px;
}
@media (min-width: 1921px) {
  .cms-button-big-icon:before, .video-play-btn .cms-button-icon:before, .video-play-btn .cms-button-big-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:before {
    width: 118px;
    height: 118px;
  }
}
@media (max-width: 1199px) {
  .cms-button-big-icon:before, .video-play-btn .cms-button-icon:before, .video-play-btn .cms-button-big-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:before {
    width: 80px;
    height: 80px;
    top: -5px;
    left: -5px;
  }
}
@media (max-width: 991px) {
  .cms-button-big-icon:before, .video-play-btn .cms-button-icon:before, .video-play-btn .cms-button-big-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:before {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .cms-button-big-icon:before, .video-play-btn .cms-button-icon:before, .video-play-btn .cms-button-big-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:before, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:before, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:before, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:before {
    width: 60px;
    height: 60px;
  }
}
.cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
  font-size: 35px;
  line-height: 94px;
}
@media (min-width: 1921px) {
  .cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
    font-size: 40px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
    font-size: 25px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .cms-button-big-icon:after, .video-play-btn .cms-button-icon:after, .video-play-btn .cms-button-big-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-icon:after, .video-play-btn .podcast-page-main .cms-play-button a .cms-button-big-icon:after, .podcast-page-main .cms-play-button a .video-play-btn .cms-button-big-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-icon:after, .podcast-page-main .podcast-featured-episode .podcast-featured-img .cms-button-big-icon:after {
    font-size: 16px;
    line-height: 30px;
  }
}

.podcast-page-main p, .podcast-page-main ul li,
.podcast-page-main .short-des,
.podcast-page-main .learn-more, .podcast-page-main .learn-more--fill, .podcast-page-main .learn-more-get-started {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
}
@media (min-width: 1921px) {
  .podcast-page-main p, .podcast-page-main ul li,
  .podcast-page-main .short-des,
  .podcast-page-main .learn-more, .podcast-page-main .learn-more--fill, .podcast-page-main .learn-more-get-started {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .podcast-page-main p, .podcast-page-main ul li,
  .podcast-page-main .short-des,
  .podcast-page-main .learn-more, .podcast-page-main .learn-more--fill, .podcast-page-main .learn-more-get-started {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main p, .podcast-page-main ul li,
  .podcast-page-main .short-des,
  .podcast-page-main .learn-more, .podcast-page-main .learn-more--fill, .podcast-page-main .learn-more-get-started {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.podcast-page-main .learn-more,
.podcast-page-main .learn-more--fill,
.podcast-page-main .learn-more-get-started {
  font-weight: 600;
}
.podcast-page-main .short-des, .podcast-page-main p, .podcast-page-main ul li {
  color: #000000;
}
.podcast-page-main .podcast-title, .podcast-page-main .podcast-featured-episode .podcast-title-caption {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 27px;
}
@media (min-width: 1921px) {
  .podcast-page-main .podcast-title, .podcast-page-main .podcast-featured-episode .podcast-title-caption {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
@media (max-width: 1440px) {
  .podcast-page-main .podcast-title, .podcast-page-main .podcast-featured-episode .podcast-title-caption {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-title, .podcast-page-main .podcast-featured-episode .podcast-title-caption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-title, .podcast-page-main .podcast-featured-episode .podcast-title-caption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
  }
}
.podcast-page-main .top-inner-section {
  background: #EBEBEC;
  height: 500px;
}
@media (min-width: 1921px) {
  .podcast-page-main .top-inner-section {
    height: 560px;
  }
}
@media (max-width: 1366px) {
  .podcast-page-main .top-inner-section {
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .top-inner-section {
    padding: 30px 0;
  }
}
.podcast-page-main .top-inner-section img {
  max-width: 350px;
  margin: 0 auto 25px;
}
@media (max-width: 1440px) {
  .podcast-page-main .top-inner-section img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .top-inner-section img {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .top-inner-section img {
    max-width: 200px;
    margin: 10px auto;
  }
}
.podcast-page-main .top-inner-section p {
  margin: 25px 0;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .podcast-page-main .top-inner-section p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .podcast-page-main .top-inner-section p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .top-inner-section p {
    margin: 15px 0;
  }
}
.podcast-page-main .top-inner-section .learn-more, .podcast-page-main .top-inner-section .learn-more--fill {
  padding: 8px 50px !important;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .podcast-page-main .top-inner-section .learn-more, .podcast-page-main .top-inner-section .learn-more--fill {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 6px 40px !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .podcast-page-main .top-inner-section .learn-more, .podcast-page-main .top-inner-section .learn-more--fill {
    font-size: 16px;
    font-size: 1rem;
  }
}
.podcast-page-main .podcast-available {
  background: #C9E0FF;
}
.podcast-page-main .podcast-available .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .podcast-page-main .podcast-available .container {
    max-width: 1450px;
  }
}
.podcast-page-main .podcast-available .podcast-available-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .podcast-page-main .podcast-available .podcast-available-inner {
    justify-content: center;
  }
}
.podcast-page-main .podcast-available .podcast-available-inner h2 {
  color: #000000;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1199px) {
  .podcast-page-main .podcast-available .podcast-available-inner h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-available .podcast-available-inner h2 {
    text-align: center;
  }
}
.podcast-page-main .podcast-available .podcast-available-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-available .podcast-available-inner ul {
    justify-content: center;
  }
}
.podcast-page-main .podcast-available .podcast-available-inner ul li {
  margin: 0 0 0 50px;
  max-width: 200px;
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-available .podcast-available-inner ul li {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 768px) {
  .podcast-page-main .podcast-available .podcast-available-inner ul li img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-available .podcast-available-inner ul li {
    margin: 0 10px;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .podcast-page-main .podcast-available .podcast-available-inner ul li img {
    margin-bottom: 10px;
  }
}
.podcast-page-main .podcast-available .podcast-available-inner ul li a {
  display: inline-block;
}
@media (max-width: 575px) {
  .podcast-page-main .podcast-available .podcast-available-inner ul li:last-child img {
    margin-bottom: 0;
  }
}
.podcast-page-main .podcast-featured-episode .container {
  max-width: 1360px;
}
@media (min-width: 1921px) {
  .podcast-page-main .podcast-featured-episode .container {
    max-width: 1500px;
  }
}
.podcast-page-main .podcast-featured-episode .podcast-title-caption {
  font-weight: 700;
  color: #006CFB;
  text-transform: uppercase;
}
.podcast-page-main .podcast-featured-episode .custom-heading a {
  color: #000000;
}
.podcast-page-main .podcast-featured-episode .podcast-featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.podcast-page-main .podcast-featured-episode .podcast-featured-content {
  width: calc(100% - 728px);
}
@media (max-width: 1199px) {
  .podcast-page-main .podcast-featured-episode .podcast-featured-content {
    width: calc(50% - 50px);
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-featured-episode .podcast-featured-content {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
.podcast-page-main .podcast-featured-episode .podcast-featured-content p {
  margin: 20px 0 40px;
}
@media (max-width: 1199px) {
  .podcast-page-main .podcast-featured-episode .podcast-featured-content p {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-featured-episode .podcast-featured-content p {
    margin: 15px 0;
  }
}
.podcast-page-main .podcast-featured-episode .podcast-featured-img {
  max-width: 658px;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
.podcast-page-main .podcast-featured-episode .podcast-featured-img img {
  border-radius: 18px;
  border: 3px solid #006CFB;
}
@media (max-width: 1199px) {
  .podcast-page-main .podcast-featured-episode .podcast-featured-img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-featured-episode .podcast-featured-img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.podcast-page-main .cms-play-button a {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border: 0 !important;
}
@media (max-width: 991px) {
  .podcast-page-main .cms-play-button a .cms-button-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .cms-play-button a .cms-button-text {
    font-size: 16px;
  }
}
.podcast-page-main .cms-play-button a:hover {
  box-shadow: none;
}
.podcast-page-main .cms-play-button a:hover .cms-button-text {
  color: #006CFB;
}
.podcast-page-main .cms-play-button a:focus, .podcast-page-main .cms-play-button a:focus-visible, .podcast-page-main .cms-play-button a:active {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.podcast-page-main .podcast-latest-episodes .container {
  max-width: 1330px;
}
@media (min-width: 1921px) {
  .podcast-page-main .podcast-latest-episodes .container {
    max-width: 1500px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi {
    padding: 0;
  }
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi > div {
  display: flex;
  flex-wrap: wrap;
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi > div:nth-child(3n+2) {
  justify-content: center;
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi > div:nth-child(3n) {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div:nth-child(3n) {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div {
    justify-content: center;
  }
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box {
  max-width: 385px;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box {
    max-width: 92%;
  }
}
@media (max-width: 1440px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box figure {
    margin-bottom: 5px;
  }
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box .podcast-latest-episodes-content {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box .podcast-latest-episodes-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box .podcast-latest-episodes-content p {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box {
    text-align: center;
  }
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box img {
  border-radius: 18px;
  border: 4px solid #006CFB;
  height: 216px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box img {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box img {
    height: 200px;
  }
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  color: #000000;
  min-height: 84px;
}
@media (min-width: 1921px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box h2 {
    min-height: 65px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi > div .podcast-latest-episodes-box h2 {
    min-height: 1px;
  }
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination {
  border-top: 0px;
  margin-top: 0;
  padding-top: 0;
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 48px;
  height: 48px;
  background: #EAEAEA;
  border-radius: 10px;
  color: #000000;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers {
    width: 38px;
    height: 38px;
    font-size: 20px;
    margin: 0 5px;
  }
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.current-page {
  background: #0E3178;
  color: #ffffff;
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers:hover {
  background: #0E3178;
  color: #ffffff;
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers:hover i {
  color: #ffffff;
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.next i, .podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.prev i {
  background-image: url(/wp-content/themes/goftx/dist/images/podcast-arrow.svg);
  color: #006CFB;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out 0s;
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.next i.arrow-left, .podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.prev i.arrow-left {
  transform: rotate(180deg);
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.next::after, .podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.prev::after {
  content: none;
}
.podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.next:hover i, .podcast-page-main .podcast-latest-episodes .podcast-others-epi .paginations.podcast-pagination .page-numbers.prev:hover i {
  background-image: url(/wp-content/themes/goftx/dist/images/podcast-arrow-hover.svg);
}
.podcast-page-main .podcast-pos-slider {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .podcast-page-main .podcast-pos-slider {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-pos-slider {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .podcast-page-main .podcast-pos-slider {
    padding: 0 15px;
  }
}
.podcast-page-main .podcast-pos-slider .slick-list {
  width: 90%;
}
@media (max-width: 991px) {
  .podcast-page-main .podcast-pos-slider .slick-list {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 600px) {
  .podcast-page-main .podcast-pos-slider .slick-list {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .podcast-page-main .podcast-pos-slider {
    padding: 0 15px 0 0;
  }
  .podcast-page-main .podcast-pos-slider .slick-dots {
    bottom: -40px;
  }
}
@media (max-width: 600px) and (max-width: 767px) {
  .podcast-page-main .podcast-pos-slider .slick-dots li {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .podcast-page-main .podcast-pos-slider .slick-dots li button {
    background: transparent;
    height: 12px;
    width: 12px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #467FF7;
  }
  .podcast-page-main .podcast-pos-slider .slick-dots li button::before {
    content: none !important;
  }
  .podcast-page-main .podcast-pos-slider .slick-dots li.slick-active button {
    background: #467FF7;
  }
}
.podcast-page-main .podcast-pos-slider .slick-prev, .podcast-page-main .podcast-pos-slider .slick-next {
  height: 43px;
  width: 43px;
  background: #467FF7;
  color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1366px) {
  .podcast-page-main .podcast-pos-slider .slick-prev, .podcast-page-main .podcast-pos-slider .slick-next {
    height: 35px;
    width: 35px;
  }
}
@media screen and (max-width: 991px) {
  .podcast-page-main .podcast-pos-slider .slick-prev, .podcast-page-main .podcast-pos-slider .slick-next {
    height: 30px;
    width: 30px;
    top: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .podcast-page-main .podcast-pos-slider .slick-prev, .podcast-page-main .podcast-pos-slider .slick-next {
    display: none !important;
  }
}
.podcast-page-main .podcast-pos-slider .slick-prev:before, .podcast-page-main .podcast-pos-slider .slick-next:before {
  opacity: 1;
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 43px;
}
@media screen and (max-width: 1366px) {
  .podcast-page-main .podcast-pos-slider .slick-prev:before, .podcast-page-main .podcast-pos-slider .slick-next:before {
    line-height: 35px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .podcast-page-main .podcast-pos-slider .slick-prev:before, .podcast-page-main .podcast-pos-slider .slick-next:before {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
  }
}
.podcast-page-main .podcast-pos-slider .slick-prev:hover, .podcast-page-main .podcast-pos-slider .slick-next:hover {
  opacity: 0.8;
}
.podcast-page-main .podcast-pos-slider .slick-prev {
  left: auto;
  right: 74px;
}
@media screen and (max-width: 1366px) {
  .podcast-page-main .podcast-pos-slider .slick-prev {
    right: 64px;
  }
}
@media screen and (max-width: 991px) {
  .podcast-page-main .podcast-pos-slider .slick-prev {
    right: calc(50% + 5px);
  }
}
.podcast-page-main .podcast-pos-slider .slick-prev:before {
  content: "\f060";
}
.podcast-page-main .podcast-pos-slider .slick-next {
  right: 15px;
}
@media screen and (max-width: 991px) {
  .podcast-page-main .podcast-pos-slider .slick-next {
    right: auto;
    left: calc(50% + 5px);
  }
}
.podcast-page-main .podcast-pos-slider .slick-next:before {
  content: "\f061";
}
.podcast-page-main .podcast-pos-slider .btn-list li:first-child {
  margin-right: 20px;
}
.podcast-page-main .pos-solutions {
  background: #C9E0FF;
}
@media (max-width: 991px) {
  .podcast-page-main .pos-solutions {
    padding-bottom: 50px;
  }
}
.podcast-page-main .pos-solutions .container {
  max-width: 1750px;
  border-top: 0px;
}
@media (min-width: 1921px) {
  .podcast-page-main .pos-solutions .container {
    max-width: 1850px;
  }
}
.podcast-page-main .pos-solutions .row {
  padding: 0;
}
@media (max-width: 767px) {
  .podcast-page-main .pos-solutions .pos-solutions_title {
    margin: 0 auto;
  }
  .podcast-page-main .pos-solutions .col-12 {
    flex-direction: column;
    align-items: center !important;
  }
  .podcast-page-main .pos-solutions .btn-list_order {
    justify-content: center !important;
    order: 2;
    margin-top: 15px;
  }
  .podcast-page-main .pos-solutions .btn-list {
    flex-direction: row;
  }
  .podcast-page-main .pos-solutions .btn-list li {
    margin: 10px 5px !important;
  }
}
.podcast-page-main .pos-solutions .pos-solutions_block {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .podcast-page-main .pos-solutions .pos-solutions_block {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .pos-solutions .pos-solutions_block {
    justify-content: center;
  }
}
.podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_icon {
  background: #E8E6E6;
}
@media (max-width: 1366px) {
  .podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data {
    text-align: center;
  }
}
.podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data p {
  min-height: 115px;
}
@media (max-width: 1199px) {
  .podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data p {
    min-height: 185px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data p {
    min-height: 70px;
  }
}
@media (max-width: 800px) {
  .podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data p {
    min-height: 110px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data p {
    min-height: 70px;
  }
}
@media (max-width: 480px) {
  .podcast-page-main .pos-solutions .pos-solutions_block .pos-solutions_data p {
    min-height: 1px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .articles-news-section {
    text-align: center;
    padding-bottom: 10px;
  }
}
.podcast-page-main .articles-news-section .container {
  max-width: 1750px;
}
@media (min-width: 1921px) {
  .podcast-page-main .articles-news-section .container {
    max-width: 1850px;
  }
}
@media (min-width: 1921px) {
  .podcast-page-main .articles-news-section .articles-news-content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .articles-news-section .articles-news-content {
    text-align: center;
  }
}
.podcast-page-main .articles-news-section .articles-news-content .learn-more, .podcast-page-main .articles-news-section .articles-news-content .learn-more--fill {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .podcast-page-main .articles-news-section .articles-news-content .learn-more, .podcast-page-main .articles-news-section .articles-news-content .learn-more--fill {
    margin-top: 0;
  }
}
.podcast-page-main .articles-news-section .articles-news-inner {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .podcast-page-main .articles-news-section .articles-news-inner {
    padding-left: 0;
  }
}
.podcast-page-main .articles-news-section .articles-news-inner .articles-news-inner-box {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .podcast-page-main .articles-news-section .articles-news-inner .articles-news-inner-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .articles-news-section .articles-news-inner .articles-news-inner-box {
    margin: 15px 0;
  }
  .podcast-page-main .articles-news-section .articles-news-inner .articles-news-inner-box img {
    max-width: 450px;
    width: 90%;
  }
}
.podcast-page-main .articles-news-section .articles-news-inner .article-title {
  margin: 30px 0 20px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 1921px) {
  .podcast-page-main .articles-news-section .articles-news-inner .article-title {
    min-height: 54px;
  }
}
@media (max-width: 1024px) {
  .podcast-page-main .articles-news-section .articles-news-inner .article-title {
    margin: 15px 0;
    min-height: 84px;
  }
}
@media (max-width: 991px) {
  .podcast-page-main .articles-news-section .articles-news-inner .article-title {
    font-size: 22px;
    font-size: 1.375rem;
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .podcast-page-main .articles-news-section .articles-news-inner .article-title {
    margin: 10px 0;
    min-height: 1px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.podcast-page-main .articles-news-section .articles-news-inner a.read-more {
  font-weight: 700;
  margin: 15px 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .podcast-page-main .articles-news-section .articles-news-inner a.read-more {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 1440px) {
  .become-next-guest .row {
    align-items: center;
  }
}
.become-next-guest .become-guest-img {
  background: #C9E0FF;
  border-radius: 17px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .become-next-guest .become-guest-img {
    max-width: 450px;
    margin: 0 auto;
  }
}
.become-next-guest .become-guest-img img {
  padding: 0;
  border-radius: 19px;
  width: 100%;
  height: auto;
}
.become-next-guest .become-guest-content {
  padding-left: 100px;
}
@media (max-width: 1440px) {
  .become-next-guest .become-guest-content {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .become-next-guest .become-guest-content {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .become-next-guest .become-guest-content {
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .become-next-guest .become-guest-content ul {
    text-align: left;
  }
}
.become-next-guest .become-guest-content ul {
  margin: 20px 0 30px;
}
@media (max-width: 991px) {
  .become-next-guest .become-guest-content ul {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .become-next-guest .become-guest-content ul {
    margin: 15px 0 15px 20px;
  }
}
.become-next-guest .become-guest-content ul li {
  position: relative;
  padding-left: 15px;
  color: #000000;
}
.become-next-guest .become-guest-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #4E83F7;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
}

.podcast-subscribe-block {
  background: #C9E0FF;
}
.podcast-subscribe-block .container {
  max-width: 1700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1921px) {
  .podcast-subscribe-block .container {
    max-width: 1900px;
  }
}
@media (max-width: 1720px) {
  .podcast-subscribe-block .container {
    justify-content: center;
  }
}
.podcast-subscribe-block .podcast-big-title, .podcast-subscribe-block .single-podcast-banner .custom-heading span, .single-podcast-banner .custom-heading .podcast-subscribe-block span, .podcast-subscribe-block .podcast-page-main .podcast-available .podcast-available-inner h2, .podcast-page-main .podcast-available .podcast-available-inner .podcast-subscribe-block h2, .podcast-subscribe-block .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-featured-episode .podcast-subscribe-block .custom-heading, .podcast-subscribe-block .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading .podcast-subscribe-block a, .podcast-subscribe-block .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .articles-news-section .podcast-subscribe-block .custom-heading, .podcast-subscribe-block .become-next-guest .custom-heading, .become-next-guest .podcast-subscribe-block .custom-heading {
  color: #000000;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1440px) {
  .podcast-subscribe-block .podcast-big-title, .podcast-subscribe-block .single-podcast-banner .custom-heading span, .single-podcast-banner .custom-heading .podcast-subscribe-block span, .podcast-subscribe-block .podcast-page-main .podcast-available .podcast-available-inner h2, .podcast-page-main .podcast-available .podcast-available-inner .podcast-subscribe-block h2, .podcast-subscribe-block .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-featured-episode .podcast-subscribe-block .custom-heading, .podcast-subscribe-block .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading .podcast-subscribe-block a, .podcast-subscribe-block .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .articles-news-section .podcast-subscribe-block .custom-heading, .podcast-subscribe-block .become-next-guest .custom-heading, .become-next-guest .podcast-subscribe-block .custom-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .podcast-subscribe-block .podcast-big-title, .podcast-subscribe-block .single-podcast-banner .custom-heading span, .single-podcast-banner .custom-heading .podcast-subscribe-block span, .podcast-subscribe-block .podcast-page-main .podcast-available .podcast-available-inner h2, .podcast-page-main .podcast-available .podcast-available-inner .podcast-subscribe-block h2, .podcast-subscribe-block .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-featured-episode .podcast-subscribe-block .custom-heading, .podcast-subscribe-block .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading .podcast-subscribe-block a, .podcast-subscribe-block .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .articles-news-section .podcast-subscribe-block .custom-heading, .podcast-subscribe-block .become-next-guest .custom-heading, .become-next-guest .podcast-subscribe-block .custom-heading {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .podcast-subscribe-block .podcast-big-title, .podcast-subscribe-block .single-podcast-banner .custom-heading span, .single-podcast-banner .custom-heading .podcast-subscribe-block span, .podcast-subscribe-block .podcast-page-main .podcast-available .podcast-available-inner h2, .podcast-page-main .podcast-available .podcast-available-inner .podcast-subscribe-block h2, .podcast-subscribe-block .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-featured-episode .podcast-subscribe-block .custom-heading, .podcast-subscribe-block .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading .podcast-subscribe-block a, .podcast-subscribe-block .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .articles-news-section .podcast-subscribe-block .custom-heading, .podcast-subscribe-block .become-next-guest .custom-heading, .become-next-guest .podcast-subscribe-block .custom-heading {
    text-align: center;
  }
}

.podcast-popup-form .modal-header {
  padding-right: 3em;
}
.podcast-popup-form .modal-header .modal-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center;
}
.podcast-popup-form .modal-header .close {
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  transform: translateY(0);
}

.post-type-archive-podcast .home-popup-video-cls .modal-content,
.page-template-template-podcast-episodes .home-popup-video-cls .modal-content {
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 900px;
  margin: auto;
}
@media (min-width: 1921px) {
  .post-type-archive-podcast .home-popup-video-cls .modal-content,
  .page-template-template-podcast-episodes .home-popup-video-cls .modal-content {
    max-width: 1500px;
  }
  .post-type-archive-podcast .home-popup-video-cls .modal-content .modal-body,
  .page-template-template-podcast-episodes .home-popup-video-cls .modal-content .modal-body {
    max-width: 1500px;
  }
}
@media (max-width: 1440px) {
  .post-type-archive-podcast .home-popup-video-cls .modal-content,
  .page-template-template-podcast-episodes .home-popup-video-cls .modal-content {
    max-width: 700px;
    width: 90%;
  }
}
.post-type-archive-podcast .home-popup-video-cls .modal-content .modal-body,
.page-template-template-podcast-episodes .home-popup-video-cls .modal-content .modal-body {
  padding: 0;
}

.post-type-archive-podcast .articles-news-section {
  background: #EAEAEA;
}

.podcast-loader {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}
.podcast-loader img {
  width: auto;
}

.post-type-archive-podcast .become-next-guest {
  background: #fff;
}
.post-type-archive-podcast .articles-news-section {
  background: #EAEAEA;
}
.post-type-archive-podcast .podcast-page-main .pos-solutions {
  background: #fff;
}

.video-play-btn {
  position: relative;
}
.video-play-btn .listening-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
}
.single-podcast-banner {
  background: #EBEBEC;
}
@media (max-width: 991px) {
  .single-podcast-banner div[class*=col-] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .single-podcast-banner figure.m-0 {
    max-width: 450px;
    margin: 0 auto;
  }
}
.single-podcast-banner .single-podcast-banner-caption {
  padding-right: 50px;
}
@media (min-width: 1921px) {
  .single-podcast-banner .single-podcast-banner-caption {
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .single-podcast-banner .single-podcast-banner-caption {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .single-podcast-banner .single-podcast-banner-caption {
    text-align: center;
    margin-bottom: 15px;
  }
}
.single-podcast-banner .custom-heading {
  font-weight: 700;
}
@media (min-width: 1921px) {
  .single-podcast-banner .custom-heading {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .single-podcast-banner .custom-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.single-podcast-banner .custom-heading span {
  display: block;
  text-transform: uppercase;
}
.single-podcast-banner .cms-play-button {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .single-podcast-banner .cms-play-button {
    margin-top: 15px;
  }
}
.single-podcast-banner img {
  border-radius: 18px;
  border: 3px solid #006CFB;
}

.business-talk-section .podcast-big-title, .business-talk-section .podcast-page-main .podcast-available .podcast-available-inner h2, .podcast-page-main .podcast-available .podcast-available-inner .business-talk-section h2, .business-talk-section .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-featured-episode .business-talk-section .custom-heading, .business-talk-section .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading .business-talk-section a, .business-talk-section .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .articles-news-section .business-talk-section .custom-heading, .business-talk-section .become-next-guest .custom-heading, .become-next-guest .business-talk-section .custom-heading, .business-talk-section .single-podcast-banner .custom-heading span, .single-podcast-banner .custom-heading .business-talk-section span {
  margin: 15px 0;
}
.business-talk-section .business-logo {
  margin: 0 auto 20px;
  max-width: 350px;
}
@media (max-width: 1440px) {
  .business-talk-section .business-logo {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .business-talk-section .business-logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
.business-talk-section .business-talk-block {
  position: relative;
}
.business-talk-section .business-talk-block .business-talk-img {
  width: 439px;
  height: 439px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  border: 5px solid #EAEAEA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .business-talk-section .business-talk-block .business-talk-img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .business-talk-section .business-talk-block .business-talk-img {
    max-width: 350px;
    height: auto;
    position: unset;
    width: 100%;
    padding: 10px;
  }
}
.business-talk-section .business-talk-block .business-talk-img img {
  width: 412px;
}
.business-talk-section .business-talk-block ul.business-talk-content {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .business-talk-section .business-talk-block ul.business-talk-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.business-talk-section .business-talk-block ul.business-talk-content li {
  width: 34%;
  text-align: center;
  display: flex;
}
@media (min-width: 1921px) {
  .business-talk-section .business-talk-block ul.business-talk-content li {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .business-talk-section .business-talk-block ul.business-talk-content li {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .business-talk-section .business-talk-block ul.business-talk-content li {
    width: 100%;
  }
}
.business-talk-section .business-talk-block ul.business-talk-content li:nth-child(odd) {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .business-talk-section .business-talk-block ul.business-talk-content li:nth-child(odd) {
    justify-content: center;
  }
}
.business-talk-section .business-talk-block ul.business-talk-content li:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .business-talk-section .business-talk-block ul.business-talk-content li:nth-child(even) {
    justify-content: center;
  }
}
.business-talk-section .business-talk-block ul.business-talk-content li .business-content {
  max-width: 400px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .business-talk-section .business-talk-block ul.business-talk-content li .business-content {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .business-talk-section .business-talk-block ul.business-talk-content li .business-content {
    max-width: 310px;
  }
}
@media (max-width: 991px) {
  .business-talk-section .business-talk-block ul.business-talk-content li .business-content {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .business-talk-section .business-talk-block ul.business-talk-content li .business-content {
    margin-bottom: 0;
  }
}
.business-talk-section .business-talk-block ul.business-talk-content li .business-content .business-talk-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  color: #006CFB;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .business-talk-section .business-talk-block ul.business-talk-content li .business-content .business-talk-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .business-talk-section .business-talk-block ul.business-talk-content li .business-content .business-talk-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.business-talk-section .learn-more-get-started {
  padding: 10px 60px !important;
}
@media (max-width: 991px) {
  .business-talk-section .learn-more-get-started {
    padding: 6px 30px !important;
  }
}

.stay-with-latest {
  background-color: #EAEAEA;
}
.stay-with-latest .podcast-big-title, .stay-with-latest .podcast-page-main .podcast-available .podcast-available-inner h2, .podcast-page-main .podcast-available .podcast-available-inner .stay-with-latest h2, .stay-with-latest .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-featured-episode .stay-with-latest .custom-heading, .stay-with-latest .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading .stay-with-latest a, .stay-with-latest .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .articles-news-section .stay-with-latest .custom-heading, .stay-with-latest .become-next-guest .custom-heading, .become-next-guest .stay-with-latest .custom-heading, .stay-with-latest .single-podcast-banner .custom-heading span, .single-podcast-banner .custom-heading .stay-with-latest span {
  color: #000000;
}
@media (max-width: 991px) {
  .stay-with-latest .featured-episode {
    text-align: center;
  }
}
.stay-with-latest .featured-episode .sub-title {
  font-size: 23px;
  color: #006CFB;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.stay-with-latest .featured-episode .podcast-title, .stay-with-latest .featured-episode .podcast-page-main .podcast-featured-episode .podcast-title-caption, .podcast-page-main .podcast-featured-episode .stay-with-latest .featured-episode .podcast-title-caption {
  color: #000000;
  font-weight: 700;
  margin-bottom: 25px;
}
.stay-with-latest .featured-episode img {
  border-radius: 18px;
  border: 3px solid #006CFB;
  max-height: 370px;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .stay-with-latest .featured-episode img {
    max-height: 100%;
    max-width: 350px;
    width: 100%;
  }
}
.stay-with-latest .fetured-podcasts-play-list {
  text-align: center;
  margin-left: 25px;
}
@media (max-width: 991px) {
  .stay-with-latest .fetured-podcasts-play-list {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .stay-with-latest .fetured-podcasts-play-list {
    margin-top: 15px;
  }
}
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list {
  border-bottom: 1px solid #006CFB;
  padding: 30px;
}
@media (max-width: 1440px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list {
    padding: 10px 0;
  }
}
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list:first-child {
  border-top: 1px solid #006CFB;
}
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  position: relative;
}
@media (max-width: 991px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode {
    justify-content: flex-start;
  }
}
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode i {
  color: #006CFB;
}
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode .play-icon {
  text-transform: uppercase;
  color: #000000;
  width: 90px;
}
@media (max-width: 1440px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode .play-icon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    width: 70px;
  }
}
@media (max-width: 991px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode .play-icon {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode .play-icon {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode .play-icon span {
  padding-left: 5px;
}
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode .play-title {
  width: calc(100% - 90px);
  margin: 0;
}
@media (max-width: 1440px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode .play-title {
    width: calc(100% - 70px);
  }
}
@media (max-width: 991px) {
  .stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode .play-title {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
}
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode:hover .play-title,
.stay-with-latest .fetured-podcasts-play-list .fetured-podcasts-list .play-episode:hover .play-icon {
  color: #006CFB;
}
.stay-with-latest .fetured-podcasts-play-list .learn-more, .stay-with-latest .fetured-podcasts-play-list .learn-more--fill {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .stay-with-latest .fetured-podcasts-play-list .learn-more, .stay-with-latest .fetured-podcasts-play-list .learn-more--fill {
    margin-top: 15px;
  }
}

.meet-host {
  background: #F0F0F0;
  position: relative;
  z-index: 1;
}
.meet-host:before {
  content: "";
  background: #006CFB;
  width: 32%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1921px) {
  .meet-host:before {
    width: 34%;
  }
}
@media (min-width: 2250px) {
  .meet-host:before {
    width: 36%;
  }
}
@media (min-width: 2400px) {
  .meet-host:before {
    width: 38%;
  }
}
@media (max-width: 1440px) {
  .meet-host:before {
    width: 29%;
  }
}
@media (max-width: 991px) {
  .meet-host:before {
    width: 100%;
    height: 180px;
  }
}
@media (max-width: 400px) {
  .meet-host:before {
    height: 200px;
  }
}
.meet-host .podcast-big-title, .meet-host .podcast-page-main .podcast-available .podcast-available-inner h2, .podcast-page-main .podcast-available .podcast-available-inner .meet-host h2, .meet-host .podcast-page-main .podcast-featured-episode .custom-heading, .podcast-page-main .podcast-featured-episode .meet-host .custom-heading, .meet-host .podcast-page-main .podcast-featured-episode .custom-heading a, .podcast-page-main .podcast-featured-episode .custom-heading .meet-host a, .meet-host .podcast-page-main .articles-news-section .custom-heading, .podcast-page-main .articles-news-section .meet-host .custom-heading, .meet-host .become-next-guest .custom-heading, .become-next-guest .meet-host .custom-heading, .meet-host .single-podcast-banner .custom-heading span, .single-podcast-banner .custom-heading .meet-host span,
.meet-host p {
  color: #ffffff;
}
@media (max-width: 768px) {
  .meet-host .section-space-top.section-host-title {
    padding-top: 0;
  }
}
.meet-host .host-content {
  max-width: 290px;
}
@media (max-width: 991px) {
  .meet-host .host-content {
    max-width: 100%;
    text-align: center;
  }
}
.meet-host .host-details {
  margin-left: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .meet-host .host-details {
    margin-left: 0;
    padding-top: 60px;
  }
}
.meet-host .host-details .slick-arrow {
  display: none !important;
}
.meet-host .host-details .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 4px;
}
.meet-host .host-details .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #CACACA;
  border-radius: 100px;
  padding: 0;
}
.meet-host .host-details .slick-dots li button:before {
  content: none;
}
.meet-host .host-details .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #006CFB;
}
.meet-host .host-details .host-data {
  margin-left: 30px;
  max-width: 300px;
  width: calc(33% - 30px);
}
@media (max-width: 575px) {
  .meet-host .host-details .host-data {
    margin-left: 0;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .meet-host .host-details .host-data {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.meet-host .host-details .host-data .host-img {
  width: 100%;
  height: 380px;
  display: block;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .meet-host .host-details .host-data .host-img {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .meet-host .host-details .host-data .host-img {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .meet-host .host-details .host-data .host-img {
    height: 260px;
    max-width: 300px;
  }
}
.meet-host .host-details .host-data .host-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .meet-host .host-details .host-data .host-name {
    width: 100%;
  }
}
.meet-host .host-details .host-data .host-name p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
  margin: 15px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .meet-host .host-details .host-data .host-name p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    margin: 5px 0;
  }
}

.page-template-template-podcast-episodes .become-next-guest {
  background: #EAEAEA;
}

.onboarding-tailored_page .section-title--medium {
  font-weight: 700;
}
.onboarding-tailored_page .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .onboarding-tailored_page .container {
    max-width: 1700px;
  }
}
@media (max-width: 1400px) {
  .onboarding-tailored_page .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.onboarding-tailored_page ul {
  margin: 10px 0;
}
.onboarding-tailored_page ul li {
  padding-left: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .onboarding-tailored_page ul li {
    text-align: left;
    max-width: 80%;
    margin: 0 auto;
  }
}
.onboarding-tailored_page ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #467FF7 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 767px) {
  .onboarding-tailored_page ul li:before {
    top: 3px;
  }
}
.onboarding-tailored_page ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #467FF7 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 3px;
}
@media (max-width: 767px) {
  .onboarding-tailored_page ul li:after {
    top: 6px;
  }
}
.onboarding-tailored_page .blog-title {
  margin-top: 0;
}
.onboarding-tailored_page .section-title--medium {
  margin-top: 0;
}
.onboarding-tailored_page .btn-blue, .onboarding-tailored_page .cta-green, .onboarding-tailored_page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .nav-link, .onboarding-tailored_page .btn-blue-outline {
  text-transform: uppercase;
}
.onboarding-tailored_page .btn-blue-outline {
  background-color: transparent;
}
.onboarding-tailored_page .center_section img, .onboarding-tailored_page .after-golive_section .aftergo-live_info img, .onboarding-tailored_page .additional-training_section .additional-training_info img, .onboarding-tailored_page .improve-skills_section img {
  margin-bottom: 15px;
}
.onboarding-tailored_page .center_section .section-title--medium, .onboarding-tailored_page .after-golive_section .aftergo-live_info .section-title--medium, .onboarding-tailored_page .additional-training_section .additional-training_info .section-title--medium, .onboarding-tailored_page .improve-skills_section .section-title--medium,
.onboarding-tailored_page .center_section p,
.onboarding-tailored_page .after-golive_section .aftergo-live_info p,
.onboarding-tailored_page .additional-training_section .additional-training_info p,
.onboarding-tailored_page .improve-skills_section p {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .center_section .section-title--medium, .onboarding-tailored_page .after-golive_section .aftergo-live_info .section-title--medium, .onboarding-tailored_page .additional-training_section .additional-training_info .section-title--medium, .onboarding-tailored_page .improve-skills_section .section-title--medium,
  .onboarding-tailored_page .center_section p,
  .onboarding-tailored_page .after-golive_section .aftergo-live_info p,
  .onboarding-tailored_page .additional-training_section .additional-training_info p,
  .onboarding-tailored_page .improve-skills_section p {
    margin-bottom: 15px;
  }
}
.onboarding-tailored_page .top-inner-section {
  min-height: 320px;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .top-inner-section {
    min-height: 250px;
  }
}
.onboarding-tailored_page .top-inner-section .blog-subtitle {
  text-transform: initial;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .top-inner-section .blog-subtitle {
    margin-bottom: 20px;
  }
}
.onboarding-tailored_page .top-inner-section .blog-title {
  color: #ffffff;
  margin: 0 0 10px 0;
}
@media (min-width: 1921px) {
  .onboarding-tailored_page .top-inner-section .blog-title {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .top-inner-section .blog-title {
    font-size: 30px;
    line-height: normal;
  }
}
.onboarding-tailored_page .top-inner-section .banner-subtitle {
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 1921px) {
  .onboarding-tailored_page .top-inner-section .banner-subtitle {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .top-inner-section .banner-subtitle {
    margin-bottom: 20px;
  }
}
.onboarding-tailored_page .top-inner-section .btn-blue, .onboarding-tailored_page .top-inner-section .btn-blue-outline, .onboarding-tailored_page .top-inner-section .cta-green, .onboarding-tailored_page .top-inner-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .top-inner-section .nav-link {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #467FF7;
}
.onboarding-tailored_page .top-inner-section .btn-blue:hover, .onboarding-tailored_page .top-inner-section .btn-blue-outline:hover, .onboarding-tailored_page .top-inner-section .cta-green:hover, .onboarding-tailored_page .top-inner-section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .top-inner-section .nav-link:hover {
  background: transparent;
  color: #ffffff;
}
.onboarding-tailored_page .getting-started_section .getting-started_info .section-title--medium {
  color: #000000;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .getting-started_section .getting-started_info .section-title--medium {
    margin: 0 0 15px 0;
  }
}
.onboarding-tailored_page .getting-started_section .getting-started_info p {
  margin: 0;
}
.onboarding-tailored_page .getting-started_section .getting-started_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 220px;
}
@media (min-width: 1921px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block {
    max-width: 300px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.onboarding-tailored_page .getting-started_section .getting-started_block .animation-json {
  width: 180px;
  height: 180px;
  margin: 50px 0 15px 0;
  background: transparent linear-gradient(0deg, #000220 0%, #000755 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block .animation-json {
    width: 160px;
    height: 160px;
    margin: 30px 0 15px 0;
  }
}
@media (max-width: 575px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block .animation-json {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block .animation-json {
    margin: 15px 0 20px 0;
  }
}
.onboarding-tailored_page .getting-started_section .getting-started_block .animation-json::after {
  content: "";
  width: 160px;
  height: 160px;
  border: 2px solid #347FF3;
  border-radius: 20px;
  position: absolute;
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block .animation-json::after {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block .animation-json::after {
    width: 120px;
    height: 120px;
  }
}
.onboarding-tailored_page .getting-started_section .getting-started_block .animation-json lottie-player {
  max-width: 105px;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .getting-started_section .getting-started_block .animation-json lottie-player {
    max-width: 95px;
  }
}
.onboarding-tailored_page .getting-started_section .getting-started_block .heading-27, .onboarding-tailored_page .getting-started_section .getting-started_block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .getting-started_section .getting-started_block a, .onboarding-tailored_page .getting-started_section .getting-started_block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .getting-started_section .getting-started_block a, .onboarding-tailored_page .getting-started_section .getting-started_block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .getting-started_section .getting-started_block .agreements-block-title, .onboarding-tailored_page .getting-started_section .getting-started_block .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .getting-started_section .getting-started_block .most-recent_title, .onboarding-tailored_page .getting-started_section .getting-started_block .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .getting-started_section .getting-started_block a, .onboarding-tailored_page .getting-started_section .getting-started_block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .getting-started_section .getting-started_block h3, .onboarding-tailored_page .getting-started_section .getting-started_block .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .getting-started_section .getting-started_block .most-recent_title, .onboarding-tailored_page .getting-started_section .getting-started_block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .getting-started_section .getting-started_block a, .onboarding-tailored_page .getting-started_section .getting-started_block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .getting-started_section .getting-started_block .pro-title {
  margin: 0;
}
.onboarding-tailored_page .personalized-onboarding_section {
  background-attachment: fixed;
}
.onboarding-tailored_page .personalized-onboarding_section .section-title--medium {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .personalized-onboarding_section .section-title--medium {
    margin-bottom: 15px;
  }
}
.onboarding-tailored_page .personalized-onboarding_section .accordion {
  max-width: 820px;
  background: #CCDEF9;
  box-shadow: 5px 6px 14px rgba(0, 0, 0, 0.42);
  border-radius: 22px;
  padding: 60px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion {
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion {
    max-width: 500px;
    margin: 0 auto;
  }
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item {
  border: 0;
  background: transparent;
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item {
    padding: 0 0 15px 0;
  }
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item:last-child {
  padding: 0;
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3[id*=heading-] {
  margin: 0;
  padding: 0;
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .heading-27, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-block-title, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .most-recent_title, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .most-recent_title, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pro-title {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #000000;
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .heading-27.accordion-button:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-modern-retail--section .pos-modern-retail--link li a.accordion-button:not(.collapsed), .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .support-block .support-brand--block .support-block--data .support-block--heading a.accordion-button:not(.collapsed), .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-content.row .agreements-block-content .accordion-button.agreements-block-title:not(.collapsed), .agreements-content.row .agreements-block-content .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.agreements-block-title:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .accordion-button.most-recent_title:not(.collapsed), .recent-article .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title a.accordion-button:not(.collapsed), .recent-article .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.accordion-button:not(.collapsed), .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3.accordion-button:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .accordion-button.most-recent_title:not(.collapsed), .recent-library_section .recent-library .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title a.accordion-button:not(.collapsed), .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .hardware-product-section .hardware-product-row .hard-box .accordion-button.pro-title:not(.collapsed), .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.pro-title:not(.collapsed), .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .heading-27.accordion-button:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-modern-retail--section .pos-modern-retail--link li a.accordion-button:focus, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .support-block .support-brand--block .support-block--data .support-block--heading a.accordion-button:focus, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-content.row .agreements-block-content .accordion-button.agreements-block-title:focus, .agreements-content.row .agreements-block-content .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.agreements-block-title:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .accordion-button.most-recent_title:focus, .recent-article .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title a.accordion-button:focus, .recent-article .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.accordion-button:focus, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3.accordion-button:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .accordion-button.most-recent_title:focus, .recent-library_section .recent-library .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title a.accordion-button:focus, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button:focus, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .hardware-product-section .hardware-product-row .hard-box .accordion-button.pro-title:focus, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.pro-title:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .heading-27.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-modern-retail--section .pos-modern-retail--link li a.accordion-button::after, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .support-block .support-brand--block .support-block--data .support-block--heading a.accordion-button::after, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-content.row .agreements-block-content .accordion-button.agreements-block-title::after, .agreements-content.row .agreements-block-content .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.agreements-block-title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .accordion-button.most-recent_title::after, .recent-article .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title a.accordion-button::after, .recent-article .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.accordion-button::after, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .accordion-button.most-recent_title::after, .recent-library_section .recent-library .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title a.accordion-button::after, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .hardware-product-section .hardware-product-row .hard-box .accordion-button.pro-title::after, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.pro-title::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='6' viewBox='0 0 22 6' fill='none'%3E%3Cpath d='M2.31543 1.1842C1.31289 1.1844 0.500194 1.99705 0.5 2.99963C0.5 4.00237 1.31277 4.81585 2.31543 4.81604H19.6846C20.6872 4.81585 21.5 4.00237 21.5 2.99963C21.4998 1.99705 20.6871 1.1844 19.6846 1.1842H2.31543Z' fill='%23467FF7' stroke='%23467FF7'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: unset;
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .heading-27.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-modern-retail--section .pos-modern-retail--link li a.accordion-button::after, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .support-block .support-brand--block .support-block--data .support-block--heading a.accordion-button::after, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-content.row .agreements-block-content .accordion-button.agreements-block-title::after, .agreements-content.row .agreements-block-content .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.agreements-block-title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .accordion-button.most-recent_title::after, .recent-article .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title a.accordion-button::after, .recent-article .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.accordion-button::after, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .accordion-button.most-recent_title::after, .recent-library_section .recent-library .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title a.accordion-button::after, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .hardware-product-section .hardware-product-row .hard-box .accordion-button.pro-title::after, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.pro-title::after {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1024px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .heading-27.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-modern-retail--section .pos-modern-retail--link li a.accordion-button::after, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .support-block .support-brand--block .support-block--data .support-block--heading a.accordion-button::after, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-content.row .agreements-block-content .accordion-button.agreements-block-title::after, .agreements-content.row .agreements-block-content .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.agreements-block-title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .accordion-button.most-recent_title::after, .recent-article .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title a.accordion-button::after, .recent-article .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.accordion-button::after, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .accordion-button.most-recent_title::after, .recent-library_section .recent-library .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title a.accordion-button::after, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .hardware-product-section .hardware-product-row .hard-box .accordion-button.pro-title::after, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.pro-title::after {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .heading-27.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-modern-retail--section .pos-modern-retail--link li a.accordion-button::after, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .support-block .support-brand--block .support-block--data .support-block--heading a.accordion-button::after, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-content.row .agreements-block-content .accordion-button.agreements-block-title::after, .agreements-content.row .agreements-block-content .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.agreements-block-title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .accordion-button.most-recent_title::after, .recent-article .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title a.accordion-button::after, .recent-article .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.accordion-button::after, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .accordion-button.most-recent_title::after, .recent-library_section .recent-library .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title a.accordion-button::after, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .hardware-product-section .hardware-product-row .hard-box .accordion-button.pro-title::after, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.pro-title::after {
    top: 8px;
  }
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .heading-27.accordion-button.collapsed::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-modern-retail--section .pos-modern-retail--link li a.accordion-button.collapsed::after, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button.collapsed::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .support-block .support-brand--block .support-block--data .support-block--heading a.accordion-button.collapsed::after, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button.collapsed::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .agreements-content.row .agreements-block-content .accordion-button.collapsed.agreements-block-title::after, .agreements-content.row .agreements-block-content .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.collapsed.agreements-block-title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .accordion-button.collapsed.most-recent_title::after, .recent-article .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.collapsed.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-article .most-recent_title a.accordion-button.collapsed::after, .recent-article .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button.collapsed::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.accordion-button.collapsed::after, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item h3.accordion-button.collapsed::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .accordion-button.collapsed.most-recent_title::after, .recent-library_section .recent-library .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.collapsed.most-recent_title::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .recent-library_section .recent-library .most-recent_title a.accordion-button.collapsed::after, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item a.accordion-button.collapsed::after, .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .hardware-product-section .hardware-product-row .hard-box .accordion-button.collapsed.pro-title::after, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-button.collapsed.pro-title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11 0.5C9.99726 0.5 9.18476 1.31277 9.18457 2.31543V9.18457H2.31543C1.31279 9.18476 0.500018 9.99727 0.5 11C0.5 12.0027 1.31277 12.8152 2.31543 12.8154H9.18457V19.6846C9.18476 20.6872 9.99726 21.5 11 21.5C12.0027 21.5 12.8152 20.6872 12.8154 19.6846V12.8154H19.6846C20.6872 12.8152 21.5 12.0027 21.5 11C21.5 9.99727 20.6872 9.18476 19.6846 9.18457H12.8154V2.31543C12.8152 1.31278 12.0027 0.5 11 0.5Z' fill='%23467FF7' stroke='%23467FF7'/%3E%3C/svg%3E");
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-body {
  padding: 15px 40px 0 25px;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-body {
    padding: 15px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-body {
    padding: 15px 15px 0 15px;
  }
}
.onboarding-tailored_page .personalized-onboarding_section .accordion .accordion-item .accordion-body p {
  margin: 0;
}
.onboarding-tailored_page .required-onboarding_section .required-onboarding_info .section-title--medium {
  color: #000000;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .required-onboarding_section .required-onboarding_info .section-title--medium {
    margin: 0 0 15px 0;
  }
}
.onboarding-tailored_page .required-onboarding_section .required-onboarding_info p {
  margin: 0;
}
.onboarding-tailored_page .required-onboarding_section .tab-inner {
  margin-top: 50px;
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner {
    margin-top: 15px;
  }
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs {
  border-bottom: 2px solid #666666;
  justify-content: center;
}
@media (max-width: 1024px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs {
    justify-content: center;
  }
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link {
  color: #347FF3;
  font-weight: 600;
  padding: 15px 20px;
  line-height: 1;
  margin-left: 15px;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border: 0 !important;
}
@media (min-width: 1921px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link {
    padding: 20px 30px;
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 1024px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link {
    margin-left: 5px;
  }
}
@media (max-width: 900px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link {
    margin-left: 5px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link {
    width: 100%;
    border-bottom: 1px solid #347FF3 !important;
  }
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link.active {
  background-color: #347FF3 !important;
  color: #ffffff !important;
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document {
  border-bottom: 1px solid #347FF3;
  padding: 40px 50px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document {
    padding: 30px 40px;
  }
}
@media (max-width: 1024px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .row {
    text-align: center;
  }
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .heading-27, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document a, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document a, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .agreements-block-title, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .most-recent_title, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document a, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document h3, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .most-recent_title, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document a, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pro-title {
  margin: 0 0 15px 0;
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document p {
  margin: 0;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link {
    margin: 15px 10px 0 0;
  }
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link svg, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link svg {
  width: 18px;
  height: 16px;
  margin: 0 0 0 10px;
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link svg, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link svg {
    width: 18px;
  }
}
@media (max-width: 479px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green svg, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link svg, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link svg {
    width: 15px;
    margin-left: 5px;
  }
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue:hover svg path, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline:hover svg path, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green:hover svg path, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link:hover svg path, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link:hover svg path {
  fill: #347FF3;
}
.onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .nav-link {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .nav-link {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .nav-link {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .nav-link {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green + .nav-link, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link + .nav-link {
    margin: 15px auto 0;
  }
}
.onboarding-tailored_page .submit-documents_section .container {
  max-width: 1070px;
}
.onboarding-tailored_page .submit-documents_section .section-title--medium {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .submit-documents_section .section-title--medium {
    margin-bottom: 15px;
  }
}
.onboarding-tailored_page .submit-documents_section .wpforms-submit-container .wpforms-submit {
  background: #467FF7 !important;
}
.onboarding-tailored_page .submit-documents_section .wpforms-submit-container .wpforms-submit:hover {
  background: #1a48a5 !important;
}
.onboarding-tailored_page .cta-book_meeting--section .container {
  max-width: 1190px;
}
.onboarding-tailored_page .cta-book_meeting {
  background-image: url(/wp-content/themes/goftx/dist/images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  border-radius: 40px;
  padding-left: 100px;
  padding-right: 100px;
  min-height: 300px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .cta-book_meeting {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .cta-book_meeting {
    min-height: 250px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .cta-book_meeting {
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.onboarding-tailored_page .cta-book_meeting .heading-27, .onboarding-tailored_page .cta-book_meeting .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .cta-book_meeting a, .onboarding-tailored_page .cta-book_meeting .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .cta-book_meeting a, .onboarding-tailored_page .cta-book_meeting .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .cta-book_meeting .agreements-block-title, .onboarding-tailored_page .cta-book_meeting .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .cta-book_meeting .most-recent_title, .onboarding-tailored_page .cta-book_meeting .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .cta-book_meeting a, .onboarding-tailored_page .cta-book_meeting .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .cta-book_meeting h3, .onboarding-tailored_page .cta-book_meeting .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .cta-book_meeting .most-recent_title, .onboarding-tailored_page .cta-book_meeting .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .cta-book_meeting a, .onboarding-tailored_page .cta-book_meeting .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .cta-book_meeting .pro-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}
.onboarding-tailored_page .cta-book_meeting .heading-27 a, .onboarding-tailored_page .cta-book_meeting .pos-modern-retail--section .pos-modern-retail--link li a a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .cta-book_meeting a a, .onboarding-tailored_page .cta-book_meeting .support-block .support-brand--block .support-block--data .support-block--heading a a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .cta-book_meeting a a, .onboarding-tailored_page .cta-book_meeting .agreements-content.row .agreements-block-content .agreements-block-title a, .agreements-content.row .agreements-block-content .onboarding-tailored_page .cta-book_meeting .agreements-block-title a, .onboarding-tailored_page .cta-book_meeting .recent-article .most-recent_title a, .recent-article .onboarding-tailored_page .cta-book_meeting .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .cta-book_meeting a a, .onboarding-tailored_page .cta-book_meeting .pos-solutions .pos-solutions_block .pos-solutions_data h3 a, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .cta-book_meeting h3 a, .onboarding-tailored_page .cta-book_meeting .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .onboarding-tailored_page .cta-book_meeting .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .cta-book_meeting a a, .onboarding-tailored_page .cta-book_meeting .hardware-product-section .hardware-product-row .hard-box .pro-title a, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .cta-book_meeting .pro-title a {
  color: #ffffff;
  font-weight: 700;
  font-size: inherit;
}
.onboarding-tailored_page .cta-book_meeting .heading-27 a:hover, .onboarding-tailored_page .cta-book_meeting .pos-modern-retail--section .pos-modern-retail--link li a a:hover, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .cta-book_meeting a a:hover, .onboarding-tailored_page .cta-book_meeting .support-block .support-brand--block .support-block--data .support-block--heading a a:hover, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .cta-book_meeting a a:hover, .onboarding-tailored_page .cta-book_meeting .agreements-content.row .agreements-block-content .agreements-block-title a:hover, .agreements-content.row .agreements-block-content .onboarding-tailored_page .cta-book_meeting .agreements-block-title a:hover, .onboarding-tailored_page .cta-book_meeting .recent-article .most-recent_title a:hover, .recent-article .onboarding-tailored_page .cta-book_meeting .most-recent_title a:hover, .recent-article .most-recent_title .onboarding-tailored_page .cta-book_meeting a a:hover, .onboarding-tailored_page .cta-book_meeting .pos-solutions .pos-solutions_block .pos-solutions_data h3 a:hover, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .cta-book_meeting h3 a:hover, .onboarding-tailored_page .cta-book_meeting .recent-library_section .recent-library .most-recent_title a:hover, .recent-library_section .recent-library .onboarding-tailored_page .cta-book_meeting .most-recent_title a:hover, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .cta-book_meeting a a:hover, .onboarding-tailored_page .cta-book_meeting .hardware-product-section .hardware-product-row .hard-box .pro-title a:hover, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .cta-book_meeting .pro-title a:hover {
  color: #467FF7;
}
.onboarding-tailored_page .cta-book_meeting .btn-blue-outline {
  margin-top: 30px;
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .cta-book_meeting .btn-blue-outline {
    margin-top: 15px;
  }
}
.onboarding-tailored_page .data-import_section {
  padding-top: 230px;
  margin-top: -150px;
  background: #CCDEF9;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .data-import_section {
    padding-top: 150px;
    margin-top: -130px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .data-import_section .row {
    flex-direction: column-reverse;
  }
}
.onboarding-tailored_page .data-import_section .row:nth-child(2) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .data-import_section .row:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.onboarding-tailored_page .data-import_section .row:nth-child(2) .data-import_content {
  padding-right: 0;
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .data-import_section .row:nth-child(2) .data-import_content {
    padding-left: 100px;
  }
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .data-import_section .row:nth-child(2) .data-import_content {
    padding-left: 70px;
  }
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .data-import_section .row:nth-child(2) .data-import_content {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .data-import_section .row:nth-child(2) .data-import_content {
    padding-left: 0;
  }
}
.onboarding-tailored_page .data-import_section .data-import_img {
  max-width: 682px;
  position: relative;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .data-import_section .data-import_img {
    max-width: 450px;
    margin: 0 auto 15px;
  }
}
.onboarding-tailored_page .data-import_section .data-import_img .image-overlay {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.onboarding-tailored_page .data-import_section .data-import_img .image-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
}
.onboarding-tailored_page .data-import_section .data-import_img img {
  border-radius: 20px;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.42);
}
.onboarding-tailored_page .data-import_section .data-import_img button {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg {
  width: 120px;
}
.onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg--overlay {
  width: 170px;
}
.onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg--overlay path {
  opacity: 0.3;
}
.onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg,
.onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg--overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg path,
.onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg--overlay path {
  fill: #fff;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg {
    width: 100px;
  }
  .onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg--overlay {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg {
    width: 80px;
  }
  .onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg--overlay {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg {
    width: 60px;
  }
  .onboarding-tailored_page .data-import_section .data-import_img button span.icon-svg--overlay {
    width: 100px;
  }
}
.onboarding-tailored_page .data-import_section .data-import_content {
  padding-right: 140px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .data-import_section .data-import_content {
    padding-right: 100px;
  }
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .data-import_section .data-import_content {
    padding-right: 70px;
  }
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .data-import_section .data-import_content {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .data-import_section .data-import_content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .data-import_section .data-import_content {
    text-align: center;
  }
}
.onboarding-tailored_page .data-import_section .data-import_content p {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .data-import_section .data-import_content p {
    margin: 15px 0;
  }
}
.onboarding-tailored_page .data-import_section .data-import_content .section-title--medium {
  color: #000000;
  margin: 0;
}
.onboarding-tailored_page .data-import_section .data-import_content .btn-blue-outline {
  color: #347FF3;
  margin-left: 0;
}
.onboarding-tailored_page .data-import_section .data-import_content .btn-blue-outline:hover {
  background-color: #347FF3;
  color: #ffffff;
}
.onboarding-tailored_page .data-import_section .data-import_content .btn-blue, .onboarding-tailored_page .data-import_section .data-import_content .btn-blue-outline, .onboarding-tailored_page .data-import_section .data-import_content .cta-green, .onboarding-tailored_page .data-import_section .data-import_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .data-import_section .data-import_content .nav-link {
  margin-right: 15px;
}
@media (max-width: 1138px) {
  .onboarding-tailored_page .data-import_section .data-import_content .btn-blue, .onboarding-tailored_page .data-import_section .data-import_content .btn-blue-outline, .onboarding-tailored_page .data-import_section .data-import_content .cta-green, .onboarding-tailored_page .data-import_section .data-import_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .data-import_section .data-import_content .nav-link {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .data-import_section .data-import_content .btn-blue, .onboarding-tailored_page .data-import_section .data-import_content .btn-blue-outline, .onboarding-tailored_page .data-import_section .data-import_content .cta-green, .onboarding-tailored_page .data-import_section .data-import_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .data-import_section .data-import_content .nav-link {
    margin: 0 0 15px 0;
  }
  .onboarding-tailored_page .data-import_section .data-import_content .btn-blue:last-child, .onboarding-tailored_page .data-import_section .data-import_content .btn-blue-outline:last-child, .onboarding-tailored_page .data-import_section .data-import_content .cta-green:last-child, .onboarding-tailored_page .data-import_section .data-import_content .pricing-data--table #pricingTab .nav-item .nav-link:last-child, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .data-import_section .data-import_content .nav-link:last-child {
    margin-bottom: 0;
  }
}
.onboarding-tailored_page .improve-skills_section {
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
}
.onboarding-tailored_page .improve-skills_section::before {
  content: "";
  background: transparent linear-gradient(0deg, #000224 0%, #000657 100%) 0% 0% no-repeat padding-box;
  display: block;
  width: 100%;
  height: calc(100% - 170px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .improve-skills_section {
    padding-bottom: 40px;
  }
  .onboarding-tailored_page .improve-skills_section::before {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .improve-skills_section {
    padding-bottom: 30px;
  }
}
.onboarding-tailored_page .improve-skills_section .improve-skills_info img {
  max-height: 85px;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .improve-skills_section .improve-skills_info img {
    margin-bottom: 15px;
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .improve-skills_section .improve-skills_info img {
    max-height: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .improve-skills_section .improve-skills_info br {
    display: block;
  }
}
.onboarding-tailored_page .improve-skills_section .teachable-section {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section {
    margin-top: 15px;
  }
  .onboarding-tailored_page .improve-skills_section .teachable-section [class*=col-] {
    margin-bottom: 20px;
  }
  .onboarding-tailored_page .improve-skills_section .teachable-section [class*=col-]:last-child {
    margin-bottom: 0;
  }
}
.onboarding-tailored_page .improve-skills_section .teachable-section .container {
  max-width: 1650px;
}
.onboarding-tailored_page .improve-skills_section .teachable-section .row {
  justify-content: center;
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block {
  background: #fff;
  text-align: center;
  height: 100%;
  max-width: calc(100% - 15px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block {
    max-width: 100%;
    margin-top: 15px;
    height: calc(100% - 15px);
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block {
    max-width: 400px;
    height: auto;
  }
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block:hover {
  transition: all 0.2s;
  box-shadow: 0 4px 8px rgba(38, 38, 38, 0.2);
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block p, .onboarding-tailored_page .improve-skills_section .teachable-section .course-block img {
  margin: 0 !important;
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block figure {
  margin: 0;
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block figure img {
  max-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1500px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block figure img {
    max-height: 190px;
  }
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block figure img {
    max-height: 180px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block figure img {
    max-height: unset;
  }
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content {
  padding: 30px 20px;
  position: relative;
  min-height: 270px;
}
@media (min-width: 1921px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content {
    min-height: 350px;
  }
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content {
    min-height: 200px;
  }
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content h3 {
  margin: 0 0 15px 0;
  color: #347FF3;
  display: block;
  font-weight: 700;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content h3 {
    font-size: 22px;
  }
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content p {
  color: #347FF3;
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content .course-author {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content .course-author {
    bottom: 15px;
  }
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content .course-author .course-author_details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content .course-author .course-author_details .course-author_img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.onboarding-tailored_page .improve-skills_section .teachable-section .course-block .content .course-author .course-author_charge {
  text-transform: uppercase;
  color: #347FF3;
}
.onboarding-tailored_page .additional-training_section {
  background-image: url(/wp-content/themes/goftx/dist/images/onboarding-addition-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  margin-top: -170px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .additional-training_section {
    padding-top: 230px;
  }
}
@media (max-width: 575px) {
  .onboarding-tailored_page .additional-training_section {
    padding-top: 200px;
  }
}
.onboarding-tailored_page .additional-training_section .additional-training_info .section-title--medium, .onboarding-tailored_page .additional-training_section .additional-training_info p {
  color: #000000;
}
.onboarding-tailored_page .after-golive_section {
  background: #CCDEF9;
}
.onboarding-tailored_page .after-golive_section .aftergo-live_info .section-title--medium, .onboarding-tailored_page .after-golive_section .aftergo-live_info p {
  color: #000000;
}
.onboarding-tailored_page .after-golive_section .aftergo-live_info .aftergo-live_info p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .after-golive_section .aftergo-live_info .aftergo-live_info p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .after-golive_section .golive-solution div[class*=col-md] {
    margin-bottom: 15px;
  }
}
.onboarding-tailored_page .after-golive_section .golive-solution .read-more {
  color: #000000;
}
.onboarding-tailored_page .after-golive_section .golive-solution_block {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #347FF3;
  border-radius: 20px;
  padding: 40px 40px 15px;
  text-align: center;
  height: 100%;
  max-width: calc(100% - 30px);
  margin: 15px auto 0;
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .after-golive_section .golive-solution_block {
    padding: 30px 30px 15px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .after-golive_section .golive-solution_block {
    padding: 20px 20px 15px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .after-golive_section .golive-solution_block {
    padding: 15px;
    max-width: 320px;
    margin: 0 auto;
  }
}
.onboarding-tailored_page .after-golive_section .golive-solution_block .read-more-arrow {
  transition: all 0.3s ease-in-out 0s;
  color: #347FF3;
  display: inline-flex;
  align-items: center;
}
.onboarding-tailored_page .after-golive_section .golive-solution_block .read-more-arrow svg {
  width: 20px;
  height: auto;
  position: relative;
  top: 1px;
  left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.onboarding-tailored_page .after-golive_section .golive-solution_block .read-more-arrow svg path {
  stroke: #347FF3;
}
@media (min-width: 1921px) {
  .onboarding-tailored_page .after-golive_section .golive-solution_block .read-more-arrow svg {
    width: 22px;
    top: 2px;
  }
}
.onboarding-tailored_page .after-golive_section .golive-solution_block:hover {
  background: rgb(255, 255, 255);
  border-color: transparent;
}
.onboarding-tailored_page .after-golive_section .golive-solution_block:hover svg {
  left: 15px;
}
.onboarding-tailored_page .after-golive_section .golive-solution_block .heading-27, .onboarding-tailored_page .after-golive_section .golive-solution_block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .after-golive_section .golive-solution_block a, .onboarding-tailored_page .after-golive_section .golive-solution_block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .after-golive_section .golive-solution_block a, .onboarding-tailored_page .after-golive_section .golive-solution_block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .after-golive_section .golive-solution_block .agreements-block-title, .onboarding-tailored_page .after-golive_section .golive-solution_block .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .after-golive_section .golive-solution_block .most-recent_title, .onboarding-tailored_page .after-golive_section .golive-solution_block .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .after-golive_section .golive-solution_block a, .onboarding-tailored_page .after-golive_section .golive-solution_block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .after-golive_section .golive-solution_block h3, .onboarding-tailored_page .after-golive_section .golive-solution_block .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .after-golive_section .golive-solution_block .most-recent_title, .onboarding-tailored_page .after-golive_section .golive-solution_block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .after-golive_section .golive-solution_block a, .onboarding-tailored_page .after-golive_section .golive-solution_block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .after-golive_section .golive-solution_block .pro-title {
  margin: 15px 0;
}
.onboarding-tailored_page .after-golive_section .golive-solution_block .read-more {
  color: #000000;
}
.onboarding-tailored_page .after-golive_section .golive-solution_block .read-more span {
  color: #000000;
}
.onboarding-tailored_page .after-golive_section .golive-solution_block svg {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .onboarding-tailored_page .after-golive_section .golive-solution_block svg {
    width: 50px;
    height: 50px;
  }
}
.onboarding-tailored_page .after-golive_section .life-line_block {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #347FF3;
  border-radius: 19px;
  margin: 50px 15px 0;
  padding: 40px 75px;
}
.onboarding-tailored_page .after-golive_section .life-line_block:hover {
  background: rgb(255, 255, 255);
  border-color: transparent;
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .after-golive_section .life-line_block {
    margin: 40px 0 0;
    padding: 30px 50px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .after-golive_section .life-line_block {
    margin: 40px 0 0;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .after-golive_section .life-line_block {
    margin: 15px auto 0;
    padding: 30px;
    text-align: center;
    max-width: 320px;
  }
}
.onboarding-tailored_page .after-golive_section .life-line_block .life-line_content {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content {
    padding-left: 0px;
  }
}
.onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .heading-27, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content a, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content a, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .agreements-block-title, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .most-recent_title, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content a, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content h3, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .most-recent_title, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content a, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .pro-title {
  margin: 0;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .heading-27, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content a, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content a, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .agreements-block-title, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .most-recent_title, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content a, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content h3, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .most-recent_title, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content a, .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .pro-title {
    margin: 15px 0 0;
  }
}
.onboarding-tailored_page .after-golive_section .life-line_block .life-line_content p {
  margin: 15px 0;
}
.onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .read-more {
  color: #000000;
}
.onboarding-tailored_page .after-golive_section .life-line_block .life-line_content .read-more span {
  color: #347FF3;
}
.onboarding-tailored_page .other-solutions_section {
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .other-solutions_section {
    text-align: center;
  }
  .onboarding-tailored_page .other-solutions_section img {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
}
.onboarding-tailored_page .other-solutions_section .section-title--medium {
  color: #000000;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .other-solutions_section .section-title--medium {
    margin: 0 0 15px 0;
  }
}
.onboarding-tailored_page .other-solutions_section img {
  border-radius: 20px;
}
.onboarding-tailored_page .other-solutions_section .other-solutions_content {
  padding-right: 70px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .other-solutions_section .other-solutions_content {
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  .onboarding-tailored_page .other-solutions_section .other-solutions_content {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .other-solutions_section .other-solutions_content {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .other-solutions_section .other-solutions_content {
    padding-right: 0;
  }
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-list {
  width: 90%;
}
@media (max-width: 768px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-list {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-list {
    width: 100%;
  }
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide {
  padding-right: 100px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide {
    max-width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide {
    padding-right: 0;
    display: block;
    text-align: center;
  }
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .heading-27, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide a, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide a, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .agreements-block-title, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .most-recent_title, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide a, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide h3, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .most-recent_title, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide a, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .pro-title {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .heading-27, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide a, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide a, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .agreements-block-title, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .recent-article .most-recent_title, .recent-article .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .most-recent_title, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .recent-article .most-recent_title a, .recent-article .most-recent_title .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide a, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide h3, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .most-recent_title, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide a, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .pro-title {
    margin: 0 0 15px 0;
  }
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .read-more {
  color: #000000;
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .solution-slide_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .solution-slide_img {
    justify-content: center;
  }
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .solution-slide_img img {
  max-height: 50px;
  height: 50px;
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide p {
  min-height: 75px;
}
@media (max-width: 1440px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide p {
    min-height: 55px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide p {
    min-height: 55px;
  }
}
@media (max-width: 767px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-dots {
    bottom: -40px;
  }
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-dots li:before {
    top: 2px;
    left: 2px;
  }
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-dots li:after {
    content: none;
  }
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-dots li button {
    background: transparent;
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 50%;
    border: 0;
  }
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-dots li button::before {
    content: none;
  }
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-dots li.slick-active button {
    background: #467FF7;
  }
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-next {
  height: 43px;
  width: 43px;
  background: transparent !important;
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev:before, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M48.0308 15.2739C46.7713 12.2951 44.972 9.62615 42.6729 7.32707C40.3739 5.02799 37.7049 3.22871 34.7261 1.96921C31.6473 0.669732 28.3687 0 25 0C21.6313 0 18.3527 0.659736 15.2739 1.96921C12.2951 3.22871 9.62615 5.02799 7.32707 7.32707C5.02799 9.62615 3.22871 12.2951 1.96921 15.2739C0.669732 18.3527 0 21.6313 0 25C0 28.3687 0.659736 31.6473 1.96921 34.7261C3.22871 37.7049 5.02799 40.3738 7.32707 42.6729C9.62615 44.972 12.2951 46.7713 15.2739 48.0308C18.3527 49.3303 21.6313 50 25 50C28.3687 50 31.6473 49.3403 34.7261 48.0308C37.7049 46.7713 40.3739 44.972 42.6729 42.6729C44.972 40.3738 46.7713 37.7049 48.0308 34.7261C49.3303 31.6473 50 28.3687 50 25C50 21.6313 49.3403 18.3527 48.0308 15.2739ZM34.3063 26.7393H19.922L26.2395 33.0568C26.9192 33.7365 26.9192 34.8461 26.2395 35.5258C25.8996 35.8656 25.4498 36.0356 25.01 36.0356C24.5702 36.0356 24.1204 35.8656 23.7805 35.5258L14.4842 26.2295C14.4842 26.2295 14.4542 26.1995 14.4442 26.1895C14.4442 26.1895 14.4342 26.1795 14.4242 26.1695C14.4242 26.1595 14.4042 26.1495 14.3942 26.1395C14.3942 26.1295 14.3743 26.1196 14.3643 26.1096C14.3643 26.1096 14.3543 26.0896 14.3443 26.0896C14.3343 26.0796 14.3243 26.0596 14.3143 26.0496C14.3143 26.0496 14.3143 26.0396 14.3043 26.0296C14.2943 26.0096 14.2743 25.9896 14.2643 25.9796C14.1144 25.7497 14.0144 25.4798 13.9844 25.1899C13.9844 25.1899 13.9844 25.1899 13.9844 25.1799C13.9844 25.1599 13.9844 25.1299 13.9844 25.11C13.9844 25.08 13.9844 25.05 13.9844 25.02C13.9844 24.99 13.9844 24.96 13.9844 24.93C13.9844 24.91 13.9844 24.88 13.9844 24.8601C13.9844 24.8601 13.9844 24.8601 13.9844 24.8501C14.0144 24.5602 14.1144 24.2903 14.2643 24.0604C14.2743 24.0404 14.2943 24.0204 14.3043 24.0104C14.3043 24.0104 14.3043 24.0004 14.3143 23.9904C14.3243 23.9704 14.3343 23.9604 14.3443 23.9504C14.3443 23.9504 14.3543 23.9304 14.3643 23.9304C14.3743 23.9204 14.3842 23.9104 14.3942 23.8904C14.3942 23.8904 14.4142 23.8705 14.4142 23.8605C14.4142 23.8605 14.4342 23.8405 14.4442 23.8305C14.4542 23.8205 14.4642 23.8105 14.4742 23.8005L23.7705 14.5042C24.4502 13.8245 25.5598 13.8245 26.2395 14.5042C26.9192 15.1839 26.9192 16.2935 26.2395 16.9732L19.922 23.2907H34.3063C35.2659 23.2907 36.0456 24.0704 36.0456 25.03C36.0456 25.9896 35.2659 26.7693 34.3063 26.7693V26.7393Z' fill='%23467FF7'/%3E%3C/svg%3E");
  left: 0;
  background-size: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 1366px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-next {
    height: 35px;
    width: 35px;
  }
}
@media screen and (max-width: 991px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-next {
    height: 30px;
    width: 30px;
  }
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev:before, .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-next:before {
    background-size: 30px;
  }
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev {
  left: auto;
  right: 74px;
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev::before {
  transform: rotate(0);
}
@media (max-width: 1366px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev {
    right: 64px;
  }
}
@media (max-width: 991px) {
  .onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-prev {
    right: 55px;
  }
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-next {
  right: 15px;
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .slick-next::before {
  transform: rotate(180deg);
}
.onboarding-tailored_page .get-started_section {
  background: #CCDEF9;
}
.onboarding-tailored_page .get-started_section .get-started_info .section-title--medium {
  color: #000000;
  margin: 0;
}
.onboarding-tailored_page .get-started_section .get-started_info .article-title {
  color: #000000;
  font-weight: 400;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .onboarding-tailored_page .get-started_section .get-started_info .article-title {
    margin: 15px 0;
  }
}
.onboarding-tailored_page .get-started_section .get-started_info .article-title a {
  font-size: inherit;
  color: #347FF3;
}
.onboarding-tailored_page .get-started_section .get-started_info .article-title a:hover {
  color: #031234;
}

@media (min-width: 1921px) {
  .page-template-template-onboarding .home-popup-video-cls .modal-body {
    max-width: 1200px;
  }
}
.page-template-template-onboarding .home-popup-video-cls .popup-inner .close {
  background: transparent;
  border: none;
  box-shadow: none;
}

.onboardpdf-form .form-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.onboardpdf-form .form-data label {
  font-size: 18px;
}
.onboardpdf-form .form-data input {
  border-radius: 5px;
  height: auto;
  min-height: 1px;
  padding: 5px;
}
.onboardpdf-form .form-data span.error {
  color: red;
  font-size: 14px;
}
.onboardpdf-form .form-data .company-code::-webkit-outer-spin-button,
.onboardpdf-form .form-data .company-code::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.onboardpdf-form .msg {
  color: green;
  font-size: 18px;
}
.onboardpdf-form .msg.error {
  color: red;
}
.onboardpdf-form .pdf-download-sbumit[disabled=disabled] {
  background-color: gray;
  border: gray;
  color: #fff;
}

.success-from p {
  color: #000;
  font-size: 27px;
  padding: 0 50px;
  margin-top: 20px;
  line-height: 35px;
  font-weight: 700;
}

#pdfdownloadbtn .modal-header.thankmsg {
  min-height: 50px;
  border: none;
}
#pdfdownloadbtn .modal-header.thankmsg .modal-title {
  display: none;
}
#pdfdownloadbtn .modal-header .modal-title {
  width: calc(100% - 25px);
}
#pdfdownloadbtn.cta-popup .modal-dialog .modal-content {
  height: auto !important;
}
#pdfdownloadbtn .success-from p {
  color: #000;
  font-size: 27px;
  padding: 0 50px;
  margin-top: 20px;
  line-height: 35px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .onboarding-tailored_page.new-theme_design p, .onboarding-tailored_page.new-theme_design .blog-subtitle {
    font-size: 17px;
    line-height: 25px;
  }
  .onboarding-tailored_page.new-theme_design .btn-blue, .onboarding-tailored_page.new-theme_design .cta-green, .onboarding-tailored_page.new-theme_design .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page.new-theme_design .nav-link, .onboarding-tailored_page.new-theme_design .btn-blue-outline {
    max-width: 450px;
    width: 100%;
    font-size: 17px !important;
  }
  .onboarding-tailored_page.new-theme_design .download-document .justify-content-md-end {
    flex-direction: column;
    align-items: center !important;
  }
  .onboarding-tailored_page.new-theme_design .onboarding-tailored_page .data-import_section .data-import_content .btn-blue-outline {
    margin-top: 20px;
  }
}

.wpforms-container.onboarding-submit--form input {
  background: rgb(201, 199, 199) !important;
}

.onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .btn-blue-outline, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .cta-green, .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .onboarding-tailored_page .required-onboarding_section .tab-inner .tab-content .tab-inner-content .download-document .nav-link {
  min-height: 48px;
}

html[lang=es-ES] .onboarding-tailored_page .required-onboarding_section .container {
  max-width: calc(100% - 350px);
}
html[lang=es-ES] .onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link {
  margin-left: 0;
  padding: 15px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .onboarding-tailored_page .required-onboarding_section .container {
    max-width: 1680px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .onboarding-tailored_page .required-onboarding_section .container {
    max-width: calc(100% - 100px);
  }
  html[lang=es-ES] .onboarding-tailored_page .required-onboarding_section .tab-inner .nav-tabs .nav-link {
    padding: 15px 10px;
    font-size: 17px;
  }
}
@media (max-width: 1279px) {
  html[lang=es-ES] .onboarding-tailored_page .required-onboarding_section .container {
    max-width: 100%;
  }
}
html[lang=es-ES] .onboarding-tailored_page .getting-started_section .row {
  align-items: flex-start;
}

.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .read-more span svg {
  top: 1px;
}
.onboarding-tailored_page .solution-slider_section .onboarding-solution_slider .solution-slide .read-more span svg path {
  fill: #000000;
}

.page-template-template-onboarding button.btn-blue.pdf-download-sbumit:hover, .page-template-template-onboarding button.pdf-download-sbumit.btn-blue-outline:hover, .page-template-template-onboarding button.pdf-download-sbumit.cta-green:hover, .page-template-template-onboarding .pricing-data--table #pricingTab .nav-item button.pdf-download-sbumit.nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-onboarding button.pdf-download-sbumit.nav-link:hover {
  background: #1a48a5;
  border-color: #1a48a5;
  color: #fff;
}

.page-template-template-support .section-title--medium {
  font-weight: 700;
}
.page-template-template-support .agreement-title .section-title--medium {
  margin-bottom: 30px;
}
@media (min-width: 1921px) {
  .page-template-template-support .container {
    max-width: 1800px;
  }
  .page-template-template-support .support-brand--block {
    min-height: 425px;
    margin-top: 30px;
    height: calc(100% - 55px);
  }
}
@media (max-width: 1440px) {
  .page-template-template-support .support-block .support-brand--block {
    margin: 20px 0 0;
    height: calc(100% - 20px);
  }
}
@media (max-width: 1440px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data {
    min-height: 290px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data {
    min-height: 240px;
  }
}
@media (max-width: 575px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data {
    min-height: inherit;
  }
}
@media (max-width: 1024px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data .support-block--heading {
    min-height: 1px;
  }
}
.page-template-template-support .support-block .support-brand--block .support-block--data ul li:before {
  vertical-align: top;
  position: relative;
  top: 10px;
}
@media (min-width: 1921px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data ul li:before {
    width: 30px;
  }
}
@media (max-width: 1200px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data ul li:before {
    top: 6px;
  }
}
@media (min-width: 1921px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data ul li.documentation:before {
    font-size: 20px;
  }
}
@media (min-width: 1921px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data ul li.product-faq:before {
    font-size: 25px;
  }
}
.page-template-template-support .support-block .support-brand--block .support-block--data ul li.video-tutorials:before {
  height: 30px;
  vertical-align: top;
  top: 19px;
}
@media (min-width: 1921px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data ul li.video-tutorials:before {
    width: 25px;
  }
}
@media (max-width: 1200px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data ul li.video-tutorials:before {
    top: 12px;
  }
}
.page-template-template-support .support-block .support-brand--block .support-block--data ul li.submit-ticket:before {
  height: 30px;
  top: 16px;
}
@media (max-width: 1200px) {
  .page-template-template-support .support-block .support-brand--block .support-block--data ul li.submit-ticket:before {
    top: 8px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-support .section-title--medium {
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  .page-template-template-support .section-title--medium {
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-template-support .section-title--medium {
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-support .review-section .slick-list .slick-track .slick-slide .review-slide {
    margin: 30px 15px 0;
  }
}
@media (max-width: 991px) {
  .page-template-template-support .support-video-main .video-thumbnail .section-description {
    min-height: inherit;
  }
}
@media (max-width: 1024px) {
  .page-template-template-support .no-gutters.agreements-content {
    padding-bottom: 20px;
  }
}
.page-template-template-support .subscribe-form--footer .footer-cta-subscibe-content p {
  color: #ffffff;
}

.review-section {
  position: relative;
  padding-bottom: 110px;
}
@media (max-width: 600px) {
  .review-section {
    padding-bottom: 90px;
  }
}
.review-section::before {
  content: "";
  display: block;
  position: absolute;
  background: #467FF7;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .review-section::before {
    height: 50%;
  }
}
.review-section::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #D4DFF5;
  position: absolute;
  top: calc(100% - 87px);
  z-index: -1;
}
@media (max-width: 600px) {
  .review-section::after {
    top: calc(100% - 70px);
  }
}
.review-section .review-section__title {
  position: relative;
}
.review-section .review-section__title::before {
  content: "";
  display: block;
  width: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='199' height='160.604' viewBox='0 0 199 160.604'%3E%3Cpath id='Path_1' data-name='Path 1' d='M175.572-246.31a9.266,9.266,0,0,1,8.157,1.977,17.716,17.716,0,0,1,5.438,7.168,12.166,12.166,0,0,1,.742,7.909q-.989,3.707-5.932,3.708a31.221,31.221,0,0,0-15.324,6.179,55.406,55.406,0,0,0-12.358,13.1,93.488,93.488,0,0,0-9.392,17.549,152.268,152.268,0,0,0-6.426,19.032,51.934,51.934,0,0,1,19.773-10.381,43.44,43.44,0,0,1,21.009-.742,38.383,38.383,0,0,1,17.8,9.145q7.662,6.921,10.134,18.785,3.46,15.819-.989,27.435a41.822,41.822,0,0,1-13.347,18.537,45.206,45.206,0,0,1-20.515,8.9,45.16,45.16,0,0,1-22.492-1.73,44.5,44.5,0,0,1-19.279-13.347q-8.4-9.639-11.37-25.952a114.808,114.808,0,0,1,0-33.614,118.22,118.22,0,0,1,9.639-33.367,88.9,88.9,0,0,1,18.537-26.694A48.128,48.128,0,0,1,175.572-246.31ZM67.313-257.68a9.266,9.266,0,0,1,8.157,1.977,17.717,17.717,0,0,1,5.438,7.168,12.166,12.166,0,0,1,.742,7.909q-.989,3.707-5.932,3.707a31.221,31.221,0,0,0-15.324,6.179,55.406,55.406,0,0,0-12.358,13.1,93.488,93.488,0,0,0-9.392,17.549,152.273,152.273,0,0,0-6.426,19.032A51.935,51.935,0,0,1,51.989-191.44,43.439,43.439,0,0,1,73-192.181a38.382,38.382,0,0,1,17.8,9.145q7.662,6.921,10.134,18.785,3.46,15.819-.989,27.435a41.823,41.823,0,0,1-13.347,18.537,45.207,45.207,0,0,1-20.515,8.9,45.16,45.16,0,0,1-22.492-1.73,44.5,44.5,0,0,1-19.279-13.347q-8.4-9.639-11.37-25.952a114.811,114.811,0,0,1,0-33.615,118.22,118.22,0,0,1,9.64-33.367,88.9,88.9,0,0,1,18.537-26.694A48.127,48.127,0,0,1,67.313-257.68Z' transform='translate(-11.7 257.927)' opacity='0.13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 165px;
  position: absolute;
  top: -40px;
  left: 0;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .review-section .review-section__title::before {
    width: 140px;
    top: -20px;
  }
}
.review-section .review-section__title .section-title--medium {
  position: relative;
  color: #ffffff;
}
.review-section .review-section__title .section-title--medium::after {
  content: "";
  background: #ffffff;
  display: block;
  width: 196px;
  height: 5px;
  border-radius: 20px;
  margin: 20px auto;
}
.review-section .slick-list {
  height: 100%;
  padding-bottom: 130px;
}
@media (max-width: 1600px) {
  .review-section .slick-list {
    padding-bottom: 100px;
  }
}
@media (max-width: 1366px) {
  .review-section .slick-list {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .review-section .slick-list {
    padding-bottom: 60px;
  }
}
.review-section .slick-list .slick-track {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.review-section .slick-list .slick-track .slick-slide.slick-current.slick-active + .slick-active .review-slide {
  border: 1px solid #467FF7;
}
@media (max-width: 1024px) {
  .review-section .slick-list .slick-track .slick-slide.slick-current.slick-active + .slick-active .review-slide {
    border: 0;
  }
}
.review-section .slick-list .slick-track .slick-slide .review-slide {
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  margin: 50px 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid transparent;
  height: 100%;
}
@media (max-width: 1366px) {
  .review-section .slick-list .slick-track .slick-slide .review-slide {
    padding: 30px;
    margin: 30px 15px 0;
  }
}
@media (max-width: 1024px) {
  .review-section .slick-list .slick-track .slick-slide .review-slide {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .review-section .slick-list .slick-track .slick-slide .review-slide {
    padding: 20px;
  }
}
.review-section .slick-list .slick-track .slick-slide .review-slide .review-author {
  position: relative;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .review-section .slick-list .slick-track .slick-slide .review-slide .review-author {
    font-size: 17px;
    line-height: 25px;
  }
}
.review-section .slick-list .slick-track .slick-slide .review-slide .review-author::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='199' height='160.604' viewBox='0 0 199 160.604'%3E%3Cpath id='Path_1' data-name='Path 1' d='M175.572-246.31a9.266,9.266,0,0,1,8.157,1.977,17.716,17.716,0,0,1,5.438,7.168,12.166,12.166,0,0,1,.742,7.909q-.989,3.707-5.932,3.708a31.221,31.221,0,0,0-15.324,6.179,55.406,55.406,0,0,0-12.358,13.1,93.488,93.488,0,0,0-9.392,17.549,152.268,152.268,0,0,0-6.426,19.032,51.934,51.934,0,0,1,19.773-10.381,43.44,43.44,0,0,1,21.009-.742,38.383,38.383,0,0,1,17.8,9.145q7.662,6.921,10.134,18.785,3.46,15.819-.989,27.435a41.822,41.822,0,0,1-13.347,18.537,45.206,45.206,0,0,1-20.515,8.9,45.16,45.16,0,0,1-22.492-1.73,44.5,44.5,0,0,1-19.279-13.347q-8.4-9.639-11.37-25.952a114.808,114.808,0,0,1,0-33.614,118.22,118.22,0,0,1,9.639-33.367,88.9,88.9,0,0,1,18.537-26.694A48.128,48.128,0,0,1,175.572-246.31ZM67.313-257.68a9.266,9.266,0,0,1,8.157,1.977,17.717,17.717,0,0,1,5.438,7.168,12.166,12.166,0,0,1,.742,7.909q-.989,3.707-5.932,3.707a31.221,31.221,0,0,0-15.324,6.179,55.406,55.406,0,0,0-12.358,13.1,93.488,93.488,0,0,0-9.392,17.549,152.273,152.273,0,0,0-6.426,19.032A51.935,51.935,0,0,1,51.989-191.44,43.439,43.439,0,0,1,73-192.181a38.382,38.382,0,0,1,17.8,9.145q7.662,6.921,10.134,18.785,3.46,15.819-.989,27.435a41.823,41.823,0,0,1-13.347,18.537,45.207,45.207,0,0,1-20.515,8.9,45.16,45.16,0,0,1-22.492-1.73,44.5,44.5,0,0,1-19.279-13.347q-8.4-9.639-11.37-25.952a114.811,114.811,0,0,1,0-33.615,118.22,118.22,0,0,1,9.64-33.367,88.9,88.9,0,0,1,18.537-26.694A48.127,48.127,0,0,1,67.313-257.68Z' transform='translate(-11.7 257.927)' opacity='0.13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  left: -33px;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .review-section .slick-list .slick-track .slick-slide .review-slide .review-author::before {
    width: 40px;
    height: 40px;
    top: -6px;
    left: -27px;
  }
}
.review-section .slick-list .slick-track .slick-slide .review-slide .review-content {
  color: #777777;
  margin: 0;
}
@media (max-width: 767px) {
  .review-section .slick-list .slick-track .slick-slide .review-slide .review-content {
    font-size: 17px;
    line-height: 25px;
  }
}
.review-section .slick-arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #EAF1FE !important;
  border: 2px solid #467FF7;
}
.review-section .slick-arrow::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #D4DFF5;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}
@media (min-width: 1921px) {
  .review-section .slick-arrow::after {
    width: 36px;
    height: 36px;
  }
}
.review-section .slick-arrow.slick-prev, .review-section .slick-arrow.slick-next {
  top: 100%;
  transform: translate(0);
}
.review-section .slick-arrow.slick-prev::before, .review-section .slick-arrow.slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M9 6L15 12L9 18' stroke='%23467FF7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 25px;
}
.review-section .slick-arrow.slick-prev {
  left: calc(50% - 50px);
}
.review-section .slick-arrow.slick-prev::before {
  left: -1px;
}
.review-section .slick-arrow.slick-next {
  right: 0;
  left: calc(50% + 5px);
}
.review-section .slick-arrow.slick-next::before {
  left: 1px;
}

.additional-service--section .agreements-block-title {
  color: #000000;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .additional-service--section .agreements-block-title {
    min-height: 52px;
  }
}
@media (max-width: 767px) {
  .additional-service--section .agreements-block-title {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .additional-service--section div[class*=col-]:nth-child(2) .agreements-block-title {
    margin: 30px 0 15px;
  }
}
.additional-service--section .additional-service--list li {
  border-left: 4px solid #467FF7;
  padding: 20px 20px 20px 40px;
  position: relative;
  color: #000000;
  min-height: 110px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.additional-service--section .additional-service--list li:last-child span::after {
  display: none;
}
.additional-service--section .additional-service--list li span {
  display: block;
}
.additional-service--section .additional-service--list li span::after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #E6E6E6;
}
@media (max-width: 1919px) {
  .additional-service--section .additional-service--list li {
    min-height: 90px;
  }
}
@media (max-width: 1024px) {
  .additional-service--section .additional-service--list li {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .additional-service--section .additional-service--list li {
    min-height: 1px;
    padding: 15px 15px 15px 30px;
    font-size: 17px;
  }
}
.additional-service--section .additional-service--list li:last-child {
  border-bottom: 0;
}
.additional-service--section .additional-service--list li::before, .additional-service--section .additional-service--list li::after {
  content: "";
  display: block;
  width: 11px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .additional-service--section .additional-service--list li::before, .additional-service--section .additional-service--list li::after {
    width: 8px;
    height: 12px;
  }
}
.additional-service--section .additional-service--list li:before {
  background: #467FF7;
  left: 0;
}
@media (max-width: 1600px) {
  .additional-service--section .additional-service--list li:before {
    left: -1px;
    height: 14px;
  }
}
.additional-service--section .additional-service--list li:after {
  background: transparent;
  left: 11px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #467FF7;
}
@media (max-width: 1600px) {
  .additional-service--section .additional-service--list li:after {
    left: 9px;
    border-width: 8px;
  }
}
@media (max-width: 1024px) {
  .additional-service--section .additional-service--list li:after {
    border-width: 7px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .additional-service--section .additional-service--list li:after {
    left: 7px;
    border-width: 7px;
  }
}

.contact-item-main {
  margin-top: -92px;
}
@media (max-width: 991px) {
  .contact-item-main {
    margin-top: -90px;
  }
}
.contact-item-main .contact-item-inner {
  fill: #FFF;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  background-color: #fdfdfd;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-item-main .contact-item-inner {
    padding: 30px 0px;
  }
}
@media (max-width: 768px) {
  .contact-item-main .contact-item-inner {
    flex-direction: column;
    padding: 20px;
  }
}
.contact-item-main .contact-item-inner .contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 33.33%;
}
@media (max-width: 991px) {
  .contact-item-main .contact-item-inner .contact-item {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .contact-item-main .contact-item-inner .contact-item {
    padding-bottom: 20px;
    width: 100%;
  }
}
.contact-item-main .contact-item-inner .contact-item:nth-child(2)::before, .contact-item-main .contact-item-inner .contact-item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 110px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E6E6E6;
}
@media (max-width: 768px) {
  .contact-item-main .contact-item-inner .contact-item:nth-child(2)::before, .contact-item-main .contact-item-inner .contact-item:nth-child(2)::after {
    display: none;
  }
}
.contact-item-main .contact-item-inner .contact-item:nth-child(2)::before {
  left: 0;
}
.contact-item-main .contact-item-inner .contact-item:nth-child(2)::after {
  right: 0;
}
@media (max-width: 768px) {
  .contact-item-main .contact-item-inner .contact-item:nth-child(3) {
    padding-bottom: 0;
  }
}
.contact-item-main .contact-item-inner .contact-item a {
  color: #000;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1600px) {
  .contact-item-main .contact-item-inner .contact-item a {
    font-size: 17px !important;
    line-height: 25px;
  }
}
.contact-item-main .contact-item-inner .contact-item a:hover {
  color: #467FF7;
}
.contact-item-main .contact-item-inner .contact-item p {
  text-align: center;
  color: #000;
  font-weight: 600;
}
.contact-item-main .contact-item-inner .contact-item .contact-icons {
  width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  .contact-item-main .contact-item-inner .contact-item .contact-icons {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .support-video-main .row {
    justify-content: center;
  }
}
.support-video-main .video-thumbnail {
  cursor: pointer;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 767px) {
  .support-video-main .video-thumbnail {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.support-video-main .video-thumbnail .video-image {
  position: relative;
}
.support-video-main .video-thumbnail .video-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0px 0px;
  opacity: 0.5;
  background: #000;
}
.support-video-main .video-thumbnail .video-image img {
  border-radius: 15px 15px 0 0;
}
.support-video-main .video-thumbnail .play-icon {
  bottom: 40%;
  left: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 100%;
  background: #52ADD1;
  position: absolute;
  transform: translate(-50%, -50%);
}
.support-video-main .video-thumbnail .play-icon::before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #52ADD1;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.support-video-main .video-thumbnail .play-icon svg {
  width: 40px;
}
.support-video-main .video-thumbnail .play-icon svg path {
  fill: #ffffff;
}
@media (max-width: 575px) {
  .support-video-main .video-thumbnail .play-icon {
    width: 50px;
    height: 50px;
  }
  .support-video-main .video-thumbnail .play-icon:before {
    width: 50px;
    height: 50px;
  }
  .support-video-main .video-thumbnail .play-icon svg {
    width: 30px;
  }
}
.support-video-main .video-thumbnail .section-description {
  padding: 15px;
  color: #1E1C37;
  min-height: 90px;
  font-weight: 700;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-support .support-title .section-title--medium {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .page-template-template-support .support-block {
    justify-content: center;
  }
}
.page-template-template-support .agreements-block-content {
  background-color: #467FF7 !important;
}
@media (max-width: 991px) {
  .page-template-template-support .agreements-content.row .agreements-block-content a {
    margin: 0 auto;
  }
}
.page-template-template-support .academy-solutions {
  background-color: transparent;
}
.page-template-template-support .academy-solutions .contnt-lft {
  padding-right: 10%;
}
@media (max-width: 1024px) {
  .page-template-template-support .academy-solutions .contnt-lft {
    padding-right: 0;
  }
}
.page-template-template-support .academy-solutions .contnt-lft figure img {
  max-height: 50px;
}
.page-template-template-support .academy-solutions .contnt-lft .section-sub-title {
  color: #1C244B;
}
.page-template-template-support .academy-solutions .contnt-lft .section-description {
  color: #1E1C37;
}
.page-template-template-support .academy-solutions .academy-vid-sec {
  padding-left: 10%;
  position: relative;
}
.page-template-template-support .academy-solutions .academy-vid-sec::before {
  position: absolute;
  content: "";
  left: -7px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #DADADA;
}
@media (max-width: 1023px) {
  .page-template-template-support .academy-solutions .academy-vid-sec {
    padding-left: 0;
  }
  .page-template-template-support .academy-solutions .academy-vid-sec::before {
    display: none;
  }
}
.page-template-template-support .academy-solutions .video-thumb {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-template-support .academy-solutions .video-thumb {
    max-width: 660px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.page-template-template-support .academy-solutions .video-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .page-template-template-support .academy-solutions {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .page-template-template-support .academy-solutions .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-template-support .academy-solutions .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
.page-template-template-support .academy-solutions .play-icon {
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  z-index: 1;
  border-radius: 100%;
  background: #52add1;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.page-template-template-support .academy-solutions .play-icon svg {
  width: 40px;
}
.page-template-template-support .academy-solutions .play-icon svg path {
  fill: #ffffff;
}
.page-template-template-support .academy-solutions .play-icon:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #52add1;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.page-template-template-support .contact-main-banner {
  padding-bottom: 185px;
}
@media (max-width: 1024px) {
  .page-template-template-support .contact-main-banner {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .page-template-template-support .contact-banner.nofees-block h2.section-title--medium {
    font-size: 30px;
  }
  .page-template-template-support p, .page-template-template-support .section-description {
    font-size: 17px;
    line-height: 25px;
  }
  .page-template-template-support .support-title {
    text-align: center;
  }
  .page-template-template-support .support-block .support-brand--block .support-block--data .support-block--heading a {
    font-size: 22px;
  }
  .page-template-template-support .academy-solutions .section-sub-title {
    font-size: 28px;
  }
  .page-template-template-support .agreements-content.row .agreements-block-content .agreements-block-title {
    font-size: 28px;
  }
  .page-template-template-support .support-block .support-brand--block {
    margin: 15px auto;
    height: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  .page-template-template-support .support-block .support-brand--block {
    margin: 15px auto;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .page-template-template-support .agreements-content.row div[class*=col-] {
    width: 50% !important;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .page-template-template-support .agreements-content.row div[class*=col-] {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .page-template-template-support .agreements-content.row div[class*=col-] .col-lg-3 {
    width: 50%;
  }
}

.page-template-template-support .contact-banner.nofees-block .learn-more:hover, .page-template-template-support .contact-banner.nofees-block .learn-more--fill:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #467FF7;
}

.page-template-lottery p, .page-template-lottery .section-title--medium, .page-template-lottery .section-title--medium span, .page-template-lottery .heading-27, .page-template-lottery .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-lottery a, .page-template-lottery .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-lottery a, .page-template-lottery .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-lottery .agreements-block-title, .page-template-lottery .recent-article .most-recent_title, .recent-article .page-template-lottery .most-recent_title, .page-template-lottery .recent-article .most-recent_title a, .recent-article .most-recent_title .page-template-lottery a, .page-template-lottery .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-lottery h3, .page-template-lottery .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .page-template-lottery .most-recent_title, .page-template-lottery .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .page-template-lottery a, .page-template-lottery .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-lottery .pro-title, .page-template-lottery ul, .page-template-lottery ul li, .page-template-lottery ol, .page-template-lottery ol li {
  color: #1E1C37 !important;
}
.page-template-lottery .section-title--medium {
  font-weight: 700;
}
.page-template-lottery .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .container {
  max-width: 1230px;
}
@media (min-width: 1921px) {
  .page-template-lottery .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .container {
    max-width: 1580px;
  }
}
@media (max-width: 1440px) {
  .page-template-lottery .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .container {
    max-width: 1070px;
  }
}
.page-template-lottery .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .page-template-lottery .age-varification--banner.loyalty-banner-main.pos-banner--section.hero-section .loyalty-inner .banner-content {
    padding-right: 0;
  }
}
.page-template-lottery .store-pos .container {
  max-width: 1310px;
}
@media (min-width: 1921px) {
  .page-template-lottery .store-pos .container {
    max-width: 1620px;
  }
}
@media (max-width: 1440px) {
  .page-template-lottery .store-pos .container {
    max-width: 1270px;
  }
}
.page-template-lottery .store-pos .store-pos_image .store-pos_image-underlay {
  height: auto;
  width: 100%;
}
.page-template-lottery .store-pos .store-pos_content {
  padding-left: 60px;
}
@media (min-width: 1921px) {
  .page-template-lottery .store-pos .store-pos_content {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-template-lottery .store-pos .store-pos_content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .page-template-lottery .store-pos .store-pos_content {
    padding-left: 0;
  }
  .page-template-lottery .store-pos .store-pos_content .section-title--medium br {
    display: none;
  }
  .page-template-lottery .store-pos .store-pos_content .description, .page-template-lottery .store-pos .store-pos_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-lottery .store-pos .store-pos_content a.dropdown-item, .page-template-lottery .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-lottery .store-pos .store-pos_content .latest-post-title, .page-template-lottery .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-lottery .store-pos .store-pos_content .content, .page-template-lottery .store-pos .store-pos_content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-lottery .store-pos .store-pos_content .page-numbers {
    margin: 20px 0;
  }
}
@media (max-width: 1440px) {
  .page-template-lottery .store-pos .store-pos_content ul li {
    padding-left: 30px;
  }
}
.page-template-lottery .store-pos .store-pos_content ul li:before {
  top: 4px;
}
@media (min-width: 1921px) {
  .page-template-lottery .store-pos .store-pos_content ul li:before {
    top: 6px;
  }
}
@media (max-width: 1440px) {
  .page-template-lottery .store-pos .store-pos_content ul li:before {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .page-template-lottery .store-pos .store-pos_content ul li:before {
    width: 16px;
    height: 16px;
  }
}
.page-template-lottery .store-pos .store-pos_content ul li:after {
  top: 8px;
}
@media (min-width: 1921px) {
  .page-template-lottery .store-pos .store-pos_content ul li:after {
    top: 10px;
  }
}
@media (max-width: 1440px) {
  .page-template-lottery .store-pos .store-pos_content ul li:after {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .page-template-lottery .store-pos .store-pos_content ul li:after {
    width: 10px;
    height: 10px;
  }
}
.page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.161);
  border-radius: 28px;
  min-height: inherit;
  text-align: center;
}
.page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .heading-27, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .agreements-block-title, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title, .recent-article .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-article .most-recent_title a, .recent-article .most-recent_title .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box h3, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .most-recent_title, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box a, .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box .pro-title {
  background: transparent;
  font-weight: 700;
  text-transform: inherit;
  text-align: center;
  width: 100%;
  margin-top: 0;
  color: #467FF7 !important;
}
@media (max-width: 767px) {
  .page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box {
    border-radius: 20px;
  }
}
.page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section div[class*=col-]:nth-child(3) .market-box,
.page-template-lottery .age-verification--feature.customer-marketplace-main.savetime-reduce--section div[class*=col-]:nth-child(4) .market-box {
  min-height: inherit;
}
.page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section:before {
  top: 0;
}
@media (min-width: 1921px) {
  .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .container {
    max-width: 1460px;
  }
}
@media (max-width: 768px) {
  .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .description, .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section a.dropdown-item, .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .latest-post-title, .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .content, .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .page-numbers {
    margin: 20px 0;
  }
}
.page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box {
  margin: 20px 7px;
}
@media (max-width: 1440px) {
  .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box {
    margin: 15px 5px;
  }
}
@media (max-width: 991px) {
  .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box {
    margin: 15px 0;
  }
}

.lottery-cta {
  background-image: url(/wp-content/themes/goftx/dist/images/stop-lottery-theft-today.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lottery-cta .section-title--medium, .lottery-cta .description, .lottery-cta .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .lottery-cta a.dropdown-item, .lottery-cta .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .lottery-cta .latest-post-title, .lottery-cta .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .lottery-cta .content, .lottery-cta .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .lottery-cta .page-numbers {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .lottery-cta .description, .lottery-cta .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .lottery-cta a.dropdown-item, .lottery-cta .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .lottery-cta .latest-post-title, .lottery-cta .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .lottery-cta .content, .lottery-cta .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .lottery-cta .page-numbers {
    margin: 20px 0;
  }
}

.lottery-management-software {
  background: #F5F9FF;
}
.lottery-management-software .container {
  max-width: 1260px;
}
.lottery-management-software .lottery-box {
  display: block;
  width: 100%;
  background: transparent;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.161);
  border-radius: 10px;
  opacity: 1;
  margin: 40px 0 0;
  padding: 20px;
  height: calc(100% - 40px);
}
@media (min-width: 1921px) {
  .lottery-management-software .lottery-box {
    width: 350px;
  }
}
@media (max-width: 1440px) {
  .lottery-management-software .lottery-box {
    margin: 40px auto 0;
  }
}
@media (max-width: 991px) {
  .lottery-management-software .lottery-box {
    margin: 30px auto 0;
    height: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .lottery-management-software .lottery-box {
    max-width: 300px;
    height: auto;
  }
}
.lottery-management-software .lottery-box img {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .lottery-management-software .lottery-box .heading-27, .lottery-management-software .lottery-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .lottery-management-software .lottery-box a, .lottery-management-software .lottery-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .lottery-management-software .lottery-box a, .lottery-management-software .lottery-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .lottery-management-software .lottery-box .agreements-block-title, .lottery-management-software .lottery-box .recent-article .most-recent_title, .recent-article .lottery-management-software .lottery-box .most-recent_title, .lottery-management-software .lottery-box .recent-article .most-recent_title a, .recent-article .most-recent_title .lottery-management-software .lottery-box a, .lottery-management-software .lottery-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .lottery-management-software .lottery-box h3, .lottery-management-software .lottery-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .lottery-management-software .lottery-box .most-recent_title, .lottery-management-software .lottery-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .lottery-management-software .lottery-box a, .lottery-management-software .lottery-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .lottery-management-software .lottery-box .pro-title {
    min-height: 56px;
  }
}
@media (max-width: 991px) {
  .lottery-management-software .lottery-box .heading-27, .lottery-management-software .lottery-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .lottery-management-software .lottery-box a, .lottery-management-software .lottery-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .lottery-management-software .lottery-box a, .lottery-management-software .lottery-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .lottery-management-software .lottery-box .agreements-block-title, .lottery-management-software .lottery-box .recent-article .most-recent_title, .recent-article .lottery-management-software .lottery-box .most-recent_title, .lottery-management-software .lottery-box .recent-article .most-recent_title a, .recent-article .most-recent_title .lottery-management-software .lottery-box a, .lottery-management-software .lottery-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .lottery-management-software .lottery-box h3, .lottery-management-software .lottery-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .lottery-management-software .lottery-box .most-recent_title, .lottery-management-software .lottery-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .lottery-management-software .lottery-box a, .lottery-management-software .lottery-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .lottery-management-software .lottery-box .pro-title {
    min-height: inherit;
  }
}
.lottery-management-software a.lottery-box:hover {
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.161);
}
.lottery-management-software a.lottery-box:hover .heading-27, .lottery-management-software a.lottery-box:hover .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .lottery-management-software a.lottery-box:hover a, .lottery-management-software a.lottery-box:hover .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .lottery-management-software a.lottery-box:hover a, .lottery-management-software a.lottery-box:hover .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .lottery-management-software a.lottery-box:hover .agreements-block-title, .lottery-management-software a.lottery-box:hover .recent-article .most-recent_title, .recent-article .lottery-management-software a.lottery-box:hover .most-recent_title, .lottery-management-software a.lottery-box:hover .recent-article .most-recent_title a, .recent-article .most-recent_title .lottery-management-software a.lottery-box:hover a, .lottery-management-software a.lottery-box:hover .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .lottery-management-software a.lottery-box:hover h3, .lottery-management-software a.lottery-box:hover .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .lottery-management-software a.lottery-box:hover .most-recent_title, .lottery-management-software a.lottery-box:hover .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .lottery-management-software a.lottery-box:hover a, .lottery-management-software a.lottery-box:hover .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .lottery-management-software a.lottery-box:hover .pro-title {
  color: #467FF7 !important;
}
@media (min-width: 1921px) {
  .lottery-management-software .container {
    max-width: 1560px;
  }
}

.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section {
  background: #F5F9FF;
  position: relative;
  z-index: 1;
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av {
  background: transparent;
}
@media (max-width: 991px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section {
    padding-top: 30px;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .container {
  max-width: 840px;
}
@media (min-width: 1921px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .container {
    max-width: 1100px;
  }
}
@media (max-width: 1440px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .container {
    max-width: 770px;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section::before {
  content: "";
  background-image: url(/wp-content/themes/goftx/dist/images/pos-lottery-management-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .av-feature--video {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border: 5px solid #2568B9;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .av-feature--video:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: -1;
  animation: fadeRoundtrans 0.8s linear 2s infinite alternate;
}
@media (max-width: 991px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .av-feature--video {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .av-feature--video {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .av-feature--video svg {
  width: 65px;
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .av-feature--video svg path {
  fill: #2568B9;
}
@media (max-width: 991px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .av-feature--video svg {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .av-feature--video svg {
    width: 30px;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img {
  margin-top: 40px;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
@media (max-width: 1600px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img {
    margin-top: 20px;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.22);
  }
}
@media (max-width: 1440px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img {
    margin: 20px 0 0;
  }
}
@media (max-width: 991px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img {
    margin-top: 0;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .savetime-reduce_img img {
  box-shadow: none;
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-place--content {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-place--content {
    padding: 10px 0;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .section-title--medium, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .description, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section a.dropdown-item, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .latest-post-title, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .content, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .page-numbers {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .description, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section a.dropdown-item, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .latest-post-title, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .content, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .page-numbers {
    margin: 20px 0 10px;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .container {
  max-width: 1800px !important;
}
@media (min-width: 1921px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .container {
    max-width: 2200px !important;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .market-box {
  padding: 30px;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 1770px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .market-box {
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .market-box {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .market-box {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .market-box {
    padding: 20px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .market-box {
    min-height: inherit !important;
    height: auto;
  }
}
.pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .section-title--medium, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .description, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av a.dropdown-item, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .latest-post-title, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .content, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .page-numbers {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .description, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av a.dropdown-item, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .latest-post-title, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .content, .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .page-numbers {
    margin: 20px 0 10px;
  }
}

.lottery-pos-system {
  background: #EAF1FE;
}
@media (min-width: 1921px) {
  .lottery-pos-system .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .lottery-pos-system .container {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .lottery-pos-system .container {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .lottery-pos-system .container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .lottery-pos-system .description, .lottery-pos-system .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .lottery-pos-system a.dropdown-item, .lottery-pos-system .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .lottery-pos-system .latest-post-title, .lottery-pos-system .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .lottery-pos-system .content, .lottery-pos-system .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .lottery-pos-system .page-numbers {
    margin: 20px 0;
  }
}
.lottery-pos-system .button-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .lottery-pos-system .button-group {
    margin-top: 20px;
  }
}
.lottery-pos-system .button-group .btn-blue-outline {
  margin-left: 20px;
  background: transparent;
}
.lottery-pos-system .button-group .btn-blue-outline:hover {
  background: #467FF7;
}
@media (max-width: 767px) {
  .lottery-pos-system .button-group .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}
.lottery-pos-system .slick-slide {
  display: flex !important;
  justify-content: center;
}
.lottery-pos-system .lottery-brands .heading-27, .lottery-pos-system .lottery-brands .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .lottery-pos-system .lottery-brands a, .lottery-pos-system .lottery-brands .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .lottery-pos-system .lottery-brands a, .lottery-pos-system .lottery-brands .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .lottery-pos-system .lottery-brands .agreements-block-title, .lottery-pos-system .lottery-brands .recent-article .most-recent_title, .recent-article .lottery-pos-system .lottery-brands .most-recent_title, .lottery-pos-system .lottery-brands .recent-article .most-recent_title a, .recent-article .most-recent_title .lottery-pos-system .lottery-brands a, .lottery-pos-system .lottery-brands .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .lottery-pos-system .lottery-brands h3, .lottery-pos-system .lottery-brands .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .lottery-pos-system .lottery-brands .most-recent_title, .lottery-pos-system .lottery-brands .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .lottery-pos-system .lottery-brands a, .lottery-pos-system .lottery-brands .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .lottery-pos-system .lottery-brands .pro-title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .lottery-pos-system .lottery-brands .heading-27, .lottery-pos-system .lottery-brands .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .lottery-pos-system .lottery-brands a, .lottery-pos-system .lottery-brands .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .lottery-pos-system .lottery-brands a, .lottery-pos-system .lottery-brands .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .lottery-pos-system .lottery-brands .agreements-block-title, .lottery-pos-system .lottery-brands .recent-article .most-recent_title, .recent-article .lottery-pos-system .lottery-brands .most-recent_title, .lottery-pos-system .lottery-brands .recent-article .most-recent_title a, .recent-article .most-recent_title .lottery-pos-system .lottery-brands a, .lottery-pos-system .lottery-brands .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .lottery-pos-system .lottery-brands h3, .lottery-pos-system .lottery-brands .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .lottery-pos-system .lottery-brands .most-recent_title, .lottery-pos-system .lottery-brands .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .lottery-pos-system .lottery-brands a, .lottery-pos-system .lottery-brands .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .lottery-pos-system .lottery-brands .pro-title {
    margin-bottom: 0;
  }
}
.lottery-pos-system .brand-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F5F9FF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.161);
  border-radius: 10px;
  width: calc(100% - 30px);
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.lottery-pos-system .brand-box:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
}
.lottery-pos-system .brand-box:hover .brand-identity,
.lottery-pos-system .brand-box:hover .brand-name {
  color: #467FF7 !important;
}
@media (max-width: 1440px) {
  .lottery-pos-system .brand-box {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1200px) {
  .lottery-pos-system .brand-box {
    padding: 20px 25px;
  }
}
@media (max-width: 768px) {
  .lottery-pos-system .brand-box {
    margin-top: 20px;
    padding: 20px;
  }
}
.lottery-pos-system .brand-box .brand-image {
  margin-bottom: 10px;
}
.lottery-pos-system .brand-box .brand-image img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .lottery-pos-system .brand-box .brand-image img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .lottery-pos-system .brand-box .brand-image img {
    height: 40px;
    width: auto;
  }
}
.lottery-pos-system .brand-box .brand-identity,
.lottery-pos-system .brand-box .brand-name {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #324a6d !important;
  width: 100%;
}
@media (min-width: 1921px) {
  .lottery-pos-system .brand-box .brand-identity,
  .lottery-pos-system .brand-box .brand-name {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .lottery-pos-system .brand-box .brand-identity,
  .lottery-pos-system .brand-box .brand-name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.lottery-pos-system .brand-box .brand-identity {
  font-weight: 700;
}
@media (max-width: 768px) {
  .lottery-pos-system .brand-box .brand-identity {
    min-height: 55px;
  }
}
@media (max-width: 575px) {
  .lottery-pos-system .brand-box .brand-identity {
    min-height: inherit;
  }
}
.lottery-pos-system .slick-prev, .lottery-pos-system .slick-next {
  width: 55px;
  height: 55px;
}
@media (max-width: 1440px) {
  .lottery-pos-system .slick-prev, .lottery-pos-system .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .lottery-pos-system .slick-dots li button:before {
    font-size: 15px;
    color: #467FF7;
    opacity: 0.5;
  }
  .lottery-pos-system .slick-dots li.slick-active button:before {
    opacity: 1;
  }
}

@media (min-width: 1921px) {
  .faq-section .accordion .card h3.card-header button {
    font-size: 27px;
    line-height: 37px;
  }
  .faq-section .accordion .card h3.card-header button .fa {
    font-size: 21px;
    top: 19px;
  }
}

.lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section {
  background: #c9e8f6;
}
.lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av {
  background: inherit;
}
.lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .container {
    max-width: 1460px;
  }
}

@media (max-width: 767px) {
  html[lang=es-ES] .page-template-lottery .lottery-tracking--tools.age-verification--feature.customer-marketplace-main.savetime-reduce--section .market-box,
  html[lang=es-ES] .pos-lottery---management.age-verification--feature.customer-marketplace-main.savetime-reduce--section .customer-rewards--subsection.customer-rewards--subsection_av .market-box {
    min-height: inherit !important;
  }
}

.page-template-template-black-friday .ftx-pos--page .savetime-reduce--section {
  background: transparent;
}
.page-template-template-black-friday .ftx-pos--page .savetime-reduce--section:before {
  content: "";
}
.page-template-template-black-friday .fb-ads-section .heading-h2 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 45px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .page-template-template-black-friday .fb-ads-section .heading-h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
  }
}
@media (max-width: 1600px) {
  .page-template-template-black-friday .fb-ads-section .heading-h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-black-friday .fb-ads-section .heading-h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-black-friday .fb-ads-section .heading-h2 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-template-template-black-friday .fb-ads-section .heading-h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
.page-template-template-black-friday .fb-ads-section .heading-h2 span {
  color: #FF5722;
  text-transform: inherit;
}
.page-template-template-black-friday .fb-ads-section .heading-h2 label {
  font-weight: 600;
  line-height: normal;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 1921px) {
  .page-template-template-black-friday .fb-ads-section .heading-h2 label {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 1350px) {
  .page-template-template-black-friday .fb-ads-section .heading-h2 label {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .page-template-template-black-friday .fb-ads-section .heading-h2 label {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.page-template-template-black-friday .fb-ads-section p, .page-template-template-black-friday .fb-ads-section ul, .page-template-template-black-friday .fb-ads-section ul li, .page-template-template-black-friday .fb-ads-section a, .page-template-template-black-friday .fb-ads-section button {
  font-weight: 400;
  color: #000000;
}
@media (min-width: 1921px) {
  .page-template-template-black-friday .fb-ads-section .container {
    max-width: 1580px;
  }
}
.page-template-template-black-friday .fb-ads-section .fb-ads--form {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--form .description, .page-template-template-black-friday .fb-ads-section .fb-ads--form .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-black-friday .fb-ads-section .fb-ads--form a.dropdown-item, .page-template-template-black-friday .fb-ads-section .fb-ads--form .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-black-friday .fb-ads-section .fb-ads--form .latest-post-title, .page-template-template-black-friday .fb-ads-section .fb-ads--form .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-black-friday .fb-ads-section .fb-ads--form .content, .page-template-template-black-friday .fb-ads-section .fb-ads--form .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-black-friday .fb-ads-section .fb-ads--form .page-numbers {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--form {
    padding-right: 0;
  }
}
.page-template-template-black-friday .fb-ads-section .fb-ads--block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  padding-left: 50px;
}
@media (max-width: 1366px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block {
    padding-left: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block {
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .page-template-template-black-friday .fb-ads-section .fb-ads--block:first-child {
    margin-top: 0;
  }
}
.page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon {
  width: 130px;
  height: 130px;
  background: #467FF7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1366px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1366px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon img {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon img {
    width: 30px;
  }
}
.page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon::before {
  content: "";
  background-color: rgba(70, 127, 247, 0.5);
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  z-index: -1;
  animation: rounder 0.8s linear 2s infinite alternate;
}
@media (max-width: 1366px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon::before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--icon::before {
    width: 90px;
    height: 90px;
  }
}
.page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content {
  width: calc(100% - 170px);
}
@media (max-width: 1366px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1024px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content {
    width: calc(100% - 130px);
  }
}
@media (max-width: 575px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content {
    width: 100%;
  }
}
.page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .heading-27, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .agreements-block-title, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .recent-article .most-recent_title, .recent-article .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .most-recent_title, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .recent-article .most-recent_title a, .recent-article .most-recent_title .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content h3, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .most-recent_title, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .pro-title {
  color: #222222;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .heading-27, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .agreements-block-title, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .recent-article .most-recent_title, .recent-article .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .most-recent_title, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .recent-article .most-recent_title a, .recent-article .most-recent_title .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content h3, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .most-recent_title, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .pro-title {
    margin-top: 20px;
  }
}
.page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .description, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content a.dropdown-item, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .latest-post-title, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .content, .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-black-friday .fb-ads-section .fb-ads--block .fb-ads--content .page-numbers {
  margin: 0;
}
.page-template-template-black-friday .reduce-cost--section.access-control-main .description, .page-template-template-black-friday .reduce-cost--section.access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-black-friday .reduce-cost--section.access-control-main a.dropdown-item, .page-template-template-black-friday .reduce-cost--section.access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-black-friday .reduce-cost--section.access-control-main .latest-post-title, .page-template-template-black-friday .reduce-cost--section.access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-black-friday .reduce-cost--section.access-control-main .content, .page-template-template-black-friday .reduce-cost--section.access-control-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-black-friday .reduce-cost--section.access-control-main .page-numbers {
  color: #1C244B !important;
}
.page-template-template-black-friday .ftx-pos-dashboard-main {
  background: linear-gradient(0deg, rgb(7, 16, 82) 0%, rgb(30, 71, 206) 100%);
}

html[lang=es-ES] .page-template-template-black-friday .business-growth--section .container {
  max-width: 1000px;
}
html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .description, html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block a.dropdown-item, html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .latest-post-title, html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .content, html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .page-numbers {
  margin: 0;
}
html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .description br, html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block a.dropdown-item br, html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .latest-post-title br, html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .content br, html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination html[lang=es-ES] .page-template-template-black-friday .business-growth--section .business-growth--block .page-numbers br {
  display: none;
}

@media (min-width: 1921px) {
  .login--page .container {
    max-width: 1620px;
  }
}
@media (min-width: 1440px) {
  .login--page .container {
    max-width: 1200px;
  }
}
.login--page .btn-blue, .login--page .btn-blue-outline, .login--page .cta-green, .login--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .login--page .nav-link {
  padding: 15px 36px;
}
.login--page .btn-blue.btn-orange, .login--page .btn-orange.btn-blue-outline, .login--page .btn-orange.cta-green, .login--page .pricing-data--table #pricingTab .nav-item .btn-orange.nav-link, .pricing-data--table #pricingTab .nav-item .login--page .btn-orange.nav-link {
  background: #FF5722;
  border: 1px solid #707070;
}
.login--page .btn-blue.btn-orange:hover, .login--page .btn-orange.btn-blue-outline:hover, .login--page .btn-orange.cta-green:hover, .login--page .pricing-data--table #pricingTab .nav-item .btn-orange.nav-link:hover, .pricing-data--table #pricingTab .nav-item .login--page .btn-orange.nav-link:hover {
  background: #ffffff;
  color: #FF5722;
}
.login--page p, .login--page ul, .login--page ul li, .login--page .description, .login--page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .login--page a.dropdown-item, .login--page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .latest-post-title, .login--page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .content, .login--page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .login--page .page-numbers {
  color: #000000;
}
.login--page img {
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .login--page img {
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.login--page .login-banner {
  background: url(/wp-content/themes/goftx/dist/images/login-banner-bg.png) no-repeat center/cover;
}
@media (max-width: 1440px) {
  .login--page .login-banner .banner-desc {
    max-width: 550px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .login--page .login-banner .banner-desc {
    text-align: center;
    max-width: 100%;
  }
}
.login--page .login-banner .banner-desc .title-space, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .heading-27, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .savetime-reduce--section .description, .savetime-reduce--section .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .pos-modern-retail--section .description, .pos-modern-retail--section .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .login--page .login-banner .banner-desc .section-title--medium, .login--page .login-banner .banner-desc .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .login--page .login-banner .banner-desc .own-content, .login--page .login-banner .banner-desc .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .login--page .login-banner .banner-desc .sub-description, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .login--page .login-banner .banner-desc .agreements-block-title, .login--page .login-banner .banner-desc .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .agreements-block-title, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .login--page .login-banner .banner-desc h3, .login--page .login-banner .banner-desc .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc h3, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .login--page .login-banner .banner-desc .pro-title, .login--page .login-banner .banner-desc .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .pro-title {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .login--page .login-banner .banner-desc .title-space, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .heading-27, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .savetime-reduce--section .description, .savetime-reduce--section .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .pos-modern-retail--section .description, .pos-modern-retail--section .login--page .login-banner .banner-desc .description, .login--page .login-banner .banner-desc .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .login--page .login-banner .banner-desc a.dropdown-item, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .login--page .login-banner .banner-desc .section-title--medium, .login--page .login-banner .banner-desc .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .login--page .login-banner .banner-desc .own-content, .login--page .login-banner .banner-desc .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .login--page .login-banner .banner-desc .sub-description, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .login--page .login-banner .banner-desc .agreements-block-title, .login--page .login-banner .banner-desc .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .agreements-block-title, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .login--page .login-banner .banner-desc h3, .login--page .login-banner .banner-desc .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc h3, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .most-recent_title, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc a, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .login--page .login-banner .banner-desc .latest-post-title, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .login--page .login-banner .banner-desc .content, .login--page .login-banner .banner-desc .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .login--page .login-banner .banner-desc .page-numbers, .login--page .login-banner .banner-desc .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .login--page .login-banner .banner-desc .pro-title, .login--page .login-banner .banner-desc .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .login--page .login-banner .banner-desc .pro-title {
    margin: 20px 0;
  }
}
.login--page .login-banner .banner-desc .heading-45 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .login--page .login-banner .banner-desc .heading-45 {
    margin: 0;
  }
}
.login--page .login-banner .banner-desc .heading-45, .login--page .login-banner .banner-desc .heading-40 {
  color: #ffffff;
}
.login--page .login-banner .banner-desc .heading-40 {
  font-weight: 600;
  display: inline-block;
}
.login--page .login-banner .banner-desc .banner-signup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.login--page .login-banner .banner-desc .banner-signup .description, .login--page .login-banner .banner-desc .banner-signup .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc .banner-signup a.dropdown-item, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .banner-signup .latest-post-title, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .banner-signup .content, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .banner-signup .page-numbers {
  font-size: 22px;
  margin: 0 15px 0 0;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .login--page .login-banner .banner-desc .banner-signup .description, .login--page .login-banner .banner-desc .banner-signup .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc .banner-signup a.dropdown-item, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .banner-signup .latest-post-title, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .banner-signup .content, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .banner-signup .page-numbers {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .login--page .login-banner .banner-desc .banner-signup .description, .login--page .login-banner .banner-desc .banner-signup .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc .banner-signup a.dropdown-item, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .banner-signup .latest-post-title, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .banner-signup .content, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .banner-signup .page-numbers {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .login--page .login-banner .banner-desc .banner-signup {
    justify-content: center;
    flex-direction: column;
  }
  .login--page .login-banner .banner-desc .banner-signup .description, .login--page .login-banner .banner-desc .banner-signup .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .login--page .login-banner .banner-desc .banner-signup a.dropdown-item, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .banner-signup .latest-post-title, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .login-banner .banner-desc .banner-signup .content, .login--page .login-banner .banner-desc .banner-signup .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .login--page .login-banner .banner-desc .banner-signup .page-numbers {
    margin: 0;
  }
  .login--page .login-banner .banner-desc .banner-signup .btn-blue, .login--page .login-banner .banner-desc .banner-signup .btn-blue-outline, .login--page .login-banner .banner-desc .banner-signup .cta-green, .login--page .login-banner .banner-desc .banner-signup .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .login--page .login-banner .banner-desc .banner-signup .nav-link {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .login--page .login-banner .banner-image {
    text-align: center;
    margin: 0 auto;
  }
}
.login--page .pos-stores {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #ECF7FE 17%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.login--page .pos-stores .retail-pos-store.section-space-top:nth-child(4), .login--page .pos-stores .retail-pos-store.section-space-top:nth-child(3), .login--page .pos-stores .retail-pos-store.section-space-top:nth-child(2) {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .login--page .pos-stores .retail-pos-store {
    max-width: 600px;
    margin: 0 auto 25px;
    width: 100%;
    padding: 0 !important;
  }
  .login--page .pos-stores .retail-pos-store:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .login--page .pos-stores .retail-pos-store .pos-store--image {
    max-width: 450px;
    margin: 0 auto;
  }
}
.login--page .pos-stores .retail-pos-store .pos-store--content {
  padding-left: 60px;
  max-width: 560px;
  width: 100%;
}
@media (min-width: 1921px) {
  .login--page .pos-stores .retail-pos-store .pos-store--content {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .login--page .pos-stores .retail-pos-store .pos-store--content {
    max-width: 500px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .login--page .pos-stores .retail-pos-store .pos-store--content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .login--page .pos-stores .retail-pos-store .pos-store--content {
    text-align: center;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .login--page .pos-stores .retail-pos-store .pos-store--content .title-space, .login--page .pos-stores .retail-pos-store .pos-store--content .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .login--page .pos-stores .retail-pos-store .pos-store--content .description, .login--page .pos-stores .retail-pos-store .pos-store--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .login--page .pos-stores .retail-pos-store .pos-store--content .description, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .login--page .pos-stores .retail-pos-store .pos-store--content .description, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content .heading-27, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .login--page .pos-stores .retail-pos-store .pos-store--content .description, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .savetime-reduce--section .description, .savetime-reduce--section .login--page .pos-stores .retail-pos-store .pos-store--content .description, .login--page .pos-stores .retail-pos-store .pos-store--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .pos-modern-retail--section .description, .pos-modern-retail--section .login--page .pos-stores .retail-pos-store .pos-store--content .description, .login--page .pos-stores .retail-pos-store .pos-store--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .login--page .pos-stores .retail-pos-store .pos-store--content a.dropdown-item, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .login--page .pos-stores .retail-pos-store .pos-store--content .section-title--medium, .login--page .pos-stores .retail-pos-store .pos-store--content .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .login--page .pos-stores .retail-pos-store .pos-store--content .own-content, .login--page .pos-stores .retail-pos-store .pos-store--content .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .login--page .pos-stores .retail-pos-store .pos-store--content .sub-description, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .login--page .pos-stores .retail-pos-store .pos-store--content .agreements-block-title, .login--page .pos-stores .retail-pos-store .pos-store--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content .agreements-block-title, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .login--page .pos-stores .retail-pos-store .pos-store--content .most-recent_title, .login--page .pos-stores .retail-pos-store .pos-store--content .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content .most-recent_title, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .login--page .pos-stores .retail-pos-store .pos-store--content h3, .login--page .pos-stores .retail-pos-store .pos-store--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content h3, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .login--page .pos-stores .retail-pos-store .pos-store--content .most-recent_title, .login--page .pos-stores .retail-pos-store .pos-store--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .login--page .pos-stores .retail-pos-store .pos-store--content .most-recent_title, .login--page .pos-stores .retail-pos-store .pos-store--content .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content .most-recent_title, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content a, .login--page .pos-stores .retail-pos-store .pos-store--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .login--page .pos-stores .retail-pos-store .pos-store--content .latest-post-title, .login--page .pos-stores .retail-pos-store .pos-store--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .login--page .pos-stores .retail-pos-store .pos-store--content .content, .login--page .pos-stores .retail-pos-store .pos-store--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .login--page .pos-stores .retail-pos-store .pos-store--content .page-numbers, .login--page .pos-stores .retail-pos-store .pos-store--content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .login--page .pos-stores .retail-pos-store .pos-store--content .pro-title, .login--page .pos-stores .retail-pos-store .pos-store--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .login--page .pos-stores .retail-pos-store .pos-store--content .pro-title {
    margin: 20px 0;
  }
}
.login--page .pos-stores .retail-pos-store .pos-store--content .btn-blue, .login--page .pos-stores .retail-pos-store .pos-store--content .btn-blue-outline, .login--page .pos-stores .retail-pos-store .pos-store--content .cta-green, .login--page .pos-stores .retail-pos-store .pos-store--content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .login--page .pos-stores .retail-pos-store .pos-store--content .nav-link {
  background: #2568B9;
  border-color: #2568B9;
}
.login--page .pos-stores .retail-pos-store .pos-store--content .btn-blue:hover, .login--page .pos-stores .retail-pos-store .pos-store--content .btn-blue-outline:hover, .login--page .pos-stores .retail-pos-store .pos-store--content .cta-green:hover, .login--page .pos-stores .retail-pos-store .pos-store--content .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .login--page .pos-stores .retail-pos-store .pos-store--content .nav-link:hover {
  background: transparent;
  color: #2568B9;
}
.login--page .pos-stores .retail-pos-store:nth-child(even) .row {
  flex-direction: row-reverse;
}
.login--page .pos-stores .retail-pos-store:nth-child(even) .col-md-6 + .col-md-6 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .login--page .pos-stores .retail-pos-store:nth-child(even) .col-md-6 + .col-md-6 {
    justify-content: center;
  }
}
.login--page .pos-stores .retail-pos-store:nth-child(even) .pos-store--content {
  text-align: right;
  padding-right: 60px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .login--page .pos-stores .retail-pos-store:nth-child(even) .pos-store--content {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .login--page .pos-stores .retail-pos-store:nth-child(even) .pos-store--content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .login--page .pos-stores .retail-pos-store:nth-child(even) .pos-store--content {
    padding-right: 0;
    text-align: center;
  }
}
.login--page .anroid-app {
  background: #041640;
}
@media (min-width: 1921px) {
  .login--page .anroid-app .container {
    max-width: 1800px;
  }
}
@media (max-width: 1440px) {
  .login--page .anroid-app .container {
    max-width: 1300px;
  }
}
.login--page .anroid-app .heading-45 {
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .login--page .anroid-app .heading-45 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .login--page .anroid-app .heading-45 {
    margin-bottom: 20px;
  }
}
.login--page .anroid-app .software-apps {
  background: #1B6DF7;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .login--page .anroid-app .software-apps {
    max-width: 700px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .login--page .anroid-app .software-apps {
    max-width: 95%;
    border-radius: 12px;
  }
}
.login--page .anroid-app .software-apps .software-apps--image {
  width: 50%;
}
.login--page .anroid-app .software-apps .software-apps--image img {
  border-radius: 12px 0 0 12px;
  height: 100%;
}
@media (max-width: 767px) {
  .login--page .anroid-app .software-apps .software-apps--image img {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 480px) {
  .login--page .anroid-app .software-apps .software-apps--image {
    width: 100%;
  }
  .login--page .anroid-app .software-apps .software-apps--image img {
    border-radius: 12px 12px 0 0;
    width: 100%;
  }
}
.login--page .anroid-app .software-apps .software-apps--content {
  width: 50%;
  color: #ffffff;
  padding: 50px 25px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .login--page .anroid-app .software-apps .software-apps--content {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .login--page .anroid-app .software-apps .software-apps--content {
    width: 100%;
    text-align: center;
  }
}
.login--page .anroid-app .software-apps .software-apps--content .heading-27, .login--page .anroid-app .software-apps .software-apps--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .login--page .anroid-app .software-apps .software-apps--content a, .login--page .anroid-app .software-apps .software-apps--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .login--page .anroid-app .software-apps .software-apps--content a, .login--page .anroid-app .software-apps .software-apps--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .login--page .anroid-app .software-apps .software-apps--content .agreements-block-title, .login--page .anroid-app .software-apps .software-apps--content .recent-article .most-recent_title, .recent-article .login--page .anroid-app .software-apps .software-apps--content .most-recent_title, .login--page .anroid-app .software-apps .software-apps--content .recent-article .most-recent_title a, .recent-article .most-recent_title .login--page .anroid-app .software-apps .software-apps--content a, .login--page .anroid-app .software-apps .software-apps--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .login--page .anroid-app .software-apps .software-apps--content h3, .login--page .anroid-app .software-apps .software-apps--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .login--page .anroid-app .software-apps .software-apps--content .most-recent_title, .login--page .anroid-app .software-apps .software-apps--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .login--page .anroid-app .software-apps .software-apps--content a, .login--page .anroid-app .software-apps .software-apps--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .login--page .anroid-app .software-apps .software-apps--content .pro-title {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .login--page .anroid-app .software-apps .software-apps--content .heading-27.mb-30, .login--page .anroid-app .software-apps .software-apps--content .pos-modern-retail--section .pos-modern-retail--link li a.mb-30, .pos-modern-retail--section .pos-modern-retail--link li .login--page .anroid-app .software-apps .software-apps--content a.mb-30, .login--page .anroid-app .software-apps .software-apps--content .support-block .support-brand--block .support-block--data .support-block--heading a.mb-30, .support-block .support-brand--block .support-block--data .support-block--heading .login--page .anroid-app .software-apps .software-apps--content a.mb-30, .login--page .anroid-app .software-apps .software-apps--content .agreements-content.row .agreements-block-content .mb-30.agreements-block-title, .agreements-content.row .agreements-block-content .login--page .anroid-app .software-apps .software-apps--content .mb-30.agreements-block-title, .login--page .anroid-app .software-apps .software-apps--content .recent-article .mb-30.most-recent_title, .recent-article .login--page .anroid-app .software-apps .software-apps--content .mb-30.most-recent_title, .login--page .anroid-app .software-apps .software-apps--content .recent-article .most-recent_title a.mb-30, .recent-article .most-recent_title .login--page .anroid-app .software-apps .software-apps--content a.mb-30, .login--page .anroid-app .software-apps .software-apps--content .pos-solutions .pos-solutions_block .pos-solutions_data h3.mb-30, .pos-solutions .pos-solutions_block .pos-solutions_data .login--page .anroid-app .software-apps .software-apps--content h3.mb-30, .login--page .anroid-app .software-apps .software-apps--content .recent-library_section .recent-library .mb-30.most-recent_title, .recent-library_section .recent-library .login--page .anroid-app .software-apps .software-apps--content .mb-30.most-recent_title, .login--page .anroid-app .software-apps .software-apps--content .recent-library_section .recent-library .most-recent_title a.mb-30, .recent-library_section .recent-library .most-recent_title .login--page .anroid-app .software-apps .software-apps--content a.mb-30, .login--page .anroid-app .software-apps .software-apps--content .hardware-product-section .hardware-product-row .hard-box .mb-30.pro-title, .hardware-product-section .hardware-product-row .hard-box .login--page .anroid-app .software-apps .software-apps--content .mb-30.pro-title {
    margin-bottom: 20px;
  }
}
.login--page .anroid-app .software-apps .software-apps--content .description, .login--page .anroid-app .software-apps .software-apps--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .login--page .anroid-app .software-apps .software-apps--content a.dropdown-item, .login--page .anroid-app .software-apps .software-apps--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .anroid-app .software-apps .software-apps--content .latest-post-title, .login--page .anroid-app .software-apps .software-apps--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .login--page .anroid-app .software-apps .software-apps--content .content, .login--page .anroid-app .software-apps .software-apps--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .login--page .anroid-app .software-apps .software-apps--content .page-numbers {
  color: #ffffff;
}
.login--page .anroid-app .software-apps .software-apps--content .read-more {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 480px) {
  .login--page .anroid-app .software-apps .software-apps--content .read-more {
    justify-content: center;
    margin-top: 0;
  }
}
.login--page .anroid-app .software-apps .software-apps--content .read-more::before {
  background: url(/wp-content/themes/goftx/dist/images/app-icon.svg) no-repeat center/cover;
  content: "";
  width: 26px;
  height: 31px;
  margin-right: 10px;
}
.login--page .anroid-app .software-apps .software-apps--content .read-more span {
  margin-left: 5px;
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
}
.login--page .anroid-app .software-apps .software-apps--content .read-more span svg {
  width: 20px;
  height: auto;
  position: relative;
  top: 2px;
}
.login--page .anroid-app .software-apps .software-apps--content .read-more span svg path {
  fill: #ffffff;
}
.login--page .anroid-app .software-apps .software-apps--content .read-more:hover span {
  margin-left: 15px;
}
.login--page .anroid-app .row div[class*=col-]:last-child .software-apps {
  background: #5688AF;
}
@media (min-width: 1921px) {
  .login--page .cta-popup .modal-header .modal-title {
    font-size: 30px;
    padding-right: 30px;
  }
}

.newto-pos.blog-form-main {
  background: #ffffff;
  background-image: url(/wp-content/themes/goftx/dist/images/login-form-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
}
@media (max-width: 1024px) {
  .newto-pos.blog-form-main {
    background-image: unset;
  }
}
.newto-pos.blog-form-main .container {
  max-width: 1640px;
}
@media (max-width: 1080px) {
  .newto-pos.blog-form-main .container {
    padding: 0;
  }
}
.newto-pos.blog-form-main:before {
  content: "";
  background: #1B6DF7;
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1366px) {
  .newto-pos.blog-form-main:before {
    content: none;
  }
}
.newto-pos.blog-form-main .blog-main_title {
  color: #ffffff;
}
.newto-pos.blog-form-main p {
  color: #ffffff;
}
@media (max-width: 1080px) {
  .newto-pos.blog-form-main .blog-form-inner {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .newto-pos.blog-form-main .blog-form-inner .form-content-iframe {
    padding: 60px 20px 20px;
  }
}
.newto-pos.blog-form-main .blog-form-inner .form-content {
  background: #1B6DF7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 50px 20px 20px;
}
@media (max-width: 1080px) {
  .newto-pos.blog-form-main .blog-form-inner .form-content {
    align-items: center;
    padding: 30px 20px 60px 20px;
  }
}
.newto-pos.blog-form-main .blog-form-inner .form-content::before {
  background: #1B6DF7;
}
.newto-pos.blog-form-main .blog-form-inner .form-content::after {
  top: 50%;
  transform: translateY(-50%);
  width: 85px;
  height: 85px;
  background: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.161);
  border: 0;
  border-radius: 50%;
  right: -42px;
  content: "or";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1B6DF7;
}
@media (max-width: 1080px) {
  .newto-pos.blog-form-main .blog-form-inner .form-content::after {
    top: 100%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  .newto-pos.blog-form-main .blog-form-inner .form-content::after {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }
}
.newto-pos.blog-form-main .call-us-link {
  padding-left: 60px;
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .newto-pos.blog-form-main .call-us-link {
    margin-top: 20px;
  }
}
.newto-pos.blog-form-main .call-us-link::before {
  background: url(/wp-content/themes/goftx/dist/images/phon-icon.svg) no-repeat center/cover;
  content: "";
  width: 43px;
  height: 38px;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newto-pos.blog-form-main .call-us-link p, .newto-pos.blog-form-main .call-us-link a {
  color: #ffffff;
}
.newto-pos.blog-form-main .call-us-link p {
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .newto-pos.blog-form-main .call-us-link .heading-40 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .newto-pos.blog-form-main .call-us-link .heading-40 {
    font-size: 24px;
  }
}

.newto-pos.blog-form-main .watch-a-demo---form.wpforms-container .wpforms-submit-container {
  display: flex;
  justify-content: center;
}
.newto-pos.blog-form-main .watch-a-demo---form.wpforms-container .wpforms-submit-container .wpforms-submit {
  width: auto !important;
}

html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content {
  padding: 20px 25px;
}
html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .heading-27, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content a, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content a, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .agreements-block-title, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .recent-article .most-recent_title, .recent-article html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .most-recent_title, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .recent-article .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content a, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content h3, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .most-recent_title, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content a, html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .login--page .anroid-app .software-apps .software-apps--content .pro-title {
  margin-bottom: 20px !important;
}

.page-bi-inventory p, .page-bi-inventory .header-h1, .page-bi-inventory .heading-46, .page-bi-inventory .heading-27, .page-bi-inventory .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-bi-inventory a, .page-bi-inventory .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-bi-inventory a, .page-bi-inventory .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-bi-inventory .agreements-block-title, .page-bi-inventory .recent-article .most-recent_title, .recent-article .page-bi-inventory .most-recent_title, .page-bi-inventory .recent-article .most-recent_title a, .recent-article .most-recent_title .page-bi-inventory a, .page-bi-inventory .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-bi-inventory h3, .page-bi-inventory .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .page-bi-inventory .most-recent_title, .page-bi-inventory .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .page-bi-inventory a, .page-bi-inventory .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-bi-inventory .pro-title, .page-bi-inventory ul, .page-bi-inventory ul li, .page-bi-inventory ol, .page-bi-inventory ol li {
  color: #1E1C37;
}
.page-bi-inventory .heading-46 span {
  color: #467FF7;
}
.page-bi-inventory .btn-blue, .page-bi-inventory .btn-blue-outline, .page-bi-inventory .cta-green, .page-bi-inventory .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-bi-inventory .nav-link {
  padding: 15px 35px;
}
@media (min-width: 1921px) {
  .page-bi-inventory .btn-blue, .page-bi-inventory .btn-blue-outline, .page-bi-inventory .cta-green, .page-bi-inventory .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-bi-inventory .nav-link {
    padding: 20px 45px;
  }
}
.page-bi-inventory .btn-orange {
  border-radius: 100px;
  background: #FE5722;
  border-color: #FE5722;
  color: #ffffff;
}
.page-bi-inventory .btn-orange:hover {
  background: #ffffff;
  color: #FE5722;
}
@media (max-width: 1280px) {
  .page-bi-inventory .ftx-pos--faqs .faq-section {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .page-bi-inventory .ftx-pos--faqs .faq-section {
    padding-top: 30px;
  }
}

.inventory-banner.pos-banner--section.hero-section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .inventory-banner.pos-banner--section.hero-section .container {
    max-width: 1480px;
  }
}
.inventory-banner.pos-banner--section.hero-section .banner-content {
  max-width: 700px;
  padding-right: 50px;
}
@media (min-width: 1921px) {
  .inventory-banner.pos-banner--section.hero-section .banner-content {
    max-width: 840px;
  }
}
@media (max-width: 991px) {
  .inventory-banner.pos-banner--section.hero-section .banner-content {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
}
.inventory-banner.pos-banner--section.hero-section .banner-content .header-h1.banner-title span {
  font-weight: 700;
}
@media (max-width: 991px) {
  .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link {
    margin-bottom: 20px;
  }
}
.inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue + .btn-blue, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue-outline + .btn-blue, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .cta-green + .btn-blue, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .nav-link + .btn-blue, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue-outline + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .cta-green + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .nav-link + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue + .cta-green, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue-outline + .cta-green, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .cta-green + .cta-green, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .nav-link + .cta-green, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue + .nav-link, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue-outline + .nav-link, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .cta-green + .nav-link, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .nav-link + .nav-link {
  background: #467FF7;
  color: #ffffff;
}
.inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue + .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue-outline + .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .cta-green + .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .nav-link + .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue + .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue-outline + .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .cta-green + .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .nav-link + .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue + .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue-outline + .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .cta-green + .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .nav-link + .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue + .nav-link:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .btn-blue-outline + .nav-link:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .cta-green + .nav-link:hover, .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .banner-content .loyalty-banner-link .nav-link + .nav-link:hover {
  background: transparent;
  color: #467FF7;
}
.inventory-banner.pos-banner--section.hero-section .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link:hover {
  background: transparent;
}
.inventory-banner.pos-banner--section.hero-section .btn-blue + .btn-blue, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .btn-blue, .inventory-banner.pos-banner--section.hero-section .cta-green + .btn-blue, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .btn-blue, .inventory-banner.pos-banner--section.hero-section .btn-blue + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .cta-green + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .btn-blue + .cta-green, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .cta-green, .inventory-banner.pos-banner--section.hero-section .cta-green + .cta-green, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .cta-green, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .btn-blue + .nav-link, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .nav-link, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .cta-green + .nav-link, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .nav-link {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .inventory-banner.pos-banner--section.hero-section .btn-blue + .btn-blue, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .btn-blue, .inventory-banner.pos-banner--section.hero-section .cta-green + .btn-blue, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .btn-blue, .inventory-banner.pos-banner--section.hero-section .btn-blue + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .cta-green + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .btn-blue-outline, .inventory-banner.pos-banner--section.hero-section .btn-blue + .cta-green, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .cta-green, .inventory-banner.pos-banner--section.hero-section .cta-green + .cta-green, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .cta-green, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .btn-blue + .nav-link, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .nav-link, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .cta-green + .nav-link, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .nav-link {
    margin-left: auto;
    margin-top: 20px;
  }
}
.inventory-banner.pos-banner--section.hero-section .btn-blue + .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .cta-green + .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .btn-blue:hover, .inventory-banner.pos-banner--section.hero-section .btn-blue + .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .cta-green + .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .btn-blue-outline:hover, .inventory-banner.pos-banner--section.hero-section .btn-blue + .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .cta-green + .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .cta-green:hover, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .btn-blue + .nav-link:hover, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .btn-blue-outline + .nav-link:hover, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .cta-green + .nav-link:hover, .inventory-banner.pos-banner--section.hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .inventory-banner.pos-banner--section.hero-section .nav-link + .nav-link:hover {
  background: #467FF7;
}

.bi-stores.pos-stores {
  background: #ffffff;
}
@media (max-width: 1280px) {
  .bi-stores.pos-stores .store-pos.section-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .bi-stores.pos-stores .store-pos.section-space {
    padding-bottom: 30px;
  }
}
.bi-stores.pos-stores .store-pos .container {
  max-width: 1340px;
}
@media (min-width: 1921px) {
  .bi-stores.pos-stores .store-pos .container {
    max-width: 1590px;
  }
}
.bi-stores.pos-stores .store-pos .store-pos_content {
  padding-left: 30px;
  max-width: 570px;
}
@media (min-width: 1921px) {
  .bi-stores.pos-stores .store-pos .store-pos_content {
    padding-left: 40px;
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .bi-stores.pos-stores .store-pos .store-pos_content {
    padding-left: 30px;
  }
}
.bi-stores.pos-stores .store-pos .store-pos_content .description, .bi-stores.pos-stores .store-pos .store-pos_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .bi-stores.pos-stores .store-pos .store-pos_content a.dropdown-item, .bi-stores.pos-stores .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .bi-stores.pos-stores .store-pos .store-pos_content .latest-post-title, .bi-stores.pos-stores .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .bi-stores.pos-stores .store-pos .store-pos_content .content, .bi-stores.pos-stores .store-pos .store-pos_content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .bi-stores.pos-stores .store-pos .store-pos_content .page-numbers {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .bi-stores.pos-stores .store-pos .store-pos_content .description, .bi-stores.pos-stores .store-pos .store-pos_content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .bi-stores.pos-stores .store-pos .store-pos_content a.dropdown-item, .bi-stores.pos-stores .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .bi-stores.pos-stores .store-pos .store-pos_content .latest-post-title, .bi-stores.pos-stores .store-pos .store-pos_content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .bi-stores.pos-stores .store-pos .store-pos_content .content, .bi-stores.pos-stores .store-pos .store-pos_content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .bi-stores.pos-stores .store-pos .store-pos_content .page-numbers {
    margin: 20px 0;
  }
}
.bi-stores.pos-stores .store-pos .store-pos_content .av-feature--video {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .bi-stores.pos-stores .store-pos .store-pos_content .av-feature--video {
    margin-right: 0;
  }
}
.bi-stores.pos-stores .store-pos .store-pos_content ul li {
  color: #000000;
}
@media (max-width: 1440px) {
  .bi-stores.pos-stores .store-pos .store-pos_content ul li:before {
    top: 3px;
  }
}
@media (max-width: 991px) {
  .bi-stores.pos-stores .store-pos .store-pos_content ul li:before {
    top: 5px;
  }
}
@media (max-width: 1440px) {
  .bi-stores.pos-stores .store-pos .store-pos_content ul li::after {
    top: 6px;
  }
}
@media (max-width: 991px) {
  .bi-stores.pos-stores .store-pos .store-pos_content ul li::after {
    top: 8px;
  }
}
@media (max-width: 991px) {
  .bi-stores.pos-stores .store-pos .store-pos_content .btn-blue, .bi-stores.pos-stores .store-pos .store-pos_content .cta-green, .bi-stores.pos-stores .store-pos .store-pos_content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .bi-stores.pos-stores .store-pos .store-pos_content .nav-link,
  .bi-stores.pos-stores .store-pos .store-pos_content .btn-blue-outline {
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .bi-stores.pos-stores .store-pos .store-pos_content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .bi-stores.pos-stores .store-pos .store-pos_content {
    padding-left: 0;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bi-stores.pos-stores .store-pos .store-pos_content .heading-46 br {
    display: none;
  }
}
.bi-stores.pos-stores .store-pos .store-pos_image {
  max-width: 620px;
  width: 100%;
}
@media (max-width: 991px) {
  .bi-stores.pos-stores .store-pos .store-pos_image {
    padding-right: 20px;
  }
}
.bi-stores.pos-stores .store-pos .store-pos_image .store-pos_image-underlay {
  height: auto;
}
@media (max-width: 1366px) {
  .bi-stores.pos-stores .store-pos .store-pos_image .store-pos_image-underlay {
    width: auto;
  }
}

.increase-smarter--section {
  background: rgba(205, 221, 255, 0.2);
}
.increase-smarter--section .container {
  max-width: 1500px;
}
@media (min-width: 1921px) {
  .increase-smarter--section .container {
    max-width: 1750px;
  }
}
.increase-smarter--section .market-place--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.increase-smarter--section .market-place--content .bi-logo {
  width: 100%;
  max-width: 330px;
  margin: 0 0 30px;
}
@media (max-width: 1600px) {
  .increase-smarter--section .market-place--content .bi-logo {
    max-width: 230px;
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .increase-smarter--section .market-place--content .bi-logo {
    max-width: 200px;
    margin: 0 0 10px;
  }
}
.increase-smarter--section .market-place--content .description, .increase-smarter--section .market-place--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-smarter--section .market-place--content a.dropdown-item, .increase-smarter--section .market-place--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .market-place--content .latest-post-title, .increase-smarter--section .market-place--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .market-place--content .content, .increase-smarter--section .market-place--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-smarter--section .market-place--content .page-numbers {
  margin-bottom: 40px;
  padding: 0 45px;
}
@media (min-width: 1921px) {
  .increase-smarter--section .market-place--content .description, .increase-smarter--section .market-place--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-smarter--section .market-place--content a.dropdown-item, .increase-smarter--section .market-place--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .market-place--content .latest-post-title, .increase-smarter--section .market-place--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .market-place--content .content, .increase-smarter--section .market-place--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-smarter--section .market-place--content .page-numbers {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .increase-smarter--section .market-place--content .description, .increase-smarter--section .market-place--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-smarter--section .market-place--content a.dropdown-item, .increase-smarter--section .market-place--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .market-place--content .latest-post-title, .increase-smarter--section .market-place--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .market-place--content .content, .increase-smarter--section .market-place--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-smarter--section .market-place--content .page-numbers {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .increase-smarter--section .market-place--content .description, .increase-smarter--section .market-place--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-smarter--section .market-place--content a.dropdown-item, .increase-smarter--section .market-place--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .market-place--content .latest-post-title, .increase-smarter--section .market-place--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .market-place--content .content, .increase-smarter--section .market-place--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-smarter--section .market-place--content .page-numbers {
    margin-bottom: 30px;
  }
}
.increase-smarter--section .increase-block .col-sm-12:last-child .increase-box {
  margin-bottom: 0;
}
.increase-smarter--section .increase-block .container {
  max-width: 1290px;
}
@media (min-width: 1921px) {
  .increase-smarter--section .increase-block .container {
    max-width: 1660px;
  }
}
@media (max-width: 1600px) {
  .increase-smarter--section .increase-block .container {
    max-width: 1300px;
  }
}
.increase-smarter--section .increase-block div[class*=col-]:last-child {
  width: 100%;
}
.increase-smarter--section .increase-box {
  border-radius: 10px;
  background: #F5F9FF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 40px;
  padding: 20px;
  min-height: 210px;
}
@media (min-width: 1921px) {
  .increase-smarter--section .increase-box {
    min-height: 265px;
  }
}
@media (max-width: 991px) {
  .increase-smarter--section .increase-box {
    margin: 0 0 30px;
    min-height: inherit;
  }
}
@media (max-width: 575px) {
  .increase-smarter--section .increase-box {
    flex-direction: column;
    text-align: center;
  }
}
.increase-smarter--section .increase-box .increase-box--icon {
  background: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .increase-smarter--section .increase-box .increase-box--icon {
    margin-bottom: 20px;
  }
}
.increase-smarter--section .increase-box .increase-box--content {
  width: calc(100% - 140px);
}
@media (max-width: 575px) {
  .increase-smarter--section .increase-box .increase-box--content {
    width: 100%;
  }
}
.increase-smarter--section .increase-box .increase-box--content .heading-27, .increase-smarter--section .increase-box .increase-box--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .increase-smarter--section .increase-box .increase-box--content a, .increase-smarter--section .increase-box .increase-box--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-smarter--section .increase-box .increase-box--content a, .increase-smarter--section .increase-box .increase-box--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .increase-smarter--section .increase-box .increase-box--content .agreements-block-title, .increase-smarter--section .increase-box .increase-box--content .recent-article .most-recent_title, .recent-article .increase-smarter--section .increase-box .increase-box--content .most-recent_title, .increase-smarter--section .increase-box .increase-box--content .recent-article .most-recent_title a, .recent-article .most-recent_title .increase-smarter--section .increase-box .increase-box--content a, .increase-smarter--section .increase-box .increase-box--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-smarter--section .increase-box .increase-box--content h3, .increase-smarter--section .increase-box .increase-box--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .increase-smarter--section .increase-box .increase-box--content .most-recent_title, .increase-smarter--section .increase-box .increase-box--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .increase-smarter--section .increase-box .increase-box--content a, .increase-smarter--section .increase-box .increase-box--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-smarter--section .increase-box .increase-box--content .pro-title {
  margin-bottom: 15px;
}
.increase-smarter--section .increase-box .increase-box--content .description, .increase-smarter--section .increase-box .increase-box--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-smarter--section .increase-box .increase-box--content a.dropdown-item, .increase-smarter--section .increase-box .increase-box--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .increase-box .increase-box--content .latest-post-title, .increase-smarter--section .increase-box .increase-box--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-smarter--section .increase-box .increase-box--content .content, .increase-smarter--section .increase-box .increase-box--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .increase-smarter--section .increase-box .increase-box--content .page-numbers {
  color: #000000;
}

.intelligence-transforms.savetime-reduce--section:before {
  top: 0;
}
.intelligence-transforms.savetime-reduce--section .container {
  max-width: 690px;
}
@media (min-width: 1921px) {
  .intelligence-transforms.savetime-reduce--section .container {
    max-width: 920px;
  }
}
@media (max-width: 1366px) {
  .intelligence-transforms.savetime-reduce--section .container {
    max-width: 620px;
  }
}
@media (max-width: 991px) {
  .intelligence-transforms.savetime-reduce--section .container {
    max-width: 100%;
  }
}
.intelligence-transforms.savetime-reduce--section .savetime-reduce--block .container {
  max-width: 1090px;
}
@media (min-width: 1921px) {
  .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .container {
    max-width: 1400px;
  }
}
.intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
  min-height: 235px;
  margin: 0 5px 40px;
  max-width: 100%;
}
@media (min-width: 1921px) {
  .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    padding: 40px;
    min-height: 286px;
    margin: 0 10px 40px;
  }
}
@media (max-width: 1440px) {
  .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: 186px;
  }
}
@media (max-width: 1400px) {
  .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: 215px;
  }
}
@media (max-width: 991px) {
  .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: inherit;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    padding: 20px;
  }
}
.intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .heading-27, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .agreements-block-title, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-article .most-recent_title, .recent-article .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .most-recent_title, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-article .most-recent_title a, .recent-article .most-recent_title .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box h3, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .most-recent_title, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box a, .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box .pro-title {
  color: #467FF7;
}

@media (max-width: 767px) {
  .bi-benefits--cta {
    padding-bottom: 30px;
  }
}
.bi-benefits--cta .inner-cta {
  background: url(/wp-content/themes/goftx/dist/images/bi-benefits-cta.png) no-repeat right center/cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  min-height: 500px;
}
@media (min-width: 1921px) {
  .bi-benefits--cta .inner-cta {
    background-size: contain;
    background-color: #07193c;
  }
}
@media (max-width: 1600px) {
  .bi-benefits--cta .inner-cta {
    min-height: inherit;
  }
}
@media (max-width: 991px) {
  .bi-benefits--cta .inner-cta {
    background: unset;
  }
}
.bi-benefits--cta .inner-cta .cta-image {
  display: none;
}
@media (max-width: 991px) {
  .bi-benefits--cta .inner-cta .cta-image {
    display: block;
    width: 100%;
  }
  .bi-benefits--cta .inner-cta .cta-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bi-benefits--cta .inner-cta .cta-content {
  width: 100%;
  text-align: center;
  max-width: 730px;
  box-sizing: border-box;
  padding: 60px 0;
  margin-right: auto;
  margin-left: 10%;
}
@media (min-width: 1921px) {
  .bi-benefits--cta .inner-cta .cta-content {
    max-width: 1440px;
    padding: 120px 0;
  }
}
@media (max-width: 1600px) {
  .bi-benefits--cta .inner-cta .cta-content {
    margin-left: 5%;
  }
}
@media (max-width: 1500px) {
  .bi-benefits--cta .inner-cta .cta-content {
    margin-left: 30px;
  }
}
@media (max-width: 1200px) {
  .bi-benefits--cta .inner-cta .cta-content {
    padding: 20px;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .bi-benefits--cta .inner-cta .cta-content {
    background: #07193c;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .bi-benefits--cta .inner-cta .cta-content {
    z-index: 2;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
}
.bi-benefits--cta .inner-cta .cta-content .heading-46 {
  color: #ffffff;
}
.bi-benefits--cta .inner-cta .cta-content .header-h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 100px;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .bi-benefits--cta .inner-cta .cta-content .header-h1 {
    font-size: 66px;
    font-size: 4.125rem;
    line-height: 72px;
  }
}
@media (max-width: 1440px) {
  .bi-benefits--cta .inner-cta .cta-content .header-h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  .bi-benefits--cta .inner-cta .cta-content .header-h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 45px;
    margin: 15px 0 !important;
  }
}
@media (max-width: 991px) {
  .bi-benefits--cta .inner-cta .cta-content .header-h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .bi-benefits--cta .inner-cta .cta-content .header-h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.bi-benefits--cta .inner-cta .cta-content .description, .bi-benefits--cta .inner-cta .cta-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .bi-benefits--cta .inner-cta .cta-content a.dropdown-item, .bi-benefits--cta .inner-cta .cta-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .bi-benefits--cta .inner-cta .cta-content .latest-post-title, .bi-benefits--cta .inner-cta .cta-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .bi-benefits--cta .inner-cta .cta-content .content, .bi-benefits--cta .inner-cta .cta-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .bi-benefits--cta .inner-cta .cta-content .page-numbers {
  color: #ffffff;
}
.bi-benefits--cta .inner-cta .cta-content .btn-blue, .bi-benefits--cta .inner-cta .cta-content .cta-green, .bi-benefits--cta .inner-cta .cta-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .bi-benefits--cta .inner-cta .cta-content .nav-link,
.bi-benefits--cta .inner-cta .cta-content .btn-blue-outline {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .inventory-sales.lottery-pos-system .container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .inventory-sales.lottery-pos-system .container {
    max-width: 85%;
  }
}
@media (max-width: 575px) {
  .inventory-sales.lottery-pos-system .container {
    max-width: 100%;
  }
}
.inventory-sales.lottery-pos-system .btn-blue, .inventory-sales.lottery-pos-system .btn-blue-outline, .inventory-sales.lottery-pos-system .cta-green, .inventory-sales.lottery-pos-system .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .inventory-sales.lottery-pos-system .nav-link {
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .inventory-sales.lottery-pos-system .brand-box .brand-identity {
    min-height: 52px;
  }
}
@media (max-width: 575px) {
  .inventory-sales.lottery-pos-system .brand-box .brand-identity {
    min-height: inherit;
  }
}
@media (max-width: 991px) {
  .inventory-sales.lottery-pos-system .brand-box .brand-name {
    min-height: 52px;
  }
}
@media (max-width: 575px) {
  .inventory-sales.lottery-pos-system .brand-box .brand-name {
    min-height: inherit;
  }
}

.lottery-pos-system .lottery-brands-slider .slick-track {
  display: flex !important;
}
.lottery-pos-system .lottery-brands-slider .slick-slide {
  height: inherit !important;
}

html[lang=es-ES] .bi-benefits--cta .inner-cta .cta-content .header-h1 {
  line-height: normal;
}
@media (max-width: 1024px) {
  html[lang=es-ES] .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: 235px;
  }
  html[lang=es-ES] .bi-benefits--cta .cta-content .description br, html[lang=es-ES] .bi-benefits--cta .cta-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .bi-benefits--cta .cta-content a.dropdown-item br, html[lang=es-ES] .bi-benefits--cta .cta-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .bi-benefits--cta .cta-content .latest-post-title br, html[lang=es-ES] .bi-benefits--cta .cta-content .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .bi-benefits--cta .cta-content .content br, html[lang=es-ES] .bi-benefits--cta .cta-content .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination html[lang=es-ES] .bi-benefits--cta .cta-content .page-numbers br {
    display: none;
  }
  html[lang=es-ES] .bi-benefits--cta .cta-content .heading-46 {
    font-size: 30px;
    line-height: normal;
  }
  html[lang=es-ES] .bi-benefits--cta .cta-content .header-h1 {
    font-size: 35px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .intelligence-transforms.savetime-reduce--section .savetime-reduce--block .savetime-reduce--box {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .bi-benefits--cta .cta-content .heading-46 {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .page-template-template-bi-inventory .article-cta .Bi-form-main-content {
    text-align: center !important;
  }
}

.page-template-template-ftxcommerce_pricing #watchourdemoVideo iframe {
  height: 600px;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .btn-blue, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .btn-blue-outline, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .cta-green, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .nav-link {
  border: 1px solid #50B948;
  background-color: #50B948;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .btn-blue:hover, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .btn-blue-outline:hover, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .cta-green:hover, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .nav-link:hover {
  color: #50B948;
  background-color: transparent;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .btn-blue-outline {
  color: #50B948;
  border: 1px solid #50B948;
  background-color: transparent;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .btn-blue-outline:hover {
  background-color: #50B948;
  color: #ffffff;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-banner {
  background: #E5FDE4;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-banner .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-banner .container {
    max-width: 1700px;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block {
  border: 2px solid #D2F4D0;
}
@media (max-width: 1024px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block {
    margin: 20px auto 30px;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price {
  color: #000000 !important;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .btn-blue, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .cta-green, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link,
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .btn-blue-outline {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .btn-blue, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .cta-green, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link,
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .btn-blue-outline {
    margin: 15px 0 0;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .pm-price + .btn-blue, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .pm-price + .cta-green, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block #pricingTab .nav-item .pm-price + .nav-link, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table #pricingTab .nav-item .pricing-data--block .pm-price + .nav-link,
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .pm-price + .btn-blue-outline {
  margin-top: 10px !important;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module--header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1921px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module--header {
    min-height: 260px;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .pricing-store {
  border: 2px solid #50B948;
  color: #50B948;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price {
  color: #0B62E3;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .include {
  margin: 40px 0 10px;
}
@media (max-width: 1440px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .include {
    margin: 30px 0 10px;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M18.7141 0.295798C18.6211 0.20207 18.5105 0.127676 18.3887 0.0769072C18.2668 0.0261385 18.1361 0 18.0041 0C17.8721 0 17.7414 0.0261385 17.6195 0.0769072C17.4977 0.127676 17.3871 0.20207 17.2941 0.295798L6.00409 11.5958L1.71409 7.2958C1.52579 7.10749 1.27039 7.00171 1.00409 7.00171C0.73779 7.00171 0.482395 7.10749 0.294091 7.2958C0.105788 7.4841 3.9682e-09 7.7395 0 8.0058C-3.9682e-09 8.2721 0.105788 8.52749 0.294091 8.7158L5.29409 13.7158C5.38705 13.8095 5.49766 13.8839 5.61951 13.9347C5.74137 13.9855 5.87208 14.0116 6.00409 14.0116C6.1361 14.0116 6.26681 13.9855 6.38867 13.9347C6.51053 13.8839 6.62113 13.8095 6.71409 13.7158L18.7141 1.7158C18.8078 1.62284 18.8822 1.51223 18.933 1.39038C18.9838 1.26852 19.0099 1.13781 19.0099 1.0058C19.0099 0.873786 18.9838 0.743081 18.933 0.621222C18.8822 0.499362 18.8078 0.388761 18.7141 0.295798Z' fill='%2350B948'/%3E%3C/svg%3E") no-repeat center/19px 15px;
  left: 0;
  top: 8px;
  position: absolute;
  width: 30px;
  height: 15px;
  position: absolute;
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title::before {
    top: 6px;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip-inner-cls svg {
  width: 100%;
  height: 100%;
  position: relative;
  top: 1px;
}
@media (max-width: 1600px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip-inner-cls {
    top: 2px;
  }
}
@media (max-width: 1200px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip-inner-cls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip-inner-cls {
    right: 0;
  }
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip-inner-cls svg {
    width: 100%;
    height: 100%;
    position: relative;
    top: -1px;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip-inner-cls .tooltip-txt {
  border: 2px solid #50B948;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip-inner-cls .tooltip-txt:before {
  border-top: 10px solid #50B948;
}
@media (max-width: 1024px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .tooltip-main {
    padding: 0 35px;
  }
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .tooltip-main .tooltip_title {
    width: 100%;
    display: inline-block;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table div[class*=col-]:nth-child(2) .pricing-data--block {
  background: #E5FDE4;
  border: transparent;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table div[class*=col-]:nth-child(2) .pricing-data--block:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='134' height='40' viewBox='0 0 134 40' fill='none'%3E%3Cpath d='M134 0H0L12.5 19.5L0 39.5H134V0Z' fill='%23033C0C'/%3E%3C/svg%3E");
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .whats-included {
  background: #50B948;
  padding-bottom: 60px;
}
@media (min-width: 1921px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .whats-included {
    padding-bottom: 80px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .whats-included {
    padding-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .whats-included {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .whats-included {
    padding-bottom: 30px;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .whats-included ul li a:hover {
  color: #033C0C;
  border-bottom: 1px solid #033C0C;
}
@media (max-width: 1440px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab.ftx-commerce-price--tab .tab-content--data {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab.ftx-commerce-price--tab .tab-content--data {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab.ftx-commerce-price--tab .tab-content--data {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab.section-space-top {
    padding-top: 30px;
  }
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .nav {
    display: block;
  }
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .nav .nav-link.active {
    margin: 0 auto;
  }
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .nav .nav-link[data-target="#tab2"] {
    display: none;
  }
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .tab-mobile-title .heading-32 {
    color: #50B948;
    border-bottom: 2px solid #50B948;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .nav .nav-link.active {
  color: #50B948;
  border-bottom: 2px solid #50B948;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .features-section {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .features-section {
    padding-bottom: 0;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .features-section .pricing-features--slider .feature-block {
  border: 2px solid #D2F4D0;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .features-section .pricing-features--slider .feature-block .feature-content .heading-28 {
  margin-bottom: 20px;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .features-section .pricing-features--slider .slick-prev, .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .features-section .pricing-features--slider .slick-next {
  background: #50B948 !important;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .features-section .pricing-features--slider .slick-dots li button {
  background: #E5FDE4;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .hardware-price--tab .features-section .pricing-features--slider .slick-dots li.slick-active button {
  background: #50B948;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs {
  background-color: #F4FDF3;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs .faq-section .accordion .card {
  border: 2px solid #4CB211;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs .faq-section .accordion .card a {
  color: #71B55A;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs .faq-section .accordion .card a:hover {
  color: #033C0C;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs .faq-section .accordion .card .card-header button[aria-expanded=true] {
  background-color: #F4FDF3;
  border-radius: 4px 4px 0 0;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs .faq-section .accordion .card .card-header button .fa {
  background: #71B55A;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs .faq-section .accordion .card .card-body {
  background-color: #F4FDF3;
  border-radius: 0 0 4px 4px;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs .faq-section .accordion .card .card-body ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .ftx-pos--faqs .faq-section .accordion .card .card-body ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #71B55A;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section {
  background-color: #F4FDF3;
}
.page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .container {
  max-width: 1200px;
}
.page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta {
  background: url(/wp-content/themes/goftx/dist/images/ftx-pricing-cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  margin-bottom: -150px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 60px;
}
@media (min-width: 1921px) {
  .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta {
    padding: 50px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta {
    padding: 30px;
  }
}
.page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .section-title--medium {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
.page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details h4, .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 400;
}
.page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.title-space, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.title-space.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .title-space.module_title, .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .title-space.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details h4.title-space, .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.title-space, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.title-space.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.title-space.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.title-space.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .title-space.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .title-space.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.title-space.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.title-space.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .heading-24.description, .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .ftx-pos--page .access-control-main .module_title.description, .hardware-post .pricing-main .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.description, .ftx-pos--page .access-control-main .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .ftx-pos--page .access-control-main h4.description, .career-block .career-details .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .career-block .career-details h4.description, .ftx-pos--page .access-control-main .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .heading-24.description, .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .module_title.description, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.description, .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .advance-retail-main-content h4.description, .career-block .career-details .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.description, .increase-revenue--section .advance-retail-main-content .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .heading-24.description, .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-title .module_title.description, .hardware-post .pricing-main .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.description, .increase-revenue--section .revenue-title .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-title h4.description, .career-block .career-details .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .career-block .career-details h4.description, .increase-revenue--section .revenue-title .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .heading-24.heading-27, .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .module_title.heading-27, .hardware-post .pricing-main .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.heading-27, .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-points h4.heading-27, .career-block .career-details .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .career-block .career-details h4.heading-27, .increase-revenue--section .revenue-points .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .filter-text.heading-27, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.heading-27, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .heading-24.description, .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .module_title.description, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.description, .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section.access-retail--pos h4.description, .career-block .career-details .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .career-block .career-details h4.description, .increase-revenue--section.access-retail--pos .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .heading-24.description, .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .savetime-reduce--section .module_title.description, .hardware-post .pricing-main .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .hardware-post .pricing-main .module_title.description, .savetime-reduce--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .savetime-reduce--section h4.description, .career-block .career-details .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .career-block .career-details h4.description, .savetime-reduce--section .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .heading-24.description, .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .pos-modern-retail--section .module_title.description, .hardware-post .pricing-main .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .hardware-post .pricing-main .module_title.description, .pos-modern-retail--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .pos-modern-retail--section h4.description, .career-block .career-details .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .career-block .career-details h4.description, .pos-modern-retail--section .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text.dropdown-item, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.heading-24, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.heading-24, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .heading-24.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.heading-27.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side h3.agreements-block-title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .customer-loyalty-main .reward-loyalty-side .module_title.section-title--medium, .hardware-post .pricing-main .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .hardware-post .pricing-main .module_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .customer-loyalty-main .reward-loyalty-side h4.section-title--medium, .career-block .career-details .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .career-block .career-details h4.section-title--medium, .customer-loyalty-main .reward-loyalty-side .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .customer-loyalty-main .reward-loyalty-side .filter-text.section-title--medium, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side h3.pro-title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.section-title--medium, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .heading-24.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.heading-27.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content h3.agreements-block-title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.agreements-block-title.own-content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .own-customer-loyalty-main .own-your-content .module_title.own-content, .hardware-post .pricing-main .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .hardware-post .pricing-main .module_title.own-content, .own-customer-loyalty-main .own-your-content .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .own-customer-loyalty-main .own-your-content h4.own-content, .career-block .career-details .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .career-block .career-details h4.own-content, .own-customer-loyalty-main .own-your-content .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .own-customer-loyalty-main .own-your-content .filter-text.own-content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content h3.pro-title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.own-content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .heading-24.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.heading-27.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content h3.agreements-block-title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .advance-retail-main .advance-retail-main-content .module_title.sub-description, .hardware-post .pricing-main .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .hardware-post .pricing-main .module_title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .advance-retail-main .advance-retail-main-content h4.sub-description, .career-block .career-details .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .career-block .career-details h4.sub-description, .advance-retail-main .advance-retail-main-content .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .advance-retail-main .advance-retail-main-content .filter-text.sub-description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content h3.pro-title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.sub-description, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.heading-24, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.heading-24, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .heading-24.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .module_title.agreements-block-title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-post .pricing-main .module_title.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content h4.agreements-block-title, .career-block .career-details .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .career-block .career-details h4.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .filter-text.agreements-block-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .heading-24.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .module_title.agreements-block-title, .hardware-post .pricing-main .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points h4.agreements-block-title, .career-block .career-details .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .career-block .career-details h4.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .filter-text.agreements-block-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.agreements-block-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-article .heading-24.most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .module_title.most-recent_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-article .hardware-post .pricing-main .module_title.most-recent_title, .increase-revenue--section .revenue-points .recent-article .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-points .recent-article h4.most-recent_title, .career-block .career-details .increase-revenue--section .revenue-points .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-article .career-block .career-details h4.most-recent_title, .increase-revenue--section .revenue-points .recent-article .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .increase-revenue--section .revenue-points .heading-24.most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .recent-article .increase-revenue--section .revenue-points .module_title.most-recent_title, .hardware-post .pricing-main .recent-article .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.most-recent_title, .recent-article .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .recent-article .increase-revenue--section .revenue-points h4.most-recent_title, .career-block .career-details .recent-article .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .increase-revenue--section .revenue-points .career-block .career-details h4.most-recent_title, .recent-article .increase-revenue--section .revenue-points .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-points h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .increase-revenue--section .revenue-points .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-article .most-recent_title a.heading-24, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .most-recent_title a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .most-recent_title .increase-revenue--section .revenue-points a.heading-24, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .recent-article .most-recent_title .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .most-recent_title .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.heading-24, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-post .pricing-main h3.module_title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-sidebar .filter-icon h3.filter-text, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.heading-24, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.module_title, .hardware-post .pricing-main .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-post .pricing-main h3.module_title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon h3.filter-text, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .recent-library .heading-24.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .module_title.most-recent_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-post .pricing-main .module_title.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-points .recent-library_section .recent-library h4.most-recent_title, .career-block .career-details .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .recent-library .career-block .career-details h4.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .recent-library .heading-24.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .module_title.most-recent_title, .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-post .pricing-main .module_title.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .recent-library_section .increase-revenue--section .revenue-points .recent-library h4.most-recent_title, .career-block .career-details .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .recent-library .career-block .career-details h4.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .increase-revenue--section .revenue-points .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .increase-revenue--section .revenue-points .heading-24.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .recent-library_section .recent-library .increase-revenue--section .revenue-points .module_title.most-recent_title, .hardware-post .pricing-main .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .recent-library_section .recent-library .increase-revenue--section .revenue-points h4.most-recent_title, .career-block .career-details .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .increase-revenue--section .revenue-points .career-block .career-details h4.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-points h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-points h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .increase-revenue--section .revenue-points .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.most-recent_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.heading-24, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.heading-24, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.module_title, .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-post .pricing-main a.module_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.heading-24, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.heading-24, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.module_title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta a.filter-text, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.latest-post-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.content, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-24.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-24.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .ftx-pos--page .access-control-main .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .advance-retail-main-content .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .revenue-title .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section.access-retail--pos .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .heading-24.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .savetime-reduce--section .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .heading-24.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .custom-pagination .savetime-reduce--section .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .custom-pagination .savetime-reduce--section h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .savetime-reduce--section .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .heading-24.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .pos-modern-retail--section .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .heading-24.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .free-resources-new .custom-pagination .pos-modern-retail--section .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .free-resources-new .custom-pagination .pos-modern-retail--section h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .pos-modern-retail--section .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title.page-numbers, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .heading-24.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .module_title.pro-title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-post .pricing-main .module_title.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box h4.pro-title, .career-block .career-details .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .career-block .career-details h4.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .filter-text.pro-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .heading-24.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .module_title.pro-title, .hardware-post .pricing-main .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-post .pricing-main .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points h4.pro-title, .career-block .career-details .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .career-block .career-details h4.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .career-block .career-details .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .filter-text.pro-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title {
  margin: 30px 0;
}
.page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .btn-blue, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .btn-blue-outline, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-green, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .nav-link {
  background-color: #ffffff !important;
  color: #50B948;
}
.page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .btn-blue:hover, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .btn-blue-outline:hover, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .cta-green:hover, .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .nav-link:hover {
  background-color: #033C0C !important;
  color: #ffffff;
  border-color: #033C0C;
}
.page-template-template-ftxcommerce_pricing .hardware-post .pricing-main.price-section {
  border-radius: 25px;
  border: 1px solid #50B948;
  overflow: hidden;
}
.page-template-template-ftxcommerce_pricing .hardware-post .pricing-main.price-section .price-table {
  border-bottom: none;
}
@media (max-width: 991px) {
  .page-template-template-ftxcommerce_pricing .hardware-post .pricing-main.price-section .price-table {
    border: 0;
  }
}
.page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main {
  border-bottom: 1px solid #50B948;
  padding: 0;
  min-height: inherit;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main {
    grid-template-columns: 1fr;
  }
}
.page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main .tooltip_title {
  justify-content: flex-start;
  padding: 12px 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main .tooltip_title {
    width: 100%;
  }
}
.page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main .module-description {
  width: 800px;
  border-left: 1px solid #50B948;
  padding: 12px 25px;
  background: #F4FDF3;
}
@media (min-width: 1921px) {
  .page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main .module-description {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main .module-description {
    width: auto;
  }
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main .module-description {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #50B948;
  }
}
.page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .tooltip-main:last-child {
  border: 0;
}
.page-template-template-ftxcommerce_pricing .hardware-post .pricing-main .module_title {
  border: 0;
  min-height: inherit;
  border-bottom: 0;
  background: #50B948;
  color: #ffffff;
  padding: 15px 30px;
}
.page-template-template-ftxcommerce_pricing .additional-addons-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E5FDE4 100%);
}
.page-template-template-ftxcommerce_pricing .additional-addons-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .additional-addons-section ul {
    display: inline-block !important;
  }
}
.page-template-template-ftxcommerce_pricing .additional-addons-section ul li {
  background: #ffffff;
  border-left: 10px solid #50B948 !important;
  width: calc(50% - 30px);
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .page-template-template-ftxcommerce_pricing .additional-addons-section ul li {
    width: 100%;
  }
}
.page-template-template-ftxcommerce_pricing .additional-addons-section ul li .tooltip-main .tooltip-inner-cls .tooltip-txt {
  border: 2px solid #50B948;
}
.page-template-template-ftxcommerce_pricing .additional-addons-section ul li .tooltip-main .tooltip-inner-cls .tooltip-txt:before {
  border-left: 10px solid #50B948;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.page-template-template-ftxcommerce_pricing .additional-addons-section ul li .tooltip-main .tooltip-inner-cls .tooltip-txt:after {
  border-left: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.page-template-template-ftxcommerce_pricing .site-footer .footer-menu-links .footer-top {
  padding-top: 220px;
}
.page-template-template-ftxcommerce_pricing .pricing-data--table.section-space {
  padding-top: 80px;
}
@media (max-width: 1440px) {
  .page-template-template-ftxcommerce_pricing .pricing-data--table.section-space {
    padding-top: 60px;
  }
}
@media (max-width: 1280px) {
  .page-template-template-ftxcommerce_pricing .pricing-data--table.section-space {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-template-ftxcommerce_pricing .pricing-data--table.section-space {
    padding-bottom: 0;
  }
}

html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-commerce--pricing.hardware-pricing--revamp .pricing-data--table .pricing-data--block .pricing-store {
  width: auto;
  min-width: auto;
}
html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .heading-24 br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27 br, .page-template-template-home .latest-casestudy--section .casestudy-item html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.heading-27 br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title br, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title br, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.agreements-block-title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-post .pricing-main .module_title br, .hardware-post .pricing-main html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .module_title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .career-block .career-details h4 br, .career-block .career-details html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h4 br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title br, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title br, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3 br, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3 br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3 br, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3 br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title br, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title br, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title br, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.most-recent_title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text br, .free-resources-new .filters-gallery .filter-sidebar .filter-icon html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .filter-text br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title br, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title br, html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title br, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item html[lang=es-ES] .page-template-template-ftxcommerce_pricing .ftx-pricing-cta--section .ftx-pricing-cta h3.pro-title br {
  display: none;
}

.page-template-template-ftxcommerce_pricing .additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt,
.page-template-template-ftxcommerce_pricing .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt {
  border: 2px solid #50b948;
}
.page-template-template-ftxcommerce_pricing .additional-addons-section .addon-list .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt:before,
.page-template-template-ftxcommerce_pricing .additional-addons-section ul .section-description .tooltip-main .tooltip-inner-cls .tooltip-txt:before {
  border-left: 10px solid #50b948;
}

.page-template-tradeshow .section-space {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .page-template-tradeshow .section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .page-template-tradeshow .section-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-template-tradeshow .section-title--medium {
  color: #000000;
}
@media (max-width: 991px) {
  .page-template-tradeshow .title-space, .page-template-tradeshow .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .page-template-tradeshow .description, .page-template-tradeshow .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .description, .page-template-tradeshow .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .page-template-tradeshow .description, .page-template-tradeshow .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .page-template-tradeshow .heading-27, .page-template-tradeshow .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .page-template-tradeshow .description, .page-template-tradeshow .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .savetime-reduce--section .description, .savetime-reduce--section .page-template-tradeshow .description, .page-template-tradeshow .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .pos-modern-retail--section .description, .pos-modern-retail--section .page-template-tradeshow .description, .page-template-tradeshow .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow a.dropdown-item, .page-template-tradeshow .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow a, .page-template-tradeshow .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-tradeshow a, .page-template-tradeshow .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .section-title--medium, .page-template-tradeshow .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .page-template-tradeshow .own-content, .page-template-tradeshow .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .page-template-tradeshow .sub-description, .page-template-tradeshow .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow a, .page-template-tradeshow .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-tradeshow a, .page-template-tradeshow .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-tradeshow .agreements-block-title, .page-template-tradeshow .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-tradeshow .agreements-block-title, .page-template-tradeshow .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-tradeshow .most-recent_title, .page-template-tradeshow .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-tradeshow .most-recent_title, .page-template-tradeshow .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-tradeshow a, .page-template-tradeshow .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow a, .page-template-tradeshow .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow h3, .page-template-tradeshow .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-tradeshow h3, .page-template-tradeshow .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-tradeshow .most-recent_title, .page-template-tradeshow .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-tradeshow .most-recent_title, .page-template-tradeshow .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-tradeshow .most-recent_title, .page-template-tradeshow .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-tradeshow a, .page-template-tradeshow .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-tradeshow a, .page-template-tradeshow .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow a, .page-template-tradeshow .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .latest-post-title, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .latest-post-title, .page-template-tradeshow .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .latest-post-title, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .latest-post-title, .page-template-tradeshow .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .latest-post-title, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .latest-post-title, .page-template-tradeshow .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .latest-post-title, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .latest-post-title, .page-template-tradeshow .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .latest-post-title, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .latest-post-title, .page-template-tradeshow .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .latest-post-title, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .latest-post-title, .page-template-tradeshow .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .content, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .content, .page-template-tradeshow .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .content, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .content, .page-template-tradeshow .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .content, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .content, .page-template-tradeshow .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .content, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .content, .page-template-tradeshow .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .content, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .content, .page-template-tradeshow .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .content, .page-template-tradeshow .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .content, .page-template-tradeshow .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .page-numbers, .page-template-tradeshow .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .page-numbers, .page-template-tradeshow .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .page-numbers, .page-template-tradeshow .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .page-numbers, .page-template-tradeshow .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .page-numbers, .page-template-tradeshow .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .page-numbers, .page-template-tradeshow .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .page-numbers, .page-template-tradeshow .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .page-numbers, .page-template-tradeshow .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .page-numbers, .page-template-tradeshow .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .page-numbers, .page-template-tradeshow .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .page-numbers, .page-template-tradeshow .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .page-numbers, .page-template-tradeshow .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .pro-title, .page-template-tradeshow .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-tradeshow .pro-title {
    margin: 20px 0;
  }
}
.page-template-tradeshow .top-inner-section.tradeshow-banner {
  background-image: url(/wp-content/themes/goftx/dist/images/tradeshow-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
}
.page-template-tradeshow .top-inner-section.tradeshow-banner img {
  max-height: 100px;
}
@media (max-width: 991px) {
  .page-template-tradeshow .top-inner-section.tradeshow-banner img {
    max-height: 60px;
  }
}
.page-template-tradeshow .top-inner-section a {
  display: inline-block;
}
@media (max-width: 767px) {
  .page-template-tradeshow .top-inner-section.section-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-template-tradeshow .tradeshow-whole-year {
  background: linear-gradient(180deg, #FFF 0%, #F3FBFF 50%, #FFF 100%);
}
.page-template-tradeshow .tradeshow-whole-year .container {
  max-width: 1270px;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .tradeshow-whole-year .container {
    max-width: 1550px;
  }
}
.page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content {
  padding-right: 60px;
}
@media (max-width: 991px) {
  .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .section-title--medium {
  font-weight: 400;
}
.page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .section-title--medium span {
  font-weight: 700;
  color: #1B6DF7;
}
.page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .section-title--medium label {
  color: #1B6DF7;
}
.page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .description.disclaimer span, .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .cta-menu--section.choose-industries .dropdown-menu li a.disclaimer.dropdown-item span, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content a.disclaimer.dropdown-item span, .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .free-resources-new .filters-gallery .filter-items .blog-item .disclaimer.latest-post-title span, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .disclaimer.latest-post-title span, .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .free-resources-new .filters-gallery .filter-items .blog-item .disclaimer.content span, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .disclaimer.content span, .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .free-resources-new .custom-pagination .disclaimer.page-numbers span, .free-resources-new .custom-pagination .page-template-tradeshow .tradeshow-whole-year .tradeshow-year--content .disclaimer.page-numbers span {
  color: #1B6DF7;
}
.page-template-tradeshow .tradeshow-whole-year .tradeshow-year--form {
  padding: 20px;
  border-radius: 20px;
  background: #B0DDFA;
}
.page-template-tradeshow .industry-logo-slider-home {
  background: #DAF0FF;
}
.page-template-tradeshow .industry-logo-slider-home .indus-logo-slider {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .page-template-tradeshow .industry-logo-slider-home .indus-logo-slider {
    margin-top: 20px;
  }
}
.page-template-tradeshow .industry-logo-slider-home .indus-logo-slider .slick-track {
  display: flex;
}
.page-template-tradeshow .industry-logo-slider-home .indus-logo-slider .slick-slide {
  height: inherit;
  background: unset;
  border-radius: unset;
  box-shadow: unset;
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .page-template-tradeshow .industry-logo-slider-home .indus-logo-slider .slick-slide {
    justify-content: center;
  }
}
.page-template-tradeshow .industry-logo-slider-home .indus-logo-slider .slick-slide .logo-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #EBF7FF;
  box-shadow: 0px 2px 20px 0px rgba(176, 221, 250, 0.5);
}
.page-template-tradeshow .industry-logo-slider-home .indus-logo-slider .slick-slide .logo-link img {
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  display: block;
  height: 90px;
  max-height: unset;
}
@media (max-width: 767px) {
  .page-template-tradeshow .industry-logo-slider-home .indus-logo-slider .slick-slide .logo-link {
    width: 100%;
    padding: 0;
    min-width: 250px;
    max-width: 250px;
  }
  .page-template-tradeshow .industry-logo-slider-home .indus-logo-slider .slick-slide .logo-link img {
    height: 100px;
    padding: 10px;
  }
}
.page-template-tradeshow .industry-logo-slider-home .indus-logo-slider .slick-arrow:hover {
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .page-template-tradeshow .industry-logo-slider-home .indus-logo-slider ul.slick-dots {
    bottom: 0;
    display: flex;
    margin-top: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .page-template-tradeshow .industry-logo-slider-home .indus-logo-slider ul.slick-dots li button {
    background: #ffffff;
  }
  .page-template-tradeshow .industry-logo-slider-home .indus-logo-slider ul.slick-dots li.slick-active button {
    background-color: #051842;
  }
}
.page-template-tradeshow .automate-daily--section {
  background: #124CC5;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .automate-daily--section .container {
    max-width: 1640px;
  }
}
.page-template-tradeshow .automate-daily--section .automate-daily--content {
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(69, 126, 247, 0.2);
  margin: 0 5px;
  padding: 25px;
  height: 100%;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .automate-daily--section .automate-daily--content {
    padding: 25px 25px 35px;
  }
}
@media (max-width: 1024px) {
  .page-template-tradeshow .automate-daily--section .automate-daily--content {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .page-template-tradeshow .automate-daily--section .automate-daily--content {
    height: auto;
    margin-bottom: 20px;
  }
}
.page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li a.title-space, .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading a.title-space, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .title-space.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .title-space.most-recent_title, .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title a.title-space, .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .title-space.most-recent_title, .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title a.title-space, .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.pro-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .heading-27.description, .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main a.description, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.description, .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .agreements-block-title.description, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .most-recent_title.description, .recent-article .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-article .most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-article .most-recent_title .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-article .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .most-recent_title.description, .recent-library_section .recent-library .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .heading-27.description, .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-article .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .heading-27.description, .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .most-recent_title.description, .recent-article .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-article .most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .heading-27.description, .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-article .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .heading-27.description, .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .most-recent_title.description, .recent-article .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-article .most-recent_title.description, .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section a.description, .recent-article .most-recent_title .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-article .most-recent_title a.description, .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .most-recent_title.description, .recent-library_section .recent-library .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section a.description, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.description, .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .heading-27.description, .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li a.description, .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .most-recent_title.description, .recent-article .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-article .most-recent_title.description, .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section a.description, .recent-article .most-recent_title .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-article .most-recent_title a.description, .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .most-recent_title.description, .recent-library_section .recent-library .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section a.description, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.description, .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-article .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content h3.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .heading-27.own-content, .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content a.own-content, .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li a.own-content, .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content a.own-content, .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading a.own-content, .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .agreements-block-title.own-content, .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-article .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .heading-27.sub-description, .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content a.sub-description, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-description, .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content a.sub-description, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-description, .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-article .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content h3, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.content, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination a.page-numbers, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title {
  margin: 20px 0;
  min-height: 65px;
}
@media (max-width: 1440px) {
  .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li a.title-space, .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading a.title-space, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .title-space.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .title-space.most-recent_title, .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title a.title-space, .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .title-space.most-recent_title, .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title a.title-space, .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.pro-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .heading-27.description, .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main a.description, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.description, .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .agreements-block-title.description, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .most-recent_title.description, .recent-article .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-article .most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-article .most-recent_title .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-article .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .most-recent_title.description, .recent-library_section .recent-library .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .heading-27.description, .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-article .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .heading-27.description, .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .most-recent_title.description, .recent-article .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-article .most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .heading-27.description, .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-article .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .heading-27.description, .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .most-recent_title.description, .recent-article .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-article .most-recent_title.description, .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section a.description, .recent-article .most-recent_title .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-article .most-recent_title a.description, .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .most-recent_title.description, .recent-library_section .recent-library .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section a.description, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.description, .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .heading-27.description, .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li a.description, .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .most-recent_title.description, .recent-article .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-article .most-recent_title.description, .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section a.description, .recent-article .most-recent_title .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-article .most-recent_title a.description, .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .most-recent_title.description, .recent-library_section .recent-library .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section a.description, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.description, .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-article .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content h3.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .heading-27.own-content, .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content a.own-content, .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li a.own-content, .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content a.own-content, .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading a.own-content, .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .agreements-block-title.own-content, .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-article .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .heading-27.sub-description, .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content a.sub-description, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-description, .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content a.sub-description, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-description, .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-article .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content h3, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.content, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination a.page-numbers, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title {
    min-height: inherit;
  }
}
@media (max-width: 1366px) {
  .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li a.title-space, .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading a.title-space, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .title-space.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .title-space.most-recent_title, .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title a.title-space, .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .title-space.most-recent_title, .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title a.title-space, .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.pro-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .heading-27.description, .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main a.description, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.description, .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .agreements-block-title.description, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .most-recent_title.description, .recent-article .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-article .most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-article .most-recent_title .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-article .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .most-recent_title.description, .recent-library_section .recent-library .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .heading-27.description, .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-article .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .heading-27.description, .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .most-recent_title.description, .recent-article .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-article .most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .heading-27.description, .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-article .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .heading-27.description, .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .most-recent_title.description, .recent-article .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-article .most-recent_title.description, .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section a.description, .recent-article .most-recent_title .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-article .most-recent_title a.description, .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .most-recent_title.description, .recent-library_section .recent-library .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section a.description, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.description, .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .heading-27.description, .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li a.description, .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .most-recent_title.description, .recent-article .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-article .most-recent_title.description, .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section a.description, .recent-article .most-recent_title .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-article .most-recent_title a.description, .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .most-recent_title.description, .recent-library_section .recent-library .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section a.description, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.description, .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-article .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content h3.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .heading-27.own-content, .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content a.own-content, .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li a.own-content, .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content a.own-content, .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading a.own-content, .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .agreements-block-title.own-content, .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-article .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .heading-27.sub-description, .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content a.sub-description, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-description, .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content a.sub-description, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-description, .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-article .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content h3, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.content, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination a.page-numbers, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title {
    min-height: 55px;
  }
}
@media (max-width: 991px) {
  .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li a.title-space, .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading a.title-space, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .title-space.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .title-space.most-recent_title, .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title a.title-space, .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .title-space.most-recent_title, .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title a.title-space, .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.title-space, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .title-space.pro-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .heading-27.description, .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main a.description, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.description, .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .agreements-block-title.description, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .most-recent_title.description, .recent-article .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-article .most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-article .most-recent_title .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-article .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .most-recent_title.description, .recent-library_section .recent-library .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .heading-27.description, .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-article .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .heading-27.description, .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .most-recent_title.description, .recent-article .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-article .most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .heading-27.description, .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-article .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .heading-27.description, .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .most-recent_title.description, .recent-article .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-article .most-recent_title.description, .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section a.description, .recent-article .most-recent_title .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-article .most-recent_title a.description, .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .most-recent_title.description, .recent-library_section .recent-library .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section a.description, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.description, .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .heading-27.description, .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li a.description, .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .most-recent_title.description, .recent-article .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-article .most-recent_title.description, .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section a.description, .recent-article .most-recent_title .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-article .most-recent_title a.description, .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .most-recent_title.description, .recent-library_section .recent-library .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section a.description, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.description, .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.heading-27.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.agreements-block-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content a.most-recent_title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content a.pro-title.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-article .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content h3.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.section-title--medium, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .heading-27.own-content, .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content a.own-content, .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li a.own-content, .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content a.own-content, .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading a.own-content, .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .agreements-block-title.own-content, .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-article .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.own-content, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .heading-27.sub-description, .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content a.sub-description, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-description, .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content a.sub-description, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-description, .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-article .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.sub-description, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content h3, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content a, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.content, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.content, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination a.page-numbers, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .heading-27.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-tradeshow .automate-daily--section .automate-daily--content .agreements-block-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-tradeshow .automate-daily--section .automate-daily--content h3.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-tradeshow .automate-daily--section .automate-daily--content .most-recent_title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .page-template-tradeshow .automate-daily--section .automate-daily--content a.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title.page-numbers, .page-template-tradeshow .automate-daily--section .automate-daily--content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-tradeshow .automate-daily--section .automate-daily--content .pro-title {
    min-height: inherit;
    margin: 15px 0;
  }
}
.page-template-tradeshow .automate-daily--section .automate-daily--content .description, .page-template-tradeshow .automate-daily--section .automate-daily--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .automate-daily--section .automate-daily--content a.dropdown-item, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .latest-post-title, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .automate-daily--section .automate-daily--content .content, .page-template-tradeshow .automate-daily--section .automate-daily--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-tradeshow .automate-daily--section .automate-daily--content .page-numbers {
  color: #000000;
}
.page-template-tradeshow .automate-daily--section .automate-daily--content .animation-json lottie-player {
  max-width: 80px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page-template-tradeshow .automate-daily--section.section-space {
    padding-bottom: 10px;
  }
}
.page-template-tradeshow .personalized-support--section .container {
  max-width: 1310px;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .personalized-support--section .container {
    max-width: 1640px;
  }
}
@media (max-width: 991px) {
  .page-template-tradeshow .personalized-support--section {
    padding-bottom: 10px;
  }
  .page-template-tradeshow .personalized-support--section .row {
    flex-direction: column-reverse;
  }
}
.page-template-tradeshow .personalized-support--section .personalized-support--content {
  padding-right: 50px;
}
.page-template-tradeshow .personalized-support--section .personalized-support--content .sub-title {
  font-size: 26px;
  font-size: 1.625rem;
  color: #F3F8FF;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #467FF7;
  background: #467FF7;
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline-block;
  margin: 0;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .personalized-support--section .personalized-support--content .sub-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
  }
}
@media (max-width: 1440px) {
  .page-template-tradeshow .personalized-support--section .personalized-support--content .sub-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .page-template-tradeshow .personalized-support--section .personalized-support--content .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.page-template-tradeshow .personalized-support--section .personalized-support--content .section-title--medium {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .page-template-tradeshow .personalized-support--section .personalized-support--content .section-title--medium {
    margin: 20px 0;
  }
}
.page-template-tradeshow .personalized-support--section .personalized-support--content .description, .page-template-tradeshow .personalized-support--section .personalized-support--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .personalized-support--section .personalized-support--content a.dropdown-item, .page-template-tradeshow .personalized-support--section .personalized-support--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .personalized-support--section .personalized-support--content .latest-post-title, .page-template-tradeshow .personalized-support--section .personalized-support--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .personalized-support--section .personalized-support--content .content, .page-template-tradeshow .personalized-support--section .personalized-support--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-tradeshow .personalized-support--section .personalized-support--content .page-numbers {
  border-radius: 100px;
  background: #EDF8FF;
  padding: 10px 20px 10px 45px;
  position: relative;
  margin-bottom: 20px;
}
.page-template-tradeshow .personalized-support--section .personalized-support--content .description:before, .page-template-tradeshow .personalized-support--section .personalized-support--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:before, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .personalized-support--section .personalized-support--content a.dropdown-item:before, .page-template-tradeshow .personalized-support--section .personalized-support--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:before, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .personalized-support--section .personalized-support--content .latest-post-title:before, .page-template-tradeshow .personalized-support--section .personalized-support--content .free-resources-new .filters-gallery .filter-items .blog-item .content:before, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .personalized-support--section .personalized-support--content .content:before, .page-template-tradeshow .personalized-support--section .personalized-support--content .free-resources-new .custom-pagination .page-numbers:before, .free-resources-new .custom-pagination .page-template-tradeshow .personalized-support--section .personalized-support--content .page-numbers:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23457EF7'/%3E%3Cpath d='M17.6863 7.01835C18.189 6.8668 19.045 7.69343 19.4118 8.05164C19.6971 8.32719 20.1863 8.65784 19.9281 9.08494L11.477 18.9908L5.0504 13.4386C4.86018 13.0803 5.25421 12.6946 5.4716 12.4053C5.74334 12.0471 6.49062 11.0964 6.89823 11.1378C7.46888 11.1929 10.3901 14.1963 11.083 14.6647L17.6863 7.01835Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  display: inline-block;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page-template-tradeshow .personalized-support--section .personalized-support--content {
    max-width: 700px;
    margin: 20px auto 0;
    width: 100%;
    padding-right: 0;
  }
  .page-template-tradeshow .personalized-support--section .personalized-support--content p.sub-title, .page-template-tradeshow .personalized-support--section .personalized-support--content .section-title--medium {
    text-align: center;
    display: block;
  }
}
.page-template-tradeshow .personalized-support--section .personalized-support--image {
  border-radius: 50%;
  overflow: hidden;
  background: #8099D2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-height: 400px;
  max-width: 400px;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .personalized-support--section .personalized-support--image {
    max-height: 540px;
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  .page-template-tradeshow .personalized-support--section .personalized-support--image {
    margin: 0 auto;
  }
}
.page-template-tradeshow .personalized-support--section .personalized-support--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-tradeshow .trade-cta--section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .trade-cta--section .container {
    max-width: 1400px;
  }
}
.page-template-tradeshow .trade-cta--section .trade-cta--block {
  background-image: url(/wp-content/themes/goftx/dist/images/tradeshow-cta.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-tradeshow .trade-cta--section .trade-cta--block .description, .page-template-tradeshow .trade-cta--section .trade-cta--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .trade-cta--section .trade-cta--block a.dropdown-item, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .latest-post-title, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .content, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-tradeshow .trade-cta--section .trade-cta--block .page-numbers {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
}
@media (min-width: 1921px) {
  .page-template-tradeshow .trade-cta--section .trade-cta--block .description, .page-template-tradeshow .trade-cta--section .trade-cta--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .trade-cta--section .trade-cta--block a.dropdown-item, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .latest-post-title, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .content, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-tradeshow .trade-cta--section .trade-cta--block .page-numbers {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 1440px) {
  .page-template-tradeshow .trade-cta--section .trade-cta--block .description, .page-template-tradeshow .trade-cta--section .trade-cta--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .trade-cta--section .trade-cta--block a.dropdown-item, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .latest-post-title, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .content, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-tradeshow .trade-cta--section .trade-cta--block .page-numbers {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .page-template-tradeshow .trade-cta--section .trade-cta--block .description, .page-template-tradeshow .trade-cta--section .trade-cta--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .trade-cta--section .trade-cta--block a.dropdown-item, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .latest-post-title, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .content, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-tradeshow .trade-cta--section .trade-cta--block .page-numbers {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .page-template-tradeshow .trade-cta--section .trade-cta--block .description, .page-template-tradeshow .trade-cta--section .trade-cta--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .trade-cta--section .trade-cta--block a.dropdown-item, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .latest-post-title, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .content, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-tradeshow .trade-cta--section .trade-cta--block .page-numbers {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-template-tradeshow .trade-cta--section .trade-cta--block .description span, .page-template-tradeshow .trade-cta--section .trade-cta--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item span, .cta-menu--section.choose-industries .dropdown-menu li .page-template-tradeshow .trade-cta--section .trade-cta--block a.dropdown-item span, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title span, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .latest-post-title span, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .content span, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-tradeshow .trade-cta--section .trade-cta--block .content span, .page-template-tradeshow .trade-cta--section .trade-cta--block .free-resources-new .custom-pagination .page-numbers span, .free-resources-new .custom-pagination .page-template-tradeshow .trade-cta--section .trade-cta--block .page-numbers span {
  color: #FFF703;
  font-weight: 700;
}
.page-template-tradeshow .trade-cta--section .trade-cta--block .btn-blue-outline {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .page-template-tradeshow .trade-cta--section .trade-cta--block .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}

.wpforms-container.wpforms-container-full.tradeshow--form input {
  border-radius: 0 !important;
  border: 0 !important;
  border-left: 4px solid #467ff7 !important;
}
.wpforms-container.wpforms-container-full.tradeshow--form .wpforms-submit-container .wpforms-submit {
  background: #467FF7;
  border-radius: 0 !important;
  text-transform: uppercase;
}
.wpforms-container.wpforms-container-full.tradeshow--form .wpforms-submit-container .wpforms-submit:hover {
  background: #1a48a5;
}

@media (max-width: 767px) {
  .page-template-template-pos-fb-ads .section-title--medium br {
    display: none;
  }
}
.page-template-template-pos-fb-ads .hero-section figure {
  width: 50%;
  text-align: center;
}
.page-template-template-pos-fb-ads .hero-section figure img {
  max-height: 400px;
}
@media (max-width: 640px) {
  .page-template-template-pos-fb-ads .hero-section figure {
    width: 100%;
  }
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .page-template-template-pos-fb-ads .refined-tobacco-retailers .container {
    max-width: 1600px;
  }
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .heading-37, .page-template-template-pos-fb-ads .refined-tobacco-retailers .customize-retail-products h2, .customize-retail-products .page-template-template-pos-fb-ads .refined-tobacco-retailers h2, .page-template-template-pos-fb-ads .refined-tobacco-retailers .customize-retail-products h2 a, .customize-retail-products h2 .page-template-template-pos-fb-ads .refined-tobacco-retailers a, .page-template-template-pos-fb-ads .refined-tobacco-retailers .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .page-template-template-pos-fb-ads .refined-tobacco-retailers .heading-30 {
  margin: 0;
  color: #1E1C37;
  font-weight: normal;
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .carousel {
  margin-bottom: 0;
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .slider-inner .slick-track {
  display: flex;
  align-items: center;
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers #logo-carousel .slick-item .retailers-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers #logo-carousel .slick-item .retailers-logo a img {
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  display: block;
  height: 90px;
  max-height: unset;
}
@media (max-width: 767px) {
  .page-template-template-pos-fb-ads .refined-tobacco-retailers #logo-carousel .slick-item .retailers-logo {
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    text-align: center;
    margin: 10px auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .page-template-template-pos-fb-ads .refined-tobacco-retailers #logo-carousel .slick-item .retailers-logo a img {
    height: 100px;
    padding: 10px;
    max-width: 250px;
    width: 100%;
  }
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .slick-dots {
  bottom: 0;
  display: flex;
  margin-top: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .slick-dots li {
  width: 15px;
  height: 15px;
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #FC5621;
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .slick-dots li button::before {
  display: none;
}
.page-template-template-pos-fb-ads .refined-tobacco-retailers .slick-dots li.slick-active button {
  background: #FC5621;
}
@media (max-width: 991px) {
  .page-template-template-pos-fb-ads .refined-tobacco-retailers .heading-37, .page-template-template-pos-fb-ads .refined-tobacco-retailers .customize-retail-products h2, .customize-retail-products .page-template-template-pos-fb-ads .refined-tobacco-retailers h2, .page-template-template-pos-fb-ads .refined-tobacco-retailers .customize-retail-products h2 a, .customize-retail-products h2 .page-template-template-pos-fb-ads .refined-tobacco-retailers a, .page-template-template-pos-fb-ads .refined-tobacco-retailers .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .page-template-template-pos-fb-ads .refined-tobacco-retailers .heading-30 {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .page-template-template-pos-fb-ads br {
    display: none;
  }
}

.pos-fb-ads-banner {
  background: #E4F4FC;
}
.pos-fb-ads-banner .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .pos-fb-ads-banner .container {
    max-width: 1600px;
  }
}
.pos-fb-ads-banner .hero_content {
  max-width: 100%;
  padding-right: 50px;
}
.pos-fb-ads-banner .btn-blue, .pos-fb-ads-banner .btn-blue-outline, .pos-fb-ads-banner .cta-green, .pos-fb-ads-banner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-fb-ads-banner .nav-link {
  color: #2D3063;
  border: 2px solid #2D3063;
  background: #ffffff;
}
.pos-fb-ads-banner .btn-blue:hover, .pos-fb-ads-banner .btn-blue-outline:hover, .pos-fb-ads-banner .cta-green:hover, .pos-fb-ads-banner .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .pos-fb-ads-banner .nav-link:hover {
  color: #ffffff;
  background: #2D3063;
}
.pos-fb-ads-banner .banner-form {
  max-width: 760px;
  margin: 50px auto 0;
  padding: 30px 50px;
  border-radius: 10px;
  background: #ffffff;
  border: 3px solid #FC5621;
}
.pos-fb-ads-banner .banner-form .heading-37, .pos-fb-ads-banner .banner-form .customize-retail-products h2, .customize-retail-products .pos-fb-ads-banner .banner-form h2, .pos-fb-ads-banner .banner-form .customize-retail-products h2 a, .customize-retail-products h2 .pos-fb-ads-banner .banner-form a, .pos-fb-ads-banner .banner-form .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .pos-fb-ads-banner .banner-form .heading-30, .pos-fb-ads-banner .banner-form .description-para {
  text-align: center;
}
.pos-fb-ads-banner .banner-form .heading-37, .pos-fb-ads-banner .banner-form .customize-retail-products h2, .customize-retail-products .pos-fb-ads-banner .banner-form h2, .pos-fb-ads-banner .banner-form .customize-retail-products h2 a, .customize-retail-products h2 .pos-fb-ads-banner .banner-form a, .pos-fb-ads-banner .banner-form .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .pos-fb-ads-banner .banner-form .heading-30 {
  color: #FC5621;
  font-weight: normal;
}
.pos-fb-ads-banner .banner-form .description-para {
  color: #4A4A4A;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pos-fb-ads-banner .hero_content {
    padding-right: 0;
    margin-bottom: 0;
  }
  .pos-fb-ads-banner .banner-form {
    margin: 30px auto;
    padding: 30px;
  }
  .pos-fb-ads-banner figure {
    order: 3;
  }
}
@media (max-width: 767px) {
  .pos-fb-ads-banner .banner-form {
    margin-top: 20px;
    padding: 20px 15px;
  }
}
@media (max-width: 441px) {
  .pos-fb-ads-banner .banner-form iframe {
    height: 570px !important;
  }
}

.pos-benefits-section {
  background: #E4F4FC;
}
.pos-benefits-section .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .pos-benefits-section .container {
    max-width: 1600px;
  }
}
.pos-benefits-section .pos-benefits-slider {
  margin-top: 50px;
  padding: 0 50px;
}
.pos-benefits-section .pos-benefits-slider .slick-items {
  padding: 30px 50px;
  border-radius: 10px;
  background: #ffffff;
  border: 3px solid #FC5621;
}
.pos-benefits-section .pos-benefits-slider .slick-items .heading-27, .pos-benefits-section .pos-benefits-slider .slick-items .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .pos-benefits-section .pos-benefits-slider .slick-items a, .pos-benefits-section .pos-benefits-slider .slick-items .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .pos-benefits-section .pos-benefits-slider .slick-items a, .pos-benefits-section .pos-benefits-slider .slick-items .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .pos-benefits-section .pos-benefits-slider .slick-items .agreements-block-title, .pos-benefits-section .pos-benefits-slider .slick-items .recent-article .most-recent_title, .recent-article .pos-benefits-section .pos-benefits-slider .slick-items .most-recent_title, .pos-benefits-section .pos-benefits-slider .slick-items .recent-article .most-recent_title a, .recent-article .most-recent_title .pos-benefits-section .pos-benefits-slider .slick-items a, .pos-benefits-section .pos-benefits-slider .slick-items .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-benefits-section .pos-benefits-slider .slick-items h3, .pos-benefits-section .pos-benefits-slider .slick-items .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .pos-benefits-section .pos-benefits-slider .slick-items .most-recent_title, .pos-benefits-section .pos-benefits-slider .slick-items .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .pos-benefits-section .pos-benefits-slider .slick-items a, .pos-benefits-section .pos-benefits-slider .slick-items .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .pos-benefits-section .pos-benefits-slider .slick-items .pro-title {
  color: #1E1C37;
  margin-bottom: 20px;
}
.pos-benefits-section .pos-benefits-slider .slick-track {
  display: flex;
}
.pos-benefits-section .pos-benefits-slider .slick-list {
  margin: 0 -20px;
}
.pos-benefits-section .pos-benefits-slider .slick-slide {
  height: inherit;
  margin: 0 20px;
}
.pos-benefits-section .pos-benefits-slider .slick-arrow {
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent !important;
}
.pos-benefits-section .pos-benefits-slider .slick-arrow::before {
  top: 0;
  left: 0;
  opacity: 1;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(/wp-content/themes/goftx/dist/images/pos-ads-arrow.svg) no-repeat center/30px;
}
.pos-benefits-section .pos-benefits-slider .slick-arrow.slick-prev {
  left: 0;
}
.pos-benefits-section .pos-benefits-slider .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.pos-benefits-section .pos-benefits-slider .slick-dots {
  bottom: 0;
  display: flex;
  margin-top: 30px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.pos-benefits-section .pos-benefits-slider .slick-dots li {
  width: 15px;
  height: 15px;
}
.pos-benefits-section .pos-benefits-slider .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #FC5621;
}
.pos-benefits-section .pos-benefits-slider .slick-dots li button::before {
  display: none;
}
.pos-benefits-section .pos-benefits-slider .slick-dots li.slick-active button {
  background: #FC5621;
}
@media (max-width: 1199px) {
  .pos-benefits-section .pos-benefits-slider .slick-items {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .pos-benefits-section .pos-benefits-slider {
    margin-top: 30px;
  }
  .pos-benefits-section .pos-benefits-slider .slick-items {
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pos-benefits-section .pos-benefits-slider {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .pos-benefits-section .pos-benefits-slider .slick-slide {
    text-align: center;
  }
  .pos-benefits-section .pos-benefits-slider .slick-list {
    margin: 0 -10px;
  }
  .pos-benefits-section .pos-benefits-slider .slick-slide {
    height: inherit;
    margin: 0 10px;
  }
}

.growth-with-pos .growth-with-pos-inner {
  margin-top: 50px;
}
.growth-with-pos .growth-with-pos-inner .growth-box {
  padding: 35px 35px 50px;
  height: 100%;
  border-radius: 30px;
  border: 2px solid rgba(252, 86, 33, 0.2);
}
.growth-with-pos .growth-with-pos-inner .growth-box .icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.growth-with-pos .growth-with-pos-inner .growth-box .icon img, .growth-with-pos .growth-with-pos-inner .growth-box .icon lottie-player {
  max-height: 120px;
}
.growth-with-pos .growth-with-pos-inner .growth-box .heading-27, .growth-with-pos .growth-with-pos-inner .growth-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .growth-with-pos .growth-with-pos-inner .growth-box a, .growth-with-pos .growth-with-pos-inner .growth-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .growth-with-pos .growth-with-pos-inner .growth-box a, .growth-with-pos .growth-with-pos-inner .growth-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .growth-with-pos .growth-with-pos-inner .growth-box .agreements-block-title, .growth-with-pos .growth-with-pos-inner .growth-box .recent-article .most-recent_title, .recent-article .growth-with-pos .growth-with-pos-inner .growth-box .most-recent_title, .growth-with-pos .growth-with-pos-inner .growth-box .recent-article .most-recent_title a, .recent-article .most-recent_title .growth-with-pos .growth-with-pos-inner .growth-box a, .growth-with-pos .growth-with-pos-inner .growth-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .growth-with-pos .growth-with-pos-inner .growth-box h3, .growth-with-pos .growth-with-pos-inner .growth-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .growth-with-pos .growth-with-pos-inner .growth-box .most-recent_title, .growth-with-pos .growth-with-pos-inner .growth-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .growth-with-pos .growth-with-pos-inner .growth-box a, .growth-with-pos .growth-with-pos-inner .growth-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .growth-with-pos .growth-with-pos-inner .growth-box .pro-title {
  color: #1E1C37;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .growth-with-pos .growth-with-pos-inner {
    margin-top: 40px;
  }
  .growth-with-pos .growth-with-pos-inner .growth-box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .growth-with-pos .growth-with-pos-inner {
    margin-top: 30px;
  }
  .growth-with-pos .growth-with-pos-inner .growth-box {
    padding: 20px;
    border-radius: 15px;
    text-align: center;
  }
  .growth-with-pos .growth-with-pos-inner .growth-box .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .growth-with-pos .growth-with-pos-inner .growth-box .icon img, .growth-with-pos .growth-with-pos-inner .growth-box .icon lottie-player {
    max-height: 100px;
  }
}
@media (max-width: 768px) {
  .growth-with-pos .growth-with-pos-inner {
    margin-top: 20px;
  }
  .growth-with-pos .growth-with-pos-inner .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .growth-with-pos .growth-with-pos-inner .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .growth-with-pos .growth-with-pos-inner .growth-box {
    text-align: center;
  }
  .growth-with-pos .growth-with-pos-inner .growth-box .icon {
    margin: 0 auto 15px;
  }
}

.start-with-low-rates {
  background: url(/wp-content/themes/goftx/dist/images/low-rates-bg.png) no-repeat center/cover;
}
.start-with-low-rates .section-title--medium {
  margin-bottom: 25px;
}
.start-with-low-rates .btn-blue-outline {
  color: #2D3063;
  border: 2px solid #ffffff;
}
.start-with-low-rates .btn-blue-outline:hover {
  color: #ffffff;
  background: #2D3063;
}

.pos-fb-ads-cta {
  background: url(/wp-content/themes/goftx/dist/images/pos-fb-ads-cta-bg.png) no-repeat center/cover;
}
.pos-fb-ads-cta .section-title--medium {
  font-weight: normal;
  margin-bottom: 25px;
}
.pos-fb-ads-cta .btn-grp .btn-blue, .pos-fb-ads-cta .btn-grp .btn-blue-outline, .pos-fb-ads-cta .btn-grp .cta-green, .pos-fb-ads-cta .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-fb-ads-cta .btn-grp .nav-link {
  margin: 0 8px 10px;
}
@media (max-width: 767px) {
  .pos-fb-ads-cta .btn-grp .btn-blue, .pos-fb-ads-cta .btn-grp .btn-blue-outline, .pos-fb-ads-cta .btn-grp .cta-green, .pos-fb-ads-cta .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-fb-ads-cta .btn-grp .nav-link {
    margin: 0 auto 10px;
  }
  .pos-fb-ads-cta .btn-grp .btn-blue:last-child, .pos-fb-ads-cta .btn-grp .btn-blue-outline:last-child, .pos-fb-ads-cta .btn-grp .cta-green:last-child, .pos-fb-ads-cta .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link:last-child, .pricing-data--table #pricingTab .nav-item .pos-fb-ads-cta .btn-grp .nav-link:last-child {
    margin-bottom: 0;
  }
}
.pos-fb-ads-cta .btn-orange {
  color: #FC5621;
  background: #ffffff;
  border: 2px solid #FC5621;
}
.pos-fb-ads-cta .btn-orange:hover {
  color: #ffffff;
  background: #FC5621;
  border-color: #ffffff;
}

.easy-started-features .container {
  max-width: 1150px;
}
@media (min-width: 1921px) {
  .easy-started-features .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .easy-started-features .container {
    max-width: 1100px !important;
  }
}
.easy-started-features figure {
  text-align: center;
}
@media (max-width: 1440px) {
  .easy-started-features figure img {
    max-height: 480px;
  }
}
.easy-started-features .left-col {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .easy-started-features .left-col {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .easy-started-features .left-col {
    padding-right: 0;
  }
}
.easy-started-features .heading-27, .easy-started-features .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .easy-started-features a, .easy-started-features .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .easy-started-features a, .easy-started-features .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .easy-started-features .agreements-block-title, .easy-started-features .recent-article .most-recent_title, .recent-article .easy-started-features .most-recent_title, .easy-started-features .recent-article .most-recent_title a, .recent-article .most-recent_title .easy-started-features a, .easy-started-features .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .easy-started-features h3, .easy-started-features .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .easy-started-features .most-recent_title, .easy-started-features .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .easy-started-features a, .easy-started-features .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .easy-started-features .pro-title {
  font-weight: normal;
}
.easy-started-features .section-title--medium {
  margin-bottom: 10px;
}
.easy-started-features .inner-feature {
  margin-top: 50px;
}
.easy-started-features .inner-feature .description, .easy-started-features .inner-feature .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .easy-started-features .inner-feature a.dropdown-item, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .latest-post-title, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .content, .easy-started-features .inner-feature .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .easy-started-features .inner-feature .page-numbers {
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
}
.easy-started-features .inner-feature .description::before, .easy-started-features .inner-feature .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item::before, .cta-menu--section.choose-industries .dropdown-menu li .easy-started-features .inner-feature a.dropdown-item::before, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title::before, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .latest-post-title::before, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .content::before, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .content::before, .easy-started-features .inner-feature .free-resources-new .custom-pagination .page-numbers::before, .free-resources-new .custom-pagination .easy-started-features .inner-feature .page-numbers::before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/goftx/dist/images/orange-check.png) no-repeat center/30px;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .easy-started-features .inner-feature .description::before, .easy-started-features .inner-feature .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item::before, .cta-menu--section.choose-industries .dropdown-menu li .easy-started-features .inner-feature a.dropdown-item::before, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title::before, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .latest-post-title::before, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .content::before, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .content::before, .easy-started-features .inner-feature .free-resources-new .custom-pagination .page-numbers::before, .free-resources-new .custom-pagination .easy-started-features .inner-feature .page-numbers::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .easy-started-features .inner-feature .description::before, .easy-started-features .inner-feature .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item::before, .cta-menu--section.choose-industries .dropdown-menu li .easy-started-features .inner-feature a.dropdown-item::before, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title::before, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .latest-post-title::before, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .content::before, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .content::before, .easy-started-features .inner-feature .free-resources-new .custom-pagination .page-numbers::before, .free-resources-new .custom-pagination .easy-started-features .inner-feature .page-numbers::before {
    top: 2px;
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
}
.easy-started-features .inner-feature .description:last-child, .easy-started-features .inner-feature .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:last-child, .cta-menu--section.choose-industries .dropdown-menu li .easy-started-features .inner-feature a.dropdown-item:last-child, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .latest-post-title:last-child, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .content:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .content:last-child, .easy-started-features .inner-feature .free-resources-new .custom-pagination .page-numbers:last-child, .free-resources-new .custom-pagination .easy-started-features .inner-feature .page-numbers:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .easy-started-features .section-title--medium, .easy-started-features .heading-27, .easy-started-features .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .easy-started-features a, .easy-started-features .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .easy-started-features a, .easy-started-features .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .easy-started-features .agreements-block-title, .easy-started-features .recent-article .most-recent_title, .recent-article .easy-started-features .most-recent_title, .easy-started-features .recent-article .most-recent_title a, .recent-article .most-recent_title .easy-started-features a, .easy-started-features .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .easy-started-features h3, .easy-started-features .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .easy-started-features .most-recent_title, .easy-started-features .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .easy-started-features a, .easy-started-features .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .easy-started-features .pro-title {
    text-align: center;
  }
  .easy-started-features .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .easy-started-features .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .easy-started-features .inner-feature {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .easy-started-features .inner-feature {
    margin-top: 20px;
  }
  .easy-started-features .inner-feature .description, .easy-started-features .inner-feature .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .easy-started-features .inner-feature a.dropdown-item, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .latest-post-title, .easy-started-features .inner-feature .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .easy-started-features .inner-feature .content, .easy-started-features .inner-feature .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .easy-started-features .inner-feature .page-numbers {
    padding-left: 30px;
  }
}

.pos-ads-testimonial-section .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .pos-ads-testimonial-section .container {
    max-width: 1600px;
  }
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider {
  margin-top: 50px;
  margin-bottom: 0;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items {
  position: relative;
  padding: 30px 50px;
  border-radius: 20px;
  background: #E4F4FC;
  border: 3px solid #FC5621;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items .description, .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items a.dropdown-item, .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items .latest-post-title, .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items .content, .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items .page-numbers {
  color: #1E1C37;
  margin-bottom: 20px;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-track {
  display: flex;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-list {
  margin: 0 -15px;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-slide {
  height: inherit;
  margin: 0 15px;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .btn-blue, .pos-ads-testimonial-section .pos-ads-testimonial-slider .btn-blue-outline, .pos-ads-testimonial-section .pos-ads-testimonial-slider .cta-green, .pos-ads-testimonial-section .pos-ads-testimonial-slider .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-ads-testimonial-section .pos-ads-testimonial-slider .nav-link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #2D3063;
  background: transparent;
  border: 2px solid #2D3063;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .btn-blue:hover, .pos-ads-testimonial-section .pos-ads-testimonial-slider .btn-blue-outline:hover, .pos-ads-testimonial-section .pos-ads-testimonial-slider .cta-green:hover, .pos-ads-testimonial-section .pos-ads-testimonial-slider .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .pos-ads-testimonial-section .pos-ads-testimonial-slider .nav-link:hover {
  color: #ffffff;
  background: #2D3063;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-dots {
  bottom: 0;
  display: flex;
  margin-top: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-dots li {
  width: 15px;
  height: 15px;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #FC5621;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-dots li button::before {
  display: none;
}
.pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-dots li.slick-active button {
  background: #FC5621;
}
@media (max-width: 991px) {
  .pos-ads-testimonial-section .pos-ads-testimonial-slider {
    margin-top: 30px;
  }
  .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-items {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .pos-ads-testimonial-section .pos-ads-testimonial-slider {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .pos-ads-testimonial-section .pos-ads-testimonial-slider .slick-slide {
    text-align: center;
    height: 100%;
  }
  .pos-ads-testimonial-section .pos-ads-testimonial-slider .btn-blue, .pos-ads-testimonial-section .pos-ads-testimonial-slider .btn-blue-outline, .pos-ads-testimonial-section .pos-ads-testimonial-slider .cta-green, .pos-ads-testimonial-section .pos-ads-testimonial-slider .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-ads-testimonial-section .pos-ads-testimonial-slider .nav-link {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 15px;
  }
}

@media (max-width: 435px) {
  .cta-demo-iframe-cls.pos-demo-iframe-cls .modal-dialog .modal-content .modal-title {
    padding-right: 25px;
  }
  .cta-demo-iframe-cls.pos-demo-iframe-cls .modal-dialog .modal-content p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

html[lang=es-ES] .hero-section .hero_content {
  width: 50%;
}
@media (max-width: 991px) {
  html[lang=es-ES] .hero-section .hero_content {
    width: 100%;
  }
}
html[lang=es-ES] .refined-tobacco-retailers br {
  display: none;
}

.wpforms-container.wpforms-container-full.pos-fb-ads--form input, .wpforms-container.wpforms-container-full.pos-fb-ads--form select {
  border: 2px solid #FC5621 !important;
  border-radius: 8px !important;
}
.wpforms-container.wpforms-container-full.pos-fb-ads--form .wpforms-submit-container {
  text-align: center;
}
.wpforms-container.wpforms-container-full.pos-fb-ads--form .wpforms-submit {
  border-radius: 12px !important;
  width: auto;
  background: #FC5621 !important;
  font-weight: 600;
}
.wpforms-container.wpforms-container-full.pos-fb-ads--form .wpforms-submit:hover {
  background: #ab411f !important;
}
@media (max-width: 767px) {
  .wpforms-container.wpforms-container-full.pos-fb-ads--form .wpforms-submit {
    width: 100%;
    max-width: 450px;
  }
}

@media (min-width: 1921px) {
  .fb-ads--template .container {
    max-width: 1560px;
  }
}
@media (max-width: 1440px) {
  .fb-ads--template .container {
    max-width: 1300px;
  }
}
.fb-ads--template .cc-banner .container {
  max-width: 1230px;
}
@media (min-width: 1921px) {
  .fb-ads--template .cc-banner .container {
    max-width: 1370px;
  }
  .fb-ads--template .cc-banner .container .card-banner-content {
    padding-right: 80px;
  }
}
.fb-ads--template .cc-banner .arrow-link {
  color: #1C6DF7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-weight: 600;
}
.fb-ads--template .cc-banner .arrow-link span {
  display: flex;
  top: 0;
  position: relative;
}
@media (max-width: 767px) {
  .fb-ads--template .cc-banner .arrow-link {
    max-width: 350px;
    display: flex;
    margin: 20px auto 0;
  }
  .fb-ads--template .cc-banner .arrow-link span svg {
    width: 16px;
  }
}
.fb-ads--template .retail-success .container {
  max-width: 1260px;
}
@media (min-width: 1921px) {
  .fb-ads--template .retail-success .container {
    max-width: 1700px;
  }
}
@media (max-width: 1024px) {
  .fb-ads--template .retail-success.section-space {
    padding-bottom: 50px;
  }
}
.fb-ads--template .retail-success .section-title--medium {
  margin-bottom: 30px;
}
@media (min-width: 1921px) {
  .fb-ads--template .retail-success .video-two--section .container {
    max-width: 1600px;
  }
}
.fb-ads--template .retail-success .video-two--section .video-content .video-image:hover:before {
  content: none;
}
@media (max-width: 768px) {
  .fb-ads--template .retail-success .video-two--section .video-content .video-image {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 35px;
  }
}
@media (max-width: 480px) {
  .fb-ads--template .retail-success .video-two--section .video-content .video-image {
    max-width: 340px;
    filter: none;
  }
}
.fb-ads--template .retail-success .video-wrapper {
  border-radius: 20px;
  background: #E4F4FC;
  height: 580px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .fb-ads--template .retail-success .video-wrapper {
    height: 820px;
  }
}
@media (max-width: 1440px) {
  .fb-ads--template .retail-success .video-wrapper {
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .fb-ads--template .retail-success .video-wrapper {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .fb-ads--template .retail-success .video-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .fb-ads--template .retail-success .video-wrapper {
    width: 100%;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .fb-ads--template .retail-success .video-wrapper {
    margin: 0px auto 40px;
  }
}
.fb-ads--template .retail-success .video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background: linear-gradient(180deg, #000 12.67%, rgba(0, 0, 0, 0) 51.07%, #000 76.91%);
  z-index: 0;
  border-radius: 30px;
}
.fb-ads--template .retail-success .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 30px;
}
.fb-ads--template .retail-success .video-wrapper .video-data {
  position: absolute;
  padding: 30px 40px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  top: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .fb-ads--template .retail-success .video-wrapper .video-data {
    padding: 20px 20px 60px;
  }
}
.fb-ads--template .retail-success .video-wrapper .video-data .heading-26 {
  color: #ffffff;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .fb-ads--template .retail-success .video-wrapper .video-data .heading-26 {
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .fb-ads--template .retail-success .video-wrapper .video-data .heading-26 {
    line-height: 1.5em;
  }
}
.fb-ads--template .retail-success .video-two--section .video-content {
  padding: 0;
}
.fb-ads--template .growth-with-pos {
  background: #E4F4FC;
}
.fb-ads--template .growth-with-pos .growth-with-pos-inner .growth-box {
  border: 1px solid #FC5621;
  background: #ffffff;
}
@media (max-width: 767px) {
  .fb-ads--template .growth-with-pos .growth-with-pos-inner .growth-box {
    margin: 0 20px;
  }
}
.fb-ads--template .upgrade-form {
  background: #E4F5FD;
}
.fb-ads--template .upgrade-form .form {
  max-width: 820px;
  margin: 0 auto;
  padding: 30px 50px;
  border-radius: 10px;
  background: #ffffff;
  border: 3px solid #FC5621;
}
@media (min-width: 1921px) {
  .fb-ads--template .upgrade-form .form {
    max-width: 990px;
  }
}
@media (max-width: 991px) {
  .fb-ads--template .upgrade-form .form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .fb-ads--template .upgrade-form .form {
    margin: 20px 30px 0;
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .fb-ads--template .upgrade-form .form {
    margin: 20px 0 0;
  }
}
.fb-ads--template .upgrade-form .form .section-title--medium, .fb-ads--template .upgrade-form .form .description, .fb-ads--template .upgrade-form .form .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .fb-ads--template .upgrade-form .form a.dropdown-item, .fb-ads--template .upgrade-form .form .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .fb-ads--template .upgrade-form .form .latest-post-title, .fb-ads--template .upgrade-form .form .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .fb-ads--template .upgrade-form .form .content, .fb-ads--template .upgrade-form .form .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .fb-ads--template .upgrade-form .form .page-numbers {
  text-align: center;
}
.fb-ads--template .upgrade-form .form .section-title--medium {
  color: solid #FC5621;
}

@supports (-webkit-hyphens: none) {
  .fb-ads--template .cc-banner .arrow-link span {
    top: 0;
  }
}
html[lang=es-ES] .page-template-template-pos-fb-ads .cc-banner .card-banner-content {
  padding-right: 80px;
}
html[lang=es-ES] .page-template-template-pos-fb-ads .retail-success .video-wrapper .video-data .heading-26 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: normal;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-pos-fb-ads .retail-success .video-wrapper .video-data .heading-26 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 38px;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .page-template-template-pos-fb-ads .retail-success .video-wrapper .video-data .heading-26 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .page-template-template-pos-fb-ads .retail-success .video-wrapper .video-data .heading-26 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-pos-fb-ads .site-content .site-main .fb-ads--template .cc-banner .container {
    max-width: 1500px;
  }
  html[lang=es-ES] .page-template-template-pos-fb-ads .tooltip-main .tooltip-inner-cls .tooltip-txt {
    font-size: 20px;
    line-height: 26px;
  }
  html[lang=es-ES] .page-template-template-pos-fb-ads .fb-ads--template .container {
    max-width: 1600px;
  }
  html[lang=es-ES] .page-template-template-pos-fb-ads .fb-ads--template .upgrade-form .form {
    max-width: 1020px;
  }
  html[lang=es-ES] .page-template-template-pos-fb-ads .fb-ads--template .pricing-data--table .container {
    max-width: 1750px;
  }
  html[lang=es-ES] .page-template-template-pos-fb-ads .fb-ads--template .refined-tobacco-retailers #logo-carousel .slick-item .retailers-logo a img {
    height: 110px;
  }
}
@media (max-width: 1500px) {
  html[lang=es-ES] .page-template-template-pos-fb-ads .site-content .site-main .fb-ads--template .cc-banner .container {
    max-width: 1300px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .page-template-template-pos-fb-ads .cc-banner .card-banner-content {
    width: calc(100% - 400px);
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .page-template-template-pos-fb-ads .cc-banner .card-banner-content {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .fb-pricing-section .section-title--medium br, .fb-pricing-section .description br, .fb-pricing-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .fb-pricing-section a.dropdown-item br, .fb-pricing-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .fb-pricing-section .latest-post-title br, .fb-pricing-section .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .fb-pricing-section .content br, .fb-pricing-section .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .fb-pricing-section .page-numbers br {
    display: block;
  }
}
@media (max-width: 767px) {
  .fb-pricing-section .section-title--medium br, .fb-pricing-section .description br, .fb-pricing-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .fb-pricing-section a.dropdown-item br, .fb-pricing-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .fb-pricing-section .latest-post-title br, .fb-pricing-section .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .fb-pricing-section .content br, .fb-pricing-section .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .fb-pricing-section .page-numbers br {
    display: none;
  }
}
.fb-pricing-section .pricing-data--table {
  padding-top: 0;
}
@media (max-width: 991px) {
  .fb-pricing-section .pricing-data--table {
    padding-bottom: 0;
  }
}
.fb-pricing-section .pricing-data--table .heading-41 {
  display: none;
}

.page-template-template-ftxinfotech .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .page-template-template-ftxinfotech .container {
    max-width: 1640px;
  }
}
.page-template-template-ftxinfotech .section-title--medium {
  font-weight: 700;
}
.page-template-template-ftxinfotech .section-title--medium span {
  font-weight: 400;
}
.page-template-template-ftxinfotech .slick-prev, .page-template-template-ftxinfotech .slick-next {
  width: 56px;
  height: 56px;
  background: #ffffff !important;
}
@media (max-width: 1440px) {
  .page-template-template-ftxinfotech .slick-prev, .page-template-template-ftxinfotech .slick-next {
    width: 40px;
    height: 40px;
  }
}
.page-template-template-ftxinfotech .slick-prev:hover, .page-template-template-ftxinfotech .slick-next:hover {
  opacity: 0.5;
}
.page-template-template-ftxinfotech .slick-prev::before, .page-template-template-ftxinfotech .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a48a5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
}
.page-template-template-ftxinfotech .slick-prev.slick-prev, .page-template-template-ftxinfotech .slick-next.slick-prev {
  left: -50px;
}
.page-template-template-ftxinfotech .slick-prev.slick-next, .page-template-template-ftxinfotech .slick-next.slick-next {
  right: -50px;
}
.page-template-template-ftxinfotech .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.page-template-template-ftxinfotech .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  background: #d9e7ff;
  border-radius: 50%;
}
.page-template-template-ftxinfotech .slick-dots li button:before {
  content: none;
}
.page-template-template-ftxinfotech .slick-dots li.slick-active button {
  background-color: #041538;
}
@media (max-width: 991px) {
  .page-template-template-ftxinfotech img {
    max-width: 450px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ftx-info--banner.hero-section {
  background-image: linear-gradient(90deg, #031267 0%, #0624CD 100%);
}
.ftx-info--banner.hero-section .container {
  max-width: 1250px;
}
@media (min-width: 1921px) {
  .ftx-info--banner.hero-section .container {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  .ftx-info--banner.hero-section .container {
    max-width: 1150px;
  }
}
@media (max-width: 1440px) {
  .ftx-info--banner.hero-section .container {
    max-width: 1070px;
  }
}
.ftx-info--banner.hero-section .banner-content {
  padding-right: 75px;
}
@media (min-width: 1921px) {
  .ftx-info--banner.hero-section .banner-content {
    max-width: 730px;
  }
}
@media (max-width: 991px) {
  .ftx-info--banner.hero-section .banner-content {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.ftx-info--banner.hero-section .banner-content .header-h1 {
  font-weight: 400;
}
.ftx-info--banner.hero-section .banner-content .header-h1 span {
  font-weight: 700;
}
.ftx-info--banner.hero-section .banner-image {
  height: 100%;
  position: relative;
}
.ftx-info--banner.hero-section .banner-image:before {
  border-radius: 742px;
  background: #0054E2;
  filter: blur(50px);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px;
}
.ftx-info--banner.hero-section .banner-image img {
  filter: blur(0);
}

.about-infotech--section {
  background: linear-gradient(180deg, #FFF 0%, #F0FAFF 54.5%, #FFF 100%);
  position: relative;
  z-index: 0;
}
.about-infotech--section .about-image {
  border-radius: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .about-infotech--section .about-image {
    max-width: 450px;
    margin: 0 auto 50px;
  }
}
.about-infotech--section .about-image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  background: #d9e7ff;
  z-index: -1;
  border-radius: 50%;
}
.about-infotech--section .about-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}
.about-infotech--section .about-content {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .about-infotech--section .about-content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .about-infotech--section .about-content {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-infotech--section .about-content .description br, .about-infotech--section .about-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .about-infotech--section .about-content a.dropdown-item br, .about-infotech--section .about-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .about-infotech--section .about-content .latest-post-title br, .about-infotech--section .about-content .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .about-infotech--section .about-content .content br, .about-infotech--section .about-content .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .about-infotech--section .about-content .page-numbers br {
    display: block;
  }
}

.core-services--section {
  background: #c7e7f5;
}
@media (max-width: 900px) {
  .core-services--section {
    padding-bottom: 60px;
  }
}
@media (min-width: 1921px) {
  .core-services--section .container {
    max-width: 1560px !important;
  }
}
.core-services--section .section-title--medium {
  text-align: center;
  margin-bottom: 30px;
}
.core-services--section .core-services--tab {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}
.core-services--section .core-services--tab .nav.nav-tabs {
  border-radius: 20px 0px 0px 20px;
  background: #08173F;
  display: flex;
  flex-direction: column;
  width: 310px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1921px) {
  .core-services--section .core-services--tab .nav.nav-tabs {
    width: 420px;
  }
}
@media (max-width: 900px) {
  .core-services--section .core-services--tab .nav.nav-tabs {
    display: none;
  }
}
.core-services--section .core-services--tab .nav.nav-tabs .nav-item {
  position: relative;
  left: 30px;
  margin: 6px 0;
}
@media (min-width: 1921px) {
  .core-services--section .core-services--tab .nav.nav-tabs .nav-item {
    left: 50px;
    margin: 12px 0;
  }
  .core-services--section .core-services--tab .nav.nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }
}
.core-services--section .core-services--tab .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.core-services--section .core-services--tab .nav.nav-tabs .nav-item .nav-link.active, .core-services--section .core-services--tab .nav.nav-tabs .nav-item .nav-link:hover {
  padding: 10px 20px;
  background: #1C6DF7;
}
.core-services--section .core-services--tab .tab-content {
  border-radius: 0px 20px 20px 0;
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  width: calc(100% - 310px);
  margin: 46px 0;
  display: flex;
  align-items: center;
  height: auto;
  padding: 0 70px;
}
@media (min-width: 1921px) {
  .core-services--section .core-services--tab .tab-content {
    width: calc(100% - 420px);
  }
}
.core-services--section .core-services--tab .tab-content > .active {
  display: flex;
}
.core-services--section .core-services--tab .tab-content .tab-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.core-services--section .core-services--tab .tab-content .tab-data .tab-detail {
  width: calc(100% - 130px);
}
.core-services--section .core-services--tab .tab-content .tab-data .tab-detail .description, .core-services--section .core-services--tab .tab-content .tab-data .tab-detail .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .core-services--section .core-services--tab .tab-content .tab-data .tab-detail a.dropdown-item, .core-services--section .core-services--tab .tab-content .tab-data .tab-detail .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .core-services--section .core-services--tab .tab-content .tab-data .tab-detail .latest-post-title, .core-services--section .core-services--tab .tab-content .tab-data .tab-detail .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .core-services--section .core-services--tab .tab-content .tab-data .tab-detail .content, .core-services--section .core-services--tab .tab-content .tab-data .tab-detail .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .core-services--section .core-services--tab .tab-content .tab-data .tab-detail .page-numbers {
  color: #1E1C37;
}
.core-services--section .core-services--tab .tab-content .tab-data .tab-image {
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #e7f8ff;
  border-radius: 50%;
  padding: 18px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.core-services--section .core-services--tab .tab-content .tab-data .tab-image:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #e7f8ff;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@media (max-width: 900px) {
  .core-services--section .core-services--tab .tab-content .tab-data .tab-image:before {
    display: none;
  }
}
@media (max-width: 900px) {
  .core-services--section .core-services--tab .tab-content.tab-mobile-slider {
    border-radius: 20px;
    border: 0px solid #ffffff;
    background: transparent;
    box-shadow: unset;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .core-services--section .core-services--tab .tab-content.tab-mobile-slider .tab-pane.slick-slide {
    opacity: 1;
  }
  .core-services--section .core-services--tab .tab-content.tab-mobile-slider .tab-pane.slick-slide .tab-data {
    flex-direction: column;
    text-align: center;
    margin: 0 15px 30px;
  }
  .core-services--section .core-services--tab .tab-content.tab-mobile-slider .tab-pane.slick-slide .tab-data .tab-image {
    margin: 0 auto 20px;
  }
  .core-services--section .core-services--tab .tab-content.tab-mobile-slider .tab-pane.slick-slide .tab-data .tab-detail {
    width: 100%;
  }
  .core-services--section .core-services--tab .tab-content.tab-mobile-slider .slick-dots li button {
    background: #2c6df7;
    opacity: 0.5;
  }
  .core-services--section .core-services--tab .tab-content.tab-mobile-slider .slick-dots li:hover button, .core-services--section .core-services--tab .tab-content.tab-mobile-slider .slick-dots li.slick-active button {
    opacity: 1;
  }
}

.approach-and-process--section {
  background: url(/wp-content/themes/goftx/dist/images/approach-bg.jpg) no-repeat center/cover;
}
@media (min-width: 1921px) {
  .approach-and-process--section .container-fluid {
    max-width: 2380px;
  }
}
.approach-and-process--section .approach-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 60px;
}
@media (max-width: 1700px) {
  .approach-and-process--section .approach-section {
    justify-content: center;
  }
}
@media (max-width: 1700px) {
  .approach-and-process--section .approach-section .approach-box {
    width: 26%;
  }
}
@media (max-width: 1199px) {
  .approach-and-process--section .approach-section .approach-box {
    width: 33.33%;
  }
}
@media (max-width: 900px) {
  .approach-and-process--section .approach-section .approach-box {
    display: flex !important;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.approach-and-process--section .approach-section .approach-box:nth-child(2n) .approach-block {
  background: url(/wp-content/themes/goftx/dist/images/hexagon-blue.svg) no-repeat center/cover;
}
.approach-and-process--section .approach-section .approach-block {
  background: url(/wp-content/themes/goftx/dist/images/hexagon-light-blue.svg) no-repeat center/cover;
  width: 338px;
  height: 400px;
  margin: 0 15px;
  padding: 0 20px;
}
@media (min-width: 1921px) {
  .approach-and-process--section .approach-section .approach-block {
    width: 440px;
    height: 520px;
  }
}
@media (max-width: 1440px) {
  .approach-and-process--section .approach-section .approach-block {
    width: 302px;
    height: 360px;
  }
}
@media (max-width: 1199px) {
  .approach-and-process--section .approach-section .approach-block {
    width: 308px;
    height: 365px;
  }
}
@media (max-width: 575px) {
  .approach-and-process--section .approach-section .approach-block {
    margin: 0;
  }
}
.approach-and-process--section .approach-section .approach-block .approach-count {
  margin-bottom: 30px;
  position: relative;
  top: 8px;
}
@media (min-width: 1921px) {
  .approach-and-process--section .approach-section .approach-block .approach-count {
    margin-bottom: 40px;
    top: 12px;
  }
}
@media (max-width: 1366px) {
  .approach-and-process--section .approach-section .approach-block .approach-count {
    top: 10px;
  }
}
.approach-and-process--section .approach-section .approach-block .approach-image {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.approach-and-process--section .approach-section .approach-block .heading-27, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title, .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title a, .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title {
  color: #07193C;
}
.approach-and-process--section .approach-section .approach-block .heading-27.title-space, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li a.title-space, .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.title-space, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading a.title-space, .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.title-space, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .title-space.agreements-block-title, .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .title-space.agreements-block-title, .approach-and-process--section .approach-section .approach-block .recent-article .title-space.most-recent_title, .recent-article .approach-and-process--section .approach-section .approach-block .title-space.most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title a.title-space, .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.title-space, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.title-space, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .title-space.most-recent_title, .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .title-space.most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title a.title-space, .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.title-space, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .title-space.pro-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .heading-27.description, .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main a.description, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.description, .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .agreements-block-title.description, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .most-recent_title.description, .recent-article .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .recent-article .most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-article .most-recent_title .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .recent-article .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .most-recent_title.description, .recent-library_section .recent-library .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .heading-27.description, .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-article .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .heading-27.description, .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .most-recent_title.description, .recent-article .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .recent-article .most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .heading-27, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .heading-27.description, .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-article .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .heading-27.description, .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .most-recent_title.description, .recent-article .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .recent-article .most-recent_title.description, .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section a.description, .recent-article .most-recent_title .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .recent-article .most-recent_title a.description, .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .most-recent_title.description, .recent-library_section .recent-library .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section a.description, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.description, .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .heading-27.description, .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li a.description, .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .most-recent_title.description, .recent-article .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .recent-article .most-recent_title.description, .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section a.description, .recent-article .most-recent_title .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .recent-article .most-recent_title a.description, .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .most-recent_title.description, .recent-library_section .recent-library .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section a.description, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.description, .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .heading-27.section-title--medium, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .agreements-block-title.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.section-title--medium, .approach-and-process--section .approach-section .approach-block .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-article .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .most-recent_title.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.section-title--medium, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block h3.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.section-title--medium, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .most-recent_title.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.section-title--medium, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .pro-title.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.section-title--medium, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .heading-27.own-content, .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .heading-27.own-content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content a.own-content, .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li a.own-content, .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content a.own-content, .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading a.own-content, .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .agreements-block-title.own-content, .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.own-content, .approach-and-process--section .approach-section .approach-block .recent-article .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-article .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .most-recent_title.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.own-content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block h3.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.own-content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .most-recent_title.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.own-content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .pro-title.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.own-content, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .heading-27.sub-description, .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.sub-description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content a.sub-description, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-description, .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content a.sub-description, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-description, .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.sub-description, .approach-and-process--section .approach-section .approach-block .recent-article .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-article .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.sub-description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.sub-description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.sub-description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.sub-description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .agreements-block-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block h3, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.content, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination a.page-numbers, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .pro-title {
  margin: 10px 0;
}
@media (min-width: 1921px) {
  .approach-and-process--section .approach-section .approach-block .heading-27.title-space, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li a.title-space, .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.title-space, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading a.title-space, .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.title-space, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .title-space.agreements-block-title, .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .title-space.agreements-block-title, .approach-and-process--section .approach-section .approach-block .recent-article .title-space.most-recent_title, .recent-article .approach-and-process--section .approach-section .approach-block .title-space.most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title a.title-space, .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.title-space, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.title-space, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .title-space.most-recent_title, .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .title-space.most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title a.title-space, .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.title-space, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .title-space.pro-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .heading-27.description, .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main a.description, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.description, .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .agreements-block-title.description, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .most-recent_title.description, .recent-article .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .recent-article .most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-article .most-recent_title .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .recent-article .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .most-recent_title.description, .recent-library_section .recent-library .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main a.description, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .heading-27.description, .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-article .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .heading-27.description, .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .most-recent_title.description, .recent-article .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .recent-article .most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .heading-27, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .heading-27.description, .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .agreements-block-title.description, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-article .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .most-recent_title.description, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .heading-27.description, .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .most-recent_title.description, .recent-article .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .recent-article .most-recent_title.description, .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section a.description, .recent-article .most-recent_title .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .recent-article .most-recent_title a.description, .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .most-recent_title.description, .recent-library_section .recent-library .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section a.description, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.description, .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .heading-27.description, .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .heading-27.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li a.description, .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section a.description, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.description, .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .agreements-block-title.description, .agreements-content.row .agreements-block-content .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.description, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .most-recent_title.description, .recent-article .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .recent-article .most-recent_title.description, .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section a.description, .recent-article .most-recent_title .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .recent-article .most-recent_title a.description, .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .most-recent_title.description, .recent-library_section .recent-library .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section a.description, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.description, .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .pro-title.description, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-27.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .pos-modern-retail--link .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-article .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.most-recent_title.dropdown-item, .recent-library_section .recent-library .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library a.most-recent_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-27.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.heading-27.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.agreements-block-title.dropdown-item, .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content a.agreements-block-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block a.agreements-block-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-article .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.most-recent_title.dropdown-item, .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library a.most-recent_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block a.most-recent_title.dropdown-item, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.dropdown-item, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.pro-title.dropdown-item, .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box a.pro-title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block a.pro-title.dropdown-item, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .heading-27.section-title--medium, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .pos-modern-retail--section .pos-modern-retail--link li .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .support-block .support-brand--block .support-block--data .support-block--heading .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .agreements-block-title.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.section-title--medium, .approach-and-process--section .approach-section .approach-block .recent-article .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-article .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .most-recent_title.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.section-title--medium, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-article .most-recent_title .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block h3.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.section-title--medium, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .most-recent_title.section-title--medium, .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .most-recent_title.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.section-title--medium, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side a.section-title--medium, .recent-library_section .recent-library .most-recent_title .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title a.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.section-title--medium, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .approach-and-process--section .approach-section .approach-block .pro-title.section-title--medium, .approach-and-process--section .approach-section .approach-block .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.section-title--medium, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .heading-27.own-content, .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .heading-27.own-content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content a.own-content, .pos-modern-retail--section .pos-modern-retail--link li .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li a.own-content, .own-customer-loyalty-main .own-your-content .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content a.own-content, .support-block .support-brand--block .support-block--data .support-block--heading .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading a.own-content, .own-customer-loyalty-main .own-your-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .agreements-block-title.own-content, .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.own-content, .approach-and-process--section .approach-section .approach-block .recent-article .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-article .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .most-recent_title.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.own-content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-article .most-recent_title .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block h3.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.own-content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .most-recent_title.own-content, .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .most-recent_title.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.own-content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content a.own-content, .recent-library_section .recent-library .most-recent_title .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title a.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.own-content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .approach-and-process--section .approach-section .approach-block .pro-title.own-content, .approach-and-process--section .approach-section .approach-block .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.own-content, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .heading-27.sub-description, .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.sub-description, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content a.sub-description, .pos-modern-retail--section .pos-modern-retail--link li .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li a.sub-description, .advance-retail-main .advance-retail-main-content .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content a.sub-description, .support-block .support-brand--block .support-block--data .support-block--heading .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.sub-description, .advance-retail-main .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.sub-description, .approach-and-process--section .approach-section .approach-block .recent-article .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-article .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.sub-description, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-article .most-recent_title .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.sub-description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .most-recent_title.sub-description, .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.sub-description, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content a.sub-description, .recent-library_section .recent-library .most-recent_title .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.sub-description, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.sub-description, .approach-and-process--section .approach-section .approach-block .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.sub-description, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .agreements-block-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block h3, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .most-recent_title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block a, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.latest-post-title, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .heading-27.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.latest-post-title, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.latest-post-title, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.latest-post-title, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.latest-post-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.latest-post-title, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item a.content, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-block-title.content, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .most-recent_title.content, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title a.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .heading-27.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-block-title.content, .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.content, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .most-recent_title.content, .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.content, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section a.content, .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.content, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pro-title.content, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.content, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination a.page-numbers, .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .most-recent_title.page-numbers, .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title a.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .heading-27.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-modern-retail--link li .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .support-block .support-brand--block .support-block--data .support-block--heading .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .approach-and-process--section .approach-section .approach-block .agreements-block-title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-article .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .approach-and-process--section .approach-section .approach-block h3.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .most-recent_title.page-numbers, .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .approach-and-process--section .approach-section .approach-block .most-recent_title.page-numbers, .approach-and-process--section .approach-section .approach-block .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section a.page-numbers, .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .most-recent_title .approach-and-process--section .approach-section .approach-block a.page-numbers, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title.page-numbers, .approach-and-process--section .approach-section .approach-block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .approach-and-process--section .approach-section .approach-block .pro-title, .approach-and-process--section .approach-section .approach-block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .approach-and-process--section .approach-section .approach-block .pro-title {
    margin: 15px 0;
  }
}

.choose-us--section {
  background: url(/wp-content/themes/goftx/dist/images/choose-us-bg.jpg) no-repeat center/cover;
}
.choose-us--section .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .choose-us--section .container {
    max-width: 1700px;
  }
}
@media (max-width: 1550px) {
  .choose-us--section .container {
    max-width: calc(100% - 130px);
  }
}
@media (max-width: 991px) {
  .choose-us--section .container {
    max-width: 100%;
  }
}
.choose-us--section .choice-reasons--slider {
  margin: 40px 0 30px;
}
@media (max-width: 991px) {
  .choose-us--section .choice-reasons--slider {
    margin: 30px 0;
  }
}
.choose-us--section .choice-reasons--slider .slick-track {
  display: flex !important;
}
.choose-us--section .choice-reasons--slider .slick-track .choice-reasons--block {
  border-radius: 29px;
  background: #ffffff;
  height: inherit !important;
  margin: 0 15px 30px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .choose-us--section .choice-reasons--slider .slick-track .choice-reasons--block {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .choose-us--section .choice-reasons--slider .slick-track .choice-reasons--block {
    margin: 0 10px 30px;
  }
}
@media (max-width: 575px) {
  .choose-us--section .choice-reasons--slider .slick-track .choice-reasons--block {
    margin: 0 0 30px;
  }
}
.choose-us--section .choice-reasons--slider .slick-track .choice-reasons--block .svg-code--icon {
  width: 105px;
  height: 105px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.choose-us--section .choice-reasons--slider .slick-track .choice-reasons--block .svg-code--icon svg {
  width: 100%;
  height: 100%;
}
.choose-us--section .choice-reasons--slider .slick-track .choice-reasons--block .svg-code--icon svg path {
  fill: #000;
}
.choose-us--section .choice-reasons--slider .slick-track .choice-reasons--block:hover .svg-code--icon svg path {
  fill: #467FF7;
}
.choose-us--section .choice-reasons--slider .slick-arrow {
  line-height: 56px;
}
@media (max-width: 1440px) {
  .choose-us--section .choice-reasons--slider .slick-arrow {
    line-height: 40px;
  }
}
.choose-us--section .choice-reasons--slider .slick-arrow.slick-prev {
  left: -70px;
}
.choose-us--section .choice-reasons--slider .slick-arrow.slick-next {
  right: -70px;
}

.industries-serve--section .container {
  max-width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1921px) {
  .industries-serve--section .container {
    max-width: 1900px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.industries-serve--section .industries-slider {
  padding: 40px 0 30px;
}
@media (max-width: 991px) {
  .industries-serve--section .industries-slider {
    padding: 30px 0;
  }
}
.industries-serve--section .industries-slider .slick-track {
  display: flex !important;
}
.industries-serve--section .industries-slider .slick-slide {
  height: inherit !important;
}
@media (max-width: 767px) {
  .industries-serve--section .industries-slider .slick-slide {
    height: 0 !important;
  }
  .industries-serve--section .industries-slider .slick-slide.slick-active {
    height: 100% !important;
  }
}
.industries-serve--section .industries-slider .industry-slide {
  border-radius: 25px;
  border: 2px solid #D0E3FF;
  background: #FFF;
  padding: 30px;
  margin: 0 15px 30px;
  height: 100%;
}
.industries-serve--section .industries-slider .industry-slide .industry-image {
  border-radius: 25px;
  background: #D0E3FF;
  height: 365px;
  overflow: hidden;
}
.industries-serve--section .industries-slider .industry-slide .industry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industries-serve--section .industries-slider .industry-slide .heading-27, .industries-serve--section .industries-slider .industry-slide .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .industries-serve--section .industries-slider .industry-slide a, .industries-serve--section .industries-slider .industry-slide .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .industries-serve--section .industries-slider .industry-slide a, .industries-serve--section .industries-slider .industry-slide .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .industries-serve--section .industries-slider .industry-slide .agreements-block-title, .industries-serve--section .industries-slider .industry-slide .recent-article .most-recent_title, .recent-article .industries-serve--section .industries-slider .industry-slide .most-recent_title, .industries-serve--section .industries-slider .industry-slide .recent-article .most-recent_title a, .recent-article .most-recent_title .industries-serve--section .industries-slider .industry-slide a, .industries-serve--section .industries-slider .industry-slide .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .industries-serve--section .industries-slider .industry-slide h3, .industries-serve--section .industries-slider .industry-slide .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .industries-serve--section .industries-slider .industry-slide .most-recent_title, .industries-serve--section .industries-slider .industry-slide .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .industries-serve--section .industries-slider .industry-slide a, .industries-serve--section .industries-slider .industry-slide .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .industries-serve--section .industries-slider .industry-slide .pro-title {
  font-weight: 700;
}
.industries-serve--section .industries-slider .industry-slide .heading-27, .industries-serve--section .industries-slider .industry-slide .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .industries-serve--section .industries-slider .industry-slide a, .industries-serve--section .industries-slider .industry-slide .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .industries-serve--section .industries-slider .industry-slide a, .industries-serve--section .industries-slider .industry-slide .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .industries-serve--section .industries-slider .industry-slide .agreements-block-title, .industries-serve--section .industries-slider .industry-slide .recent-article .most-recent_title, .recent-article .industries-serve--section .industries-slider .industry-slide .most-recent_title, .industries-serve--section .industries-slider .industry-slide .recent-article .most-recent_title a, .recent-article .most-recent_title .industries-serve--section .industries-slider .industry-slide a, .industries-serve--section .industries-slider .industry-slide .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .industries-serve--section .industries-slider .industry-slide h3, .industries-serve--section .industries-slider .industry-slide .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .industries-serve--section .industries-slider .industry-slide .most-recent_title, .industries-serve--section .industries-slider .industry-slide .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .industries-serve--section .industries-slider .industry-slide a, .industries-serve--section .industries-slider .industry-slide .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .industries-serve--section .industries-slider .industry-slide .pro-title, .industries-serve--section .industries-slider .industry-slide .description, .industries-serve--section .industries-slider .industry-slide .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .industries-serve--section .industries-slider .industry-slide a.dropdown-item, .industries-serve--section .industries-slider .industry-slide .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .industries-serve--section .industries-slider .industry-slide .latest-post-title, .industries-serve--section .industries-slider .industry-slide .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .industries-serve--section .industries-slider .industry-slide .content, .industries-serve--section .industries-slider .industry-slide .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .industries-serve--section .industries-slider .industry-slide .page-numbers {
  color: #000;
}
@media (max-width: 1366px) {
  .industries-serve--section .industries-slider .industry-slide {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .industries-serve--section .industries-slider .industry-slide {
    height: auto;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
}
.industries-serve--section .industries-slider .slick-dots li button {
  background: #d9e7ff;
}
.industries-serve--section .industries-slider .slick-dots li.slick-active button {
  background-color: #2c6df7;
}

.infotech-cta--section {
  position: relative;
  z-index: 0;
}
.infotech-cta--section::before {
  content: "";
  background-color: #c7e7f5;
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.infotech-cta--section .container {
  max-width: 1350px;
}
.infotech-cta--section .infotech-cta--block {
  background: url(/wp-content/themes/goftx/dist/images/infotect-cta.png) no-repeat center/cover;
  border-radius: 25px;
  padding: 40px 20px;
}
.infotech-cta--section .infotech-cta--block .heading-24, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title, .infotech-cta--section .infotech-cta--block .career-block .career-details h4, .career-block .career-details .infotech-cta--section .infotech-cta--block h4, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title {
  color: #38C8F5;
}
.infotech-cta--section .infotech-cta--block .heading-24.title-space, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.heading-27, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.title-space.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.title-space.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.agreements-block-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .title-space.module_title, .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .title-space.module_title, .infotech-cta--section .infotech-cta--block .career-block .career-details h4.title-space, .career-block .career-details .infotech-cta--section .infotech-cta--block h4.title-space, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.title-space.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.title-space, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.title-space.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.title-space.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .title-space.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .title-space.filter-text, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.title-space.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.title-space.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.pro-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .heading-24.description, .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .module_title.description, .hardware-post .pricing-main .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.description, .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .ftx-pos--page .access-control-main h4.description, .career-block .career-details .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .career-block .career-details h4.description, .ftx-pos--page .access-control-main .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .heading-24.description, .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .module_title.description, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.description, .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .advance-retail-main-content h4.description, .career-block .career-details .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.description, .increase-revenue--section .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .heading-24.description, .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .module_title.description, .hardware-post .pricing-main .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.description, .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-title h4.description, .career-block .career-details .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .career-block .career-details h4.description, .increase-revenue--section .revenue-title .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .heading-24.heading-27, .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.heading-27, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .module_title.heading-27, .hardware-post .pricing-main .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.heading-27, .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.heading-27, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points h4.heading-27, .career-block .career-details .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .career-block .career-details h4.heading-27, .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.heading-27, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .filter-text.heading-27, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .heading-24.description, .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .module_title.description, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.description, .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section.access-retail--pos h4.description, .career-block .career-details .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .career-block .career-details h4.description, .increase-revenue--section.access-retail--pos .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .heading-24.description, .savetime-reduce--section .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .module_title.description, .hardware-post .pricing-main .savetime-reduce--section .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .hardware-post .pricing-main .module_title.description, .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .savetime-reduce--section h4.description, .career-block .career-details .savetime-reduce--section .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .career-block .career-details h4.description, .savetime-reduce--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .heading-24.description, .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .module_title.description, .hardware-post .pricing-main .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .hardware-post .pricing-main .module_title.description, .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .pos-modern-retail--section h4.description, .career-block .career-details .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .career-block .career-details h4.description, .pos-modern-retail--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.heading-24, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.heading-24, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .heading-24.section-title--medium, .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block .heading-24.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.heading-27.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.heading-27.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side h3.agreements-block-title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.agreements-block-title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.section-title--medium, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.agreements-block-title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.section-title--medium, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .customer-loyalty-main .reward-loyalty-side .module_title.section-title--medium, .hardware-post .pricing-main .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block .module_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .hardware-post .pricing-main .module_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.section-title--medium, .infotech-cta--section .infotech-cta--block .career-block .career-details .customer-loyalty-main .reward-loyalty-side h4.section-title--medium, .career-block .career-details .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h4.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .career-block .career-details h4.section-title--medium, .customer-loyalty-main .reward-loyalty-side .career-block .career-details .infotech-cta--section .infotech-cta--block h4.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.section-title--medium, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .customer-loyalty-main .reward-loyalty-side .filter-text.section-title--medium, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block .filter-text.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side h3.pro-title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.pro-title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.section-title--medium, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.pro-title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.section-title--medium, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .heading-24.own-content, .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block .heading-24.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.heading-27.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.heading-27.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content h3.agreements-block-title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.own-content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.agreements-block-title.own-content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.own-content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .own-customer-loyalty-main .own-your-content .module_title.own-content, .hardware-post .pricing-main .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block .module_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .hardware-post .pricing-main .module_title.own-content, .own-customer-loyalty-main .own-your-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.own-content, .infotech-cta--section .infotech-cta--block .career-block .career-details .own-customer-loyalty-main .own-your-content h4.own-content, .career-block .career-details .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h4.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .career-block .career-details h4.own-content, .own-customer-loyalty-main .own-your-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.own-content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .own-customer-loyalty-main .own-your-content .filter-text.own-content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block .filter-text.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content h3.pro-title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.pro-title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.own-content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.pro-title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.own-content, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .heading-24.sub-description, .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.heading-27.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content h3.agreements-block-title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.sub-description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.sub-description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .advance-retail-main .advance-retail-main-content .module_title.sub-description, .hardware-post .pricing-main .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .hardware-post .pricing-main .module_title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.sub-description, .infotech-cta--section .infotech-cta--block .career-block .career-details .advance-retail-main .advance-retail-main-content h4.sub-description, .career-block .career-details .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .career-block .career-details h4.sub-description, .advance-retail-main .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.sub-description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .advance-retail-main .advance-retail-main-content .filter-text.sub-description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content h3.pro-title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.sub-description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.sub-description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.heading-24, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.heading-24, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .heading-24.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block .heading-24.agreements-block-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .module_title.agreements-block-title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block .module_title.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-post .pricing-main .module_title.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.agreements-block-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content h4.agreements-block-title, .career-block .career-details .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h4.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .career-block .career-details h4.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.agreements-block-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .filter-text.agreements-block-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block .filter-text.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .heading-24.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.agreements-block-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .module_title.agreements-block-title, .hardware-post .pricing-main .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.agreements-block-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points h4.agreements-block-title, .career-block .career-details .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .career-block .career-details h4.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.agreements-block-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .filter-text.agreements-block-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .heading-24.most-recent_title, .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .module_title.most-recent_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .hardware-post .pricing-main .module_title.most-recent_title, .increase-revenue--section .revenue-points .recent-article .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points .recent-article h4.most-recent_title, .career-block .career-details .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .career-block .career-details h4.most-recent_title, .increase-revenue--section .revenue-points .recent-article .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .heading-24.most-recent_title, .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-article .increase-revenue--section .revenue-points .module_title.most-recent_title, .hardware-post .pricing-main .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.most-recent_title, .recent-article .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .recent-article .increase-revenue--section .revenue-points h4.most-recent_title, .career-block .career-details .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .career-block .career-details h4.most-recent_title, .recent-article .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-points h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .increase-revenue--section .revenue-points .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.heading-24, .increase-revenue--section .revenue-points .recent-article .most-recent_title .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .most-recent_title a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .most-recent_title .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .most-recent_title .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.heading-24, .recent-article .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-article .most-recent_title .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .recent-article .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .most-recent_title .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.heading-24, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-post .pricing-main h3.module_title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block h3.module_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-sidebar .filter-icon h3.filter-text, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block h3.filter-text, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.heading-24, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.module_title, .hardware-post .pricing-main .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.module_title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-post .pricing-main h3.module_title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block h3.module_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.filter-text, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon h3.filter-text, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block h3.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .heading-24.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .module_title.most-recent_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-post .pricing-main .module_title.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points .recent-library_section .recent-library h4.most-recent_title, .career-block .career-details .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .career-block .career-details h4.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .heading-24.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .module_title.most-recent_title, .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-post .pricing-main .module_title.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .recent-library_section .increase-revenue--section .revenue-points .recent-library h4.most-recent_title, .career-block .career-details .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .career-block .career-details h4.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .increase-revenue--section .revenue-points .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .heading-24.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-library_section .recent-library .increase-revenue--section .revenue-points .module_title.most-recent_title, .hardware-post .pricing-main .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .recent-library_section .recent-library .increase-revenue--section .revenue-points h4.most-recent_title, .career-block .career-details .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .career-block .career-details h4.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-points h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-points h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .increase-revenue--section .revenue-points .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.heading-24, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.heading-24, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.module_title, .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-post .pricing-main a.module_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.heading-24, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-24.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-24.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .ftx-pos--page .access-control-main .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .advance-retail-main-content .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .revenue-title .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section.access-retail--pos .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .heading-24.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .savetime-reduce--section .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .heading-24.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .savetime-reduce--section .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .savetime-reduce--section h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .savetime-reduce--section .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .heading-24.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .pos-modern-retail--section .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .heading-24.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .pos-modern-retail--section .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .pos-modern-retail--section h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .pos-modern-retail--section .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .heading-24.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block .heading-24.pro-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .module_title.pro-title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block .module_title.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-post .pricing-main .module_title.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.pro-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box h4.pro-title, .career-block .career-details .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h4.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .career-block .career-details h4.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .career-block .career-details .infotech-cta--section .infotech-cta--block h4.pro-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .filter-text.pro-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block .filter-text.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.pro-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .heading-24.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.pro-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .module_title.pro-title, .hardware-post .pricing-main .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.pro-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points h4.pro-title, .career-block .career-details .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .career-block .career-details h4.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.pro-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .filter-text.pro-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.pro-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .infotech-cta--section .infotech-cta--block .heading-24.title-space, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.heading-27, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.title-space.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.title-space.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.agreements-block-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .title-space.module_title, .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .title-space.module_title, .infotech-cta--section .infotech-cta--block .career-block .career-details h4.title-space, .career-block .career-details .infotech-cta--section .infotech-cta--block h4.title-space, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.title-space.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.title-space, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.title-space, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.title-space.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.title-space.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .title-space.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .title-space.filter-text, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.title-space.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.title-space.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.title-space.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.title-space.pro-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .heading-24.description, .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .module_title.description, .hardware-post .pricing-main .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.description, .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .ftx-pos--page .access-control-main h4.description, .career-block .career-details .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .career-block .career-details h4.description, .ftx-pos--page .access-control-main .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .heading-24.description, .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .module_title.description, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.description, .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .advance-retail-main-content h4.description, .career-block .career-details .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.description, .increase-revenue--section .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .heading-24.description, .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .module_title.description, .hardware-post .pricing-main .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.description, .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-title h4.description, .career-block .career-details .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .career-block .career-details h4.description, .increase-revenue--section .revenue-title .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .heading-24.heading-27, .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.heading-27, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .module_title.heading-27, .hardware-post .pricing-main .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.heading-27, .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.heading-27, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points h4.heading-27, .career-block .career-details .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .career-block .career-details h4.heading-27, .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.heading-27, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .filter-text.heading-27, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.heading-27, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .heading-24.description, .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .module_title.description, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.description, .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section.access-retail--pos h4.description, .career-block .career-details .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .career-block .career-details h4.description, .increase-revenue--section.access-retail--pos .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .heading-24.description, .savetime-reduce--section .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .module_title.description, .hardware-post .pricing-main .savetime-reduce--section .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .hardware-post .pricing-main .module_title.description, .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .savetime-reduce--section h4.description, .career-block .career-details .savetime-reduce--section .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .career-block .career-details h4.description, .savetime-reduce--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .heading-24.description, .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .heading-24.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.heading-27.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section h3.agreements-block-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.agreements-block-title.description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.description, .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .module_title.description, .hardware-post .pricing-main .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .hardware-post .pricing-main .module_title.description, .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.description, .infotech-cta--section .infotech-cta--block .career-block .career-details .pos-modern-retail--section h4.description, .career-block .career-details .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .career-block .career-details h4.description, .pos-modern-retail--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.most-recent_title.description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section h3.description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.description, .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section h3.most-recent_title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section h3.most-recent_title.description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.description, .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.most-recent_title.description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.description, .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .filter-text.description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.description, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section h3.pro-title.description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.description, .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section h3.pro-title.description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.description, .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.description, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.heading-24.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.module_title.dropdown-item, .hardware-post .pricing-main .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main a.module_title.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.heading-24.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .infotech-cta--section .infotech-cta--block a.heading-24.dropdown-item, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.module_title.dropdown-item, .hardware-post .pricing-main .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-post .pricing-main a.module_title.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.filter-text.dropdown-item, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text.dropdown-item, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.heading-24, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.heading-24, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .heading-24.section-title--medium, .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block .heading-24.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.heading-27.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.heading-27.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side h3.agreements-block-title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.agreements-block-title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.section-title--medium, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.agreements-block-title.section-title--medium, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.agreements-block-title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.section-title--medium, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .customer-loyalty-main .reward-loyalty-side .module_title.section-title--medium, .hardware-post .pricing-main .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block .module_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .hardware-post .pricing-main .module_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.section-title--medium, .infotech-cta--section .infotech-cta--block .career-block .career-details .customer-loyalty-main .reward-loyalty-side h4.section-title--medium, .career-block .career-details .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h4.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .career-block .career-details h4.section-title--medium, .customer-loyalty-main .reward-loyalty-side .career-block .career-details .infotech-cta--section .infotech-cta--block h4.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.section-title--medium, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.section-title--medium, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.section-title--medium, .customer-loyalty-main .reward-loyalty-side .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.most-recent_title.section-title--medium, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.section-title--medium, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .customer-loyalty-main .reward-loyalty-side .filter-text.section-title--medium, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block .filter-text.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.section-title--medium, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side h3.pro-title.section-title--medium, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.pro-title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.section-title--medium, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side h3.pro-title.section-title--medium, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .customer-loyalty-main .reward-loyalty-side .infotech-cta--section .infotech-cta--block h3.pro-title.section-title--medium, .infotech-cta--section .infotech-cta--block .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.section-title--medium, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .heading-24.own-content, .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block .heading-24.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.heading-27.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.heading-27.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content h3.agreements-block-title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.own-content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.agreements-block-title.own-content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.own-content, .own-customer-loyalty-main .own-your-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.own-content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .own-customer-loyalty-main .own-your-content .module_title.own-content, .hardware-post .pricing-main .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block .module_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .hardware-post .pricing-main .module_title.own-content, .own-customer-loyalty-main .own-your-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.own-content, .infotech-cta--section .infotech-cta--block .career-block .career-details .own-customer-loyalty-main .own-your-content h4.own-content, .career-block .career-details .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h4.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .career-block .career-details h4.own-content, .own-customer-loyalty-main .own-your-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content h3.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.own-content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.own-content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.own-content, .own-customer-loyalty-main .own-your-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.most-recent_title.own-content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.own-content, .own-customer-loyalty-main .own-your-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.own-content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .own-customer-loyalty-main .own-your-content .filter-text.own-content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block .filter-text.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.own-content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content h3.pro-title.own-content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.pro-title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.own-content, .own-customer-loyalty-main .own-your-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.own-content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content h3.pro-title.own-content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .own-customer-loyalty-main .own-your-content .infotech-cta--section .infotech-cta--block h3.pro-title.own-content, .infotech-cta--section .infotech-cta--block .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.own-content, .own-customer-loyalty-main .own-your-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.own-content, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .heading-24.sub-description, .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.heading-27.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content h3.agreements-block-title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.sub-description, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.agreements-block-title.sub-description, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.sub-description, .advance-retail-main .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.sub-description, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .advance-retail-main .advance-retail-main-content .module_title.sub-description, .hardware-post .pricing-main .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .hardware-post .pricing-main .module_title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.sub-description, .infotech-cta--section .infotech-cta--block .career-block .career-details .advance-retail-main .advance-retail-main-content h4.sub-description, .career-block .career-details .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .career-block .career-details h4.sub-description, .advance-retail-main .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content h3.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.sub-description, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.sub-description, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.sub-description, .advance-retail-main .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.most-recent_title.sub-description, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.sub-description, .advance-retail-main .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.sub-description, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .advance-retail-main .advance-retail-main-content .filter-text.sub-description, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.sub-description, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content h3.pro-title.sub-description, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.sub-description, .advance-retail-main .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.sub-description, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content h3.pro-title.sub-description, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .advance-retail-main .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.sub-description, .infotech-cta--section .infotech-cta--block .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.sub-description, .advance-retail-main .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.sub-description, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.heading-24, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.heading-24, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .heading-24.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block .heading-24.agreements-block-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .module_title.agreements-block-title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block .module_title.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-post .pricing-main .module_title.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.agreements-block-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content h4.agreements-block-title, .career-block .career-details .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h4.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .career-block .career-details h4.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.agreements-block-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .filter-text.agreements-block-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block .filter-text.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .heading-24.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.agreements-block-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .module_title.agreements-block-title, .hardware-post .pricing-main .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.agreements-block-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points h4.agreements-block-title, .career-block .career-details .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .career-block .career-details h4.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.agreements-block-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .filter-text.agreements-block-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.agreements-block-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.agreements-block-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .heading-24.most-recent_title, .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .module_title.most-recent_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .hardware-post .pricing-main .module_title.most-recent_title, .increase-revenue--section .revenue-points .recent-article .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points .recent-article h4.most-recent_title, .career-block .career-details .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .career-block .career-details h4.most-recent_title, .increase-revenue--section .revenue-points .recent-article .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .increase-revenue--section .revenue-points .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .heading-24.most-recent_title, .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-article .increase-revenue--section .revenue-points .module_title.most-recent_title, .hardware-post .pricing-main .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.most-recent_title, .recent-article .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .recent-article .increase-revenue--section .revenue-points h4.most-recent_title, .career-block .career-details .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .career-block .career-details h4.most-recent_title, .recent-article .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-points h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .increase-revenue--section .revenue-points .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .most-recent_title a.heading-24, .increase-revenue--section .revenue-points .recent-article .most-recent_title .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .most-recent_title a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-article .most-recent_title .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-article .most-recent_title .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-article .most-recent_title .increase-revenue--section .revenue-points a.heading-24, .recent-article .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-article .most-recent_title .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .recent-article .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .most-recent_title .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-article .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.heading-24, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-post .pricing-main h3.module_title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block h3.module_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-sidebar .filter-icon h3.filter-text, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block h3.filter-text, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.heading-24, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.module_title, .hardware-post .pricing-main .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.module_title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-post .pricing-main h3.module_title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block h3.module_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.filter-text, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon h3.filter-text, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block h3.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .heading-24.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .module_title.most-recent_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-post .pricing-main .module_title.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points .recent-library_section .recent-library h4.most-recent_title, .career-block .career-details .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .career-block .career-details h4.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .heading-24.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .module_title.most-recent_title, .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-post .pricing-main .module_title.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .recent-library_section .increase-revenue--section .revenue-points .recent-library h4.most-recent_title, .career-block .career-details .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .career-block .career-details h4.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .increase-revenue--section .revenue-points .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .heading-24.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.most-recent_title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-library_section .recent-library .increase-revenue--section .revenue-points .module_title.most-recent_title, .hardware-post .pricing-main .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.most-recent_title, .infotech-cta--section .infotech-cta--block .career-block .career-details .recent-library_section .recent-library .increase-revenue--section .revenue-points h4.most-recent_title, .career-block .career-details .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .career-block .career-details h4.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.most-recent_title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-points h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-points h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .increase-revenue--section .revenue-points .filter-text.most-recent_title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.most-recent_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.heading-24, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.module_title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-post .pricing-main a.module_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.heading-24, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.module_title, .hardware-post .pricing-main .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-post .pricing-main a.module_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.heading-24, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.heading-24, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.module_title, .hardware-post .pricing-main .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main a.module_title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block a.module_title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon a.filter-text, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block a.filter-text, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.latest-post-title, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h4.latest-post-title, .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-24.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .heading-24.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.heading-27.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.latest-post-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .module_title.latest-post-title, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .module_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.latest-post-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h4.latest-post-title, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details h4.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.latest-post-title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .filter-text.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.latest-post-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.latest-post-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.latest-post-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.latest-post-title, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .heading-24.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .module_title.content, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .module_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h4.content, .career-block .career-details .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details h4.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .filter-text.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .filter-text.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .heading-24.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .heading-24.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.heading-27.content, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.agreements-block-title.content, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.content, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .module_title.content, .hardware-post .pricing-main .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .module_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.content, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h4.content, .career-block .career-details .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details h4.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.most-recent_title.content, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .filter-text.content, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .filter-text.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.content, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.content, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section h3.pro-title.content, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.content, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .heading-24.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .heading-24.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .ftx-pos--page .access-control-main .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .advance-retail-main-content .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .revenue-title .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .heading-24.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .heading-24.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section.access-retail--pos .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .heading-24.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .savetime-reduce--section .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .savetime-reduce--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .savetime-reduce--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .heading-24.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .savetime-reduce--section .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .savetime-reduce--section h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .savetime-reduce--section .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .savetime-reduce--section .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .heading-24.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .custom-pagination .module_title.page-numbers, .hardware-post .pricing-main .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-post .pricing-main .module_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .pos-modern-retail--section .free-resources-new .custom-pagination h4.page-numbers, .career-block .career-details .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .career-block .career-details h4.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .filter-text.page-numbers, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-modern-retail--section .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .heading-24.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .heading-24.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.heading-27.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.heading-27.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section h3.agreements-block-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.agreements-block-title.page-numbers, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.agreements-block-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .free-resources-new .custom-pagination .pos-modern-retail--section .module_title.page-numbers, .hardware-post .pricing-main .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-post .pricing-main .module_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.page-numbers, .infotech-cta--section .infotech-cta--block .career-block .career-details .free-resources-new .custom-pagination .pos-modern-retail--section h4.page-numbers, .career-block .career-details .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .career-block .career-details h4.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .career-block .career-details .infotech-cta--section .infotech-cta--block h4.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.most-recent_title.page-numbers, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.most-recent_title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .pos-modern-retail--section .filter-text.page-numbers, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .filters-gallery .filter-sidebar .filter-icon .filter-text.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.page-numbers, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section h3.pro-title.page-numbers, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section h3.pro-title.page-numbers, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .free-resources-new .custom-pagination .pos-modern-retail--section .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title.page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title.page-numbers, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .heading-24.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block .heading-24.pro-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .module_title.pro-title, .hardware-post .pricing-main .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block .module_title.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-post .pricing-main .module_title.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.pro-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box h4.pro-title, .career-block .career-details .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h4.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .career-block .career-details h4.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .career-block .career-details .infotech-cta--section .infotech-cta--block h4.pro-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .filter-text.pro-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block .filter-text.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.pro-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .heading-24.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .heading-24.pro-title, .infotech-cta--section .infotech-cta--block .hardware-post .pricing-main .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .module_title.pro-title, .hardware-post .pricing-main .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .module_title.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-post .pricing-main .module_title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-post .pricing-main .infotech-cta--section .infotech-cta--block .module_title.pro-title, .infotech-cta--section .infotech-cta--block .career-block .career-details .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points h4.pro-title, .career-block .career-details .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h4.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .career-block .career-details h4.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .career-block .career-details .infotech-cta--section .infotech-cta--block h4.pro-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .filter-text.pro-title, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block .filter-text.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-sidebar .filter-icon .infotech-cta--section .infotech-cta--block .filter-text.pro-title, .infotech-cta--section .infotech-cta--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .increase-revenue--section .revenue-points .infotech-cta--section .infotech-cta--block h3.pro-title, .infotech-cta--section .infotech-cta--block .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-template-template-home .latest-casestudy--section .casestudy-item .infotech-cta--section .infotech-cta--block h3.pro-title {
    margin: 20px 0;
  }
}
.infotech-cta--section .infotech-cta--block .description, .infotech-cta--section .infotech-cta--block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .infotech-cta--section .infotech-cta--block a.dropdown-item, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .latest-post-title, .infotech-cta--section .infotech-cta--block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .infotech-cta--section .infotech-cta--block .content, .infotech-cta--section .infotech-cta--block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .infotech-cta--section .infotech-cta--block .page-numbers {
  color: #ffffff;
}
.infotech-cta--section .infotech-cta--block .btn-blue, .infotech-cta--section .infotech-cta--block .btn-blue-outline, .infotech-cta--section .infotech-cta--block .cta-green, .infotech-cta--section .infotech-cta--block .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .infotech-cta--section .infotech-cta--block .nav-link {
  border: 1px solid #3BA2DD;
  background: #38C8F5;
  color: #ffffff;
}
.infotech-cta--section .infotech-cta--block .btn-blue:hover, .infotech-cta--section .infotech-cta--block .btn-blue-outline:hover, .infotech-cta--section .infotech-cta--block .cta-green:hover, .infotech-cta--section .infotech-cta--block .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .infotech-cta--section .infotech-cta--block .nav-link:hover {
  background: #ffffff;
  color: #3BA2DD;
}

html[lang=es-ES] .page-template-template-ftxinfotech .container {
  max-width: 1400px;
}
html[lang=es-ES] .core-services--section .core-services--tab .nav.nav-tabs {
  width: 350px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .core-services--section .core-services--tab .nav.nav-tabs {
    width: 580px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .core-services--section .core-services--tab .nav.nav-tabs {
    width: 480px;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .core-services--section .core-services--tab .nav.nav-tabs {
    width: 400px;
  }
}
html[lang=es-ES] .core-services--section .core-services--tab .tab-content {
  width: calc(100% - 350px);
}
@media (min-width: 1921px) {
  html[lang=es-ES] .core-services--section .core-services--tab .tab-content {
    width: calc(100% - 580px);
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .core-services--section .core-services--tab .tab-content {
    width: calc(100% - 480px);
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .core-services--section .core-services--tab .tab-content {
    padding: 0 45px;
    width: calc(100% - 400px);
  }
}
@media (max-width: 900px) {
  html[lang=es-ES] .core-services--section .core-services--tab .tab-content {
    width: 100%;
    display: inline-block;
  }
  html[lang=es-ES] .core-services--section .core-services--tab .tab-content .slick-dots {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 900px) {
  html[lang=es-ES] .approach-and-process--section .approach-section .approach-box {
    width: 46%;
  }
}

.page-template-template-pos-bundle .arrow-list li, .page-template-template-pos-bundle .started-pos-section ul li, .started-pos-section .page-template-template-pos-bundle ul li, .page-template-template-pos-bundle .queue-features-section ul li, .queue-features-section .page-template-template-pos-bundle ul li, .page-template-template-pos-bundle .whats-included-section .whats-included-inner .ft-box .ft-content ul li, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-pos-bundle ul li {
  margin-bottom: 25px;
  padding: 0 0 0 35px;
  position: relative;
}
.page-template-template-pos-bundle .arrow-list li::before, .page-template-template-pos-bundle .started-pos-section ul li::before, .started-pos-section .page-template-template-pos-bundle ul li::before, .page-template-template-pos-bundle .queue-features-section ul li::before, .queue-features-section .page-template-template-pos-bundle ul li::before, .page-template-template-pos-bundle .whats-included-section .whats-included-inner .ft-box .ft-content ul li::before, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-pos-bundle ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23457EF7'/%3E%3Cpath d='M17.6863 7.01835C18.189 6.8668 19.045 7.69343 19.4118 8.05164C19.6971 8.32719 20.1863 8.65784 19.9281 9.08494L11.477 18.9908L5.0504 13.4386C4.86018 13.0803 5.25421 12.6946 5.4716 12.4053C5.74334 12.0471 6.49062 11.0964 6.89823 11.1378C7.46888 11.1929 10.3901 14.1963 11.083 14.6647L17.6863 7.01835Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0;
}
.page-template-template-pos-bundle .arrow-list li:last-child, .page-template-template-pos-bundle .started-pos-section ul li:last-child, .started-pos-section .page-template-template-pos-bundle ul li:last-child, .page-template-template-pos-bundle .queue-features-section ul li:last-child, .queue-features-section .page-template-template-pos-bundle ul li:last-child, .page-template-template-pos-bundle .whats-included-section .whats-included-inner .ft-box .ft-content ul li:last-child, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-pos-bundle ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .page-template-template-pos-bundle .arrow-list li, .page-template-template-pos-bundle .started-pos-section ul li, .started-pos-section .page-template-template-pos-bundle ul li, .page-template-template-pos-bundle .queue-features-section ul li, .queue-features-section .page-template-template-pos-bundle ul li, .page-template-template-pos-bundle .whats-included-section .whats-included-inner .ft-box .ft-content ul li, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-pos-bundle ul li {
    padding: 0 0 0 45px;
  }
  .page-template-template-pos-bundle .arrow-list li::before, .page-template-template-pos-bundle .started-pos-section ul li::before, .started-pos-section .page-template-template-pos-bundle ul li::before, .page-template-template-pos-bundle .queue-features-section ul li::before, .queue-features-section .page-template-template-pos-bundle ul li::before, .page-template-template-pos-bundle .whats-included-section .whats-included-inner .ft-box .ft-content ul li::before, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-pos-bundle ul li::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1440px) {
  .page-template-template-pos-bundle .arrow-list li, .page-template-template-pos-bundle .started-pos-section ul li, .started-pos-section .page-template-template-pos-bundle ul li, .page-template-template-pos-bundle .queue-features-section ul li, .queue-features-section .page-template-template-pos-bundle ul li, .page-template-template-pos-bundle .whats-included-section .whats-included-inner .ft-box .ft-content ul li, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-pos-bundle ul li {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
  }
  .page-template-template-pos-bundle .arrow-list li::before, .page-template-template-pos-bundle .started-pos-section ul li::before, .started-pos-section .page-template-template-pos-bundle ul li::before, .page-template-template-pos-bundle .queue-features-section ul li::before, .queue-features-section .page-template-template-pos-bundle ul li::before, .page-template-template-pos-bundle .whats-included-section .whats-included-inner .ft-box .ft-content ul li::before, .whats-included-section .whats-included-inner .ft-box .ft-content .page-template-template-pos-bundle ul li::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
.page-template-template-pos-bundle .video-testimonial--section {
  background-color: #C9E8F6;
}
.page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content {
  display: flex;
  align-items: center;
}
.page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .heading-27, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .agreements-block-title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-article .most-recent_title, .recent-article .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .most-recent_title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-article .most-recent_title a, .recent-article .most-recent_title .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content h3, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .most-recent_title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pro-title {
  font-weight: 600;
}
@media (max-width: 1440px) {
  .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .heading-27, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .agreements-block-title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-article .most-recent_title, .recent-article .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .most-recent_title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-article .most-recent_title a, .recent-article .most-recent_title .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content h3, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .most-recent_title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pro-title {
    font-size: 23px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .heading-27, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .agreements-block-title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-article .most-recent_title, .recent-article .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .most-recent_title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-article .most-recent_title a, .recent-article .most-recent_title .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content h3, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .most-recent_title, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .pro-title {
    font-size: 22px;
    line-height: normal;
  }
}
.page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .description:last-child, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:last-child, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content a.dropdown-item:last-child, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .latest-post-title:last-child, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .filters-gallery .filter-items .blog-item .content:last-child, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .content:last-child, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .custom-pagination .page-numbers:last-child, .free-resources-new .custom-pagination .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content .page-numbers:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--content {
    height: auto;
    padding: 20px;
  }
}
.page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue i::before, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue-outline i::before, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--video .cta-green i::before, .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--video .pricing-data--table #pricingTab .nav-item .nav-link i::before, .pricing-data--table #pricingTab .nav-item .page-template-template-pos-bundle .video-testimonial--section .video-testimonial--block .video-testimonial--video .nav-link i::before {
  position: relative;
  left: 1.5px;
}
.page-template-template-pos-bundle .video-testimonial--section .slick-dots {
  display: none;
}
.page-template-template-pos-bundle .heading-inner {
  margin-bottom: 50px;
}
.page-template-template-pos-bundle .heading-inner .section-title--medium {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-template-template-pos-bundle .heading-inner {
    margin-bottom: 20px;
  }
  .page-template-template-pos-bundle .heading-inner .section-title--medium {
    margin-bottom: 20px;
  }
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner {
  position: relative;
  background: #C9E8F6;
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  content: "";
  width: 100%;
  position: absolute;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner::before {
    display: none;
  }
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .container {
  z-index: 2;
  position: relative;
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .header-h1 {
  color: #1E1C37;
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .header-h1 span {
  font-weight: 400;
}
@media (min-width: 1921px) {
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner .header-h1 br {
    display: none;
  }
}
@media (max-width: 1440px) {
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner .header-h1 br {
    display: none;
  }
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .hero_content .description-para {
  color: #1E1C37;
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner figure {
  width: 50%;
  overflow: hidden;
  text-align: center;
  border-radius: 27px;
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner figure img {
  border-radius: 27px;
  max-height: 460px;
}
@media (max-width: 991px) {
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner figure {
    border-radius: 15px;
  }
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner figure img {
    border-radius: 15px;
  }
}
@media (max-width: 640px) {
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner figure {
    width: 100%;
  }
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner figure img {
    border-radius: 15px;
  }
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main {
  width: 1000px;
  position: relative;
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form {
  border: 0;
  z-index: 2;
  margin: 80px auto 0;
  max-width: 1000px;
  position: relative;
  border-radius: 29px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .heading-37, .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .customize-retail-products h2, .customize-retail-products .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form h2, .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .customize-retail-products h2 a, .customize-retail-products h2 .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form a, .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .heading-30 {
  color: #000000;
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .heading-37 span, .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .customize-retail-products h2 span, .customize-retail-products .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form h2 span, .customize-retail-products h2 .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form a span, .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .industry-faq-section .faq-section .heading-30 span, .industry-faq-section .faq-section .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .heading-30 span {
  font-weight: bold;
  color: #3580F3;
}
.page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form .description-para {
  color: #1E1C37;
}
@media (max-width: 1199px) {
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-template-template-pos-bundle .hero-section.pos-bundle-banner .banner-form-main .banner-form {
    margin: 30px 0;
    border-radius: 15px;
  }
}
.page-template-template-pos-bundle .refined-tobacco-retailers {
  padding-top: 30px;
}
.page-template-template-pos-bundle .refined-tobacco-retailers .container {
  max-width: 1400px;
}
.page-template-template-pos-bundle .refined-tobacco-retailers .heading-37, .page-template-template-pos-bundle .refined-tobacco-retailers .customize-retail-products h2, .customize-retail-products .page-template-template-pos-bundle .refined-tobacco-retailers h2, .page-template-template-pos-bundle .refined-tobacco-retailers .customize-retail-products h2 a, .customize-retail-products h2 .page-template-template-pos-bundle .refined-tobacco-retailers a, .page-template-template-pos-bundle .refined-tobacco-retailers .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .page-template-template-pos-bundle .refined-tobacco-retailers .heading-30 {
  margin: 0;
  color: #000000;
  font-weight: normal;
}
.page-template-template-pos-bundle .refined-tobacco-retailers .carousel {
  margin-bottom: 0;
}
.page-template-template-pos-bundle .refined-tobacco-retailers .slick-dots {
  bottom: 0;
  display: flex;
  margin-top: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.page-template-template-pos-bundle .refined-tobacco-retailers .slick-dots li {
  width: 15px;
  height: 15px;
}
.page-template-template-pos-bundle .refined-tobacco-retailers .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #1C6DF7;
}
.page-template-template-pos-bundle .refined-tobacco-retailers .slick-dots li button::before {
  display: none;
}
.page-template-template-pos-bundle .refined-tobacco-retailers .slick-dots li.slick-active button {
  background: #1C6DF7;
}
@media (max-width: 991px) {
  .page-template-template-pos-bundle .refined-tobacco-retailers .heading-37, .page-template-template-pos-bundle .refined-tobacco-retailers .customize-retail-products h2, .customize-retail-products .page-template-template-pos-bundle .refined-tobacco-retailers h2, .page-template-template-pos-bundle .refined-tobacco-retailers .customize-retail-products h2 a, .customize-retail-products h2 .page-template-template-pos-bundle .refined-tobacco-retailers a, .page-template-template-pos-bundle .refined-tobacco-retailers .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .page-template-template-pos-bundle .refined-tobacco-retailers .heading-30 {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .page-template-template-pos-bundle br {
    display: none;
  }
}
.page-template-template-pos-bundle .site-content .site-main .container {
  max-width: 1340px;
}
@media (min-width: 1921px) {
  .page-template-template-pos-bundle .site-content .site-main .container {
    max-width: 1600px;
  }
}
@media (max-width: 1600px) {
  .page-template-template-pos-bundle .site-content .site-main .container {
    max-width: 1200px;
  }
}
.page-template-template-pos-bundle .cta-demo-iframe-cls.pos-demo-iframe-cls.pos-demo-iframe-started .modal-dialog .modal-content .modal-header {
  justify-content: center;
  text-align: center;
}
.page-template-template-pos-bundle .cta-demo-iframe-cls.pos-demo-iframe-cls.pos-demo-iframe-started .modal-dialog .modal-content .modal-header .modal-title {
  padding: 0 30px;
}
.page-template-template-pos-bundle .cta-demo-iframe-cls.pos-demo-iframe-cls.pos-demo-iframe-started .modal-dialog .modal-content .modal-body p {
  line-height: 25px;
}
@media (max-width: 767px) {
  .page-template-template-pos-bundle .cta-demo-iframe-cls.pos-demo-iframe-cls.pos-demo-iframe-started .modal-dialog .modal-content .modal-body p {
    padding-top: 0 !important;
  }
}
.page-template-template-pos-bundle .cta-demo-iframe-cls.pos-demo-iframe-cls.pos-demo-iframe-started .modal-dialog .modal-content p + iframe {
  height: 458px !important;
}
@media (max-width: 767px) {
  .page-template-template-pos-bundle .home-popup-video-cls .popup-inner iframe {
    height: 225px;
  }
}
@media (min-width: 1921px) {
  .page-template-template-pos-bundle .tooltip-main .tooltip-inner-cls .tooltip-txt {
    font-size: 20px;
    line-height: 20px;
  }
}

.pulse-section {
  background-color: #C9E8F6;
}
.pulse-section .container {
  max-width: 1250px;
}
.pulse-section figure {
  width: 430px;
}
.pulse-section .section-title--medium, .pulse-section .description, .pulse-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pulse-section a.dropdown-item, .pulse-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pulse-section .latest-post-title, .pulse-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .pulse-section .content, .pulse-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .pulse-section .page-numbers {
  color: #000000;
}
.pulse-section .plus-content {
  padding-left: 50px;
  width: calc(100% - 430px);
}
.pulse-section .plus-content .section-title--medium {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pulse-section figure {
    width: 200px;
  }
  .pulse-section .plus-content {
    padding-left: 30px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .pulse-section .d-flex {
    display: inline-block !important;
  }
  .pulse-section figure {
    margin: 0 auto 20px !important;
    width: 200px;
  }
  .pulse-section .plus-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.whats-included-section {
  background: #ECF9FF;
}
.whats-included-section .section-title--medium {
  color: #000000;
}
.whats-included-section .description, .whats-included-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .whats-included-section a.dropdown-item, .whats-included-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .latest-post-title, .whats-included-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .content, .whats-included-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .whats-included-section .page-numbers {
  color: #1E1C37;
}
@media (min-width: 1921px) {
  .whats-included-section .description br, .whats-included-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .whats-included-section a.dropdown-item br, .whats-included-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .latest-post-title br, .whats-included-section .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .content br, .whats-included-section .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .whats-included-section .page-numbers br {
    display: none;
  }
}
@media (min-width: 1600px) {
  .whats-included-section .description br, .whats-included-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .whats-included-section a.dropdown-item br, .whats-included-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .latest-post-title br, .whats-included-section .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .content br, .whats-included-section .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .whats-included-section .page-numbers br {
    display: none;
  }
}
.whats-included-section .whats-included-inner .container {
  max-width: 1750px !important;
}
@media (min-width: 1921px) {
  .whats-included-section .whats-included-inner .container {
    max-width: 1900px !important;
  }
}
@media (max-width: 1750px) {
  .whats-included-section .whats-included-inner .container {
    max-width: 1400px !important;
  }
}
@media (max-width: 1440px) {
  .whats-included-section .whats-included-inner .container {
    max-width: 1280px !important;
  }
}
@media (max-width: 1600px) {
  .whats-included-section .whats-included-inner .description, .whats-included-section .whats-included-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .whats-included-section .whats-included-inner a.dropdown-item, .whats-included-section .whats-included-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .latest-post-title, .whats-included-section .whats-included-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .content, .whats-included-section .whats-included-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .whats-included-section .whats-included-inner .page-numbers {
    min-height: 60px;
  }
}
@media (max-width: 1440px) {
  .whats-included-section .whats-included-inner .description, .whats-included-section .whats-included-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .whats-included-section .whats-included-inner a.dropdown-item, .whats-included-section .whats-included-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .latest-post-title, .whats-included-section .whats-included-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .content, .whats-included-section .whats-included-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .whats-included-section .whats-included-inner .page-numbers {
    min-height: 50px;
  }
}
@media (max-width: 991px) {
  .whats-included-section .whats-included-inner .description, .whats-included-section .whats-included-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .whats-included-section .whats-included-inner a.dropdown-item, .whats-included-section .whats-included-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .latest-post-title, .whats-included-section .whats-included-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .content, .whats-included-section .whats-included-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .whats-included-section .whats-included-inner .page-numbers {
    min-height: inherit;
  }
}
.whats-included-section .whats-included-inner .description, .whats-included-section .whats-included-inner .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .whats-included-section .whats-included-inner a.dropdown-item, .whats-included-section .whats-included-inner .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .latest-post-title, .whats-included-section .whats-included-inner .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .content, .whats-included-section .whats-included-inner .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .whats-included-section .whats-included-inner .page-numbers, .whats-included-section .whats-included-inner li {
  color: #000000;
}
.whats-included-section .whats-included-inner .ft-box {
  margin: 0 15px;
}
@media (max-width: 1600px) {
  .whats-included-section .whats-included-inner .ft-box {
    margin: 0;
  }
}
.whats-included-section .whats-included-inner .ft-box .single-img {
  margin: 0 0 50px 0;
  position: relative;
}
.whats-included-section .whats-included-inner .ft-box .single-img > img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.whats-included-section .whats-included-inner .ft-box .single-img .icon {
  left: 0;
  right: 0;
  bottom: -45px;
  padding: 20px;
  margin: 0 auto;
  position: absolute;
  border-radius: 10px;
  text-align: center;
  width: calc(100% - 100px);
  background: #113277;
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whats-included-section .whats-included-inner .ft-box .single-img .icon img {
  max-width: 200px;
  max-height: 55px;
}
@media (min-width: 1921px) {
  .whats-included-section .whats-included-inner .ft-box .single-img .icon img {
    width: auto;
    height: 55px;
    max-width: unset;
    max-height: unset;
  }
}
.whats-included-section .whats-included-inner .ft-box .ft-content {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .whats-included-section br {
    display: none;
  }
  .whats-included-section .whats-included-inner .ft-box {
    margin: 0;
  }
  .whats-included-section .whats-included-inner .ft-box .single-img > img {
    border-radius: 15px;
  }
  .whats-included-section .whats-included-inner .ft-box .single-img .icon {
    bottom: -43px;
    padding: 15px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 991px) {
  .whats-included-section .col-sm-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .whats-included-section .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .whats-included-section .whats-included-inner .ft-box {
    margin: 0 auto;
    max-width: 550px;
  }
  .whats-included-section .whats-included-inner .ft-box .ft-content .heading-27, .whats-included-section .whats-included-inner .ft-box .ft-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .whats-included-section .whats-included-inner .ft-box .ft-content a, .whats-included-section .whats-included-inner .ft-box .ft-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .whats-included-section .whats-included-inner .ft-box .ft-content a, .whats-included-section .whats-included-inner .ft-box .ft-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .whats-included-section .whats-included-inner .ft-box .ft-content .agreements-block-title, .whats-included-section .whats-included-inner .ft-box .ft-content .recent-article .most-recent_title, .recent-article .whats-included-section .whats-included-inner .ft-box .ft-content .most-recent_title, .whats-included-section .whats-included-inner .ft-box .ft-content .recent-article .most-recent_title a, .recent-article .most-recent_title .whats-included-section .whats-included-inner .ft-box .ft-content a, .whats-included-section .whats-included-inner .ft-box .ft-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .whats-included-section .whats-included-inner .ft-box .ft-content h3, .whats-included-section .whats-included-inner .ft-box .ft-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .whats-included-section .whats-included-inner .ft-box .ft-content .most-recent_title, .whats-included-section .whats-included-inner .ft-box .ft-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .whats-included-section .whats-included-inner .ft-box .ft-content a, .whats-included-section .whats-included-inner .ft-box .ft-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .whats-included-section .whats-included-inner .ft-box .ft-content .pro-title, .whats-included-section .whats-included-inner .ft-box .ft-content .description, .whats-included-section .whats-included-inner .ft-box .ft-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .whats-included-section .whats-included-inner .ft-box .ft-content a.dropdown-item, .whats-included-section .whats-included-inner .ft-box .ft-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .ft-box .ft-content .latest-post-title, .whats-included-section .whats-included-inner .ft-box .ft-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .whats-included-section .whats-included-inner .ft-box .ft-content .content, .whats-included-section .whats-included-inner .ft-box .ft-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .whats-included-section .whats-included-inner .ft-box .ft-content .page-numbers {
    text-align: center;
  }
}

.queue-features-section {
  background-color: #ffffff;
}
.queue-features-section .heading-inner .section-title--medium {
  margin-bottom: 8px;
}
.queue-features-section ul {
  margin-bottom: 0;
}
.queue-features-section .row {
  margin-bottom: 80px;
}
.queue-features-section .row:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (min-width: 1921px) {
  .queue-features-section .row:nth-child(odd) figure {
    padding-left: 40px;
  }
}
.queue-features-section .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .queue-features-section .row:last-child figure {
    padding-right: 40px;
  }
}
.queue-features-section .row:last-child figure img {
  max-height: 470px;
  margin: 0 auto !important;
  display: block;
}
@media (min-width: 1921px) {
  .queue-features-section .row:last-child figure img {
    max-height: unset;
  }
}
@media (max-width: 1600px) {
  .queue-features-section .row {
    margin-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .queue-features-section .row {
    margin-bottom: 50px;
  }
}
@media (max-width: 1280px) {
  .queue-features-section .row {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .queue-features-section .row {
    margin-bottom: 30px;
  }
}
.queue-features-section .queue-bx {
  padding-right: 30px;
}
.queue-features-section .tags {
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  padding: 8px 10px;
  color: #ffffff;
  border-radius: 10px;
  background: #467FF7;
  border: 1px solid #467FF7;
}
.queue-features-section .tags:hover {
  background: #1C244B;
}
.queue-features-section .heading-37, .queue-features-section .customize-retail-products h2, .customize-retail-products .queue-features-section h2, .queue-features-section .customize-retail-products h2 a, .customize-retail-products h2 .queue-features-section a, .queue-features-section .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .queue-features-section .heading-30 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .queue-features-section .heading-37, .queue-features-section .customize-retail-products h2, .customize-retail-products .queue-features-section h2, .queue-features-section .customize-retail-products h2 a, .customize-retail-products h2 .queue-features-section a, .queue-features-section .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .queue-features-section .heading-30 {
    margin-bottom: 8px;
  }
}
.queue-features-section .heading-37, .queue-features-section .customize-retail-products h2, .customize-retail-products .queue-features-section h2, .queue-features-section .customize-retail-products h2 a, .customize-retail-products h2 .queue-features-section a, .queue-features-section .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .queue-features-section .heading-30, .queue-features-section li {
  color: #000000;
}
.queue-features-section .description, .queue-features-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .queue-features-section a.dropdown-item, .queue-features-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .queue-features-section .latest-post-title, .queue-features-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .queue-features-section .content, .queue-features-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .queue-features-section .page-numbers {
  margin-bottom: 20px;
  color: #1E1C37;
}
@media (max-width: 1199px) {
  .queue-features-section .queue-bx {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .queue-features-section .col-sm-6 {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 550px;
  }
  .queue-features-section .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .queue-features-section .queue-bx .tags {
    display: table;
    margin: 0 auto 20px;
  }
  .queue-features-section .queue-bx .heading-37, .queue-features-section .queue-bx .customize-retail-products h2, .customize-retail-products .queue-features-section .queue-bx h2, .queue-features-section .queue-bx .customize-retail-products h2 a, .customize-retail-products h2 .queue-features-section .queue-bx a, .queue-features-section .queue-bx .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .queue-features-section .queue-bx .heading-30, .queue-features-section .queue-bx .description, .queue-features-section .queue-bx .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .queue-features-section .queue-bx a.dropdown-item, .queue-features-section .queue-bx .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .queue-features-section .queue-bx .latest-post-title, .queue-features-section .queue-bx .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .queue-features-section .queue-bx .content, .queue-features-section .queue-bx .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .queue-features-section .queue-bx .page-numbers {
    text-align: center;
  }
}

.customizable-bundled-section {
  background-color: #C9E8F6;
}
.customizable-bundled-section .section-title--medium {
  color: #000000;
}
.customizable-bundled-section .customize-bx {
  text-align: center;
  padding: 30px;
  height: 100%;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(176, 221, 250, 0.5);
}
.customizable-bundled-section .customize-bx .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}
.customizable-bundled-section .customize-bx .icon lottie-player {
  width: 100px;
}
.customizable-bundled-section .customize-bx .heading-27, .customizable-bundled-section .customize-bx .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .customizable-bundled-section .customize-bx a, .customizable-bundled-section .customize-bx .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .customizable-bundled-section .customize-bx a, .customizable-bundled-section .customize-bx .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .customizable-bundled-section .customize-bx .agreements-block-title, .customizable-bundled-section .customize-bx .recent-article .most-recent_title, .recent-article .customizable-bundled-section .customize-bx .most-recent_title, .customizable-bundled-section .customize-bx .recent-article .most-recent_title a, .recent-article .most-recent_title .customizable-bundled-section .customize-bx a, .customizable-bundled-section .customize-bx .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .customizable-bundled-section .customize-bx h3, .customizable-bundled-section .customize-bx .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .customizable-bundled-section .customize-bx .most-recent_title, .customizable-bundled-section .customize-bx .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .customizable-bundled-section .customize-bx a, .customizable-bundled-section .customize-bx .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .customizable-bundled-section .customize-bx .pro-title {
  margin: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .customizable-bundled-section .col-sm-4 {
    width: 100%;
    margin-bottom: 25px;
  }
  .customizable-bundled-section .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .customizable-bundled-section .customize-bx {
    padding: 20px;
    max-width: 250px;
    margin: 0 auto;
    height: auto;
    box-shadow: 0px 2px 10px 0px rgba(176, 221, 250, 0.5);
  }
}

.started-pos-section {
  background: #E9F8FF;
}
.started-pos-section .section-title--medium, .started-pos-section li {
  color: #000000;
}
.started-pos-section ul {
  margin: 0;
}
.started-pos-section ul p {
  color: #000000;
}
.started-pos-section figure {
  text-align: center;
}
@media (max-width: 991px) {
  .started-pos-section .col-sm-6 {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 550px;
  }
  .started-pos-section .col-sm-6:last-child {
    margin-bottom: 0;
  }
}

.pos-bundle-cta {
  background: #E9F8FF;
}
.pos-bundle-cta .smarttill-inner {
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  background: url(/wp-content/themes/goftx/dist/images/pos-cta.png) no-repeat center/cover;
}
.pos-bundle-cta .smarttill-inner .heading-37, .pos-bundle-cta .smarttill-inner .customize-retail-products h2, .customize-retail-products .pos-bundle-cta .smarttill-inner h2, .pos-bundle-cta .smarttill-inner .customize-retail-products h2 a, .customize-retail-products h2 .pos-bundle-cta .smarttill-inner a, .pos-bundle-cta .smarttill-inner .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .pos-bundle-cta .smarttill-inner .heading-30 {
  font-weight: 600;
  margin-bottom: 30px;
}
.pos-bundle-cta .smarttill-inner .btn-grp .btn-blue, .pos-bundle-cta .smarttill-inner .btn-grp .btn-blue-outline, .pos-bundle-cta .smarttill-inner .btn-grp .cta-green, .pos-bundle-cta .smarttill-inner .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-bundle-cta .smarttill-inner .btn-grp .nav-link {
  margin: 0 8px 8px;
}
@media (max-width: 767px) {
  .pos-bundle-cta .smarttill-inner .btn-grp .btn-blue, .pos-bundle-cta .smarttill-inner .btn-grp .btn-blue-outline, .pos-bundle-cta .smarttill-inner .btn-grp .cta-green, .pos-bundle-cta .smarttill-inner .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-bundle-cta .smarttill-inner .btn-grp .nav-link {
    margin: 0 auto !important;
  }
}
.pos-bundle-cta .smarttill-inner .btn-grp .btn-blue-outline {
  background: #ffffff;
  color: #467FF7;
  border-color: #467FF7;
}
.pos-bundle-cta .smarttill-inner .btn-grp .btn-blue-outline:hover {
  color: #ffffff;
  background: #467FF7;
}
@media (max-width: 767px) {
  .pos-bundle-cta .smarttill-inner .btn-grp .btn-blue-outline {
    margin: 20px auto 0 !important;
  }
}
@media (max-width: 767px) {
  .pos-bundle-cta .smarttill-inner .btn-grp .btn-blue, .pos-bundle-cta .smarttill-inner .btn-grp .btn-blue-outline, .pos-bundle-cta .smarttill-inner .btn-grp .cta-green, .pos-bundle-cta .smarttill-inner .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .pos-bundle-cta .smarttill-inner .btn-grp .nav-link {
    margin: 0 auto 8px;
  }
}

.wpforms-container.wpforms-container-full.pos-bundle--form .wpforms-submit-container {
  display: flex;
  justify-content: center;
}
.wpforms-container.wpforms-container-full.pos-bundle--form .wpforms-submit-container .wpforms-submit {
  background: #467FF7;
}
.wpforms-container.wpforms-container-full.pos-bundle--form .wpforms-submit-container .wpforms-submit:hover {
  background: #1a48a5;
}

.pricing-section .heading-inner .section-title--medium {
  color: #000000;
}
.pricing-section .heading-inner .heading-38 {
  font-weight: 600;
  color: #000000;
}
.pricing-section .heading-inner .heading-38 span {
  color: #EC7430;
}
.pricing-section .pricing-data--table {
  margin-top: 70px;
}
.pricing-section .pricing-data--table .pricing-data--block {
  border-color: #C9E8F6;
}
.pricing-section .pricing-data--table .pricing-data--block .pricing-store {
  color: #3389BA;
  border-color: #3389BA;
}
.pricing-section .pricing-data--table .pricing-data--block .pm-price {
  font-weight: 700;
  color: #3389BA;
}
.pricing-section .pricing-data--table .pricing-data--block .btn-blue, .pricing-section .pricing-data--table .pricing-data--block .btn-blue-outline, .pricing-section .pricing-data--table .pricing-data--block .cta-green, .pricing-section .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link, .pricing-section .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link {
  border: 2px solid #3389BA;
  background: #3389BA;
}
.pricing-section .pricing-data--table .pricing-data--block .btn-blue:hover, .pricing-section .pricing-data--table .pricing-data--block .btn-blue-outline:hover, .pricing-section .pricing-data--table .pricing-data--block .cta-green:hover, .pricing-section .pricing-data--table .pricing-data--block #pricingTab .nav-item .nav-link:hover, .pricing-section .pricing-data--table #pricingTab .nav-item .pricing-data--block .nav-link:hover {
  color: #3389BA;
  background: #ffffff;
}
.pricing-section .pricing-data--table .pricing-data--block .discount-text {
  margin-top: 8px;
  line-height: 18px;
}
.pricing-section .pricing-data--table .pricing-data--block .discount-text small {
  font-size: 14px;
  line-height: 18px;
}
.pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main {
  padding: 0 35px;
}
.pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title {
  margin: 0 0 12px 0;
  display: inline-block;
}
.pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title::before {
  left: 0;
  top: 8px;
  position: absolute;
  width: 30px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' viewBox='0 0 19 15' fill='none'%3E%3Cpath d='M18.7141 0.295798C18.6211 0.20207 18.5105 0.127676 18.3887 0.0769072C18.2668 0.0261385 18.1361 0 18.0041 0C17.8721 0 17.7414 0.0261385 17.6195 0.0769072C17.4977 0.127676 17.3871 0.20207 17.2941 0.295798L6.00409 11.5958L1.71409 7.2958C1.52579 7.10749 1.27039 7.00171 1.00409 7.00171C0.73779 7.00171 0.482395 7.10749 0.294091 7.2958C0.105788 7.4841 3.9682e-09 7.7395 0 8.0058C-3.9682e-09 8.2721 0.105788 8.52749 0.294091 8.7158L5.29409 13.7158C5.38705 13.8095 5.49766 13.8839 5.61951 13.9347C5.74137 13.9855 5.87208 14.0116 6.00409 14.0116C6.1361 14.0116 6.26681 13.9855 6.38867 13.9347C6.51053 13.8839 6.62113 13.8095 6.71409 13.7158L18.7141 1.7158C18.8078 1.62284 18.8822 1.51223 18.933 1.39038C18.9838 1.26852 19.0099 1.13781 19.0099 1.0058C19.0099 0.873786 18.9838 0.743081 18.933 0.621222C18.8822 0.499362 18.8078 0.388761 18.7141 0.295798Z' fill='%233389BA'/%3E%3C/svg%3E") no-repeat center/19px 15px;
}
.pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls {
  position: absolute;
  right: 0;
  top: 6px;
}
.pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls .tooltip-txt {
  border-color: #3389BA;
}
.pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls .tooltip-txt::before {
  border-top-color: #3389BA;
}
@media (max-width: 1024px) {
  .pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main {
    padding: 0 60px 0 0;
  }
  .pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title::before {
    right: 0;
    left: auto;
    margin-right: 0;
  }
  .pricing-section .pricing-data--table .pricing-data--block .price-module .tooltip-main .tooltip_title .tooltip-inner-cls {
    right: 40px;
    margin-left: 0;
  }
}
.pricing-section .pricing-data--table div[class*=col-]:nth-child(2) .pricing-data--block {
  background: #C9E8F6;
}
.pricing-section .pricing-data--table div[class*=col-]:nth-child(2) .pricing-data--block::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='134' height='40' viewBox='0 0 134 40' fill='none'%3E%3Cpath d='M134 0H0L12.5 19.5L0 39.5H134V0Z' fill='%23EC7430'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1024px) {
  .pricing-section .pricing-data--table {
    margin-top: 50px;
  }
  .pricing-section .pricing-data--table .pricing-data--block {
    padding: 0 20px 20px;
  }
}
@media (max-width: 991px) {
  .pricing-section .pricing-data--table .col-lg-4:last-child .pricing-data--block {
    margin-bottom: 0;
  }
}

.page-id-69098 .pricing-section .heading-inner .heading-38,
.page-id-210283 .pricing-section .heading-inner .heading-38,
.page-id-210242 .pricing-section .heading-inner .heading-38,
.page-id-175993 .pricing-section .heading-inner .heading-38 {
  font-size: 20px !important;
  font-weight: normal;
}
@media (min-width: 1921px) {
  .page-id-69098 .pricing-section .heading-inner .heading-38,
  .page-id-210283 .pricing-section .heading-inner .heading-38,
  .page-id-210242 .pricing-section .heading-inner .heading-38,
  .page-id-175993 .pricing-section .heading-inner .heading-38 {
    font-size: 27px !important;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .page-id-69098 .pricing-section .heading-inner .heading-38,
  .page-id-210283 .pricing-section .heading-inner .heading-38,
  .page-id-210242 .pricing-section .heading-inner .heading-38,
  .page-id-175993 .pricing-section .heading-inner .heading-38 {
    font-size: 17px !important;
    line-height: 25px;
  }
}

.info-section {
  position: relative;
}
@media (min-width: 1921px) {
  .info-section {
    margin-top: 20px;
  }
}
.info-section:before {
  content: "";
  background: #E9F8FF;
  display: block;
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
}
@media (max-width: 991px) {
  .info-section:before {
    height: 70%;
  }
}
.info-section .box {
  height: calc(100% - 35px);
  max-width: 92%;
  margin: 35px auto 20px;
  position: relative;
  text-align: center;
  border-radius: 15px;
  padding: 45px 30px 10px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(176, 221, 250, 0.5);
}
.info-section .box .inner-title {
  left: 0;
  top: -35px;
  right: 0;
  min-height: 70px;
  max-width: 85%;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
  position: absolute;
  color: #000000;
  background-color: #CAE8F5;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.info-section .box .description, .info-section .box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .info-section .box a.dropdown-item, .info-section .box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .info-section .box .latest-post-title, .info-section .box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .info-section .box .content, .info-section .box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .info-section .box .page-numbers {
  color: #000000;
}
.info-section .box .arrow-link {
  color: #467FF7;
  margin-top: 20px;
}
.info-section .box .arrow-link span svg {
  top: 1px;
}
@media (min-width: 1921px) {
  .info-section .box {
    max-width: 100%;
    margin-top: 55px;
    padding: 75px 30px 10px;
    margin: 35px 10px 20px;
  }
  .info-section .box .inner-title {
    top: -55px;
    font-size: 32px;
    min-height: 110px;
    max-width: 95%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1600px) {
  .info-section .box {
    max-width: 95%;
  }
}
@media (max-width: 1250px) {
  .info-section .box {
    max-width: 100%;
  }
}
@media (max-width: 1105px) {
  .info-section .box {
    max-width: 100%;
    margin-top: 55px;
    height: calc(100% - 55px);
    padding: 65px 30px 10px;
  }
  .info-section .box .inner-title {
    top: -55px;
    min-height: 110px;
  }
}
@media (max-width: 991px) {
  .info-section .col-sm-6 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 30px;
  }
  .info-section .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .info-section .box {
    max-width: 100%;
    margin-top: 35px;
    height: calc(100% - 35px);
    padding: 40px 30px 10px;
  }
  .info-section .box .inner-title {
    top: -35px;
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .info-section .box .inner-title {
    left: 0;
    right: 0;
    max-width: 90%;
    font-size: 18px;
  }
}
@media (max-width: 417px) {
  .info-section .box {
    margin-top: 42px;
    height: calc(100% - 42px);
    padding: 40px 20px 0;
  }
  .info-section .box .inner-title {
    top: -42px;
    min-height: 85px;
  }
}

html[lang=es-ES] .page-template-template-pos-bundle .site-content .site-main .container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .page-template-template-pos-bundle .site-content .site-main .container {
    max-width: 1800px;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .page-template-template-pos-bundle .site-content .site-main .container {
    max-width: 1280px;
  }
}
html[lang=es-ES] .page-template-template-pos-bundle .info-section .box {
  width: 100%;
  padding: 50px 30px 10px;
}
html[lang=es-ES] .page-template-template-pos-bundle .info-section .box .inner-title {
  max-width: 90%;
  min-height: 75px;
}
@media (max-width: 1440px) {
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box {
    padding: 65px 30px 10px;
  }
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box .inner-title {
    min-height: 100px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box {
    padding: 80px 30px 10px;
  }
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box .inner-title {
    min-height: 125px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box {
    padding: 35px 30px 0px;
  }
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box .inner-title {
    min-height: 70px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .col-sm-6 {
    max-width: 700px;
  }
}
@media (max-width: 575px) {
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box {
    margin-top: 0;
    height: auto;
    padding: 20px;
  }
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box .inner-title {
    top: 0;
    max-width: 100%;
    position: relative;
    min-height: inherit;
    margin-bottom: 15px;
  }
  html[lang=es-ES] .page-template-template-pos-bundle .info-section .box .arrow-link {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .page-template-template-pos-bundle .customizable-bundled-section .customize-bx {
    padding: 20px;
  }
}

.video-testimonial--section {
  background: #AFCFF7;
}
.video-testimonial--section .container {
  max-width: 1250px;
}
.video-testimonial--section .slick-dots {
  bottom: 40px;
  left: -30px;
}
@media (max-width: 991px) {
  .video-testimonial--section .slick-dots {
    bottom: -30px;
  }
}
.video-testimonial--section .slick-dots li {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.video-testimonial--section .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  background: #D9E7FF;
  border-radius: 50%;
}
.video-testimonial--section .slick-dots li button:before {
  content: none;
}
.video-testimonial--section .slick-dots li.slick-active button {
  background: #467FF7;
}
.video-testimonial--section .slick-arrow.slick-prev, .video-testimonial--section .slick-arrow.slick-next {
  bottom: auto;
  z-index: 1;
  top: 83%;
}
.video-testimonial--section .slick-arrow.slick-prev.slick-prev, .video-testimonial--section .slick-arrow.slick-next.slick-prev {
  left: auto;
  right: 120px;
}
@media (max-width: 1024) {
  .video-testimonial--section .slick-arrow.slick-prev.slick-prev, .video-testimonial--section .slick-arrow.slick-next.slick-prev {
    right: 90px;
  }
}
.video-testimonial--section .slick-arrow.slick-prev.slick-prev::before, .video-testimonial--section .slick-arrow.slick-next.slick-prev::before {
  transform: rotate(180deg);
}
.video-testimonial--section .slick-arrow.slick-prev.slick-next, .video-testimonial--section .slick-arrow.slick-next.slick-next {
  right: 70px;
}
@media (max-width: 1024) {
  .video-testimonial--section .slick-arrow.slick-prev.slick-next, .video-testimonial--section .slick-arrow.slick-next.slick-next {
    right: 50px;
  }
}
.video-testimonial--section .slick-arrow.slick-prev::before, .video-testimonial--section .slick-arrow.slick-next::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2509 9.91512L1.44787 9.91509C0.666584 9.91509 0.0332031 9.2666 0.0332031 8.46654C0.0332031 7.66646 0.666584 7.01797 1.44787 7.01797H19.2509L15.307 2.44005C14.7903 1.84022 14.8462 0.924802 15.4321 0.395507C16.018 -0.133775 16.912 -0.0764254 17.4288 0.523514L23.4338 7.49401C23.5376 7.61103 23.6196 7.74188 23.6794 7.88075C23.7583 8.06336 23.7998 8.26213 23.7999 8.46596V8.4671C23.7998 8.68049 23.7544 8.8885 23.6679 9.07829C23.609 9.20805 23.5304 9.33039 23.4326 9.44047L17.4288 16.4096C16.912 17.0095 16.018 17.0668 15.4321 16.5376C14.8463 16.0084 14.7902 15.093 15.307 14.493L19.2508 9.91512H19.2509Z' fill='white'/%3E%3C/svg%3E%0A");
  opacity: 1;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  position: absolute;
  background-color: #467FF7;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media (max-width: 1024) {
  .video-testimonial--section .slick-arrow.slick-prev::before, .video-testimonial--section .slick-arrow.slick-next::before {
    width: 30px;
    height: 30px;
    background-size: 60%;
  }
}
.video-testimonial--section .slick-arrow.slick-prev:hover, .video-testimonial--section .slick-arrow.slick-next:hover {
  background-color: transparent;
}
.video-testimonial--section .slick-arrow.slick-prev:hover::before, .video-testimonial--section .slick-arrow.slick-next:hover::before {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2509 9.91512L1.44787 9.91509C0.666584 9.91509 0.0332031 9.2666 0.0332031 8.46654C0.0332031 7.66646 0.666584 7.01797 1.44787 7.01797H19.2509L15.307 2.44005C14.7903 1.84022 14.8462 0.924802 15.4321 0.395507C16.018 -0.133775 16.912 -0.0764254 17.4288 0.523514L23.4338 7.49401C23.5376 7.61103 23.6196 7.74188 23.6794 7.88075C23.7583 8.06336 23.7998 8.26213 23.7999 8.46596V8.4671C23.7998 8.68049 23.7544 8.8885 23.6679 9.07829C23.609 9.20805 23.5304 9.33039 23.4326 9.44047L17.4288 16.4096C16.912 17.0095 16.018 17.0668 15.4321 16.5376C14.8463 16.0084 14.7902 15.093 15.307 14.493L19.2508 9.91512H19.2509Z' fill='%23467FF7'/%3E%3C/svg%3E%0A");
}
.video-testimonial--section .video-testimonial--block {
  border-radius: 25px;
  background: #041135;
  padding: 20px;
}
@media (max-width: 991px) {
  .video-testimonial--section .video-testimonial--block.slick-slide {
    height: 0px !important;
  }
  .video-testimonial--section .video-testimonial--block.slick-slide.slick-active {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .video-testimonial--section .video-testimonial--block {
    padding: 20px 20px 30px;
    border-radius: 20px;
  }
}
.video-testimonial--section .video-testimonial--block .video-testimonial--content {
  border-radius: 25px;
  background: #041953;
  padding: 40px 30px 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .video-testimonial--section .video-testimonial--block .video-testimonial--content {
    text-align: center;
    margin-top: 15px;
    border-radius: 20px;
    padding: 20px 20px 0;
  }
}
.video-testimonial--section .video-testimonial--block .video-testimonial--content .heading-27, .video-testimonial--section .video-testimonial--block .video-testimonial--content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .video-testimonial--section .video-testimonial--block .video-testimonial--content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .video-testimonial--section .video-testimonial--block .video-testimonial--content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .video-testimonial--section .video-testimonial--block .video-testimonial--content .agreements-block-title, .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-article .most-recent_title, .recent-article .video-testimonial--section .video-testimonial--block .video-testimonial--content .most-recent_title, .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-article .most-recent_title a, .recent-article .most-recent_title .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .video-testimonial--section .video-testimonial--block .video-testimonial--content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .video-testimonial--section .video-testimonial--block .video-testimonial--content h3, .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .video-testimonial--section .video-testimonial--block .video-testimonial--content .most-recent_title, .video-testimonial--section .video-testimonial--block .video-testimonial--content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .video-testimonial--section .video-testimonial--block .video-testimonial--content a, .video-testimonial--section .video-testimonial--block .video-testimonial--content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .video-testimonial--section .video-testimonial--block .video-testimonial--content .pro-title {
  margin-bottom: 20px;
}
.video-testimonial--section .video-testimonial--block .video-testimonial--content .description, .video-testimonial--section .video-testimonial--block .video-testimonial--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .video-testimonial--section .video-testimonial--block .video-testimonial--content a.dropdown-item, .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .video-testimonial--section .video-testimonial--block .video-testimonial--content .latest-post-title, .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .video-testimonial--section .video-testimonial--block .video-testimonial--content .content, .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .video-testimonial--section .video-testimonial--block .video-testimonial--content .page-numbers {
  margin-bottom: 20px;
}
.video-testimonial--section .video-testimonial--block .video-testimonial--content .description strong, .video-testimonial--section .video-testimonial--block .video-testimonial--content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item strong, .cta-menu--section.choose-industries .dropdown-menu li .video-testimonial--section .video-testimonial--block .video-testimonial--content a.dropdown-item strong, .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title strong, .free-resources-new .filters-gallery .filter-items .blog-item .video-testimonial--section .video-testimonial--block .video-testimonial--content .latest-post-title strong, .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .filters-gallery .filter-items .blog-item .content strong, .free-resources-new .filters-gallery .filter-items .blog-item .video-testimonial--section .video-testimonial--block .video-testimonial--content .content strong, .video-testimonial--section .video-testimonial--block .video-testimonial--content .free-resources-new .custom-pagination .page-numbers strong, .free-resources-new .custom-pagination .video-testimonial--section .video-testimonial--block .video-testimonial--content .page-numbers strong {
  color: #457EF7;
}
.video-testimonial--section .video-testimonial--block .video-testimonial--content .btn-blue-outline {
  background: transparent;
  color: #fff;
}
.video-testimonial--section .video-testimonial--block .video-testimonial--content .btn-blue-outline:hover {
  background: #fff;
  color: #467FF7;
}
.video-testimonial--section .video-testimonial--block .video-testimonial--video {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .video-testimonial--section .video-testimonial--block .video-testimonial--video {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .video-testimonial--section .video-testimonial--block .video-testimonial--video {
    flex-wrap: wrap;
  }
}
.video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue, .video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue-outline, .video-testimonial--section .video-testimonial--block .video-testimonial--video .cta-green, .video-testimonial--section .video-testimonial--block .video-testimonial--video .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .video-testimonial--section .video-testimonial--block .video-testimonial--video .nav-link {
  border-radius: 100px;
  box-shadow: 0px 4px 20px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 30px;
  padding: 10px 25px;
}
@media (max-width: 767px) {
  .video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue, .video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue-outline, .video-testimonial--section .video-testimonial--block .video-testimonial--video .cta-green, .video-testimonial--section .video-testimonial--block .video-testimonial--video .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .video-testimonial--section .video-testimonial--block .video-testimonial--video .nav-link {
    position: unset;
    margin: 12px 0;
    display: flex;
    justify-content: center;
  }
}
.video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue i, .video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue-outline i, .video-testimonial--section .video-testimonial--block .video-testimonial--video .cta-green i, .video-testimonial--section .video-testimonial--block .video-testimonial--video .pricing-data--table #pricingTab .nav-item .nav-link i, .pricing-data--table #pricingTab .nav-item .video-testimonial--section .video-testimonial--block .video-testimonial--video .nav-link i {
  margin-left: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
}
.video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue:hover i, .video-testimonial--section .video-testimonial--block .video-testimonial--video .btn-blue-outline:hover i, .video-testimonial--section .video-testimonial--block .video-testimonial--video .cta-green:hover i, .video-testimonial--section .video-testimonial--block .video-testimonial--video .pricing-data--table #pricingTab .nav-item .nav-link:hover i, .pricing-data--table #pricingTab .nav-item .video-testimonial--section .video-testimonial--block .video-testimonial--video .nav-link:hover i {
  border: 2px solid #467FF7;
}
.video-testimonial--section .video-testimonial--block .video-testimonial--video::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .video-testimonial--section .video-testimonial--block .video-testimonial--video::before {
    content: none;
  }
}
.video-testimonial--section .video-testimonial--block .video-testimonial--video img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
@media (max-width: 1024) {
  .video-testimonial--section .video-testimonial--block .video-testimonial--video img {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .video-testimonial--section .video-testimonial--block .video-testimonial--video img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .video-testimonial--section .video-testimonial--block .video-testimonial--video img {
    height: 350px;
    width: auto;
    border-radius: 20px;
  }
}

.client-testimonial-section .section-title--medium {
  font-weight: 400;
  color: #000000;
}
.client-testimonial-section .section-title--medium span {
  font-weight: 700;
  color: #000000;
}
.client-testimonial-section .testi-features-main {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .client-testimonial-section .testi-features-main {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .client-testimonial-section .testi-features-main {
    margin-bottom: 55px;
  }
}
.client-testimonial-section .testi-features-main .testi-features-slider {
  margin: 0 8px;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner {
  display: flex;
  align-items: center;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx {
  width: 460px;
  height: 460px;
  margin: 28px 0 0 28px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .watch-video-demo {
  cursor: pointer;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx::after {
  top: -28px;
  left: -28px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  background: #C9E8F6;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx video {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0;
  z-index: 11;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button:before {
  content: "";
  font-family: inherit;
  width: 58px;
  height: 58px;
  bottom: 0;
  right: 0;
  padding-left: 2px;
  top: auto !important;
  left: auto !important;
  transform: inherit !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23ffffff' stroke='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3Cpath d='M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
@media (max-width: 1199px) {
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button:before {
    width: 50px;
    height: 50px;
  }
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button.paused:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23fff' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M7 4v16l13 -8z' /%3E%3C/svg%3E");
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box {
  padding-left: 60px;
  width: calc(100% - 488px);
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .description, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box a.dropdown-item, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .latest-post-title, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .page-numbers {
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers, .free-resources-new .custom-pagination .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers {
  padding-top: 100px;
  font-weight: normal;
  position: relative;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon {
  top: 0;
  left: 0;
  position: absolute;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon {
  margin: 50px 0 0 0;
}
.client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon img {
  max-height: 140px;
  width: auto;
}
@media (max-width: 991px) {
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon img {
    max-height: 120px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 1440px) {
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon {
    margin: 30px 0 0 0;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon img {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 380px;
    height: 380px;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box {
    padding-left: 30px;
    width: calc(100% - 408px);
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers, .free-resources-new .custom-pagination .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers {
    padding-top: 55px;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 350px;
    height: 350px;
    margin: 20px 0 0 20px;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx::after {
    top: -20px;
    left: -20px;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon img {
    margin: 0 auto;
    max-width: 230px;
  }
}
@media (max-width: 575px) {
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 280px;
    height: 280px;
    margin: 10px 0 0 10px;
  }
  .client-testimonial-section .testi-features-main .testi-features-slider .slider-inner .video-bx::after {
    top: -10px;
    left: -10px;
  }
}
.client-testimonial-section .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  width: 40px;
  height: 40px;
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  background: #467FF7 !important;
  border-radius: 50%;
}
.client-testimonial-section .slick-arrow.slick-prev::before, .client-testimonial-section .slick-arrow.slick-next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  opacity: 1;
}
@media (max-width: 1199px) {
  .client-testimonial-section .slick-arrow.slick-prev, .client-testimonial-section .slick-arrow.slick-next {
    width: 30px;
    height: 30px;
  }
  .client-testimonial-section .slick-arrow.slick-prev::before, .client-testimonial-section .slick-arrow.slick-next::before {
    background-size: 25px;
    left: 0 !important;
  }
}
.client-testimonial-section .slick-arrow:hover {
  opacity: 0.7;
}
.client-testimonial-section .slick-arrow.slick-prev {
  right: 55px;
  left: auto;
}
.client-testimonial-section .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
  left: -2px;
}
@media (max-width: 1199px) {
  .client-testimonial-section .slick-arrow.slick-prev {
    right: 45px;
  }
}

.page-template-template-smarttill footer .footer-menu-links .footer-top {
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .page-template-template-smarttill footer .footer-menu-links .footer-top {
    padding: 50px 0;
  }
}
@media (max-width: 1080px) {
  .page-template-template-smarttill footer .footer-menu-links .footer-top {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-smarttill footer .footer-menu-links .footer-top {
    padding: 20px 0;
  }
}
.page-template-template-smarttill .green-cls {
  color: #00B22E;
}
.page-template-template-smarttill .smarttill-banner .container {
  max-width: 1280px;
}
.page-template-template-smarttill .hero-section {
  background: #E6FDFE;
}
.page-template-template-smarttill .hero-section .hero_content {
  max-width: 100%;
  width: calc(100% - 540px);
  padding-right: 70px;
}
@media (max-width: 1199px) {
  .page-template-template-smarttill .hero-section .hero_content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .page-template-template-smarttill .hero-section .hero_content {
    padding-right: 0;
  }
}
.page-template-template-smarttill .hero-section figure {
  width: 540px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .page-template-template-smarttill .hero-section figure {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .page-template-template-smarttill .hero-section figure {
    width: 100%;
  }
}
.page-template-template-smarttill .hero-section .header-h1 {
  font-weight: normal;
}
.page-template-template-smarttill .hero-section .btn-group {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.page-template-template-smarttill .hero-section .btn-blue, .page-template-template-smarttill .hero-section .btn-blue-outline, .page-template-template-smarttill .hero-section .cta-green, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link {
  border-color: #00B22E;
  background: #00B22E;
}
.page-template-template-smarttill .hero-section .btn-blue:hover, .page-template-template-smarttill .hero-section .btn-blue-outline:hover, .page-template-template-smarttill .hero-section .cta-green:hover, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link:hover {
  background: #ffffff;
  color: #00B22E;
}
.page-template-template-smarttill .hero-section .btn-blue + .btn-blue, .page-template-template-smarttill .hero-section .btn-blue-outline + .btn-blue, .page-template-template-smarttill .hero-section .cta-green + .btn-blue, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .btn-blue, .page-template-template-smarttill .hero-section .btn-blue + .btn-blue-outline, .page-template-template-smarttill .hero-section .btn-blue-outline + .btn-blue-outline, .page-template-template-smarttill .hero-section .cta-green + .btn-blue-outline, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .btn-blue-outline, .page-template-template-smarttill .hero-section .btn-blue + .cta-green, .page-template-template-smarttill .hero-section .btn-blue-outline + .cta-green, .page-template-template-smarttill .hero-section .cta-green + .cta-green, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .cta-green, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .btn-blue + .nav-link, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .btn-blue-outline + .nav-link, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .cta-green + .nav-link, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .nav-link {
  background: #ffffff;
  color: #00B22E;
  border-color: #00B22E;
}
.page-template-template-smarttill .hero-section .btn-blue + .btn-blue:hover, .page-template-template-smarttill .hero-section .btn-blue-outline + .btn-blue:hover, .page-template-template-smarttill .hero-section .cta-green + .btn-blue:hover, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .btn-blue:hover, .page-template-template-smarttill .hero-section .btn-blue + .btn-blue-outline:hover, .page-template-template-smarttill .hero-section .btn-blue-outline + .btn-blue-outline:hover, .page-template-template-smarttill .hero-section .cta-green + .btn-blue-outline:hover, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .btn-blue-outline:hover, .page-template-template-smarttill .hero-section .btn-blue + .cta-green:hover, .page-template-template-smarttill .hero-section .btn-blue-outline + .cta-green:hover, .page-template-template-smarttill .hero-section .cta-green + .cta-green:hover, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .cta-green:hover, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .btn-blue + .nav-link:hover, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .btn-blue-outline + .nav-link:hover, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .cta-green + .nav-link:hover, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .nav-link:hover {
  color: #ffffff;
  background: #00B22E;
}
@media (max-width: 767px) {
  .page-template-template-smarttill .hero-section .btn-blue + .btn-blue, .page-template-template-smarttill .hero-section .btn-blue-outline + .btn-blue, .page-template-template-smarttill .hero-section .cta-green + .btn-blue, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .btn-blue, .page-template-template-smarttill .hero-section .btn-blue + .btn-blue-outline, .page-template-template-smarttill .hero-section .btn-blue-outline + .btn-blue-outline, .page-template-template-smarttill .hero-section .cta-green + .btn-blue-outline, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .btn-blue-outline, .page-template-template-smarttill .hero-section .btn-blue + .cta-green, .page-template-template-smarttill .hero-section .btn-blue-outline + .cta-green, .page-template-template-smarttill .hero-section .cta-green + .cta-green, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .cta-green, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .btn-blue + .nav-link, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .btn-blue-outline + .nav-link, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .cta-green + .nav-link, .page-template-template-smarttill .hero-section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .hero-section .nav-link + .nav-link {
    margin: 15px auto 0;
  }
}
.page-template-template-smarttill .smarttill-cta-section {
  position: relative;
  background: #E6FDFE;
}
.page-template-template-smarttill .smarttill-cta-section .container {
  max-width: 1100px;
}
.page-template-template-smarttill .smarttill-cta-section::before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(50% - 30px);
  content: "";
  position: absolute;
  background: #001c38;
}
.page-template-template-smarttill .smarttill-cta-section .smarttill-inner {
  z-index: 2;
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background: url(/wp-content/themes/goftx/dist/images/smarttill-cta-bg.png) no-repeat center/cover;
  justify-content: space-between;
  padding: 30px 80px;
  min-height: 280px;
}
.page-template-template-smarttill .smarttill-cta-section .smarttill-inner .heading-37, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .customize-retail-products h2, .customize-retail-products .page-template-template-smarttill .smarttill-cta-section .smarttill-inner h2, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .customize-retail-products h2 a, .customize-retail-products h2 .page-template-template-smarttill .smarttill-cta-section .smarttill-inner a, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .heading-30 {
  font-weight: 600;
  margin-bottom: 30px;
}
.page-template-template-smarttill .smarttill-cta-section .smarttill-inner .btn-blue, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .btn-blue-outline, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .cta-green, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .nav-link {
  background: #ffffff;
  color: #00B22E;
  border: 2px solid #00B22E;
}
.page-template-template-smarttill .smarttill-cta-section .smarttill-inner .btn-blue:hover, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .btn-blue-outline:hover, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .cta-green:hover, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .nav-link:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #00B22E;
}
@media (max-width: 1199px) {
  .page-template-template-smarttill .smarttill-cta-section .smarttill-inner {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .page-template-template-smarttill .smarttill-cta-section .smarttill-inner {
    width: 100%;
    border-radius: 10px;
    min-height: inherit;
    display: inline-block;
  }
  .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .heading-37, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .customize-retail-products h2, .customize-retail-products .page-template-template-smarttill .smarttill-cta-section .smarttill-inner h2, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .customize-retail-products h2 a, .customize-retail-products h2 .page-template-template-smarttill .smarttill-cta-section .smarttill-inner a, .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .page-template-template-smarttill .smarttill-cta-section .smarttill-inner .heading-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-smarttill .smarttill-cta-section {
    padding-bottom: 50px;
  }
  .page-template-template-smarttill .smarttill-cta-section::before {
    display: none;
  }
  .page-template-template-smarttill .smarttill-cta-section .smarttill-inner {
    padding: 30px;
  }
}
@media (max-width: 1366px) {
  .page-template-template-smarttill .cta-popup .modal-content {
    height: auto !important;
  }
  .page-template-template-smarttill .cta-popup .modal-content .modal-header .modal-title {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .page-template-template-smarttill br {
    display: none;
  }
  .page-template-template-smarttill .hero-section .hero_content {
    max-width: 100%;
    width: 100%;
  }
}

.key-benefits-section .container {
  max-width: 1750px;
}
@media (min-width: 1921px) {
  .key-benefits-section .container {
    max-width: 1900px;
  }
}
@media (max-width: 1800px) {
  .key-benefits-section .container {
    max-width: 1400px;
  }
}
@media (max-width: 1400px) {
  .key-benefits-section .container {
    max-width: 1270px;
  }
}

.how-it-works-section .container {
  z-index: 2;
  position: relative;
}
.how-it-works-section .btn-blue, .how-it-works-section .btn-blue-outline, .how-it-works-section .cta-green, .how-it-works-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .how-it-works-section .nav-link {
  border-color: #00B22E;
  background: #00B22E;
}
.how-it-works-section .btn-blue:hover, .how-it-works-section .btn-blue-outline:hover, .how-it-works-section .cta-green:hover, .how-it-works-section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .how-it-works-section .nav-link:hover {
  background: #ffffff;
  color: #00B22E;
}
.how-it-works-section .col-sm-6 {
  z-index: 2;
  position: relative;
}
.how-it-works-section .left-column {
  padding: 0 20px;
}
.how-it-works-section .heading-inner {
  padding-left: 0;
  margin-bottom: 30px;
}
.how-it-works-section .how-it-work-feature {
  border: 0;
  margin-bottom: 60px;
  background: #E6FDFE;
  border-radius: 18px;
  border: 2px solid rgb(0, 178, 46);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.how-it-works-section .how-it-work-feature .card-header {
  padding: 0;
  border-radius: 18px;
  background: transparent !important;
}
.how-it-works-section .how-it-work-feature .card-header button {
  border: 0;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 18px;
  padding: 40px 30px 30px;
  background: transparent;
}
.how-it-works-section .how-it-work-feature .card-header .card-title {
  margin: 0 !important;
  position: relative;
  padding-right: 30px;
}
.how-it-works-section .how-it-work-feature .card-header .card-title::after {
  content: "+";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  color: #00B22E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
}
.how-it-works-section .how-it-work-feature .card-header button[aria-expanded=true] .card-title::after {
  content: "\f068";
}
.how-it-works-section .how-it-work-feature .card-body {
  padding: 0 30px 30px;
}
.how-it-works-section .how-it-work-feature .step-cls {
  top: -20px;
  left: 30px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  padding: 5px 15px;
  border-radius: 10px;
  background: #00B22E;
  display: inline-block;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.how-it-works-section .how-it-work-feature:last-child {
  margin-bottom: 0 !important;
}
.how-it-works-section .btn-grp {
  margin-top: 0;
}
@media (max-width: 1080px) {
  .how-it-works-section {
    max-width: 550px;
    margin: 0 auto;
  }
  .how-it-works-section .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .how-it-works-section .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .how-it-works-section .single-imge {
    margin: 0 auto 20px !important;
  }
  .how-it-works-section .left-column {
    padding: 0;
  }
  .how-it-works-section .heading-inner {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .how-it-works-section .how-it-work-inner .how-it-work-feature {
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .how-it-works-section .how-it-work-inner .how-it-work-feature .card-header button {
    padding: 25px 20px 20px;
  }
  .how-it-works-section .how-it-work-inner .how-it-work-feature .card-header button .card-title::after {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .how-it-works-section .how-it-work-inner .how-it-work-feature .step-cls {
    left: 15px;
    border-radius: 4px;
    font-size: 18px;
  }
  .how-it-works-section .how-it-work-inner .how-it-work-feature .card-body {
    padding: 0 20px 20px;
  }
  .how-it-works-section .btn-grp {
    margin-top: 0;
    text-align: center;
  }
}

.key-benefits-section {
  background: #E6FDFE;
}
.key-benefits-section .section-title--medium {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .key-benefits-section .section-title--medium {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .key-benefits-section .section-title--medium {
    margin-bottom: 20px;
  }
}
.key-benefits-section .single-imge {
  padding-left: 70px;
  overflow: hidden;
  text-align: center;
}
.key-benefits-section .single-imge img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 17px;
}
.key-benefits-section .key-benefits-inner {
  display: flex;
}
.key-benefits-section .key-benefits-row {
  margin: 0 15px 50px;
  padding: 20px;
  border-radius: 17px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.key-benefits-section .key-benefits-row .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
.key-benefits-section .key-benefits-row .key-benefits-content {
  padding-left: 0;
  width: 100%;
}
.key-benefits-section .key-benefits-row .key-benefits-content .heading-27, .key-benefits-section .key-benefits-row .key-benefits-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .key-benefits-section .key-benefits-row .key-benefits-content a, .key-benefits-section .key-benefits-row .key-benefits-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .key-benefits-section .key-benefits-row .key-benefits-content a, .key-benefits-section .key-benefits-row .key-benefits-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .key-benefits-section .key-benefits-row .key-benefits-content .agreements-block-title, .key-benefits-section .key-benefits-row .key-benefits-content .recent-article .most-recent_title, .recent-article .key-benefits-section .key-benefits-row .key-benefits-content .most-recent_title, .key-benefits-section .key-benefits-row .key-benefits-content .recent-article .most-recent_title a, .recent-article .most-recent_title .key-benefits-section .key-benefits-row .key-benefits-content a, .key-benefits-section .key-benefits-row .key-benefits-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .key-benefits-section .key-benefits-row .key-benefits-content h3, .key-benefits-section .key-benefits-row .key-benefits-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .key-benefits-section .key-benefits-row .key-benefits-content .most-recent_title, .key-benefits-section .key-benefits-row .key-benefits-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .key-benefits-section .key-benefits-row .key-benefits-content a, .key-benefits-section .key-benefits-row .key-benefits-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .key-benefits-section .key-benefits-row .key-benefits-content .pro-title {
  font-weight: 600;
}
.key-benefits-section .key-benefits-row:nth-child(2n) {
  margin-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .key-benefits-section .key-benefits-row {
    padding: 15px;
    margin: 0 8px 30px;
  }
  .key-benefits-section .key-benefits-row:nth-child(2n) {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media (max-width: 1279px) {
  .key-benefits-section .single-imge {
    padding: 0;
  }
  .key-benefits-section .key-benefits-inner {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .key-benefits-section .key-benefits-inner .key-benefits-row {
    width: 47%;
    margin: 0 !important;
    display: inline-block;
  }
  .key-benefits-section .key-benefits-inner .key-benefits-row .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px !important;
  }
  .key-benefits-section .key-benefits-inner .key-benefits-row .key-benefits-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .key-benefits-section .key-benefits-inner {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .key-benefits-section .key-benefits-inner .key-benefits-row {
    width: 100%;
    margin: 0 0 20px 0 !important;
    display: inline-block;
  }
  .key-benefits-section .key-benefits-inner .key-benefits-row:last-child {
    margin-bottom: 0 !important;
  }
}

.cash-handling-section .container {
  max-width: 1280px;
}
.cash-handling-section .section-title--medium {
  margin-bottom: 20px;
}
.cash-handling-section ul {
  margin-left: 30px;
  padding: 60px 30px;
  border-radius: 20px;
  background: #ffffff;
  border: 2px solid rgba(0, 178, 46, 0.7);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.cash-handling-section ul::before {
  left: 10px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -10px;
  position: absolute;
  border-radius: 20px;
  background: rgba(0, 178, 46, 0.7);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.cash-handling-section ul li {
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
}
.cash-handling-section ul li::before {
  top: 2px;
  left: 0;
  height: 30px;
  width: 30px;
  content: "";
  position: absolute;
  background: url(/wp-content/themes/goftx/dist/images/smarttill-check-icon.svg) no-repeat center/30px;
}
.cash-handling-section ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cash-handling-section .col-sm-5, .cash-handling-section .col-sm-7 {
    width: 100%;
    margin-bottom: 20px;
  }
  .cash-handling-section .col-sm-5:last-child, .cash-handling-section .col-sm-7:last-child {
    margin-bottom: 0;
  }
  .cash-handling-section .section-title--medium, .cash-handling-section .description, .cash-handling-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cash-handling-section a.dropdown-item, .cash-handling-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cash-handling-section .latest-post-title, .cash-handling-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cash-handling-section .content, .cash-handling-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cash-handling-section .page-numbers {
    text-align: center;
  }
  .cash-handling-section ul {
    margin: 0;
    padding: 20px;
  }
  .cash-handling-section ul::before {
    left: 5px;
    bottom: -5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
  .cash-handling-section ul li {
    margin-bottom: 20px;
  }
  .cash-handling-section ul li::before {
    top: 0;
  }
}

.integration-process-section {
  background: #E6FDFE;
}
.integration-process-section .heading-inner {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .integration-process-section .heading-inner {
    margin-bottom: 50px;
  }
}
.integration-process-section .col-sm-6:first-child .features-box .inner-bx ul li:nth-child(1)::after, .integration-process-section .col-sm-6:first-child .features-box .inner-bx ul li:nth-child(2)::after, .integration-process-section .col-sm-6:first-child .features-box .inner-bx ul li:nth-child(3)::after {
  left: 5px;
  top: 6px;
  content: "1";
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 100%;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background: #00B22E;
}
.integration-process-section .col-sm-6:first-child .features-box .inner-bx ul li:nth-child(2)::after {
  content: "2";
}
.integration-process-section .col-sm-6:first-child .features-box .inner-bx ul li:nth-child(3)::after {
  content: "3";
}
.integration-process-section .features-box {
  margin: 0 20px;
  position: relative;
}
.integration-process-section .features-box::before {
  left: 10px;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -10px;
  position: absolute;
  border-radius: 20px;
  background: rgba(0, 178, 46, 0.7);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.integration-process-section .features-box .inner-bx {
  z-index: 2;
  padding: 60px 40px;
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  border: 2px solid rgba(0, 178, 46, 0.7);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.integration-process-section .features-box .inner-bx .step-cls {
  top: -25px;
  left: 40px;
  margin-bottom: 0;
  font-weight: 700;
  position: absolute;
  padding: 8px 25px;
  border-radius: 10px;
  display: inline-block;
  background: #ffffff;
  color: #00B22E;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.integration-process-section .features-box .inner-bx ul li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.integration-process-section .features-box .inner-bx ul li::before {
  top: 2px;
  left: 0;
  height: 30px;
  width: 30px;
  content: "";
  position: absolute;
  background: url(/wp-content/themes/goftx/dist/images/smarttill-check-icon.svg) no-repeat center/30px;
}
.integration-process-section .features-box .inner-bx ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .integration-process-section .features-box {
    margin: 0;
  }
  .integration-process-section .features-box .inner-bx {
    padding: 40px 20px 20px;
  }
  .integration-process-section .features-box .inner-bx .step-cls {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .integration-process-section .integration-process-inner .col-sm-6 {
    width: 100%;
    margin-bottom: 60px;
  }
  .integration-process-section .integration-process-inner .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .integration-process-section .features-box::before {
    left: 5px;
    bottom: -5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
  .integration-process-section .features-box .inner-bx {
    padding: 40px 20px 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
  .integration-process-section .features-box .inner-bx .step-cls {
    left: 0;
    right: 0;
    width: auto;
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-smarttill-section {
    padding-bottom: 10px;
  }
}
.about-smarttill-section .heading-inner {
  margin-bottom: 30px;
}
.about-smarttill-section .heading-inner .section-title--medium {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .about-smarttill-section .heading-inner {
    margin-bottom: 30px;
  }
}
.about-smarttill-section .video-inner {
  position: relative;
}
.about-smarttill-section .video-inner::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(50% + 30px);
  width: 100%;
  content: "";
  position: absolute;
  background: #E6FDFE;
}
@media (max-width: 767px) {
  .about-smarttill-section .video-inner::before {
    display: none;
  }
}
.about-smarttill-section .video-inner .container {
  z-index: 2;
  position: relative;
}
.about-smarttill-section .video-item {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1500px) {
  .about-smarttill-section .video-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1366px) {
  .about-smarttill-section .video-item {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .about-smarttill-section .video-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about-smarttill-section .video-item {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .about-smarttill-section .video-item {
    max-width: 350px;
  }
}
.about-smarttill-section .video-item .btn-blue span, .about-smarttill-section .video-item .btn-blue-outline span, .about-smarttill-section .video-item .cta-green span, .about-smarttill-section .video-item .pricing-data--table #pricingTab .nav-item .nav-link span, .pricing-data--table #pricingTab .nav-item .about-smarttill-section .video-item .nav-link span {
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1440px) {
  .about-smarttill-section .video-item .btn-blue span, .about-smarttill-section .video-item .btn-blue-outline span, .about-smarttill-section .video-item .cta-green span, .about-smarttill-section .video-item .pricing-data--table #pricingTab .nav-item .nav-link span, .pricing-data--table #pricingTab .nav-item .about-smarttill-section .video-item .nav-link span {
    top: 2px;
  }
}
.about-smarttill-section .video-item .btn-blue span svg, .about-smarttill-section .video-item .btn-blue-outline span svg, .about-smarttill-section .video-item .cta-green span svg, .about-smarttill-section .video-item .pricing-data--table #pricingTab .nav-item .nav-link span svg, .pricing-data--table #pricingTab .nav-item .about-smarttill-section .video-item .nav-link span svg {
  display: inline-flex;
  align-items: center;
}
.about-smarttill-section .video-item .btn-blue span svg path, .about-smarttill-section .video-item .btn-blue-outline span svg path, .about-smarttill-section .video-item .cta-green span svg path, .about-smarttill-section .video-item .pricing-data--table #pricingTab .nav-item .nav-link span svg path, .pricing-data--table #pricingTab .nav-item .about-smarttill-section .video-item .nav-link span svg path {
  fill: #467FF7;
}
.about-smarttill-section .video-item .btn-blue:hover span, .about-smarttill-section .video-item .btn-blue-outline:hover span, .about-smarttill-section .video-item .cta-green:hover span, .about-smarttill-section .video-item .pricing-data--table #pricingTab .nav-item .nav-link:hover span, .pricing-data--table #pricingTab .nav-item .about-smarttill-section .video-item .nav-link:hover span {
  left: 5px;
}
.about-smarttill-section .video-item .btn-blue:hover span svg path, .about-smarttill-section .video-item .btn-blue-outline:hover span svg path, .about-smarttill-section .video-item .cta-green:hover span svg path, .about-smarttill-section .video-item .pricing-data--table #pricingTab .nav-item .nav-link:hover span svg path, .pricing-data--table #pricingTab .nav-item .about-smarttill-section .video-item .nav-link:hover span svg path {
  fill: #ffffff;
}
.about-smarttill-section .video-item .heading-27, .about-smarttill-section .video-item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .about-smarttill-section .video-item a, .about-smarttill-section .video-item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .about-smarttill-section .video-item a, .about-smarttill-section .video-item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .about-smarttill-section .video-item .agreements-block-title, .about-smarttill-section .video-item .recent-article .most-recent_title, .recent-article .about-smarttill-section .video-item .most-recent_title, .about-smarttill-section .video-item .recent-article .most-recent_title a, .recent-article .most-recent_title .about-smarttill-section .video-item a, .about-smarttill-section .video-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .about-smarttill-section .video-item h3, .about-smarttill-section .video-item .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .about-smarttill-section .video-item .most-recent_title, .about-smarttill-section .video-item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .about-smarttill-section .video-item a, .about-smarttill-section .video-item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .about-smarttill-section .video-item .pro-title {
  min-height: 65px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .about-smarttill-section .video-item .heading-27, .about-smarttill-section .video-item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .about-smarttill-section .video-item a, .about-smarttill-section .video-item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .about-smarttill-section .video-item a, .about-smarttill-section .video-item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .about-smarttill-section .video-item .agreements-block-title, .about-smarttill-section .video-item .recent-article .most-recent_title, .recent-article .about-smarttill-section .video-item .most-recent_title, .about-smarttill-section .video-item .recent-article .most-recent_title a, .recent-article .most-recent_title .about-smarttill-section .video-item a, .about-smarttill-section .video-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .about-smarttill-section .video-item h3, .about-smarttill-section .video-item .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .about-smarttill-section .video-item .most-recent_title, .about-smarttill-section .video-item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .about-smarttill-section .video-item a, .about-smarttill-section .video-item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .about-smarttill-section .video-item .pro-title {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .about-smarttill-section .video-item .heading-27, .about-smarttill-section .video-item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .about-smarttill-section .video-item a, .about-smarttill-section .video-item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .about-smarttill-section .video-item a, .about-smarttill-section .video-item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .about-smarttill-section .video-item .agreements-block-title, .about-smarttill-section .video-item .recent-article .most-recent_title, .recent-article .about-smarttill-section .video-item .most-recent_title, .about-smarttill-section .video-item .recent-article .most-recent_title a, .recent-article .most-recent_title .about-smarttill-section .video-item a, .about-smarttill-section .video-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .about-smarttill-section .video-item h3, .about-smarttill-section .video-item .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .about-smarttill-section .video-item .most-recent_title, .about-smarttill-section .video-item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .about-smarttill-section .video-item a, .about-smarttill-section .video-item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .about-smarttill-section .video-item .pro-title {
    min-height: inherit;
  }
}
.about-smarttill-section .video-item .video-item--thumbnail {
  width: 100%;
  height: 265px;
  border-radius: 15px;
  box-shadow: 0px 0 20px rgba(0, 178, 46, 0.15);
  position: relative;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 305px;
  }
}
@media (max-width: 1440px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 256px;
  }
}
@media (max-width: 1366px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 236px;
  }
}
@media (max-width: 1200px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 205px;
  }
}
@media (max-width: 1024px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 172px;
  }
}
@media (max-width: 991px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 164px;
  }
}
@media (max-width: 768px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 124px;
  }
}
@media (max-width: 767px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 254px;
  }
}
@media (max-width: 479px) {
  .about-smarttill-section .video-item .video-item--thumbnail {
    height: 194px;
  }
}
.about-smarttill-section .video-item .video-item--thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.about-smarttill-section .video-item .video-item--thumbnail .btn-arrow {
  color: #ffffff;
  font-size: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #00B22E;
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  border: 0;
}
.about-smarttill-section .video-item .video-item--thumbnail .btn-arrow:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #00B22E;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
@media (max-width: 1440px) {
  .about-smarttill-section .video-item .video-item--thumbnail .btn-arrow {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.about-smarttill-section .video-item .video-item--thumbnail .btn-arrow i {
  position: relative;
  left: 3px;
}
.about-smarttill-section .video-item .video-item--thumbnail .btn-arrow .icon-svg {
  width: 50px;
}
.about-smarttill-section .video-item .video-item--thumbnail .btn-arrow .icon-svg path {
  fill: #fff;
}
@media (max-width: 1440px) {
  .about-smarttill-section .video-item .video-item--thumbnail .btn-arrow .icon-svg {
    width: 35px;
  }
}

.calculator-section {
  background: #E6FDFE;
  position: relative;
}
.calculator-section::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/wp-content/themes/goftx/dist/images/smarttill-cal-bg.png) no-repeat center/cover;
}
.calculator-section .container {
  z-index: 2;
  position: relative;
  max-width: 1150px;
}
.calculator-section .btn-blue, .calculator-section .btn-blue-outline, .calculator-section .cta-green, .calculator-section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .calculator-section .nav-link {
  border-color: #00B22E;
  background: #00B22E;
}
.calculator-section .btn-blue:hover, .calculator-section .btn-blue-outline:hover, .calculator-section .cta-green:hover, .calculator-section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .calculator-section .nav-link:hover {
  background: #ffffff;
  color: #00B22E;
}
.calculator-section .calculator-form {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.calculator-section .calculator-form .operator {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  width: 55px;
  height: 55px;
  background: #00B22E;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .calculator-section .calculator-form .operator {
    width: 45px;
    height: 45px;
  }
}
.calculator-section .calculator-form .operator span {
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
  top: -3px;
}
@media (max-width: 1024px) {
  .calculator-section .calculator-form .operator span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.calculator-section .calculator-form .operator.value {
  line-height: normal;
  font-size: 18px;
  font-size: 1.125rem;
  width: 95px;
  font-weight: 600;
  text-transform: lowercase;
}
@media (max-width: 1024px) {
  .calculator-section .calculator-form .operator.value {
    width: 100px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .calculator-section .calculator-form .operator.value {
    width: calc(100% - 55px);
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .calculator-section .calculator-form .calc-input {
    width: calc(100% - 55px);
  }
}
.calculator-section .calculator-form input {
  height: 55px;
  width: 280px;
  border: 2px solid #00B22E;
  border-radius: 5px;
  background: #ffffff;
  padding: 10px;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 1366px) {
  .calculator-section .calculator-form input {
    width: 200px;
    padding: 8px;
  }
}
@media (max-width: 1024px) {
  .calculator-section .calculator-form input {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .calculator-section .calculator-form input {
    max-width: 100%;
    width: 100%;
  }
}
.calculator-section .calculator-form input::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #444444;
  font-style: italic;
}
.calculator-section .calculator-form input::placeholder {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #444444;
  font-style: italic;
}
.calculator-section .calculator-form input[type=number]::-webkit-inner-spin-button,
.calculator-section .calculator-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.calculator-section .calculator-form .calc-result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .calculator-section .calculator-form .calc-result {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .calculator-section .calculator-form .calc-result {
    width: 385px;
    margin: 0;
    justify-content: center;
  }
}
.calculator-section .calculator-form .calc-result input {
  width: 135px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .calculator-section .calculator-form .calc-result input {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .calculator-section .calculator-form .calc-result input {
    max-width: 330px;
    width: 100%;
  }
}
.calculator-section .calculator-form .calc-result--dollar {
  position: relative;
}
@media (max-width: 767px) {
  .calculator-section .calculator-form .calc-result--dollar {
    width: calc(100% - 140px);
  }
}
.calculator-section .calculator-form .currency {
  color: #444444;
  font-size: 22px;
  font-size: 1.375rem;
  margin-right: 5px;
  line-height: 24px;
  position: absolute;
  left: 10px;
  line-height: 55px;
}
@media (max-width: 1024px) {
  .calculator-section .calculator-form .currency {
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .calculator-section .calculator-form .currency {
    font-size: 18px;
    font-size: 1.125rem;
    left: 10px;
  }
}
.calculator-section .calculator-form .savings-text {
  color: #000000 !important;
  margin: 0 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .calculator-section .calculator-form .savings-text {
    width: auto;
  }
}
@media (max-width: 991px) {
  .calculator-section .calculator-form {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .calculator-section .col-sm-6 {
    text-align: center;
    width: 100%;
  }
  .calculator-section figure img {
    max-width: 250px;
  }
  .calculator-section .section-title--medium {
    margin-top: 20px;
  }
  .calculator-section .calculator-form {
    margin: 20px 0;
  }
}

@media (max-width: 1199px) {
  html[lang=es-ES] .integration-process-section .features-box .inner-bx .step-cls {
    padding: 8px 15px;
    font-size: 22px;
  }
}
html[lang=es-ES] .calculator-section .section-title--medium br {
  display: none;
}

.news-archive--page .container {
  max-width: 1290px;
}
@media (min-width: 1921px) {
  .news-archive--page .container {
    max-width: 1660px;
  }
}
.news-archive--page .read-more {
  display: inline-block;
}
.news-archive--page .read-more span {
  display: inline-flex;
  transition: all 0.3s ease-in-out 0s;
}
.news-archive--page .loader img {
  width: 50px !important;
  margin: 10px 0;
}

.news-banner.hero-section {
  background: #EAF1FE;
  padding-bottom: 110px;
}
@media (max-width: 1440px) {
  .news-banner.hero-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .news-banner.hero-section .banner-content {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .news-banner.hero-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .news-banner.hero-section {
    padding-bottom: 60px;
  }
}
.news-banner.hero-section .heading-47 {
  color: #000000;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .news-banner.hero-section .heading-47 {
    margin-bottom: 20px !important;
  }
}

.category-filters {
  border-radius: 10px;
  background: #001136;
  padding: 15px 40px;
  margin-top: -30px;
}
@media (max-width: 940px) {
  .category-filters {
    padding: 15px 20px;
  }
}
@media (max-width: 800px) {
  .category-filters {
    padding: 10px 12px;
  }
}
@media (max-width: 575px) {
  .category-filters {
    padding: 15px 12px;
  }
}
.category-filters .category-filters-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .category-filters .category-filters-ul {
    justify-content: center;
  }
}
.category-filters .category-filters-ul .description, .category-filters .category-filters-ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .category-filters .category-filters-ul a.dropdown-item, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .latest-post-title, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .content, .category-filters .category-filters-ul .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .category-filters .category-filters-ul .page-numbers {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 20px;
}
@media (max-width: 940px) {
  .category-filters .category-filters-ul .description, .category-filters .category-filters-ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .category-filters .category-filters-ul a.dropdown-item, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .latest-post-title, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .content, .category-filters .category-filters-ul .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .category-filters .category-filters-ul .page-numbers {
    margin-bottom: 0;
  }
}
.category-filters .category-filters-ul .description:after, .category-filters .category-filters-ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:after, .cta-menu--section.choose-industries .dropdown-menu li .category-filters .category-filters-ul a.dropdown-item:after, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:after, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .latest-post-title:after, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .content:after, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .content:after, .category-filters .category-filters-ul .free-resources-new .custom-pagination .page-numbers:after, .free-resources-new .custom-pagination .category-filters .category-filters-ul .page-numbers:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3204 4.55527L0.833327 4.55529C0.373099 4.55529 0 4.97822 0 5.5C0 6.02179 0.373099 6.44472 0.833327 6.44472H11.3204L8.99719 9.43032C8.6928 9.82151 8.72572 10.4185 9.07086 10.7637C9.41599 11.1089 9.94261 11.0715 10.2471 10.6802L13.7844 6.13426C13.8455 6.05794 13.8938 5.9726 13.929 5.88203C13.9755 5.76294 14 5.63331 14 5.50037V5.49963C14 5.36046 13.9732 5.22481 13.9223 5.10103C13.8876 5.0164 13.8413 4.93662 13.7836 4.86482L10.2471 0.319772C9.94261 -0.0714922 9.41599 -0.108893 9.07086 0.236257C8.72579 0.581415 8.69277 1.17842 8.99719 1.56969L11.3203 4.55527H11.3204Z' fill='white'/%3E%3C/svg%3E") no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  width: 15px;
  height: 100%;
  display: inline-block;
  right: 0;
  top: 2px;
}
@media (min-width: 1921px) {
  .category-filters .category-filters-ul .description:after, .category-filters .category-filters-ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:after, .cta-menu--section.choose-industries .dropdown-menu li .category-filters .category-filters-ul a.dropdown-item:after, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:after, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .latest-post-title:after, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .content:after, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .content:after, .category-filters .category-filters-ul .free-resources-new .custom-pagination .page-numbers:after, .free-resources-new .custom-pagination .category-filters .category-filters-ul .page-numbers:after {
    width: 20px;
  }
}
@media (max-width: 800px) {
  .category-filters .category-filters-ul .description:after, .category-filters .category-filters-ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item:after, .cta-menu--section.choose-industries .dropdown-menu li .category-filters .category-filters-ul a.dropdown-item:after, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title:after, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .latest-post-title:after, .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .content:after, .free-resources-new .filters-gallery .filter-items .blog-item .category-filters .category-filters-ul .content:after, .category-filters .category-filters-ul .free-resources-new .custom-pagination .page-numbers:after, .free-resources-new .custom-pagination .category-filters .category-filters-ul .page-numbers:after {
    width: 12px;
  }
}
.category-filters .category-filters-ul .cat-inner {
  margin: 0;
  width: calc(100% - 120px);
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.category-filters .category-filters-ul .cat-inner ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.category-filters .category-filters-ul .cat-inner ul li {
  color: #ffffff;
  cursor: pointer;
  padding: 0 15px;
  font-weight: 600;
}
.category-filters .category-filters-ul .cat-inner ul li.active, .category-filters .category-filters-ul .cat-inner ul li:hover {
  color: #FF5722;
}
@media (max-width: 940px) {
  .category-filters .category-filters-ul .cat-inner ul li {
    padding: 0 10px;
  }
}
@media (max-width: 800px) {
  .category-filters .category-filters-ul .cat-inner ul li {
    padding: 0px 8px;
  }
}
@media (max-width: 1199px) {
  .category-filters .category-filters-ul .cat-inner {
    width: 100%;
  }
}

.featured-news.section-space-bottom {
  padding-bottom: 0;
}
.featured-news .section-title--medium {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .featured-news .featured-news--list {
    padding-bottom: 0;
  }
}
.featured-news .featured-news--list .featured-list--item {
  border-radius: 25px;
  border: 3px solid #D0E3FF;
  background: #EAF1FE;
  padding: 30px;
  margin: 0 5px 0 5px;
  height: 100%;
}
.featured-news .featured-news--list .featured-list--item .thumnail img {
  width: 100%;
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .featured-news .featured-news--list .featured-list--item .thumnail img {
    height: 405px;
  }
}
.featured-news .featured-news--list .featured-list--item .content .description p, .featured-news .featured-news--list .featured-list--item .content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .featured-news .featured-news--list .featured-list--item .content a.dropdown-item p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list .featured-list--item .content .latest-post-title p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list .featured-list--item .content .content p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .featured-news .featured-news--list .featured-list--item .content .page-numbers p {
  min-height: 90px;
}
@media (max-width: 1440px) {
  .featured-news .featured-news--list .featured-list--item .content .description p, .featured-news .featured-news--list .featured-list--item .content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .featured-news .featured-news--list .featured-list--item .content a.dropdown-item p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list .featured-list--item .content .latest-post-title p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list .featured-list--item .content .content p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .featured-news .featured-news--list .featured-list--item .content .page-numbers p {
    min-height: 75px;
  }
}
@media (max-width: 1024px) {
  .featured-news .featured-news--list .featured-list--item .content .description p, .featured-news .featured-news--list .featured-list--item .content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .featured-news .featured-news--list .featured-list--item .content a.dropdown-item p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list .featured-list--item .content .latest-post-title p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list .featured-list--item .content .content p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .featured-news .featured-news--list .featured-list--item .content .page-numbers p {
    min-height: 115px;
  }
}
@media (max-width: 991px) {
  .featured-news .featured-news--list .featured-list--item .content .description p, .featured-news .featured-news--list .featured-list--item .content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .featured-news .featured-news--list .featured-list--item .content a.dropdown-item p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list .featured-list--item .content .latest-post-title p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list .featured-list--item .content .content p, .featured-news .featured-news--list .featured-list--item .content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .featured-news .featured-news--list .featured-list--item .content .page-numbers p {
    min-height: inherit;
  }
}
@media (max-width: 1200px) {
  .featured-news .featured-news--list .featured-list--item {
    padding: 20px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .featured-news .featured-news--list .featured-list--item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    height: auto;
  }
  .featured-news .featured-news--list .featured-list--item .thumnail, .featured-news .featured-news--list .featured-list--item .content {
    width: 50%;
  }
  .featured-news .featured-news--list .featured-list--item .content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .featured-news .featured-news--list .featured-list--item {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .featured-news .featured-news--list .featured-list--item .thumnail, .featured-news .featured-news--list .featured-list--item .content {
    width: 100%;
  }
  .featured-news .featured-news--list .featured-list--item .content {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .featured-news .featured-news--list .featured-list--item .heading-27, .featured-news .featured-news--list .featured-list--item .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .featured-news .featured-news--list .featured-list--item a, .featured-news .featured-news--list .featured-list--item .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .featured-news .featured-news--list .featured-list--item a, .featured-news .featured-news--list .featured-list--item .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .featured-news .featured-news--list .featured-list--item .agreements-block-title, .featured-news .featured-news--list .featured-list--item .recent-article .most-recent_title, .recent-article .featured-news .featured-news--list .featured-list--item .most-recent_title, .featured-news .featured-news--list .featured-list--item .recent-article .most-recent_title a, .recent-article .most-recent_title .featured-news .featured-news--list .featured-list--item a, .featured-news .featured-news--list .featured-list--item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .featured-news .featured-news--list .featured-list--item h3, .featured-news .featured-news--list .featured-list--item .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .featured-news .featured-news--list .featured-list--item .most-recent_title, .featured-news .featured-news--list .featured-list--item .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .featured-news .featured-news--list .featured-list--item a, .featured-news .featured-news--list .featured-list--item .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .featured-news .featured-news--list .featured-list--item .pro-title {
    margin-top: 20px !important;
  }
}
.featured-news .featured-news--list .featured-list--item .arrow-link {
  color: #467FF7;
}
.featured-news .featured-news--list .featured-list--item .arrow-link span svg path {
  stroke: #467FF7;
}
.featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item {
  background: #001136;
  margin: 30px 5px;
  padding: 40px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item {
    padding: 30px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item {
    padding: 20px;
    margin: 30px auto;
  }
}
.featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .thumnail, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content {
  width: 50%;
}
.featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content {
  margin-top: 0;
  padding-left: 30px;
}
.featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .heading-27, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content a, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content a, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .agreements-block-title, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .recent-article .most-recent_title, .recent-article .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .most-recent_title, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .recent-article .most-recent_title a, .recent-article .most-recent_title .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content a, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content h3, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .most-recent_title, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content a, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .pro-title {
  color: #ffffff;
  margin-top: 0;
}
.featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .description p, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content a.dropdown-item p, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .latest-post-title p, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .content p, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .page-numbers p {
  color: #ffffff;
}
.featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .arrow-link {
  color: #FF5722;
}
.featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content .arrow-link span svg path {
  stroke: #FF5722;
}
@media (max-width: 991px) {
  .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .thumnail, .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content {
    width: 100%;
  }
  .featured-news .featured-news--list div[class*=col-]:first-child .featured-list--item .content {
    padding-left: 0;
    text-align: center;
  }
}
.featured-news .thumnail img {
  border-radius: 20px;
}
.featured-news .content {
  margin-top: 30px;
}
.featured-news .content .heading-27, .featured-news .content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .featured-news .content a, .featured-news .content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .featured-news .content a, .featured-news .content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .featured-news .content .agreements-block-title, .featured-news .content .recent-article .most-recent_title, .recent-article .featured-news .content .most-recent_title, .featured-news .content .recent-article .most-recent_title a, .recent-article .most-recent_title .featured-news .content a, .featured-news .content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .featured-news .content h3, .featured-news .content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .featured-news .content .most-recent_title, .featured-news .content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .featured-news .content a, .featured-news .content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .featured-news .content .pro-title {
  color: #000000;
}
.featured-news .content .description p, .featured-news .content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .featured-news .content a.dropdown-item p, .featured-news .content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .content .latest-post-title p, .featured-news .content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .featured-news .content .content p, .featured-news .content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .featured-news .content .page-numbers p {
  color: #000000;
}
.featured-news .content .read-more {
  color: #467FF7;
  font-weight: 700;
}
@media (max-width: 991px) {
  .featured-news .content {
    margin-top: 0;
  }
}

.news-pagination-section {
  background: linear-gradient(90deg, rgba(25, 110, 207, 0) 0%, rgba(25, 110, 207, 0.5) 50%, rgba(25, 110, 207, 0) 100%), #013;
  background-blend-mode: exclusion;
}
.news-pagination-section .container {
  max-width: 1400px;
}
@media (max-width: 1440px) {
  .news-pagination-section .container {
    max-width: 1300px;
  }
}
@media (min-width: 1921px) {
  .news-pagination-section .container {
    max-width: 1600px;
  }
}
.news-pagination-section .news-list--item {
  border-radius: 25px;
  border: 3px solid #D0E3FF;
  padding: 30px;
  margin: 40px 5px 0;
  height: calc(100% - 40px);
}
.news-pagination-section .news-list--item .thumnail img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .news-pagination-section .news-list--item {
    padding: 20px;
    margin: 30px 0 0;
    height: calc(100% - 30px);
  }
}
@media (max-width: 991px) {
  .news-pagination-section .news-list--item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    height: auto;
  }
  .news-pagination-section .news-list--item .thumnail, .news-pagination-section .news-list--item .content {
    width: 50%;
  }
  .news-pagination-section .news-list--item .thumnail img {
    height: auto;
  }
  .news-pagination-section .news-list--item .content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .news-pagination-section .news-list--item {
    max-width: 500px;
    margin: 30px auto 0;
    width: 100%;
  }
  .news-pagination-section .news-list--item .thumnail, .news-pagination-section .news-list--item .content {
    width: 100%;
  }
  .news-pagination-section .news-list--item .content {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.news-pagination-section .news-list--item .content .heading-27, .news-pagination-section .news-list--item .content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .news-pagination-section .news-list--item .content .agreements-block-title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title, .recent-article .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title a, .recent-article .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .news-pagination-section .news-list--item .content h3, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .news-pagination-section .news-list--item .content .pro-title {
  color: #ffffff;
  margin-bottom: 30px;
  min-height: 100px;
}
@media (min-width: 1921px) {
  .news-pagination-section .news-list--item .content .heading-27, .news-pagination-section .news-list--item .content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .news-pagination-section .news-list--item .content .agreements-block-title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title, .recent-article .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title a, .recent-article .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .news-pagination-section .news-list--item .content h3, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .news-pagination-section .news-list--item .content .pro-title {
    min-height: 115px;
  }
}
@media (max-width: 1440px) {
  .news-pagination-section .news-list--item .content .heading-27, .news-pagination-section .news-list--item .content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .news-pagination-section .news-list--item .content .agreements-block-title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title, .recent-article .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title a, .recent-article .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .news-pagination-section .news-list--item .content h3, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .news-pagination-section .news-list--item .content .pro-title {
    min-height: 85px;
  }
}
@media (max-width: 1024px) {
  .news-pagination-section .news-list--item .content .heading-27, .news-pagination-section .news-list--item .content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .news-pagination-section .news-list--item .content .agreements-block-title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title, .recent-article .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title a, .recent-article .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .news-pagination-section .news-list--item .content h3, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .news-pagination-section .news-list--item .content .pro-title {
    min-height: 115px;
  }
}
@media (max-width: 991px) {
  .news-pagination-section .news-list--item .content .heading-27, .news-pagination-section .news-list--item .content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .news-pagination-section .news-list--item .content .agreements-block-title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title, .recent-article .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-article .most-recent_title a, .recent-article .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .news-pagination-section .news-list--item .content h3, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .news-pagination-section .news-list--item .content .most-recent_title, .news-pagination-section .news-list--item .content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .news-pagination-section .news-list--item .content a, .news-pagination-section .news-list--item .content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .news-pagination-section .news-list--item .content .pro-title {
    min-height: inherit;
  }
}
.news-pagination-section .news-list--item .content .read-more {
  color: #FF5722;
  margin-top: 20px;
}
.news-pagination-section .news-list--item .content .read-more span svg path {
  stroke: #FF5722;
}
.news-pagination-section .news-pagination.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 1440px) {
  .news-pagination-section .news-pagination.pagination {
    padding-top: 40px;
  }
}
.news-pagination-section .news-pagination.pagination .page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  margin: 0 2px;
}
.news-pagination-section .news-pagination.pagination .page-numbers.current-page, .news-pagination-section .news-pagination.pagination .page-numbers:hover {
  background: #FF5722;
}
.news-pagination-section .news-pagination.pagination .page-numbers i {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1921px) {
  .news-pagination-section .news-pagination.pagination .page-numbers {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .news-pagination-section .news-pagination.pagination .page-numbers i {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1440px) {
  .news-pagination-section .news-pagination.pagination .page-numbers {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .news-pagination-section .news-pagination.pagination .page-numbers i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.solution-indutries .section-title--medium {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .solution-indutries .section-title--medium {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .solution-indutries .section-title--medium {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .solution-indutries .section-title--medium {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .solution-indutries .slick-track {
    display: flex;
  }
  .solution-indutries .slick-initialized .slick-slide {
    display: flex;
    height: inherit;
  }
}
@media (max-width: 767px) {
  .solution-indutries .sol-ind--list {
    margin-bottom: 0;
  }
}
.solution-indutries .sol-ind--list .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.solution-indutries .sol-ind--list .slick-dots {
  bottom: 0;
}
.solution-indutries .sol-ind--list .sol-ind--item {
  border-radius: 10px;
  border: 2px solid #467FF7;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(70, 127, 247, 0.2);
  margin: 0 5px 60px;
  padding: 40px 30px 30px;
  position: relative;
  height: calc(100% - 60px);
}
@media (max-width: 1200px) {
  .solution-indutries .sol-ind--list .sol-ind--item {
    margin: 0 5px 50px;
    padding: 30px 20px 20px;
    min-height: 170px;
    height: calc(100% - 50px);
  }
}
@media (max-width: 991px) {
  .solution-indutries .sol-ind--list .sol-ind--item {
    min-height: inherit;
  }
}
.solution-indutries .sol-ind--list .sol-ind--item .sol-ind--title {
  position: absolute;
  top: -25px;
  padding: 5px 20px;
  border-radius: 5px;
  background: #001136;
  height: 45px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 275px;
}
@media (max-width: 1200px) {
  .solution-indutries .sol-ind--list .sol-ind--item .sol-ind--title {
    top: -20px;
    height: 40px;
    min-width: 225px;
  }
}
@media (max-width: 991px) {
  .solution-indutries .sol-ind--list .sol-ind--item .sol-ind--title {
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  .solution-indutries .sol-ind--list .sol-ind--item .sol-ind--title {
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    padding: 5px;
    margin: 0 auto;
    font-size: 16px;
  }
}
.solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block {
    justify-content: center;
    text-align: center;
  }
}
.solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block .sol-ind--icon {
  width: 100px;
  height: 100px;
  display: block;
}
.solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block .sol-ind--icon .animation-json {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block .sol-ind--icon {
    width: 100%;
    order: -1;
    margin-bottom: 15px;
  }
}
.solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block .sol-ind--content {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block .sol-ind--content {
    width: 100%;
  }
}
.solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block .link {
  font-weight: 700;
  color: #467FF7;
  margin-top: 10px;
  display: inline-block;
}
.solution-indutries .sol-ind--list .sol-ind--item .sol-ind--block .link:hover {
  color: #001136;
}
.solution-indutries .sol-ind--list div[class*=col-]:last-child .sol-ind--item,
.solution-indutries .sol-ind--list div[class*=col-]:nth-last-child(2) .sol-ind--item {
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .solution-indutries .sol-ind--list div[class*=col-] .sol-ind--item {
    margin: 0 5px 50px !important;
    height: calc(100% - 50px) !important;
  }
  .solution-indutries .sol-ind--list div[class*=col-]:last-child .sol-ind--item {
    margin-bottom: 0 !important;
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .solution-indutries .sol-ind--list div[class*=col-] .sol-ind--item {
    margin: 20px 15px 30px !important;
    height: auto !important;
  }
}

.subscribe-resource {
  position: relative;
}
.subscribe-resource::before {
  content: "";
  background: linear-gradient(90deg, rgba(25, 110, 207, 0) 0%, rgba(25, 110, 207, 0.5) 50%, rgba(25, 110, 207, 0) 100%), #013;
  background-blend-mode: exclusion;
  display: block;
  width: 100%;
  height: calc(100% - 125px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.subscribe-resource .subscribe-form--footer {
  background: transparent;
  padding: 0;
}

.other-resources .container {
  max-width: 1440px;
}
@media (min-width: 1921px) {
  .other-resources .container {
    max-width: 1800px;
  }
}
.other-resources .section-title--medium {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .other-resources .section-title--medium {
    margin-bottom: 30px;
  }
}
.other-resources .resources--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.other-resources .resources--list .link {
  border-radius: 50px;
  background: #FF5722;
  border: 1px solid #FF5722;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 23%;
  color: #ffffff;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .other-resources .resources--list .link {
    height: 70px;
  }
}
@media (max-width: 1199px) {
  .other-resources .resources--list .link {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.other-resources .resources--list .link span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  top: 2px;
  left: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1080px) {
  .other-resources .resources--list .link span {
    width: 18px;
  }
}
.other-resources .resources--list .link:hover {
  background: #ffffff;
  color: #FF5722;
}
.other-resources .resources--list .link:hover span {
  left: 15px;
}
.other-resources .resources--list .link:hover span svg path {
  fill: #FF5722;
}
@media (max-width: 575px) {
  .other-resources .resources--list .link {
    width: 100%;
  }
  .other-resources .resources--list .link span {
    padding-left: 5px;
  }
}

html[lang=es-ES] .category-filters .category-filters-ul .cat-inner {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  display: block;
  scrollbar-color: rgba(255, 255, 255, 0.8) transparent;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
html[lang=es-ES] .category-filters .category-filters-ul .cat-inner ul {
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
html[lang=es-ES] .category-filters .category-filters-ul .cat-inner ul li {
  display: inline-block;
}
html[lang=es-ES] .category-filters .category-filters-ul .cat-inner::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
html[lang=es-ES] .category-filters .category-filters-ul .cat-inner::-webkit-scrollbar {
  height: 2px;
}
html[lang=es-ES] .category-filters .category-filters-ul .cat-inner::-webkit-scrollbar-track {
  background: transparent;
}
html[lang=es-ES] .category-filters .category-filters-ul .cat-inner::-webkit-scrollbar-thumb {
  background-color: #d5ac68;
}
html[lang=es-ES] .category-filters .category-filters-ul .cat-inner::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}
html[lang=es-ES] .category-filters .category-filters-ul .cat-inner::-webkit-scrollbar:vertical {
  display: none;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .category-filters .category-filters-ul .description, html[lang=es-ES] .category-filters .category-filters-ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .category-filters .category-filters-ul a.dropdown-item, html[lang=es-ES] .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .category-filters .category-filters-ul .latest-post-title, html[lang=es-ES] .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .category-filters .category-filters-ul .content, html[lang=es-ES] .category-filters .category-filters-ul .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .category-filters .category-filters-ul .page-numbers {
    padding-right: 30px;
  }
  html[lang=es-ES] .category-filters .category-filters-ul .cat-inner {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1199px) {
  html[lang=es-ES] .category-filters .category-filters-ul {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  html[lang=es-ES] .category-filters .category-filters-ul .description, html[lang=es-ES] .category-filters .category-filters-ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li html[lang=es-ES] .category-filters .category-filters-ul a.dropdown-item, html[lang=es-ES] .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .category-filters .category-filters-ul .latest-post-title, html[lang=es-ES] .category-filters .category-filters-ul .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item html[lang=es-ES] .category-filters .category-filters-ul .content, html[lang=es-ES] .category-filters .category-filters-ul .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination html[lang=es-ES] .category-filters .category-filters-ul .page-numbers {
    display: inline-block;
    width: auto !important;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .category-filters .category-filters-ul ul {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  html[lang=es-ES] .category-filters .category-filters-ul ul li {
    display: block;
  }
}
html[lang=es-ES] .other-resources .resources--list .link {
  font-size: 20px;
}
@media (max-width: 1199px) {
  html[lang=es-ES] .other-resources .resources--list .link {
    font-size: 17px;
  }
}

.news-details--page p, .news-details--page ul, .news-details--page li, .news-details--page ol, .news-details--page table, .news-details--page tr, .news-details--page td, .news-details--page th, .news-details--page span, .news-details--page a, .news-details--page a::not(.btn-blue) {
  color: #1C244B;
}
.news-details--page img {
  margin-bottom: 20px;
}
.news-details--page .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .news-details--page .container {
    max-width: 1400px;
  }
}
.news-details--page p {
  margin-bottom: 20px;
}
.news-details--page ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.news-details--page ul li {
  margin: 10px 0;
  list-style: disc;
}
.news-details--page ul li ul li {
  list-style: circle;
}
.news-details--page ol li {
  list-style: decimal;
}
.news-details--page h2, .news-details--page h3, .news-details--page h4, .news-details--page h5, .news-details--page h6 {
  font-weight: 700;
  color: #1C244B;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .news-details--page h2, .news-details--page h3, .news-details--page h4, .news-details--page h5, .news-details--page h6 {
    margin-top: 20px;
  }
}
.news-details--page h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
}
@media (min-width: 1921px) {
  .news-details--page h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
  }
}
@media (max-width: 1440px) {
  .news-details--page h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
.news-details--page h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}
@media (min-width: 1921px) {
  .news-details--page h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
@media (max-width: 1440px) {
  .news-details--page h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.news-details--page h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
}
@media (min-width: 1921px) {
  .news-details--page h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .news-details--page h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.news-details--page h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
}
@media (min-width: 1921px) {
  .news-details--page h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .news-details--page h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.news-details--page h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
}
@media (min-width: 1921px) {
  .news-details--page h6 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .news-details--page h6 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .news-details--page .category--list {
    margin-bottom: 30px;
  }
}
.news-details--page .category--list .btn-blue-outline + .btn-blue-outline {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .news-details--page .category--list .btn-blue-outline + .btn-blue-outline {
    margin-top: 20px;
    margin-left: auto;
  }
}
.news-details--page .news-date {
  text-transform: uppercase;
  color: #324a6d;
  margin: 30px 0;
}
.news-details--page .featured-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.news-details--page .btn-blue-outline {
  color: #467FF7;
}
.news-details--page .btn-blue-outline:hover {
  color: #ffffff;
}
.news-details--page blockquote {
  width: 90%;
  margin: 30px auto 0;
  background: #fff8e6;
  padding: 30px;
  text-align: center;
}

.other-resources .container {
  max-width: 1440px;
}
@media (min-width: 1921px) {
  .other-resources .container {
    max-width: 1800px;
  }
}

.single-news .subscribe-form--footer.section-space {
  display: none;
}

@media (min-width: 1921px) {
  .news-single--content .block-quote-cta p {
    margin: 20px 0;
  }
}
.page-template-template-ftx-360 .subscribe-form--footer {
  display: none;
}
.page-template-template-ftx-360 .wpforms-container.ftx-start--process .wpforms-field-name-first,
.page-template-template-ftx-360 .wpforms-container.ftx-start--process .wpforms-field-name-last,
.page-template-template-ftx-360 .wpforms-container.ftx-start--process .wpforms-field-medium {
  border-radius: 5px !important;
  border: 1px solid #D2D2D2 !important;
  background: #FFF !important;
}
.page-template-template-ftx-360 .wpforms-submit {
  background-color: #467FF7 !important;
}
@media (max-width: 767px) {
  .page-template-template-ftx-360 .wpforms-submit {
    font-size: 17px !important;
    line-height: 1rem !important;
    padding: 15px 20px !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    max-width: 450px !important;
    margin: 0 auto !important;
  }
}
.page-template-template-ftx-360 .wpforms-submit:hover {
  background: #1a48a5 !important;
}
.page-template-template-ftx-360 button[type=submit]:focus:after {
  border: none !important;
}
.page-template-template-ftx-360 .ftx-start--process, .page-template-template-ftx-360 .div.wpforms-container-full:not(:empty) {
  margin: 0 !important;
}

.marketing-section {
  background-color: #c9e8f6;
}
@media (min-width: 1921px) {
  .marketing-section .container {
    max-width: 1790px;
  }
}
.marketing-section .heading-26 {
  color: #000000;
}
.marketing-section .description, .marketing-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .marketing-section a.dropdown-item, .marketing-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .marketing-section .latest-post-title, .marketing-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .marketing-section .content, .marketing-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .marketing-section .page-numbers {
  color: #1E1C37;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .marketing-section .description, .marketing-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .marketing-section a.dropdown-item, .marketing-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .marketing-section .latest-post-title, .marketing-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .marketing-section .content, .marketing-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .marketing-section .page-numbers {
    padding: 10px 0;
  }
}
@media (max-width: 1100px) {
  .marketing-section .header-h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .marketing-section .banner-image {
    width: 100%;
    max-width: 600px;
  }
}

.benefits-section {
  background-color: #F0FAFF;
}
@media (min-width: 1921px) {
  .benefits-section .container {
    max-width: 1760px;
  }
}
@media (max-width: 991px) {
  .benefits-section .right-content {
    text-align: center;
  }
}
.benefits-section .heading-26 {
  color: #000000;
}
.benefits-section .heading-46 {
  color: #000000;
  margin: 0 0 20px 0;
}
.benefits-section .key-benefit-title {
  margin: 0 0 25px 0;
}
.benefits-section .description, .benefits-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .benefits-section a.dropdown-item, .benefits-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .benefits-section .latest-post-title, .benefits-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .benefits-section .content, .benefits-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .benefits-section .page-numbers {
  color: #000000;
  margin: 0 0 20px 0;
}
.benefits-section .ftx-com-link {
  color: #1C6DF7;
  font-weight: 600;
}
.benefits-section .ftx-com-link:hover {
  color: #00004F;
}
.benefits-section .benefit-marketing-image {
  border-radius: 27px;
  box-shadow: 0px 0px 10px 0px rgba(201, 232, 246, 0.15);
}
@media (min-width: 1921px) {
  .benefits-section .benefit-marketing-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .benefits-section .benefit-marketing-image {
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .benefits-section .benefit-marketing-json {
    margin: 0 auto 10px;
    display: block;
    width: 100%;
    max-width: 415px;
  }
}
.benefits-section .benefit-list .benefit-item {
  position: relative;
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(201, 232, 246, 0.15);
  margin: 0 0 20px 0;
}
.benefits-section .benefit-list .benefit-item p {
  padding: 15px;
  margin-left: 50px;
}
.benefits-section .benefit-list .benefit-item p::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/goftx/dist/images/digital-icon-right.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 18px;
  left: 22px;
}
@media (max-width: 1600px) {
  .benefits-section .benefit-list .benefit-item p::after {
    top: 15px;
    left: 20px;
  }
}

.services-section {
  background-color: #c9e8f6;
}
.services-section .container {
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1921px) {
  .services-section .container {
    max-width: 1800px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1600px) {
  .services-section .container {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1300px) {
  .services-section .container {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .services-section .container {
    width: 100%;
  }
}
.services-section .heading-26, .services-section .heading-46, .services-section .description, .services-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .services-section a.dropdown-item, .services-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .services-section .latest-post-title, .services-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .services-section .content, .services-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .services-section .page-numbers {
  color: #000000;
}
.services-section .services-section-main {
  margin: 0 0 40px 0;
}
@media (max-width: 991px) {
  .services-section .services-section-main {
    margin: 0;
  }
}
.services-section .heading-24, .services-section .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .services-section h3.heading-27, .services-section .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .services-section h3.agreements-block-title, .services-section .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .services-section h3.agreements-block-title, .services-section .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .services-section .module_title, .services-section .career-block .career-details h4, .career-block .career-details .services-section h4, .services-section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .services-section h3.most-recent_title, .services-section .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .services-section h3.most-recent_title, .services-section .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .services-section h3, .services-section .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .services-section h3, .services-section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .services-section h3.most-recent_title, .services-section .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .services-section h3.most-recent_title, .services-section .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .services-section h3.most-recent_title, .services-section .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .services-section .filter-text, .services-section .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .services-section h3.pro-title, .services-section .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .services-section h3.pro-title {
  color: #1E1C37;
}
.services-section .service-card {
  border-radius: 25px;
  border: 2px solid #C9E8F6;
  background: #FFF;
  min-height: 434px;
  padding: 30px;
}
@media (max-width: 1600px) {
  .services-section .service-card {
    min-height: 379px;
    padding: 30px 15px;
  }
}
@media (max-width: 1366px) {
  .services-section .service-card {
    min-height: 345px;
  }
}
@media (max-width: 1200px) {
  .services-section .service-card {
    padding: 20px 15px;
    min-height: 370px;
  }
}
@media (max-width: 991px) {
  .services-section .service-card {
    min-height: 320px;
    margin: 20px 0 5px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .services-section .service-card {
    min-height: inherit;
    padding: 20px;
  }
}
@media (min-width: 1921px) {
  .services-section .service-card {
    min-height: 500px;
  }
}
.services-section .service-card .field-image-icon {
  background-color: #ffffff;
  border: 10px solid #c9e8f6;
  border-radius: 50%;
  display: inline-block;
  padding: 20px;
  margin: 0 0 20px 0;
}
@media (max-width: 1600px) {
  .services-section .service-card .field-image-icon {
    padding: 13px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1366px) {
  .services-section .service-card .field-image-icon {
    width: 120px;
    height: 120px;
    padding: 10px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .services-section .service-card .field-image-icon {
    padding: 15px;
  }
}
.services-section .service-card .field-image-icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-section .service-card .heading-24, .services-section .service-card .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .services-section .service-card h3.heading-27, .services-section .service-card .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .services-section .service-card h3.agreements-block-title, .services-section .service-card .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .services-section .service-card h3.agreements-block-title, .services-section .service-card .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .services-section .service-card .module_title, .services-section .service-card .career-block .career-details h4, .career-block .career-details .services-section .service-card h4, .services-section .service-card .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .services-section .service-card h3.most-recent_title, .services-section .service-card .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .services-section .service-card h3.most-recent_title, .services-section .service-card .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .services-section .service-card h3, .services-section .service-card .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .services-section .service-card h3, .services-section .service-card .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .services-section .service-card h3.most-recent_title, .services-section .service-card .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .services-section .service-card h3.most-recent_title, .services-section .service-card .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .services-section .service-card h3.most-recent_title, .services-section .service-card .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .services-section .service-card .filter-text, .services-section .service-card .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .services-section .service-card h3.pro-title, .services-section .service-card .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .services-section .service-card h3.pro-title {
  margin: 0 0 15px 0;
}
.services-section .row div[class^=col-]:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .services-section .row div[class^=col-]:nth-child(2) {
    margin-top: 0;
  }
}
.services-section .row div[class^=col-]:nth-child(4) {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .services-section .row div[class^=col-]:nth-child(4) {
    margin-top: 0;
  }
}

.process-section {
  background-color: #c9e8f6;
  position: relative;
}
@media (min-width: 1921px) {
  .process-section .container-fluid {
    max-width: 2660px;
  }
}
@media (min-width: 2250px) {
  .process-section .container-fluid {
    max-width: 2660px;
  }
}
@media (max-width: 1300px) {
  .process-section .container-fluid {
    width: 100%;
  }
}
.process-section::before {
  top: 52%;
  left: 0;
  right: 0;
  content: "";
  width: 65%;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  border: 2px dashed #3E8BAD;
}
@media (max-width: 1200px) {
  .process-section::before {
    display: none;
  }
}
.process-section .process-section-main {
  margin: 0 0 40px 0;
}
@media (max-width: 1600px) {
  .process-section .process-section-main {
    margin: 0 0 25px 0;
  }
}
@media (max-width: 575px) {
  .process-section .process-section-main {
    margin: 0 0 15px 0;
  }
}
.process-section .heading-26, .process-section .heading-46, .process-section .description, .process-section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .process-section a.dropdown-item, .process-section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .process-section .latest-post-title, .process-section .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .process-section .content, .process-section .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .process-section .page-numbers, .process-section .heading-22, .process-section .cta-menu--section .menu-title, .cta-menu--section .process-section .menu-title, .process-section .cta-menu--section ul li a, .cta-menu--section ul li .process-section a {
  color: #000000;
}
.process-section .row {
  margin: 0 35px auto;
}
@media (max-width: 1200px) {
  .process-section .row {
    margin: 0;
  }
}
.process-section .row div[class^=col-] {
  width: 19%;
}
@media (min-width: 1921px) {
  .process-section .row div[class^=col-] {
    width: 18%;
  }
}
@media (max-width: 1200px) {
  .process-section .row div[class^=col-] {
    width: 30%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .process-section .row div[class^=col-] {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .process-section .row div[class^=col-] {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .process-section .row div[class^=col-]:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .process-section .row div[class^=col-]:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .process-section .row div[class^=col-]:nth-child(4) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .process-section .row div[class^=col-]:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .process-section .row div[class^=col-]:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .process-section .row div[class^=col-]:nth-child(5) {
    margin-bottom: 0;
  }
}
.process-section .step-card {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(69, 126, 247, 0.2);
  height: 100%;
  padding: 45px;
}
@media (max-width: 1921px) {
  .process-section .step-card {
    padding: 30px 20px;
    min-height: 270px;
  }
}
@media (max-width: 1500px) {
  .process-section .step-card {
    padding: 25px;
    min-height: 240px;
  }
}
@media (max-width: 1366px) {
  .process-section .step-card {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .process-section .step-card {
    min-height: inherit;
  }
}
.process-section .step-card .step-circle {
  width: 48px;
  height: 48px;
  background-color: #3E8BAD;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  padding: 25px;
  border: 8px solid #e1ecf9;
}
.process-section .step-card .step-circle .heading-22, .process-section .step-card .step-circle .cta-menu--section .menu-title, .cta-menu--section .process-section .step-card .step-circle .menu-title, .process-section .step-card .step-circle .cta-menu--section ul li a, .cta-menu--section ul li .process-section .step-card .step-circle a {
  margin-bottom: 10px;
}

.ftx-360--main-industry {
  background: url(/wp-content/themes/goftx/dist/images/ftx-360-background-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.ftx-360-form {
  background: #F0FAFF;
}
.ftx-360-form .heading-46 {
  color: #000000;
  margin-bottom: 20px;
}
.ftx-360-form .ftx-360-form-main {
  border-radius: 29px;
  padding: 50px 165px 52px 165px;
  border: 0px solid #1C6DF7;
  background: #FFF;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ftx-360-form .ftx-360-form-main {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .ftx-360-form .ftx-360-form-main {
    padding: 30px 20px;
    max-width: 670px;
    border-radius: 20px;
  }
}

html[lang=es-ES] .pos-modern-retail--section .pos-modern-retail--link {
  max-width: 850px;
}

.page-template-customer-intake-form-testing .custom-intake-main {
  height: auto;
}
.page-template-customer-intake-form-testing .custom-intake-main .container {
  max-width: 1030px;
}
.page-template-customer-intake-form-testing .intake-form-main .container {
  max-width: 900px;
}
.page-template-customer-intake-form-testing .wp-intake-form {
  background-color: #ddf3fe !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05) !important;
}
.page-template-customer-intake-form-testing .wpforms-page-indicator-page-number {
  background-color: #ddf3fe !important;
}
.page-template-customer-intake-form-testing .wpforms-page-indicator.circles {
  padding: 15px 10px !important;
  display: flex !important;
  justify-content: center !important;
  border: 0 !important;
}
.page-template-customer-intake-form-testing .wpforms-field-repeater-block-title {
  color: #444756 !important;
}
.page-template-customer-intake-form-testing div.wpforms-container-full .wpforms-form .wpforms-field-divider h3 {
  text-align: left !important;
  color: #444756 !important;
  margin-top: 0px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}
.page-template-customer-intake-form-testing .wpforms-container.wpforms-container-full .wpforms-field .wpforms-field-label {
  width: 100% !important;
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add .wpforms-field-large:nth-child(2), .page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add .wpforms-field-large:nth-child(3) {
  width: 49% !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add fieldset {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add .wpforms-field-large:nth-child(5) {
  width: 33% !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add .wpforms-field-large:nth-child(5) .wpforms-one-half.wpforms-first {
  width: 100% !important;
  padding: 0 !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add .wpforms-field-large:nth-child(4) {
  width: 67% !important;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add .wpforms-field-large:nth-child(4) {
    padding-right: 10px;
  }
}
.page-template-customer-intake-form-testing .subscribe-form--footer {
  display: none !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add .wpforms-field-large:nth-child(2), .page-template-customer-intake-form-testing .wpforms-field-address.ci-billing-add .wpforms-field-large:nth-child(3) {
  width: 48.9% !important;
}
@media only screen and (max-width: 600px) {
  .page-template-customer-intake-form-testing div.wpforms-container .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
    margin: 0 0 0 0 !important;
  }
}
.page-template-customer-intake-form-testing div.wpforms-container-full .wpforms-form .wpforms-field-divider {
  margin-top: -9px !important;
  padding: 0px !important;
  border: none !important;
  color: #467ff7 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  width: 100% !important;
}
.page-template-customer-intake-form-testing .wpforms-container .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
  color: #444756 !important;
  font-weight: bold;
  margin: 0 30px 0 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #ddf3fe !important;
  position: relative !important;
}
.page-template-customer-intake-form-testing .wpforms-container .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number::after {
  position: absolute !important;
  content: "";
  background: url(/wp-content/themes/goftx/dist/images/right-customer-intake.svg) no-repeat right center/cover;
  width: 40px !important;
  height: 40px !important;
  display: none !important;
}
.page-template-customer-intake-form-testing .wpforms-container .wpforms-page-indicator.circles .prev-active .wpforms-page-indicator-page-number {
  color: #444756 !important;
  font-weight: bold;
  margin: 0 30px 0 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #ddf3fe !important;
  position: relative !important;
}
.page-template-customer-intake-form-testing .wpforms-container .wpforms-page-indicator.circles .prev-active .wpforms-page-indicator-page-number::after {
  position: absolute !important;
  content: "";
  background: url(/wp-content/themes/goftx/dist/images/right-customer-intake.svg) no-repeat right center/cover;
  width: 40px !important;
  height: 40px !important;
  display: block !important;
  background-color: #467ff7;
  border-radius: 50px;
}
.page-template-customer-intake-form-testing .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
  background-color: #ddf3fe !important;
  height: 55px !important;
  width: 55px !important;
  border-radius: 50% !important;
  display: inline-block !important;
  margin: 0 0 0 0 !important;
  line-height: 18px !important;
  text-align: center;
  color: rgba(0, 0, 0, 0.7) !important;
  border: 2px dashed #467ff7 !important;
  line-height: 16px !important;
  width: 55px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .page-template-customer-intake-form-testing .wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
    height: 55px !important;
    width: 55px !important;
  }
}
.page-template-customer-intake-form-testing div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
  background-color: #467ff7 !important;
  margin-bottom: 9px !important;
  border-radius: 19px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.page-template-customer-intake-form-testing div.wpforms-container-full .wpforms-field-label, .page-template-customer-intake-form-testing .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  color: #444756 !important;
}
.page-template-customer-intake-form-testing .wpforms-field-container {
  padding: 20px !important;
}
.page-template-customer-intake-form-testing .wpforms-field-description {
  margin-bottom: 7px !important;
}
.page-template-customer-intake-form-testing .wpforms-submit-container {
  text-align: center !important;
  padding: 10px 0 30px 0 !important;
}
@media screen and (max-width: 767px) {
  .page-template-customer-intake-form-testing .wpforms-submit-container {
    margin: 0 auto !important;
    padding: 10px 20px 30px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-template-customer-intake-form-testing .wpforms-submit {
    max-width: 450px !important;
    width: 100% !important;
  }
}
.page-template-customer-intake-form-testing div.wpforms-container-full fieldset {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(2), .page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(3) {
  width: 49% !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location fieldset {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(5) {
  width: 33.33% !important;
  padding-left: 20px !important;
}
@media (max-width: 991px) {
  .page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(5) {
    padding-right: 10px;
  }
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(4) {
  width: 66.66% !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(2), .page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(3) {
  width: 48.9% !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium {
  flex-direction: unset !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(5) .wpforms-field-row-block.wpforms-one-half {
  width: 100% !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(4) .wpforms-field-row-block.wpforms-one-half {
  width: 50% !important;
}
.page-template-customer-intake-form-testing .wpforms-field-address.addition-location .wpforms-field-medium:nth-child(4) .wpforms-field-row-block.wpforms-one-half.wpforms-first {
  padding-right: 20px !important;
}
.page-template-customer-intake-form-testing .primary-contact-intake .wpforms-field-row.wpforms-field-large {
  width: 100% !important;
}
.page-template-customer-intake-form-testing .additional-contact-intake .wpforms-field-row.wpforms-field-medium {
  width: 100% !important;
}
.page-template-customer-intake-form-testing .additional-contact-intake fieldset .wpforms-field-row, .page-template-customer-intake-form-testing .additional-contact-intake fieldset .wpforms-field-medium {
  flex-direction: unset !important;
}
.page-template-customer-intake-form-testing .additional-contact-intake fieldset .wpforms-field-row .wpforms-field-row-block, .page-template-customer-intake-form-testing .additional-contact-intake fieldset .wpforms-field-row .wpforms-first, .page-template-customer-intake-form-testing .additional-contact-intake fieldset .wpforms-field-row .wpforms-one-half, .page-template-customer-intake-form-testing .additional-contact-intake fieldset .wpforms-field-medium .wpforms-field-row-block, .page-template-customer-intake-form-testing .additional-contact-intake fieldset .wpforms-field-medium .wpforms-first, .page-template-customer-intake-form-testing .additional-contact-intake fieldset .wpforms-field-medium .wpforms-one-half {
  width: 50% !important;
  padding: 0 20px 0 0 !important;
}
.page-template-customer-intake-form-testing .wp-intake-form.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-display-blocks-buttons .wpforms-field-repeater-button-add {
  background-color: #348510 !important;
  color: white !important;
  font-size: 15px !important;
  padding: 10px 30px !important;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .page-template-customer-intake-form-testing .wp-intake-form.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-display-blocks-buttons .wpforms-field-repeater-button-add {
    padding: 10px 15px !important;
  }
}
@media (max-width: 480px) {
  .page-template-customer-intake-form-testing .wp-intake-form.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-display-blocks-buttons .wpforms-field-repeater-button-add {
    padding: 10px 10px !important;
  }
}
.page-template-customer-intake-form-testing .wp-intake-form.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-display-blocks-buttons .wpforms-field-repeater-button-add:hover {
  background-color: #45cc0b !important;
}
.page-template-customer-intake-form-testing .wp-intake-form.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-button-remove {
  background-color: #fd3131 !important;
  color: white !important;
  font-size: 15px !important;
  padding: 10px 30px !important;
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .page-template-customer-intake-form-testing .wp-intake-form.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-button-remove {
    padding: 10px 15px !important;
  }
}
@media (max-width: 480px) {
  .page-template-customer-intake-form-testing .wp-intake-form.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-button-remove {
    padding: 10px 10px !important;
  }
}
.page-template-customer-intake-form-testing .wp-intake-form.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-button-remove:hover {
  background-color: rgb(148, 43, 43) !important;
}
.page-template-customer-intake-form-testing .subscribe-form--footer {
  display: none;
}
.page-template-customer-intake-form-testing div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
  text-align: left !important;
}
.page-template-customer-intake-form-testing .wpforms-container.wpforms-container-full .wpforms-field {
  padding: 0 0 15px 0 !important;
}
.page-template-customer-intake-form-testing p.almost-there {
  text-align: center !important;
  padding-bottom: 0px !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  color: #444756 !important;
}
.page-template-customer-intake-form-testing .wpforms-container.wpforms-container-full input {
  border: 1px solid #a6b6be !important;
}
.page-template-customer-intake-form-testing .wpforms-container.wpforms-container-full select {
  border: 1px solid #a6b6be !important;
}
.page-template-customer-intake-form-testing .wp-intake-form .wpforms-confirmation-container-full {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .page-template-customer-intake-form-testing .wp-intake-form .wpforms-confirmation-container-full {
    font-size: 17px !important;
  }
}
.page-template-customer-intake-form-testing .wpforms-container.wpforms-container-full label.wpforms-error, .page-template-customer-intake-form-testing .wpforms-container.wpforms-container-full em.wpforms-error {
  padding-left: 0 !important;
}
@media screen and (min-width: 1921px) {
  .page-template-customer-intake-form-testing .wpforms-container.wpforms-container-full label.wpforms-error, .page-template-customer-intake-form-testing .wpforms-container.wpforms-container-full em.wpforms-error {
    font-size: 14px !important;
    padding-left: 0 !important;
  }
}

.intake-almost-popup .intake-almost-popup-content {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 574px !important;
  background-color: transparent !important;
}
@media screen and (min-width: 1921px) {
  .intake-almost-popup .intake-almost-popup-content {
    max-width: 674px !important;
  }
}
@media screen and (max-width: 767px) {
  .intake-almost-popup .intake-almost-popup-content {
    max-width: 400px !important;
  }
}
.intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body {
  padding: 23px 20px !important;
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 900px !important;
  background-color: #f2f4f5 !important;
  border-radius: 13px !important;
}
.intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-almost-popup-close {
  padding: 5px !important;
  font-size: 25px !important;
  color: #444756 !important;
  width: 30px !important;
  height: 33px !important;
  display: flex !important;
  font-weight: bolder !important;
  align-items: center !important;
}
@media screen and (min-width: 1921px) {
  .intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-almost-popup-close {
    height: 48px !important;
  }
}
@media screen and (max-width: 1600px) {
  .intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-almost-popup-close {
    height: 35px !important;
  }
}
@media screen and (max-width: 991px) {
  .intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-almost-popup-close {
    font-size: 20px !important;
    padding: 0 10px 0 10px !important;
  }
}
@media screen and (max-width: 380px) {
  .intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-almost-popup-close {
    font-size: 15px !important;
    right: 5px !important;
  }
}
.intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-heading {
  color: #0054a3 !important;
}
.intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-almost-popup--content {
  color: #000 !important;
  margin-bottom: 0 !important;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (max-width: 767px) {
  .intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-almost-popup--content {
    font-size: 19px !important;
  }
}
.intake-almost-popup .intake-almost-popup-content .intake-almost-popup-body .intake-popup-loader {
  background-color: transparent;
  width: 100px;
  height: 100px;
  margin: 30px 0;
}

.page-template-template-customer-thank-you header {
  display: none;
}
.page-template-template-customer-thank-you .customer-instake-thank-you {
  background-color: #c7e7f5;
}
.page-template-template-customer-thank-you .customer-instake-thank-you .intake-lft-content .ftx-pos-logo {
  max-height: 100px;
}
.page-template-template-customer-thank-you .customer-instake-thank-you .intake-lft-content .section-title {
  font-size: 37px;
}
@media (min-width: 1921px) {
  .page-template-template-customer-thank-you .customer-instake-thank-you .intake-lft-content .section-title {
    font-size: 50px;
  }
}
@media (max-width: 1600px) {
  .page-template-template-customer-thank-you .customer-instake-thank-you .intake-lft-content .section-title {
    font-size: 42px;
  }
}
@media (max-width: 1100px) {
  .page-template-template-customer-thank-you .customer-instake-thank-you .intake-lft-content .section-title {
    font-size: 30px;
  }
}
.page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .video-thumb {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #006CFB;
}
.page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .video-thumb img {
  width: 100%;
}
.page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .play-icon {
  background: #006CFB;
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 0px 15px 15px 0px;
  position: absolute;
  top: 30px;
  left: 0;
  transition: 0.3s ease-in-out;
}
.page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .play-icon img {
  width: auto;
  max-height: 60px;
}
.page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .play-icon span {
  font-size: 17px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .play-icon:hover {
  background-color: #1C244B;
}
.page-template-template-customer-thank-you .ppc-thank-you .contnt-lft {
  padding-right: 25%;
}
.page-template-template-customer-thank-you .ppc-thank-you .contnt-lft .section-title {
  color: #006CFB;
}
.page-template-template-customer-thank-you .ppc-thank-you .contnt-lft figure img {
  max-height: 100px;
}
@media (max-width: 575px) {
  .page-template-template-customer-thank-you .ppc-thank-you .contnt-lft figure img {
    max-height: 70px;
  }
}
.page-template-template-customer-thank-you .business-tool-section {
  background-color: #ffffff;
}
.page-template-template-customer-thank-you .business-tool-section .bus-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #467FF7;
}
.page-template-template-customer-thank-you .business-tool-section .bus-box::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.page-template-template-customer-thank-you .business-tool-section .bus-box figure {
  margin: 0;
  position: relative;
}
.page-template-template-customer-thank-you .business-tool-section .bus-box figure img {
  transition: 0.3s ease-in-out;
}
.page-template-template-customer-thank-you .business-tool-section .bus-box figure .play-icon {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
.page-template-template-customer-thank-you .business-tool-section .bus-box figure .play-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-template-template-customer-thank-you .business-tool-section .bus-box figure .play-icon img {
  max-height: 70px;
}
.page-template-template-customer-thank-you .business-tool-section .bus-box .section-sub-title {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
  position: absolute;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  font-size: 19px;
  background-color: #0E3178;
}
@media (max-width: 991px) {
  .page-template-template-customer-thank-you .business-tool-section .bus-box .section-sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-template-customer-thank-you .business-tool-section .bus-box:hover figure img {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box figure {
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #467FF7;
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box figure a {
  display: block;
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box figure a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box .section-sub-title {
  min-height: 60px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 991px) {
  .page-template-template-customer-thank-you .ppc-blog-section .blog-box .section-sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box .section-sub-title a {
  color: #1C244B;
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box .section-sub-title a:hover {
  color: #467FF7;
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box .section-description {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .page-template-template-customer-thank-you .ppc-blog-section .blog-box .section-description {
    margin: 0 0 20px 0;
  }
}
.page-template-template-customer-thank-you .ppc-blog-section .blog-box .blog-link {
  text-transform: uppercase;
}
.page-template-template-customer-thank-you .have-question-section {
  background-color: #DBD9D9;
}
.page-template-template-customer-thank-you .have-question-section .section-description {
  margin: 20px 0;
}
.page-template-template-customer-thank-you .have-question-section .learn-more:hover, .page-template-template-customer-thank-you .have-question-section .learn-more--fill:hover {
  background-color: #ffffff;
}
@media (min-width: 1921px) {
  .page-template-template-customer-thank-you .section-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1279px) {
  .page-template-template-customer-thank-you .ppc-thank-you .contnt-lft {
    padding-right: 0;
  }
  .page-template-template-customer-thank-you .business-tool-section .section-title, .page-template-template-customer-thank-you .ppc-blog-section .section-title {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
@media (max-width: 1023px) {
  .page-template-template-customer-thank-you .ppc-thank-you {
    text-align: center;
  }
  .page-template-template-customer-thank-you .ppc-thank-you .col-sm-5, .page-template-template-customer-thank-you .ppc-thank-you .col-sm-7 {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-template-customer-thank-you .ppc-thank-you .col-sm-5:last-child, .page-template-template-customer-thank-you .ppc-thank-you .col-sm-7:last-child {
    margin-bottom: 0;
  }
  .page-template-template-customer-thank-you .business-tool-section .section-title, .page-template-template-customer-thank-you .business-tool-section .blog-box, .page-template-template-customer-thank-you .ppc-blog-section .section-title, .page-template-template-customer-thank-you .ppc-blog-section .blog-box {
    text-align: center;
  }
  .page-template-template-customer-thank-you .business-tool-section .col-sm-4, .page-template-template-customer-thank-you .ppc-blog-section .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-template-customer-thank-you .business-tool-section .col-sm-4:last-child, .page-template-template-customer-thank-you .ppc-blog-section .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .page-template-template-customer-thank-you .business-tool-section .section-sub-title, .page-template-template-customer-thank-you .ppc-blog-section .section-sub-title {
    min-height: inherit !important;
  }
}
@media (max-width: 992px) {
  .page-template-template-customer-thank-you .business-tool-section .section-title, .page-template-template-customer-thank-you .ppc-blog-section .section-title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-customer-thank-you .ppc-thank-you .contnt-lft figure img {
    max-height: 70px;
  }
  .page-template-template-customer-thank-you .ppc-thank-you .business-tool-section .bus-box figure .play-icon img {
    max-height: 40px;
  }
  .page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .play-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    transform: translate(-50%, -50%);
  }
  .page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .play-icon img {
    max-height: 35px;
  }
  .page-template-template-customer-thank-you .ppc-thank-you .academy-vid-sec .play-icon span {
    display: none;
    font-size: 15px;
  }
}
.page-template-template-customer-thank-you .customer-instake-thank-you .customer-instake-inner {
  justify-content: center !important;
}
.page-template-template-customer-thank-you .customer-instake-thank-you .intake-lft-content {
  text-align: center;
  padding-right: 0;
}
.page-template-template-customer-thank-you .customer-have-section {
  background-color: #c7e7f5;
}
.page-template-template-customer-thank-you .customer-have-section .acedemy-logo {
  width: 40%;
}
@media (max-width: 991px) {
  .page-template-template-customer-thank-you .customer-have-section .acedemy-logo {
    width: 45%;
  }
}
.page-template-template-customer-thank-you .customer-have-section .section-title {
  font-size: 40px;
}
@media (max-width: 1100px) {
  .page-template-template-customer-thank-you .customer-have-section .section-title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-customer-thank-you .customer-have-section .section-description {
    margin: 0 0 20px 0;
  }
}
.page-template-template-customer-thank-you .customer-tool-sec .container {
  max-width: 1180px;
  margin: 0 auto;
}
.page-template-template-customer-thank-you .customer-tool-sec .section-title {
  font-size: 40px;
}
@media (max-width: 1100px) {
  .page-template-template-customer-thank-you .customer-tool-sec .section-title {
    font-size: 30px;
  }
}
.page-template-template-customer-thank-you .subscribe-form--footer {
  display: none;
}

.pos-calculator--form.wpforms-container.wpforms-container-full form {
  background: #e6f4ff;
  border: 1px solid #cfe7f9;
  padding: 25px;
  border-radius: 10px;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page-indicator.none {
  display: none;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form ul {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100%;
  margin-top: 10px;
  flex-direction: unset !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form ul li {
  width: 30%;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form ul li:before, .pos-calculator--form.wpforms-container.wpforms-container-full form ul li:after {
  content: none;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form ul li:nth-child(1), .pos-calculator--form.wpforms-container.wpforms-container-full form ul li:nth-child(2) {
  width: 80px !important;
}
@media (max-width: 600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form ul li:nth-child(1), .pos-calculator--form.wpforms-container.wpforms-container-full form ul li:nth-child(2) {
    width: 70px !important;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form ul li:nth-child(3) {
  width: 100px !important;
}
@media (min-width: 1921px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form ul li:nth-child(3) {
    width: 120px !important;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-field {
  padding: 0 0 15px 0 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form input,
.pos-calculator--form.wpforms-container.wpforms-container-full form textarea,
.pos-calculator--form.wpforms-container.wpforms-container-full form select {
  border: 0 solid #E8E6E6 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form input[type=checkbox]::before,
.pos-calculator--form.wpforms-container.wpforms-container-full form input[type=radio]::before {
  left: -3px;
  top: -3px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form input[type=checkbox]::after,
.pos-calculator--form.wpforms-container.wpforms-container-full form input[type=radio]::after {
  left: -1px;
  top: -1px;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form input[type=checkbox]:checked::before,
.pos-calculator--form.wpforms-container.wpforms-container-full form input[type=radio]:checked::before {
  box-shadow: 0 0 0 1px #467ff7 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form input[type=checkbox]:checked::after,
.pos-calculator--form.wpforms-container.wpforms-container-full form input[type=radio]:checked::after {
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #467ff7;
}
@media (min-width: 1921px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form input[type=checkbox]:checked::after,
  .pos-calculator--form.wpforms-container.wpforms-container-full form input[type=radio]:checked::after {
    width: 15px;
    height: 15px;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form button.wpforms-page-button {
  background: #467ff7 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-field.wpforms-field-pagebreak .wpforms-page-button {
  margin: 15px 10px 0;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page .wpforms-field.wpforms-field-payment-single {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-field {
  padding: 0 0 10px 0 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(1), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(2) {
  width: 20% !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(3) {
  width: 32% !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(4) {
  width: 28% !important;
}
@media (max-width: 1600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row {
    flex-wrap: wrap !important;
  }
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(1), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(2), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(3), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(4) {
    width: 50% !important;
  }
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(1), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(1), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(2), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(3), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(4) {
    width: 100% !important;
  }
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-1 .wpforms-layout-row .wpforms-layout-column:nth-child(3) {
    margin-bottom: 10px;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field-label, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field-label {
  margin-bottom: 5px !important;
  min-height: 40px;
}
@media (max-width: 1200px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field-label, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field-label {
    min-height: 60px;
  }
}
@media (max-width: 1200px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field-label, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field-label {
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field-label, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field-label {
    min-height: 60px;
  }
}
@media (max-width: 600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field-label, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field-label {
    min-height: inherit;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-single-item-price-content, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-single-item-price-content {
  margin: 0 0 10px 0 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field .wpforms-field-layout, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field .wpforms-field-layout {
  padding: 0 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field.wpforms-calculations-field, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.wpforms-calculations-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field.wpforms-calculations-field .wpforms-field-label, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.wpforms-calculations-field .wpforms-field-label {
  width: 100% !important;
  margin: 0 0 15px 0 !important;
  min-height: inherit;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field.wpforms-calculations-field .wpforms-field-medium, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.wpforms-calculations-field .wpforms-field-medium {
  width: 345px !important;
}
@media (max-width: 600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-2 .wpforms-field.wpforms-calculations-field .wpforms-field-medium, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.wpforms-calculations-field .wpforms-field-medium {
    width: 100% !important;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(2), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(4), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(5), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(6) {
  width: 100%;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(1), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(3) {
  width: 50%;
}
@media (max-width: 1700px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(1), .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(3) {
    width: 100%;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(1) {
  order: 1;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(3) {
  order: 2;
}
@media (max-width: 1700px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(3) {
    order: 3;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(2) {
  order: 3;
}
@media (max-width: 1700px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(2) {
    order: 2;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(4) {
  order: 4;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(5) {
  order: 5;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field:nth-child(6) {
  order: 6;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.not-for--hardware div {
  background: #fff8e6;
  display: inline-block;
  padding: 5px 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #333 !important;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.hardware-need fieldset {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.hardware-need fieldset ul {
  width: calc(100% - 270px) !important;
  display: inline-flex !important;
}
@media (max-width: 600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.hardware-need fieldset ul {
    width: 100% !important;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.hardware-need fieldset .wpforms-field-description {
  width: 270px !important;
  text-align: left !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.85) !important;
}
@media (max-width: 600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.hardware-need fieldset .wpforms-field-description {
    width: 100% !important;
    order: -1;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field.not-for--hardware div {
  background: #fff8e6;
  display: inline-block;
  padding: 5px 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field .wpforms-field-label {
    min-height: 40px;
  }
}
@media (max-width: 1024px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field .wpforms-field-label {
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-3 .wpforms-field .wpforms-field-label {
    min-height: 40px;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 {
    justify-content: center;
  }
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 .wpforms-field-row-block:first-child {
    padding-inline-start: 0;
    margin-bottom: 15px;
  }
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 .wpforms-field .wpforms-field-row .wpforms-one-half {
    width: 100% !important;
    padding: 0 !important;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 .wpforms-field {
  width: 100%;
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 .wpforms-field.wpforms-field-email, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 .wpforms-field.wpforms-field-phone {
  width: calc(50% - 10px) !important;
}
@media (max-width: 600px) {
  .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 .wpforms-field.wpforms-field-email, .pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-page.wpforms-page-4 .wpforms-field.wpforms-field-phone {
    width: 100% !important;
  }
}
.pos-calculator--form.wpforms-container.wpforms-container-full form .wpforms-submit-container {
  display: flex;
  justify-content: center;
}

@media (min-width: 1921px) {
  .testimonial-listing--page .container {
    max-width: 1600px;
  }
}
.testimonial-listing--page .section-title--medium {
  font-weight: 700;
}
.testimonial-listing--page .watch-video--link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  color: #457EF7;
}
@media (min-width: 1921px) {
  .testimonial-listing--page .watch-video--link {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1440px) {
  .testimonial-listing--page .watch-video--link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .testimonial-listing--page .watch-video--link {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 30px;
    justify-content: center;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.testimonial-listing--page .watch-video--link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30' fill='none'%3E%3Cpath d='M15.5153 28.588C23.0313 28.588 29.1242 22.5112 29.1242 15.015C29.1242 7.51882 23.0313 1.44196 15.5153 1.44196C7.99922 1.44196 1.90625 7.51882 1.90625 15.015C1.90625 22.5112 7.99922 28.588 15.5153 28.588Z' fill='white' stroke='%231C6EF8' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1066 14.8056L11.7416 20.6002L11.5176 9.42981L21.1066 14.8056Z' fill='%231C6EF8'/%3E%3C/svg%3E");
  width: 30px;
  display: inline-block;
  height: 30px;
  margin-left: 5px;
}
.testimonial-listing--page .watch-video--link:hover {
  color: #141F7D;
}
.testimonial-listing--page .watch-video--link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' viewBox='0 0 31 30' fill='none'%3E%3Cpath d='M15.5153 28.588C23.0313 28.588 29.1242 22.5112 29.1242 15.015C29.1242 7.51882 23.0313 1.44196 15.5153 1.44196C7.99922 1.44196 1.90625 7.51882 1.90625 15.015C1.90625 22.5112 7.99922 28.588 15.5153 28.588Z' fill='white' stroke='%23141F7D' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1066 14.8056L11.7416 20.6002L11.5176 9.42981L21.1066 14.8056Z' fill='%23141F7D'/%3E%3C/svg%3E");
}
.testimonial-listing--page .btn-blue, .testimonial-listing--page .cta-green, .testimonial-listing--page .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .testimonial-listing--page .nav-link, .testimonial-listing--page .btn-blue-outline {
  padding: 15px 40px;
}
.testimonial-listing--page .slick-dots {
  bottom: auto;
}
.testimonial-listing--page .slick-dots li {
  width: 12px;
  height: 12px;
}
.testimonial-listing--page .slick-dots li button {
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
}
.testimonial-listing--page .slick-dots li button::before {
  font-size: 0;
  color: #ffffff;
  line-height: 0;
  content: "";
  background: #467FF7;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.testimonial-listing--page .solution-slide {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2);
  margin: 30px 20px;
  transition: all 0.3s ease;
}
.testimonial-listing--page .solution-slide:hover {
  background: #467FF7;
}
.testimonial-listing--page .solution-slide:hover .solution-icon {
  background: #ffffff;
}
.testimonial-listing--page .solution-slide:hover .solution-data .heading-22, .testimonial-listing--page .solution-slide:hover .solution-data .cta-menu--section .menu-title, .cta-menu--section .testimonial-listing--page .solution-slide:hover .solution-data .menu-title, .testimonial-listing--page .solution-slide:hover .solution-data .cta-menu--section ul li a, .cta-menu--section ul li .testimonial-listing--page .solution-slide:hover .solution-data a {
  color: #ffffff;
}
.testimonial-listing--page .solution-slide:hover .solution-data .solution-link {
  color: #ffffff;
}
.testimonial-listing--page .solution-slide:hover .solution-data .solution-link svg {
  left: 15px;
}
.testimonial-listing--page .solution-slide:hover .solution-data .solution-link svg path {
  fill: #ffffff;
}
.testimonial-listing--page .solution-slide a {
  padding: 25px 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.testimonial-listing--page .solution-slide a .solution-icon {
  width: 90px;
  height: 90px;
  background: #E0EAFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.testimonial-listing--page .solution-slide a .solution-data .heading-22, .testimonial-listing--page .solution-slide a .solution-data .cta-menu--section .menu-title, .cta-menu--section .testimonial-listing--page .solution-slide a .solution-data .menu-title, .testimonial-listing--page .solution-slide a .solution-data .cta-menu--section ul li a, .cta-menu--section ul li .testimonial-listing--page .solution-slide a .solution-data a {
  color: #000000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 25px 0 10px 0;
  min-height: 56px;
}
.testimonial-listing--page .solution-slide a .solution-data .solution-link {
  color: #467FF7;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.testimonial-listing--page .solution-slide a .solution-data .solution-link svg {
  position: relative;
  top: 2px;
  left: 10px;
  transition: all 0.3s ease-in-out;
}

.testimonial-video--banner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial-video--banner {
    margin-bottom: 30px;
  }
}
.testimonial-video--banner:before {
  content: "";
  background: #EFFAFF;
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .testimonial-video--banner:before {
    height: 55%;
  }
}
@media (max-width: 767px) {
  .testimonial-video--banner:before {
    height: 100%;
  }
}

.testimonial-banner {
  padding-bottom: 30px;
}
.testimonial-banner .banner-content.text-center {
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .testimonial-banner .banner-content.text-center {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .testimonial-banner .banner-content.text-center {
    max-width: 100%;
  }
}
.testimonial-banner .banner-content.text-center .banner-title.header-h1 {
  font-size: 47px;
  line-height: 1.2;
  color: #1E1C37;
}
.testimonial-banner .banner-content.text-center .banner-title.header-h1 span {
  color: #467FF7;
}
@media (min-width: 1921px) {
  .testimonial-banner .banner-content.text-center .banner-title.header-h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .testimonial-banner .banner-content.text-center .banner-title.header-h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .testimonial-banner .banner-content.text-center .banner-title.header-h1 {
    font-size: 30px;
  }
}
.testimonial-banner .banner-content.text-center .description, .testimonial-banner .banner-content.text-center .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .testimonial-banner .banner-content.text-center a.dropdown-item, .testimonial-banner .banner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .testimonial-banner .banner-content.text-center .latest-post-title, .testimonial-banner .banner-content.text-center .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .testimonial-banner .banner-content.text-center .content, .testimonial-banner .banner-content.text-center .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .testimonial-banner .banner-content.text-center .page-numbers {
  font-weight: 400;
  margin: 20px 0;
  color: #1E1C37;
}
@media (max-width: 991px) {
  .testimonial-banner {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-banner .btn-blue + .btn-blue-outline, .testimonial-banner .btn-blue-outline + .btn-blue-outline, .testimonial-banner .cta-green + .btn-blue-outline, .testimonial-banner .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .testimonial-banner .nav-link + .btn-blue-outline {
    margin-left: auto;
    margin-top: 20px;
  }
}

.video-two--section .container {
  max-width: 1370px;
}
@media (min-width: 1921px) {
  .video-two--section .container {
    max-width: 1600px;
  }
}
@media (max-width: 1400px) {
  .video-two--section .container {
    max-width: 1270px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .video-two--section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .video-two--section.section-space-bottom {
    padding-bottom: 0;
  }
}
.video-two--section .video-content {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .video-two--section .video-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .video-two--section .video-content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}
.video-two--section .video-content .video-image {
  cursor: pointer;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 30px;
  background: #D9D9D9;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .video-two--section .video-content .video-image {
    height: auto;
  }
}
.video-two--section .video-content .video-image:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 30px;
}
.video-two--section .video-content .video-image .watch-video {
  width: 110px;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #1C6EF8;
  border-radius: 50%;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-two--section .video-content .video-image .watch-video:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #1C6EF8;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.video-two--section .video-content .video-image .watch-video svg {
  width: 55px;
}
@media (max-width: 1440px) {
  .video-two--section .video-content .video-image .watch-video {
    width: 90px;
    height: 90px;
  }
  .video-two--section .video-content .video-image .watch-video svg {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .video-two--section .video-content .video-image .watch-video {
    width: 70px;
    height: 70px;
  }
  .video-two--section .video-content .video-image .watch-video svg {
    width: 40px;
  }
}
.video-two--section .video-content .video-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.video-two--section .video-content .heading-24, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.heading-27, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .video-two--section .video-content h3.agreements-block-title, .video-two--section .video-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.agreements-block-title, .video-two--section .video-content .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .video-two--section .video-content .module_title, .video-two--section .video-content .career-block .career-details h4, .career-block .career-details .video-two--section .video-content h4, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .video-two--section .video-content h3, .video-two--section .video-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .video-two--section .video-content .filter-text, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .video-two--section .video-content h3.pro-title, .video-two--section .video-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.pro-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 30px 0 0;
  color: #457EF7;
}
@media (max-width: 767px) {
  .video-two--section .video-content .heading-24, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.heading-27, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .video-two--section .video-content h3.agreements-block-title, .video-two--section .video-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.agreements-block-title, .video-two--section .video-content .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .video-two--section .video-content .module_title, .video-two--section .video-content .career-block .career-details h4, .career-block .career-details .video-two--section .video-content h4, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .video-two--section .video-content h3, .video-two--section .video-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.most-recent_title, .video-two--section .video-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .video-two--section .video-content .filter-text, .video-two--section .video-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .video-two--section .video-content h3.pro-title, .video-two--section .video-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .video-two--section .video-content h3.pro-title {
    margin: 20px 0 0;
  }
}
.video-two--section .video-content .heading-30 {
  color: #000000;
  margin: 10px 0 15px 0;
}
@media (min-width: 1921px) {
  .video-two--section .video-content .heading-30 {
    font-size: 36px;
    line-height: 42px;
  }
}
.video-two--section .video-content .description p, .video-two--section .video-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .video-two--section .video-content a.dropdown-item p, .video-two--section .video-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .video-two--section .video-content .latest-post-title p, .video-two--section .video-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .video-two--section .video-content .content p, .video-two--section .video-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .video-two--section .video-content .page-numbers p {
  color: #000000;
}
@media (max-width: 1919px) {
  .video-two--section .video-content .description p, .video-two--section .video-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .video-two--section .video-content a.dropdown-item p, .video-two--section .video-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .video-two--section .video-content .latest-post-title p, .video-two--section .video-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .video-two--section .video-content .content p, .video-two--section .video-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .video-two--section .video-content .page-numbers p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1440px) {
  .video-two--section .video-content .description p, .video-two--section .video-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .video-two--section .video-content a.dropdown-item p, .video-two--section .video-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .video-two--section .video-content .latest-post-title p, .video-two--section .video-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .video-two--section .video-content .content p, .video-two--section .video-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .video-two--section .video-content .page-numbers p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}

@media (max-width: 1600px) {
  .text-testimonial--section .container {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .text-testimonial--section .container {
    width: calc(100% - 50px);
  }
}
@media (max-width: 991px) {
  .text-testimonial--section .container {
    width: 100%;
  }
}
.text-testimonial--section .text-testimonial--block {
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .text-testimonial--section .text-testimonial--block .row.align-items-center {
    align-items: stretch !important;
  }
}
@media (max-width: 991px) {
  .text-testimonial--section .text-testimonial--block {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .text-testimonial--section .text-testimonial--block {
    max-width: 500px;
  }
}
.text-testimonial--section .text-testimonial--block .icon {
  display: block;
  width: 100%;
}
.text-testimonial--section .text-testimonial--block .icon img {
  display: block;
  max-width: 200px;
}
@media (max-width: 991px) {
  .text-testimonial--section .text-testimonial--block .icon img {
    display: block;
    margin: 0 auto;
  }
}
.text-testimonial--section .text-testimonial--block .author-image {
  padding-top: 0;
  height: 100%;
}
.text-testimonial--section .text-testimonial--block .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .text-testimonial--section .text-testimonial--block .author-image {
    height: 100%;
  }
  .text-testimonial--section .text-testimonial--block .author-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .text-testimonial--section .text-testimonial--block .author-image {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .text-testimonial--section .text-testimonial--block .author-image img {
    height: auto;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .text-testimonial--section .text-testimonial--block .author-image {
    padding-top: 0;
  }
}
.text-testimonial--section .text-testimonial--block .testimonial-content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 50px 50px 40px;
}
@media (max-width: 1600px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content {
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content {
    padding: 20px 20px 20px 0;
  }
  .text-testimonial--section .text-testimonial--block .testimonial-content .description.title-space, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.title-space.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .title-space.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .title-space.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .title-space.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .text-testimonial--section .text-testimonial--block .testimonial-content .description, .text-testimonial--section .text-testimonial--block .testimonial-content .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content .description, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .text-testimonial--section .text-testimonial--block .testimonial-content .description, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .description.heading-27, .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .description.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .latest-post-title.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .content.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .content.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-numbers.heading-27, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.heading-27, .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .text-testimonial--section .text-testimonial--block .testimonial-content .description, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .savetime-reduce--section .description, .savetime-reduce--section .text-testimonial--section .text-testimonial--block .testimonial-content .description, .text-testimonial--section .text-testimonial--block .testimonial-content .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-modern-retail--section .description, .pos-modern-retail--section .text-testimonial--section .text-testimonial--block .testimonial-content .description, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .text-testimonial--section .text-testimonial--block .testimonial-content .description.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .latest-post-title.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .content.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .text-testimonial--section .text-testimonial--block .testimonial-content .content.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .content.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .page-numbers.section-title--medium, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .page-numbers.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.section-title--medium, .text-testimonial--section .text-testimonial--block .testimonial-content .own-customer-loyalty-main .own-your-content .description.own-content, .own-customer-loyalty-main .own-your-content .text-testimonial--section .text-testimonial--block .testimonial-content .description.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .latest-post-title.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .content.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .text-testimonial--section .text-testimonial--block .testimonial-content .content.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .content.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .page-numbers.own-content, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .page-numbers.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.own-content, .text-testimonial--section .text-testimonial--block .testimonial-content .advance-retail-main .advance-retail-main-content .description.sub-description, .advance-retail-main .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content .description.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .latest-post-title.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .content.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content .content.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .page-numbers.sub-description, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.sub-description, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .text-testimonial--section .text-testimonial--block .testimonial-content a.description, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.description, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .text-testimonial--section .text-testimonial--block .testimonial-content .description.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .text-testimonial--section .text-testimonial--block .testimonial-content .content.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .description.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .content.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .increase-revenue--section .revenue-points .recent-article .text-testimonial--section .text-testimonial--block .testimonial-content .description.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .increase-revenue--section .revenue-points .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .description.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-article .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.description, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.description, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .text-testimonial--section .text-testimonial--block .testimonial-content h3.description, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .text-testimonial--section .text-testimonial--block .testimonial-content h3.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .text-testimonial--section .text-testimonial--block .testimonial-content h3.content, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .text-testimonial--section .text-testimonial--block .testimonial-content h3.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content h3.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content h3.description, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content h3.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content h3.content, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content h3.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content h3.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .description.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .description.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .increase-revenue--section .revenue-points .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .description.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.description, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.description, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.description, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content a.content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content a.page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .text-testimonial--section .text-testimonial--block .testimonial-content .content, .text-testimonial--section .text-testimonial--block .testimonial-content .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .text-testimonial--section .text-testimonial--block .testimonial-content .description.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .text-testimonial--section .text-testimonial--block .testimonial-content .content.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .page-numbers.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .description.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .content.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-numbers.pro-title, .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers.pro-title {
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content {
    padding: 20px;
    height: auto;
    flex-direction: column;
    text-align: center;
  }
}
.text-testimonial--section .text-testimonial--block .testimonial-content .heading-24, .text-testimonial--section .text-testimonial--block .testimonial-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .text-testimonial--section .text-testimonial--block .testimonial-content h3.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .text-testimonial--section .text-testimonial--block .testimonial-content .module_title, .text-testimonial--section .text-testimonial--block .testimonial-content .career-block .career-details h4, .career-block .career-details .text-testimonial--section .text-testimonial--block .testimonial-content h4, .text-testimonial--section .text-testimonial--block .testimonial-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .text-testimonial--section .text-testimonial--block .testimonial-content h3.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .text-testimonial--section .text-testimonial--block .testimonial-content h3, .text-testimonial--section .text-testimonial--block .testimonial-content .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .text-testimonial--section .text-testimonial--block .testimonial-content h3, .text-testimonial--section .text-testimonial--block .testimonial-content .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content h3.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content h3.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .text-testimonial--section .text-testimonial--block .testimonial-content .filter-text, .text-testimonial--section .text-testimonial--block .testimonial-content .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .text-testimonial--section .text-testimonial--block .testimonial-content h3.pro-title, .text-testimonial--section .text-testimonial--block .testimonial-content .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .text-testimonial--section .text-testimonial--block .testimonial-content h3.pro-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #467FF7;
}
.text-testimonial--section .text-testimonial--block .testimonial-content .heading-30 {
  margin: 10px 0 20px 0;
}
@media (max-width: 991px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content .heading-30 {
    margin: 15px 0;
  }
}
.text-testimonial--section .text-testimonial--block .testimonial-content .description p, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers p {
  color: #000000;
  margin: 0;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1600px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content .description p, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1440px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content .description p, .text-testimonial--section .text-testimonial--block .testimonial-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content a.dropdown-item p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .latest-post-title p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .content p, .text-testimonial--section .text-testimonial--block .testimonial-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .page-numbers p {
    font-size: 17px;
    line-height: 25px;
  }
}
.text-testimonial--section .text-testimonial--block .testimonial-content .store-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content .store-data {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}
.text-testimonial--section .text-testimonial--block .testimonial-content .store-data .stores {
  width: auto;
  margin-right: 20px;
  margin-bottom: 15px;
}
.text-testimonial--section .text-testimonial--block .testimonial-content .store-data .stores:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .stores {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .stores {
    margin-bottom: 15px;
  }
  .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .stores:last-child {
    margin-bottom: 0;
  }
}
.text-testimonial--section .text-testimonial--block .testimonial-content .store-data .heading-27, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .text-testimonial--section .text-testimonial--block .testimonial-content .store-data a, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .text-testimonial--section .text-testimonial--block .testimonial-content .store-data a, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .agreements-block-title, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .recent-article .most-recent_title, .recent-article .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .recent-article .most-recent_title a, .recent-article .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content .store-data a, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .text-testimonial--section .text-testimonial--block .testimonial-content .store-data h3, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .most-recent_title, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .text-testimonial--section .text-testimonial--block .testimonial-content .store-data a, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .pro-title {
  font-size: 25px;
  line-height: normal;
  color: #467FF7;
  margin: 0 0 5px 0;
  font-weight: 900;
}
.text-testimonial--section .text-testimonial--block .testimonial-content .store-data .description, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content .store-data a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .content, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .page-numbers {
  color: #000000;
  font-weight: 400;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .text-testimonial--section .text-testimonial--block .testimonial-content .store-data {
    margin-bottom: 20px;
  }
  .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .description, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .text-testimonial--section .text-testimonial--block .testimonial-content .store-data a.dropdown-item, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .latest-post-title, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .content, .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .text-testimonial--section .text-testimonial--block .testimonial-content .store-data .page-numbers {
    margin-bottom: 0;
  }
}

@media (max-width: 1500px) {
  .testimonial-logo--section .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .testimonial-logo--section .container {
    max-width: 95%;
  }
}

.testimonial-logo--slider {
  position: relative;
}
.testimonial-logo--slider .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-logo--slider .slick-item .retailers-logo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .testimonial-logo--slider .slick-item .retailers-logo a {
    margin-bottom: 20px;
  }
}
.testimonial-logo--slider .slick-item .retailers-logo img {
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: 100%;
  display: block;
  height: 100px;
  max-height: unset;
}
.testimonial-logo--slider .slick-item .retailers-logo img:hover {
  filter: inherit;
}
@media (max-width: 767px) {
  .testimonial-logo--slider .slick-item .retailers-logo {
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .testimonial-logo--slider .slick-item .retailers-logo img {
    height: 100px;
    padding: 10px;
    max-width: 250px;
    width: 100%;
  }
}
.testimonial-logo--slider .slick-arrow {
  width: 40px;
  height: 40px;
  right: -60px;
  background: #467FF7;
  border-radius: 50%;
}
.testimonial-logo--slider .slick-arrow.slick-prev {
  left: -60px;
}
.testimonial-logo--slider .slick-arrow.slick-prev::before {
  content: "";
  left: -2px;
}
.testimonial-logo--slider .slick-arrow.slick-next::before {
  content: "";
  left: 2px;
}
.testimonial-logo--slider .slick-arrow:hover {
  opacity: 0.7;
}
@media (max-width: 1440px) {
  .testimonial-logo--slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
}

.testimonial-video {
  background: linear-gradient(180deg, #EFFAFF 0%, #FFF 52.5%, #EDF9FF 100%);
}
@media (max-width: 767px) {
  .testimonial-video {
    padding-bottom: 0;
  }
  .testimonial-video .section-title--medium {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial-video .testimonial-mobile--slider .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .testimonial-video .testimonial-mobile--slider .col-md-4 {
    width: 100%;
  }
}
.testimonial-video .testimonial-card {
  margin-top: 60px;
}
@media (min-width: 1921px) {
  .testimonial-video .testimonial-card {
    padding: 0 15px;
  }
}
@media (max-width: 1440px) {
  .testimonial-video .testimonial-card {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .testimonial-video .testimonial-card {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .testimonial-video .testimonial-card {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-video .testimonial-card {
    min-height: inherit;
    text-align: center;
    margin-top: 0;
  }
}
.testimonial-video .testimonial-card .video-image {
  cursor: pointer;
}
.testimonial-video .testimonial-card .testimonial-image {
  border-radius: 30px;
  background: #D9D9D9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 767px) {
  .testimonial-video .testimonial-card .testimonial-image {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .testimonial-video .testimonial-card .category--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .testimonial-video .testimonial-card .category--list span.category {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-video .testimonial-card .category--list span.category + span.category {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-video .testimonial-card .category--list {
    justify-content: center;
  }
}
.testimonial-video .testimonial-card .category, .testimonial-video .testimonial-card span.category {
  display: inline-flex;
  color: #ffffff;
  padding: 6px 20px 6px 40px;
  margin: 30px 0 15px 0;
  border-radius: 30px;
  background: #141F7D;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-video .testimonial-card .category, .testimonial-video .testimonial-card span.category {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .testimonial-video .testimonial-card .category, .testimonial-video .testimonial-card span.category {
    margin: 15px 0;
  }
}
.testimonial-video .testimonial-card .category:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #1C6EF8;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: 20px;
}
.testimonial-video .testimonial-card .category + .category {
  margin-left: 15px;
}
.testimonial-video .testimonial-card .heading-27, .testimonial-video .testimonial-card .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .testimonial-video .testimonial-card a, .testimonial-video .testimonial-card .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .testimonial-video .testimonial-card a, .testimonial-video .testimonial-card .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .testimonial-video .testimonial-card .agreements-block-title, .testimonial-video .testimonial-card .recent-article .most-recent_title, .recent-article .testimonial-video .testimonial-card .most-recent_title, .testimonial-video .testimonial-card .recent-article .most-recent_title a, .recent-article .most-recent_title .testimonial-video .testimonial-card a, .testimonial-video .testimonial-card .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .testimonial-video .testimonial-card h3, .testimonial-video .testimonial-card .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .testimonial-video .testimonial-card .most-recent_title, .testimonial-video .testimonial-card .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .testimonial-video .testimonial-card a, .testimonial-video .testimonial-card .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .testimonial-video .testimonial-card .pro-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.casestudy-section .section-title--medium {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .casestudy-section .section-title--medium {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .casestudy-section .section-title--medium {
    margin-bottom: 0;
  }
}
.casestudy-section .col-lg-12:last-child .casestudy-item {
  align-items: center;
}
.casestudy-section .col-lg-12:last-child .casestudy-item .casestudy-image {
  margin-bottom: 0;
}
.casestudy-section .case-study--list .casestudy-content .casestudy-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list .casestudy-content .casestudy-data {
    justify-content: center;
  }
}
.casestudy-section .case-study--list .casestudy-content .casestudy-data .category {
  border-radius: 5px;
  border: 2px solid #8E8D8D;
  background: #ffffff;
  padding: 6px 15px;
  color: #1C6EF8;
  font-size: 16px;
  font-weight: 100;
  line-height: normal;
}
.casestudy-section .case-study--list .casestudy-content .casestudy-data .read-time {
  color: #457EF7;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 10px;
}
.casestudy-section .case-study--list .casestudy-content .casestudy-title {
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}
.casestudy-section .case-study--list .casestudy-content .casestudy-title a {
  color: #000000;
}
.casestudy-section .case-study--list .casestudy-content .casestudy-title a:hover {
  color: #467FF7;
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list .casestudy-content .casestudy-title {
    font-size: 20px;
  }
}
.casestudy-section .case-study--list .casestudy-content .case-description {
  color: #000000;
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list .casestudy-content {
    margin-top: 20px;
  }
}
.casestudy-section .case-study--list .casestudy-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 15px;
  background: #D9D9D9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list .casestudy-image {
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
.casestudy-section .case-study--list .casestudy-image a {
  display: block;
  height: 100%;
}
.casestudy-section .case-study--list .casestudy-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.casestudy-section .case-study--list .casestudy-item:hover .casestudy-title a {
  color: #467FF7;
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-item {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-item {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-item .casestudy-image {
    width: 50%;
    height: 264px;
  }
  .casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-item .casestudy-content {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-item .casestudy-image {
    width: 100%;
    height: auto;
  }
  .casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-item .casestudy-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-item .casestudy-title {
  font-size: 24px;
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-image {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-image {
    margin-bottom: 0;
  }
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(1) .casestudy-title {
  font-size: 36px;
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item {
    margin-top: 0;
  }
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item .casestudy-image {
  width: 50%;
  height: 264px;
}
@media (max-width: 1199px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item .casestudy-image {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item .casestudy-image {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item .casestudy-content {
  width: 50%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item .casestudy-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(2) .casestudy-item .casestudy-title {
  font-size: 24px;
}
.casestudy-section .case-study--list div[class*=col-]:nth-child(2) div[class*=col-]:last-child .casestudy-item {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .casestudy-section .case-study--list div[class*=col-]:nth-child(2) div[class*=col-]:last-child .casestudy-item {
    margin-top: 0;
  }
}
.casestudy-section .case-study--list .case-study-loadmore-content {
  margin-top: 50px;
}
.casestudy-section .case-study--list .case-study-loadmore-content .load-more-btn {
  width: auto;
}
.casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(2) .casestudy-item {
  padding-left: 0;
  display: inline-block;
}
.casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(2) .casestudy-item .casestudy-image {
  width: 100%;
}
.casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(2) .casestudy-item .casestudy-content {
  padding-left: 0;
  width: 100%;
}
.casestudy-section .case-study--list .case-study-loadmore-content .col-xl-4 + .case-study.loadmore {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .casestudy-section .case-study--list .case-study-loadmore-content .col-xl-4 + .case-study.loadmore {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .casestudy-section .case-study--list .case-study-loadmore-content {
    margin-top: 0;
  }
  .casestudy-section .case-study--list .case-study-loadmore-content .casestudy-item, .casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(2) .casestudy-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
    padding-left: 0;
  }
  .casestudy-section .case-study--list .case-study-loadmore-content .casestudy-item .casestudy-image, .casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(2) .casestudy-item .casestudy-image {
    width: 50%;
    height: 264px;
  }
  .casestudy-section .case-study--list .case-study-loadmore-content .casestudy-item .casestudy-content, .casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(2) .casestudy-item .casestudy-content {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(1) .casestudy-item {
    margin-top: 0;
  }
  .casestudy-section .case-study--list .case-study-loadmore-content .casestudy-item .casestudy-image, .casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(2) .casestudy-item .casestudy-image {
    width: 100%;
    height: auto;
  }
  .casestudy-section .case-study--list .case-study-loadmore-content .casestudy-item .casestudy-content, .casestudy-section .case-study--list .case-study-loadmore-content div[class*=col-]:nth-child(2) .casestudy-item .casestudy-content {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.casestudy-section .case-study--list .case-study.loadmore {
  text-align: center;
}

@media (max-width: 767px) {
  .testimonial-cta {
    padding-bottom: 0;
  }
  .testimonial-cta .container {
    padding: 0;
  }
}
.testimonial-cta .inner-cta {
  background: url(/wp-content/themes/goftx/dist/images/testimonial-cta.jpg) no-repeat left center/cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  min-height: 500px;
}
@media (min-width: 1921px) {
  .testimonial-cta .inner-cta {
    background-size: cover;
    background-position: center;
    background-color: #07193c;
    min-height: 920px;
  }
}
@media (max-width: 1600px) {
  .testimonial-cta .inner-cta {
    background-position: center;
  }
}
@media (max-width: 1280px) {
  .testimonial-cta .inner-cta {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .testimonial-cta .inner-cta {
    background-position: right;
  }
}
@media (max-width: 575px) {
  .testimonial-cta .inner-cta {
    background-position: 90%;
  }
}
@media (max-width: 425px) {
  .testimonial-cta .inner-cta {
    background-position: 80%;
  }
}
@media (max-width: 375px) {
  .testimonial-cta .inner-cta {
    background-position: 76% 0;
  }
}
.testimonial-cta .inner-cta .cta-image {
  display: none;
}
.testimonial-cta .inner-cta .cta-content {
  width: 100%;
  text-align: center;
  max-width: 730px;
  box-sizing: border-box;
  padding: 60px 0;
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 1921px) {
  .testimonial-cta .inner-cta .cta-content {
    max-width: 60%;
    padding: 120px 0;
  }
}
@media (max-width: 1200px) {
  .testimonial-cta .inner-cta .cta-content {
    padding: 20px;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .testimonial-cta .inner-cta .cta-content {
    max-width: 450px;
    padding: 20px;
    margin-left: 0;
  }
  .testimonial-cta .inner-cta .cta-content br {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-cta .inner-cta .cta-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .testimonial-cta .inner-cta .cta-content:before {
    content: "";
    display: block;
    background: rgba(7, 25, 60, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.testimonial-cta .inner-cta .cta-content .section-title--medium {
  color: #ffffff;
}
.testimonial-cta .inner-cta .cta-content .description, .testimonial-cta .inner-cta .cta-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .testimonial-cta .inner-cta .cta-content a.dropdown-item, .testimonial-cta .inner-cta .cta-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .testimonial-cta .inner-cta .cta-content .latest-post-title, .testimonial-cta .inner-cta .cta-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .testimonial-cta .inner-cta .cta-content .content, .testimonial-cta .inner-cta .cta-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .testimonial-cta .inner-cta .cta-content .page-numbers {
  color: #ffffff;
}
.testimonial-cta .inner-cta .cta-content .btn-blue, .testimonial-cta .inner-cta .cta-content .cta-green, .testimonial-cta .inner-cta .cta-content .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .testimonial-cta .inner-cta .cta-content .nav-link,
.testimonial-cta .inner-cta .cta-content .btn-blue-outline {
  margin-top: 30px;
}

.casestudy-video--popup.cta-popup--video .modal-body {
  max-width: 1285px;
  background: #ffffff;
  padding: 18px;
  border-radius: 50px;
}
@media (max-width: 1440px) {
  .casestudy-video--popup.cta-popup--video .modal-body {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-body {
    border-radius: 20px;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner {
  border-radius: 40px;
  border: 3px solid #939393;
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner {
    border-radius: 23px;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--popup {
  border-radius: 50px;
}
@media (max-width: 1440px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--popup {
    border-radius: 37px;
  }
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--popup {
    border-radius: 20px;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .close {
  width: 70px;
  height: 70px;
  font-size: 60px;
  z-index: 4;
  padding: 0;
  top: -47px;
  right: -47px;
  background: #467FF7;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .close span {
  position: relative;
  font-weight: 400;
  font-size: 40px;
  line-height: 70px;
  top: -3px;
  left: 1px;
}
@media (max-width: 1440px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .close {
    width: 50px;
    height: 50px;
    font-size: 40px;
    top: -30px;
    right: -20px;
  }
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .close span {
    left: 0;
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .close span {
    top: -2px;
  }
}
@media (max-width: 768px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .close {
    width: 30px;
    height: 30px;
    font-size: 25px;
    top: -20px;
    right: -20px;
  }
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .close span {
    font-size: 20px;
    line-height: 30px;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--video {
  height: 100%;
  border-radius: 50px 0 0 50px;
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--video iframe {
  height: 100%;
  border-radius: 37px 0 0 37px;
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 37px 0 0 37px;
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 0;
  }
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 1440px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content {
    max-width: 100%;
    padding: 40px 40px 30px 10px;
  }
}
@media (max-width: 1024px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content {
    padding: 30px 30px 20px 0;
  }
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 767px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content {
    padding: 20px;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content .heading-36 {
  color: #000000;
  text-align: center;
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content .used-hardware {
  color: #000000;
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content .used-hardware {
    margin: 15px 0;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content .used-hardware span {
  color: #1C6EF8;
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .case-study--content .tags p {
  margin: 0;
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block {
    margin-top: 0;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .heading-26 {
  color: #1C6EF8;
  text-align: center;
  font-weight: 700;
  margin: 30px 0 20px;
}
@media (max-width: 1440px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .heading-26 {
    margin-top: 0;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .more-stories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .more-stories {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .more-stories {
    margin-bottom: 0;
    padding: 0 10px;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .more-stories .story-link {
  width: 181px;
  height: 192px;
  border-radius: 10px;
  background: #D9D9D9;
  display: inline-block;
}
@media (max-width: 1366px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .more-stories .story-link {
    width: 30%;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .more-stories .story-link {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .more-stories .story-link {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.casestudy-video--popup.cta-popup--video .modal-body .popup-inner .story-block .more-stories .story-link img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .casestudy-video--popup.cta-popup--video .modal-content {
    height: auto;
  }
  .casestudy-video--popup.cta-popup--video .modal-content .modal-body {
    height: auto;
  }
  .casestudy-video--popup.cta-popup--video .modal-content .modal-body .popup-inner {
    height: auto;
  }
  .casestudy-video--popup.cta-popup--video .modal-content .modal-body .popup-inner .case-study--popup {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 991px) {
  .casestudy-video--popup.cta-popup--video .modal-content {
    height: 90%;
  }
  .casestudy-video--popup.cta-popup--video .modal-content .modal-body {
    height: 100%;
    overflow-y: auto;
    padding: 30px;
  }
}

.business-solution {
  position: relative;
}
.business-solution:before {
  content: "";
  background: linear-gradient(0deg, #EEFAFF 0%, #FFF 150.27%);
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.business-solution .section-title--medium {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .business-solution .section-title--medium {
    margin-bottom: 0;
  }
}
.business-solution .business-solution--slider .slick-prev,
.business-solution .business-solution--slider .slick-next {
  transform: translate(0, 0);
  position: absolute;
  background-image: url(/wp-content/themes/goftx/dist/images/testimonial-arrow-blue.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  opacity: 1;
  background-size: 100%;
  top: -45px;
}
@media (max-width: 1440px) {
  .business-solution .business-solution--slider .slick-prev,
  .business-solution .business-solution--slider .slick-next {
    top: -42px;
  }
}
@media (max-width: 991px) {
  .business-solution .business-solution--slider .slick-prev,
  .business-solution .business-solution--slider .slick-next {
    width: 32px;
    height: 32px;
    top: -34px;
  }
}
.business-solution .business-solution--slider .slick-prev:before,
.business-solution .business-solution--slider .slick-next:before {
  content: none;
}
.business-solution .business-solution--slider .slick-prev:hover,
.business-solution .business-solution--slider .slick-next:hover {
  background-image: url(/wp-content/themes/goftx/dist/images/testimonial-arrow-light-blue.svg);
}
.business-solution .business-solution--slider .slick-prev {
  left: calc(100% - 90px);
  transform: rotate(180deg) !important;
}
@media (max-width: 991px) {
  .business-solution .business-solution--slider .slick-prev {
    left: calc(100% - 70px);
  }
}
.business-solution .business-solution--slider .slick-prev:hover {
  transform: rotate(0) !important;
}
.business-solution .business-solution--slider .slick-next {
  right: 0;
}
.business-solution .business-solution--slider .slick-next:hover {
  transform: rotate(180deg) !important;
}

/** Safari */
.case-study-link-cls {
  display: table;
  margin: 20px auto 0;
  font-size: 20px;
}
@media (max-width: 1600px) {
  .case-study-link-cls {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .post-type-archive-testimonial .cta-popup--video .modal-body {
    padding: 0;
  }
  .post-type-archive-testimonial .cta-popup--video .modal-body .popup-inner iframe {
    height: 225px;
  }
}

@media (max-width: 1600px) {
  .testimonial-listing--page .container {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1300px) {
  .testimonial-listing--page .container {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .testimonial-listing--page .container {
    width: 100%;
  }
}

@media (max-width: 991px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body {
    flex: none;
    height: auto;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup {
    height: 100%;
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 20px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup .case-study--content {
    padding: 30px 30px 10px 0;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup .case-study--content {
    padding: 15px 15px 10px 15px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup .case-study--content .heading-36 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup .case-study--content .heading-36 {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup .case-study--content .used-hardware {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup .case-study--content .used-hardware {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup .case-study--content p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1600px) {
  html[lang=es-ES] .casestudy-video--popup .modal-dialog .modal-content .modal-body .popup-inner .case-study--popup .case-study--content .case-study-link-cls {
    font-size: 17px;
    margin: 10px auto 0;
  }
}

@media (min-width: 1921px) {
  .case-study--detail .container {
    max-width: 1700px;
  }
}
@media (min-width: 1921px) {
  .case-study--detail .btn-blue, .case-study--detail .cta-green, .case-study--detail .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .case-study--detail .nav-link,
  .case-study--detail .btn-blue-outline {
    font-size: 27px;
    font-size: 1.6875rem;
    padding: 20px 40px;
    line-height: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .case-study--detail .btn-blue, .case-study--detail .cta-green, .case-study--detail .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .case-study--detail .nav-link,
  .case-study--detail .btn-blue-outline {
    font-size: 17px;
    line-height: 1rem;
    padding: 15px 20px;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (min-width: 1921px) {
  .case-study--detail p, .case-study--detail .description, .case-study--detail .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .case-study--detail a.dropdown-item, .case-study--detail .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .case-study--detail .latest-post-title, .case-study--detail .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .case-study--detail .content, .case-study--detail .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .case-study--detail .page-numbers, .case-study--detail ul, .case-study--detail ul li, .case-study--detail a {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}
@media (max-width: 1919px) {
  .case-study--detail p, .case-study--detail .description, .case-study--detail .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .case-study--detail a.dropdown-item, .case-study--detail .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .case-study--detail .latest-post-title, .case-study--detail .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .case-study--detail .content, .case-study--detail .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .case-study--detail .page-numbers, .case-study--detail ul, .case-study--detail ul li, .case-study--detail a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 1440px) {
  .case-study--detail p, .case-study--detail .description, .case-study--detail .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .case-study--detail a.dropdown-item, .case-study--detail .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .case-study--detail .latest-post-title, .case-study--detail .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .case-study--detail .content, .case-study--detail .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .case-study--detail .page-numbers, .case-study--detail ul, .case-study--detail ul li, .case-study--detail a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .case-study--detail p, .case-study--detail .description, .case-study--detail .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .case-study--detail a.dropdown-item, .case-study--detail .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .case-study--detail .latest-post-title, .case-study--detail .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .case-study--detail .content, .case-study--detail .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .case-study--detail .page-numbers, .case-study--detail ul, .case-study--detail ul li, .case-study--detail a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}
.case-study--detail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .case-study--detail img {
    max-width: 450px;
    margin: 0 auto;
    border-radius: 20px;
  }
}
.case-study--detail .faq-section {
  background: #c7e7f5;
  padding-bottom: 0;
}
.case-study--detail .mb-20 {
  margin-bottom: 20px;
}

.casestudy-banne-success {
  background: linear-gradient(180deg, #FFF 0%, #DBEEF8 46.5%, #FFF 100%);
}

.cs-banner {
  text-align: center;
}
.cs-banner .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .cs-banner .container {
    max-width: 1500px;
  }
}
.cs-banner .banner-content .section-title--medium {
  color: #000000;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 36px;
  line-height: 48px;
}
.cs-banner .banner-content .section-title--medium span {
  display: block;
  color: #467FF7;
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
}
.cs-banner .banner-content .section-title--medium br {
  display: none;
}
@media (min-width: 1921px) {
  .cs-banner .banner-content .section-title--medium {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .cs-banner .banner-content .section-title--medium {
    font-size: 31px;
    line-height: 40px;
  }
  .cs-banner .banner-content .section-title--medium span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .cs-banner .banner-content .section-title--medium {
    font-size: 28px;
    line-height: 32px;
  }
  .cs-banner .banner-content .section-title--medium span {
    font-size: 20px;
  }
}
.cs-banner .banner-content .description p, .cs-banner .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .cs-banner .banner-content a.dropdown-item p, .cs-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-content .latest-post-title p, .cs-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-content .content p, .cs-banner .banner-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .cs-banner .banner-content .page-numbers p {
  font-weight: 400;
  color: #1E1C37;
  margin: 15px 0 20px;
  padding: 0 12%;
}
@media (max-width: 1440px) {
  .cs-banner .banner-content .description p, .cs-banner .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .cs-banner .banner-content a.dropdown-item p, .cs-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-content .latest-post-title p, .cs-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-content .content p, .cs-banner .banner-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .cs-banner .banner-content .page-numbers p {
    padding: 0 10%;
  }
}
@media (max-width: 991px) {
  .cs-banner .banner-content .description p, .cs-banner .banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item p, .cta-menu--section.choose-industries .dropdown-menu li .cs-banner .banner-content a.dropdown-item p, .cs-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title p, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-content .latest-post-title p, .cs-banner .banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content p, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-content .content p, .cs-banner .banner-content .free-resources-new .custom-pagination .page-numbers p, .free-resources-new .custom-pagination .cs-banner .banner-content .page-numbers p {
    padding: 0;
  }
}
.cs-banner .banner-image {
  position: relative;
}
.cs-banner .banner-image .image-overlay--img img {
  height: auto;
}
@media (max-width: 991px) {
  .cs-banner .banner-image {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .cs-banner .banner-image .image-overlay--img img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 450px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cs-banner .banner-image {
    margin: 20px auto 0;
  }
}
.cs-banner .banner-image .image-overlay--data {
  border-radius: 0px 0px 50px 50px;
  box-shadow: inset 0px -200px 40px -50px rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px 0px;
}
@media (max-width: 1440px) {
  .cs-banner .banner-image .image-overlay--data {
    box-shadow: inset 0px -190px 20px -50px rgba(0, 0, 0, 0.9);
  }
}
@media (max-width: 991px) {
  .cs-banner .banner-image .image-overlay--data {
    border-radius: 20px;
    box-shadow: unset;
    position: unset;
    padding: 0 20px 0;
  }
}
.cs-banner .banner-image .image-overlay--data .heading-26 {
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  .cs-banner .banner-image .image-overlay--data .heading-26.text-white {
    color: #000 !important;
  }
}
.cs-banner .banner-image .image-overlay--data .description, .cs-banner .banner-image .image-overlay--data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cs-banner .banner-image .image-overlay--data a.dropdown-item, .cs-banner .banner-image .image-overlay--data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-image .image-overlay--data .latest-post-title, .cs-banner .banner-image .image-overlay--data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-image .image-overlay--data .content, .cs-banner .banner-image .image-overlay--data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cs-banner .banner-image .image-overlay--data .page-numbers {
  color: #ffffff;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .cs-banner .banner-image .image-overlay--data .description, .cs-banner .banner-image .image-overlay--data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cs-banner .banner-image .image-overlay--data a.dropdown-item, .cs-banner .banner-image .image-overlay--data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-image .image-overlay--data .latest-post-title, .cs-banner .banner-image .image-overlay--data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-banner .banner-image .image-overlay--data .content, .cs-banner .banner-image .image-overlay--data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cs-banner .banner-image .image-overlay--data .page-numbers {
    margin: 15px 0;
    color: #000000;
  }
}
.cs-banner .banner-image .category-tag {
  position: absolute;
  right: 0;
  top: 150px;
  border-radius: 40px 0px 0px 40px;
  background: #020A50;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  width: 270px;
}
@media (max-width: 991px) {
  .cs-banner .banner-image .category-tag {
    border-radius: 20px;
    position: relative;
    top: 0;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .cs-banner .banner-image .category-tag {
    top: 10px;
  }
}
.cs-banner .banner-image .category-tag .heading-26 {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
.cs-banner .banner-image .category-tag .heading-26:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #1C6EF8;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}

@media (min-width: 1921px) {
  .cs-success--section .container {
    max-width: 1700px;
  }
}
@media (max-width: 991px) {
  .cs-success--section .success-image {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
}
.cs-success--section .success-content {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .cs-success--section .success-content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cs-success--section .success-content {
    text-align: center;
  }
}
.cs-success--section .success-content .heading-36, .cs-success--section .success-content .description, .cs-success--section .success-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cs-success--section .success-content a.dropdown-item, .cs-success--section .success-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .success-content .latest-post-title, .cs-success--section .success-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .success-content .content, .cs-success--section .success-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cs-success--section .success-content .page-numbers {
  color: #000000;
}
.cs-success--section .success-content .description, .cs-success--section .success-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cs-success--section .success-content a.dropdown-item, .cs-success--section .success-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .success-content .latest-post-title, .cs-success--section .success-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .success-content .content, .cs-success--section .success-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cs-success--section .success-content .page-numbers {
  margin: 0;
}
.cs-success--section .cs-about {
  border-radius: 15px;
  border: 2px solid #dddddd;
  background: #E5F3FB;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 22px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cs-success--section .cs-about {
    margin-top: 20px;
    padding: 20px;
  }
}
.cs-success--section .cs-about .heading-24, .cs-success--section .cs-about .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .cs-success--section .cs-about h3.heading-27, .cs-success--section .cs-about .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .cs-success--section .cs-about h3.agreements-block-title, .cs-success--section .cs-about .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .cs-success--section .cs-about h3.agreements-block-title, .cs-success--section .cs-about .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .cs-success--section .cs-about .module_title, .cs-success--section .cs-about .career-block .career-details h4, .career-block .career-details .cs-success--section .cs-about h4, .cs-success--section .cs-about .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .cs-success--section .cs-about h3.most-recent_title, .cs-success--section .cs-about .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .cs-success--section .cs-about h3.most-recent_title, .cs-success--section .cs-about .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .cs-success--section .cs-about h3, .cs-success--section .cs-about .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .cs-success--section .cs-about h3, .cs-success--section .cs-about .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .cs-success--section .cs-about h3.most-recent_title, .cs-success--section .cs-about .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .cs-success--section .cs-about h3.most-recent_title, .cs-success--section .cs-about .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .cs-success--section .cs-about h3.most-recent_title, .cs-success--section .cs-about .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .cs-success--section .cs-about .filter-text, .cs-success--section .cs-about .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .cs-success--section .cs-about h3.pro-title, .cs-success--section .cs-about .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .cs-success--section .cs-about h3.pro-title {
  color: #000000;
  margin-bottom: 20px;
}
.cs-success--section .cs-about ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.cs-success--section .cs-about ul li {
  text-align: center;
  width: 33.33%;
  color: #000000;
  text-align: center;
  font-size: 18px;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 575px) {
  .cs-success--section .cs-about ul li {
    padding: 0 15px 15px;
  }
  .cs-success--section .cs-about ul li:last-child {
    padding-bottom: 0;
  }
}
.cs-success--section .cs-about ul li:before {
  width: 2px;
  height: 80px;
  background: #D9D9D9;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .cs-success--section .cs-about ul li {
    width: 100%;
    padding: 15px;
  }
  .cs-success--section .cs-about ul li:before {
    width: 100%;
    height: 1px;
    right: 0;
    top: 100%;
    transform: translateY(0);
    left: 0;
    margin: 0 auto;
  }
}
.cs-success--section .cs-about ul li:last-child:before {
  content: none;
}
.cs-success--section .cs-about ul li .description strong, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item strong, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li a.dropdown-item strong, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title strong, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .latest-post-title strong, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .content strong, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .content strong, .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .page-numbers strong, .free-resources-new .custom-pagination .cs-success--section .cs-about ul li .page-numbers strong {
  font-weight: 700;
  margin-bottom: 15px;
}
.cs-success--section .cs-about ul li .description + .description, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + .description, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li a.dropdown-item + .description, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + .description, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .latest-post-title + .description, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .content + .description, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .content + .description, .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .page-numbers + .description, .free-resources-new .custom-pagination .cs-success--section .cs-about ul li .page-numbers + .description, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .description + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li .description + a.dropdown-item, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li a.dropdown-item + a.dropdown-item, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + a.dropdown-item, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .latest-post-title + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .latest-post-title + a.dropdown-item, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-items .blog-item .content + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .content + a.dropdown-item, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .content + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .content + a.dropdown-item, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .custom-pagination .page-numbers + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .page-numbers + a.dropdown-item, .free-resources-new .custom-pagination .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .page-numbers + a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .free-resources-new .custom-pagination .cs-success--section .cs-about ul li .page-numbers + a.dropdown-item, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .description + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .description + .latest-post-title, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-items .blog-item a.dropdown-item + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + .latest-post-title, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item a.dropdown-item + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li a.dropdown-item + .latest-post-title, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .latest-post-title + .latest-post-title, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .content + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .content + .latest-post-title, .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .page-numbers + .latest-post-title, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .page-numbers + .latest-post-title, .free-resources-new .custom-pagination .cs-success--section .cs-about ul li .filters-gallery .filter-items .blog-item .page-numbers + .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .cs-success--section .cs-about ul li .page-numbers + .latest-post-title, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .description + .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .description + .content, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .filters-gallery .filter-items .blog-item a.dropdown-item + .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + .content, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item a.dropdown-item + .content, .free-resources-new .filters-gallery .filter-items .blog-item .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li a.dropdown-item + .content, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title + .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .latest-post-title + .content, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .content + .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .content + .content, .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .page-numbers + .content, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .page-numbers + .content, .free-resources-new .custom-pagination .cs-success--section .cs-about ul li .filters-gallery .filter-items .blog-item .page-numbers + .content, .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .cs-success--section .cs-about ul li .page-numbers + .content, .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .description + .page-numbers, .free-resources-new .custom-pagination .cs-success--section .cs-about ul li .description + .page-numbers, .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li .free-resources-new .custom-pagination a.dropdown-item + .page-numbers, .free-resources-new .custom-pagination .cs-success--section .cs-about ul .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item + .page-numbers, .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li .free-resources-new .custom-pagination a.dropdown-item + .page-numbers, .free-resources-new .custom-pagination .cta-menu--section.choose-industries .dropdown-menu .cs-success--section .cs-about ul li a.dropdown-item + .page-numbers, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .latest-post-title + .page-numbers, .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .latest-post-title + .page-numbers, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .custom-pagination .latest-post-title + .page-numbers, .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .latest-post-title + .page-numbers, .cs-success--section .cs-about ul li .free-resources-new .filters-gallery .filter-items .blog-item .custom-pagination .content + .page-numbers, .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .content + .page-numbers, .free-resources-new .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .custom-pagination .content + .page-numbers, .free-resources-new .custom-pagination .filters-gallery .filter-items .blog-item .cs-success--section .cs-about ul li .content + .page-numbers, .cs-success--section .cs-about ul li .free-resources-new .custom-pagination .page-numbers + .page-numbers, .free-resources-new .custom-pagination .cs-success--section .cs-about ul li .page-numbers + .page-numbers {
  color: #000000;
  margin: 0;
}
.cs-success--section .cs-about ul li .expand-content {
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (min-width: 1921px) {
  .cs-success--section .cs-about ul li .expand-content {
    max-height: 40px;
  }
}
@media (max-width: 1440px) {
  .cs-success--section .cs-about ul li .expand-content {
    max-height: 50px;
  }
}
.cs-success--section .cs-about ul li .expand-content.expanded {
  max-height: none;
}
@media (max-width: 767px) {
  .cs-success--section .cs-about ul li .expand-content br {
    display: block;
  }
}
.cs-success--section .cs-about ul li .toggle-content {
  margin-top: 10px;
  display: none;
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .cs-operations--section {
    text-align: center;
  }
}
@media (min-width: 1921px) {
  .cs-operations--section .container {
    max-width: 1750px;
  }
}
@media (max-width: 991px) {
  .cs-operations--section .operations-image {
    margin-bottom: 20px;
  }
}
.cs-operations--section .operations-content {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cs-operations--section .operations-content {
    padding-right: 0;
  }
}
.cs-operations--section .operations-content .heading-36, .cs-operations--section .operations-content .description, .cs-operations--section .operations-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cs-operations--section .operations-content a.dropdown-item, .cs-operations--section .operations-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-operations--section .operations-content .latest-post-title, .cs-operations--section .operations-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-operations--section .operations-content .content, .cs-operations--section .operations-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cs-operations--section .operations-content .page-numbers {
  color: #000000;
}
.cs-operations--section .operations-content .description, .cs-operations--section .operations-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .cs-operations--section .operations-content a.dropdown-item, .cs-operations--section .operations-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .cs-operations--section .operations-content .latest-post-title, .cs-operations--section .operations-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .cs-operations--section .operations-content .content, .cs-operations--section .operations-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .cs-operations--section .operations-content .page-numbers {
  margin: 0;
}

.cs-keypoints--section .keypoints-image {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .cs-keypoints--section {
    text-align: center;
  }
  .cs-keypoints--section .keypoints-image {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
    padding-right: 0;
  }
}
.cs-keypoints--section .keypoints-content {
  border-radius: 16px;
  background: #080D52;
  color: #ffffff;
  padding: 40px 30px;
  margin-left: 0;
  max-width: 100%;
}
@media (min-width: 1921px) {
  .cs-keypoints--section .keypoints-content {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .cs-keypoints--section .keypoints-content {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cs-keypoints--section .keypoints-content {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
  }
}
.cs-keypoints--section .keypoints-content .heading-36 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cs-keypoints--section .keypoints-content .heading-36 {
    margin-bottom: 20px;
  }
}
.cs-keypoints--section .keypoints-content ul li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cs-keypoints--section .keypoints-content ul li {
    margin-bottom: 20px;
  }
}
.cs-keypoints--section .keypoints-content ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M13 0C5.83186 0 0 5.83186 0 13C0 20.1681 5.83186 26 13 26C20.1683 26 26 20.1681 26 13C26 5.83186 20.1683 0 13 0ZM20.1286 9.65061L12.2131 18.104C11.9766 18.3556 11.6469 18.5319 11.3015 18.5319C11.2999 18.5319 11.298 18.5319 11.2964 18.5319C10.9528 18.5319 10.6241 18.36 10.3868 18.1116L5.87875 13.3782C5.39878 12.8757 5.4168 12.0715 5.91909 11.5915C6.42158 11.112 7.2181 11.1258 7.69786 11.6279L11.2888 15.384L18.2948 7.92838C18.7706 7.42261 19.5663 7.39611 20.0733 7.8728C20.5795 8.34867 20.6041 9.14423 20.1286 9.65061Z' fill='%23006CFB'/%3E%3C/svg%3E");
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 3px;
}
.cs-keypoints--section .keypoints-content ul li:last-child {
  margin-bottom: 0;
}

.business-info--section {
  border-radius: 30px;
  padding: 40px 0;
  background: #080D52;
}
@media (max-width: 991px) {
  .business-info--section {
    border-radius: 20px;
  }
}
.business-info--section .business-info--block {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .business-info--section .business-info--block {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .business-info--section .business-info--block {
    padding: 0 20px 20px;
    text-align: center;
  }
}
.business-info--section .business-info--block .heading-75 {
  color: #0071FC;
  margin-bottom: 15px;
}
.business-info--section .business-info--block .heading-24, .business-info--section .business-info--block .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .business-info--section .business-info--block h3.heading-27, .business-info--section .business-info--block .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .business-info--section .business-info--block h3.agreements-block-title, .business-info--section .business-info--block .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .business-info--section .business-info--block h3.agreements-block-title, .business-info--section .business-info--block .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .business-info--section .business-info--block .module_title, .business-info--section .business-info--block .career-block .career-details h4, .career-block .career-details .business-info--section .business-info--block h4, .business-info--section .business-info--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .business-info--section .business-info--block h3.most-recent_title, .business-info--section .business-info--block .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .business-info--section .business-info--block h3.most-recent_title, .business-info--section .business-info--block .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .business-info--section .business-info--block h3, .business-info--section .business-info--block .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .business-info--section .business-info--block h3, .business-info--section .business-info--block .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .business-info--section .business-info--block h3.most-recent_title, .business-info--section .business-info--block .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .business-info--section .business-info--block h3.most-recent_title, .business-info--section .business-info--block .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .business-info--section .business-info--block h3.most-recent_title, .business-info--section .business-info--block .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .business-info--section .business-info--block .filter-text, .business-info--section .business-info--block .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .business-info--section .business-info--block h3.pro-title, .business-info--section .business-info--block .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .business-info--section .business-info--block h3.pro-title {
  color: #ffffff;
  margin: 0;
  font-weight: 700;
}

@media (min-width: 1921px) {
  .cs-summary--section .container {
    max-width: 1820px;
  }
}
.cs-summary--section .main-title {
  padding: 0 50px;
  margin-top: 50px;
}
@media (min-width: 1921px) {
  .cs-summary--section .main-title {
    margin-top: 55px;
  }
}
@media (max-width: 1440px) {
  .cs-summary--section .main-title {
    margin-top: 45px;
  }
}
@media (max-width: 1024px) {
  .cs-summary--section .main-title {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .cs-summary--section .main-title {
    padding: 0 0 30px;
    margin-top: 0;
  }
  .cs-summary--section .main-title .heading-30 {
    font-size: 22px;
  }
}
.cs-summary--section .main-title .btn-blue, .cs-summary--section .main-title .btn-blue-outline, .cs-summary--section .main-title .cta-green, .cs-summary--section .main-title .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cs-summary--section .main-title .nav-link {
  margin-top: 30px;
}
.cs-summary--section .main-title .btn-blue::after, .cs-summary--section .main-title .btn-blue-outline::after, .cs-summary--section .main-title .cta-green::after, .cs-summary--section .main-title .pricing-data--table #pricingTab .nav-item .nav-link::after, .pricing-data--table #pricingTab .nav-item .cs-summary--section .main-title .nav-link::after {
  display: none;
}
@media (max-width: 991px) {
  .cs-summary--section .main-title .btn-blue, .cs-summary--section .main-title .btn-blue-outline, .cs-summary--section .main-title .cta-green, .cs-summary--section .main-title .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cs-summary--section .main-title .nav-link {
    margin-top: 20px;
  }
}
.cs-summary--section .heading-36,
.cs-summary--section .description,
.cs-summary--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item,
.cta-menu--section.choose-industries .dropdown-menu li .cs-summary--section a.dropdown-item,
.cs-summary--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title,
.free-resources-new .filters-gallery .filter-items .blog-item .cs-summary--section .latest-post-title,
.cs-summary--section .free-resources-new .filters-gallery .filter-items .blog-item .content,
.free-resources-new .filters-gallery .filter-items .blog-item .cs-summary--section .content,
.cs-summary--section .free-resources-new .custom-pagination .page-numbers,
.free-resources-new .custom-pagination .cs-summary--section .page-numbers {
  color: #000000;
}

.cs-cta--section {
  background: url(/wp-content/themes/goftx/dist/images/cs-cta.jpg) no-repeat center/cover;
  margin-top: 60px;
}
@media (min-width: 1921px) {
  .cs-cta--section {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .cs-cta--section {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .cs-cta--section {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cs-cta--section {
    margin-top: 30px;
  }
}
.cs-cta--section .btn-blue, .cs-cta--section .btn-blue-outline, .cs-cta--section .cta-green, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link {
  background: #ffffff;
  color: #467FF7;
  border-color: #ffffff;
}
.cs-cta--section .btn-blue:hover, .cs-cta--section .btn-blue-outline:hover, .cs-cta--section .cta-green:hover, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link:hover {
  background: #141F7D;
  border-color: #141F7D;
  color: #ffffff;
}
.cs-cta--section .btn-blue + .btn-blue, .cs-cta--section .btn-blue-outline + .btn-blue, .cs-cta--section .cta-green + .btn-blue, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link + .btn-blue, .cs-cta--section .btn-blue + .btn-blue-outline, .cs-cta--section .btn-blue-outline + .btn-blue-outline, .cs-cta--section .cta-green + .btn-blue-outline, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link + .btn-blue-outline, .cs-cta--section .btn-blue + .cta-green, .cs-cta--section .btn-blue-outline + .cta-green, .cs-cta--section .cta-green + .cta-green, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link + .cta-green, .cs-cta--section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .btn-blue + .nav-link, .cs-cta--section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .btn-blue-outline + .nav-link, .cs-cta--section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .cta-green + .nav-link, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link + .nav-link {
  margin-left: 20px !important;
  line-height: 1rem;
}
@media (max-width: 767px) {
  .cs-cta--section .btn-blue + .btn-blue, .cs-cta--section .btn-blue-outline + .btn-blue, .cs-cta--section .cta-green + .btn-blue, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link + .btn-blue, .cs-cta--section .btn-blue + .btn-blue-outline, .cs-cta--section .btn-blue-outline + .btn-blue-outline, .cs-cta--section .cta-green + .btn-blue-outline, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link + .btn-blue-outline, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link + .btn-blue-outline, .cs-cta--section .btn-blue + .cta-green, .cs-cta--section .btn-blue-outline + .cta-green, .cs-cta--section .cta-green + .cta-green, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link + .cta-green, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link + .cta-green, .cs-cta--section .pricing-data--table #pricingTab .nav-item .btn-blue + .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .btn-blue + .nav-link, .cs-cta--section .pricing-data--table #pricingTab .nav-item .btn-blue-outline + .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .btn-blue-outline + .nav-link, .cs-cta--section .pricing-data--table #pricingTab .nav-item .cta-green + .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .cta-green + .nav-link, .cs-cta--section .pricing-data--table #pricingTab .nav-item .nav-link + .nav-link, .pricing-data--table #pricingTab .nav-item .cs-cta--section .nav-link + .nav-link {
    margin: 20px auto 0 !important;
  }
}

.cs-summary--section .container,
.case-study-ct-main .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .cs-summary--section .container,
  .case-study-ct-main .container {
    max-width: 1600px;
  }
}
@media (max-width: 1350px) {
  .cs-summary--section .container,
  .case-study-ct-main .container {
    max-width: 1200px;
  }
}

@media (max-width: 1600px) {
  .casestudy-single .container {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1300px) {
  .casestudy-single .container {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .casestudy-single .container {
    width: 100%;
  }
  .casestudy-single .cta-popup--video .modal-body {
    padding: 0;
  }
  .casestudy-single .cta-popup--video .modal-body .popup-inner iframe {
    height: 225px;
  }
}

.latest-casestudy--section .section-title--medium {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .latest-casestudy--section .section-title--medium {
    margin-bottom: 30px;
  }
}
.latest-casestudy--section .casestudy-item {
  margin: 0 10px;
}
@media (max-width: 991px) {
  .latest-casestudy--section .casestudy-item {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    padding: 0 20px;
  }
}
.latest-casestudy--section .casestudy-details a {
  display: block;
}
.latest-casestudy--section .casestudy-details:hover .heading-27, .latest-casestudy--section .casestudy-details:hover .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .latest-casestudy--section .casestudy-details:hover a, .latest-casestudy--section .casestudy-details:hover .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .latest-casestudy--section .casestudy-details:hover a, .latest-casestudy--section .casestudy-details:hover .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .latest-casestudy--section .casestudy-details:hover .agreements-block-title, .latest-casestudy--section .casestudy-details:hover .recent-article .most-recent_title, .recent-article .latest-casestudy--section .casestudy-details:hover .most-recent_title, .latest-casestudy--section .casestudy-details:hover .recent-article .most-recent_title a, .recent-article .most-recent_title .latest-casestudy--section .casestudy-details:hover a, .latest-casestudy--section .casestudy-details:hover .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .latest-casestudy--section .casestudy-details:hover h3, .latest-casestudy--section .casestudy-details:hover .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .latest-casestudy--section .casestudy-details:hover .most-recent_title, .latest-casestudy--section .casestudy-details:hover .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .latest-casestudy--section .casestudy-details:hover a, .latest-casestudy--section .casestudy-details:hover .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .latest-casestudy--section .casestudy-details:hover .pro-title {
  color: #467FF7;
}
.latest-casestudy--section .casestudy-details img {
  border-radius: 14px;
}
@media (max-width: 991px) {
  .latest-casestudy--section .casestudy-details img {
    margin-bottom: 20px !important;
  }
}
.latest-casestudy--section .casestudy-details .heading-27 br, .latest-casestudy--section .casestudy-details .pos-modern-retail--section .pos-modern-retail--link li a br, .pos-modern-retail--section .pos-modern-retail--link li .latest-casestudy--section .casestudy-details a br, .latest-casestudy--section .casestudy-details .support-block .support-brand--block .support-block--data .support-block--heading a br, .support-block .support-brand--block .support-block--data .support-block--heading .latest-casestudy--section .casestudy-details a br, .latest-casestudy--section .casestudy-details .agreements-content.row .agreements-block-content .agreements-block-title br, .agreements-content.row .agreements-block-content .latest-casestudy--section .casestudy-details .agreements-block-title br, .latest-casestudy--section .casestudy-details .recent-article .most-recent_title br, .recent-article .latest-casestudy--section .casestudy-details .most-recent_title br, .recent-article .most-recent_title .latest-casestudy--section .casestudy-details a br, .latest-casestudy--section .casestudy-details .pos-solutions .pos-solutions_block .pos-solutions_data h3 br, .pos-solutions .pos-solutions_block .pos-solutions_data .latest-casestudy--section .casestudy-details h3 br, .latest-casestudy--section .casestudy-details .recent-library_section .recent-library .most-recent_title br, .recent-library_section .recent-library .latest-casestudy--section .casestudy-details .most-recent_title br, .recent-library_section .recent-library .most-recent_title .latest-casestudy--section .casestudy-details a br, .latest-casestudy--section .casestudy-details .hardware-product-section .hardware-product-row .hard-box .pro-title br, .hardware-product-section .hardware-product-row .hard-box .latest-casestudy--section .casestudy-details .pro-title br {
  display: none;
}

.bg-arrow-list .list-item {
  position: relative;
  border-radius: 10px;
  background: #EDF8FF;
  color: #1E1C37;
  margin: 0 0 15px 0;
}
@media (min-width: 1921px) {
  .bg-arrow-list .list-item {
    margin: 0 0 20px 0;
  }
}
.bg-arrow-list .list-item span {
  padding: 8px;
  margin-left: 35px;
  display: inline-block;
}
@media (min-width: 1921px) {
  .bg-arrow-list .list-item span {
    padding: 15px;
    margin-left: 45px;
  }
}
.bg-arrow-list .list-item span:after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/goftx/dist/images/checkmark-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
}
@media (min-width: 1921px) {
  .bg-arrow-list .list-item span:after {
    width: 30px;
    height: 30px;
    top: 18px;
  }
}
@media (max-width: 1440px) {
  .bg-arrow-list .list-item span:after {
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .bg-arrow-list .list-item span:after {
    width: 20px;
    height: 20px;
    top: 9px;
  }
}

.hdu-page .section-title--medium {
  font-weight: 700;
}
.hdu-page .description, .hdu-page .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hdu-page a.dropdown-item, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .latest-post-title, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .content, .hdu-page .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .hdu-page .page-numbers {
  color: #1E1C37;
}
.hdu-page .title-space, .hdu-page .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .hdu-page .description, .hdu-page .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hdu-page a.dropdown-item, .hdu-page .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hdu-page a.dropdown-item, .hdu-page .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .hdu-page .description, .hdu-page .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hdu-page a.dropdown-item, .hdu-page .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hdu-page a.dropdown-item, .hdu-page .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .hdu-page .description, .hdu-page .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hdu-page a.dropdown-item, .hdu-page .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hdu-page a.dropdown-item, .hdu-page .increase-revenue--section .revenue-points .heading-27, .increase-revenue--section .revenue-points .hdu-page .heading-27, .hdu-page .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .hdu-page .description, .hdu-page .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hdu-page a.dropdown-item, .hdu-page .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hdu-page a.dropdown-item, .hdu-page .savetime-reduce--section .description, .savetime-reduce--section .hdu-page .description, .hdu-page .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hdu-page a.dropdown-item, .hdu-page .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hdu-page a.dropdown-item, .hdu-page .pos-modern-retail--section .description, .pos-modern-retail--section .hdu-page .description, .hdu-page .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hdu-page a.dropdown-item, .hdu-page .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hdu-page a.dropdown-item, .hdu-page .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a, .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hdu-page a, .hdu-page .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a, .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hdu-page a, .hdu-page .customer-loyalty-main .reward-loyalty-side .section-title--medium, .customer-loyalty-main .reward-loyalty-side .hdu-page .section-title--medium, .hdu-page .own-customer-loyalty-main .own-your-content .own-content, .own-customer-loyalty-main .own-your-content .hdu-page .own-content, .hdu-page .advance-retail-main .advance-retail-main-content .sub-description, .advance-retail-main .advance-retail-main-content .hdu-page .sub-description, .hdu-page .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hdu-page a, .hdu-page .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hdu-page a, .hdu-page .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hdu-page .agreements-block-title, .hdu-page .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hdu-page .agreements-block-title, .hdu-page .increase-revenue--section .revenue-points .recent-article .most-recent_title, .increase-revenue--section .revenue-points .recent-article .hdu-page .most-recent_title, .hdu-page .recent-article .increase-revenue--section .revenue-points .most-recent_title, .recent-article .increase-revenue--section .revenue-points .hdu-page .most-recent_title, .hdu-page .increase-revenue--section .revenue-points .recent-article .most-recent_title a, .increase-revenue--section .revenue-points .recent-article .most-recent_title .hdu-page a, .hdu-page .recent-article .most-recent_title .increase-revenue--section .revenue-points a, .recent-article .most-recent_title .increase-revenue--section .revenue-points .hdu-page a, .hdu-page .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hdu-page h3, .hdu-page .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hdu-page h3, .hdu-page .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .hdu-page .most-recent_title, .hdu-page .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .hdu-page .most-recent_title, .hdu-page .recent-library_section .recent-library .increase-revenue--section .revenue-points .most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .hdu-page .most-recent_title, .hdu-page .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hdu-page a, .hdu-page .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hdu-page a, .hdu-page .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hdu-page a, .hdu-page .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .latest-post-title, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hdu-page .latest-post-title, .hdu-page .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .latest-post-title, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hdu-page .latest-post-title, .hdu-page .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .latest-post-title, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hdu-page .latest-post-title, .hdu-page .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .latest-post-title, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hdu-page .latest-post-title, .hdu-page .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .latest-post-title, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hdu-page .latest-post-title, .hdu-page .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .latest-post-title, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hdu-page .latest-post-title, .hdu-page .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .content, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hdu-page .content, .hdu-page .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .content, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hdu-page .content, .hdu-page .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .content, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hdu-page .content, .hdu-page .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .content, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hdu-page .content, .hdu-page .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .content, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hdu-page .content, .hdu-page .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hdu-page .content, .hdu-page .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hdu-page .content, .hdu-page .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hdu-page .page-numbers, .hdu-page .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hdu-page .page-numbers, .hdu-page .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hdu-page .page-numbers, .hdu-page .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hdu-page .page-numbers, .hdu-page .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hdu-page .page-numbers, .hdu-page .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hdu-page .page-numbers, .hdu-page .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hdu-page .page-numbers, .hdu-page .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hdu-page .page-numbers, .hdu-page .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hdu-page .page-numbers, .hdu-page .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hdu-page .page-numbers, .hdu-page .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hdu-page .page-numbers, .hdu-page .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hdu-page .page-numbers, .hdu-page .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hdu-page .pro-title, .hdu-page .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hdu-page .pro-title {
  margin: 20px 0;
}
@media (min-width: 1921px) {
  .hdu-page .container {
    max-width: 1750px;
  }
}
@media (max-width: 1440px) {
  .hdu-page .container {
    max-width: 1260px;
  }
}
@media (max-width: 1440px) {
  .hdu-page .watch-video {
    width: 80px;
    height: 80px;
  }
  .hdu-page .watch-video .fa {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (max-width: 767px) {
  .hdu-page .watch-video {
    width: 60px;
    height: 60px;
  }
  .hdu-page .watch-video .fa {
    font-size: 25px;
    font-size: 1.5625rem;
    left: 3px;
  }
}
.hdu-page .banner-section {
  background: #EEF9FF;
}
.hdu-page .banner-section .container {
  max-width: 1480px;
}
.hdu-page .banner-section .section-title--medium {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .hdu-page .banner-section .section-title--medium {
    margin-bottom: 30px;
  }
}
.hdu-page .banner-section .hb-video {
  width: 1000px;
  height: auto;
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .hdu-page .banner-section .hb-video {
    max-width: 1100px;
  }
}
@media (max-width: 1600px) {
  .hdu-page .banner-section .hb-video {
    max-width: 900px;
  }
}
@media (max-width: 1440px) {
  .hdu-page .banner-section .hb-video {
    max-width: 700px;
  }
}
@media (max-width: 1024px) {
  .hdu-page .banner-section .hb-video {
    max-width: 700px;
    width: 100%;
  }
}
.hdu-page .banner-section .hb-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 30px;
}
.hdu-page .banner-section .hb-video .pause-button {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hdu-page .banner-section .hb-video .pause-button::before {
  content: "";
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #467FF7;
  box-shadow: unset;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  transform: unset;
  border-radius: 50%;
  cursor: pointer;
  background-size: 35px;
  top: unset;
  left: unset;
}
@media (max-width: 767px) {
  .hdu-page .banner-section .hb-video .pause-button::before {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-size: 30px;
  }
}
@media (max-width: 480px) {
  .hdu-page .banner-section .hb-video .pause-button::before {
    width: 40px;
    height: 40px;
    background-size: 25px;
  }
}

.free-signage--section {
  background: #EEF9FF;
}
.free-signage--section .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .free-signage--section .container {
    max-width: 1470px;
  }
}
.free-signage--section .heading-37.title-bar, .free-signage--section .customize-retail-products h2.title-bar, .customize-retail-products .free-signage--section h2.title-bar, .free-signage--section .customize-retail-products h2 a.title-bar, .customize-retail-products h2 .free-signage--section a.title-bar, .free-signage--section .industry-faq-section .faq-section .title-bar.heading-30, .industry-faq-section .faq-section .free-signage--section .title-bar.heading-30 {
  border-radius: 15px;
  background: #F75546;
  color: #ffffff;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 1440px) {
  .free-signage--section .heading-37.title-bar, .free-signage--section .customize-retail-products h2.title-bar, .customize-retail-products .free-signage--section h2.title-bar, .free-signage--section .customize-retail-products h2 a.title-bar, .customize-retail-products h2 .free-signage--section a.title-bar, .free-signage--section .industry-faq-section .faq-section .title-bar.heading-30, .industry-faq-section .faq-section .free-signage--section .title-bar.heading-30 {
    padding: 12px 20px;
    margin: 0 0 20px 0;
  }
}
.free-signage--section .description.title-space, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.title-space.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .title-space.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .title-space.content, .free-signage--section .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .free-signage--section .title-space.page-numbers, .free-signage--section .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .free-signage--section .description, .free-signage--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .free-signage--section .description, .free-signage--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .free-signage--section .description, .free-signage--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-points .description.heading-27, .increase-revenue--section .revenue-points .free-signage--section .description.heading-27, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.heading-27, .free-signage--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.heading-27, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .latest-post-title.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.heading-27, .free-signage--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.heading-27, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .content.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .free-signage--section .content.heading-27, .free-signage--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.heading-27, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-numbers.heading-27, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .free-signage--section .page-numbers.heading-27, .free-signage--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.heading-27, .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.heading-27, .free-signage--section .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .free-signage--section .description, .free-signage--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .free-signage--section a.dropdown-item, .free-signage--section .savetime-reduce--section .description, .savetime-reduce--section .free-signage--section .description, .free-signage--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .free-signage--section a.dropdown-item, .free-signage--section .pos-modern-retail--section .description, .pos-modern-retail--section .free-signage--section .description, .free-signage--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item, .free-signage--section .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-signage--section .description.section-title--medium, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .free-signage--section a.dropdown-item.section-title--medium, .free-signage--section .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.section-title--medium, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .latest-post-title.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .free-signage--section .latest-post-title.section-title--medium, .free-signage--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.section-title--medium, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .content.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .free-signage--section .content.section-title--medium, .free-signage--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .content.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.section-title--medium, .free-signage--section .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .page-numbers.section-title--medium, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .free-signage--section .page-numbers.section-title--medium, .free-signage--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .page-numbers.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .free-signage--section .page-numbers.section-title--medium, .free-signage--section .own-customer-loyalty-main .own-your-content .description.own-content, .own-customer-loyalty-main .own-your-content .free-signage--section .description.own-content, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .free-signage--section a.dropdown-item.own-content, .free-signage--section .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.own-content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .latest-post-title.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .free-signage--section .latest-post-title.own-content, .free-signage--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.own-content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .content.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .free-signage--section .content.own-content, .free-signage--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .content.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.own-content, .free-signage--section .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .page-numbers.own-content, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .free-signage--section .page-numbers.own-content, .free-signage--section .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .page-numbers.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .free-signage--section .page-numbers.own-content, .free-signage--section .advance-retail-main .advance-retail-main-content .description.sub-description, .advance-retail-main .advance-retail-main-content .free-signage--section .description.sub-description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .free-signage--section a.dropdown-item.sub-description, .free-signage--section .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.sub-description, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .latest-post-title.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .free-signage--section .latest-post-title.sub-description, .free-signage--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.sub-description, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .content.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .free-signage--section .content.sub-description, .free-signage--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.sub-description, .free-signage--section .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .page-numbers.sub-description, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .free-signage--section .page-numbers.sub-description, .free-signage--section .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .free-signage--section .page-numbers.sub-description, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.latest-post-title, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.content, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.latest-post-title, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.content, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.page-numbers, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section .description.agreements-block-title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section a.dropdown-item.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.agreements-block-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section .latest-post-title.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.agreements-block-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section .content.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.agreements-block-title, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section .page-numbers.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .free-signage--section .page-numbers.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section .description.agreements-block-title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.agreements-block-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.agreements-block-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section .content.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.agreements-block-title, .free-signage--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section .page-numbers.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .free-signage--section .content.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .free-signage--section .page-numbers.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .free-signage--section .content.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.latest-post-title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.content, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.latest-post-title, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.content, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.page-numbers, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-signage--section h3.description, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-signage--section h3.latest-post-title, .free-signage--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section h3.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-signage--section h3.content, .free-signage--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section h3.content, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-signage--section h3.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .free-signage--section h3.page-numbers, .free-signage--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-signage--section h3.description, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-signage--section h3.latest-post-title, .free-signage--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section h3.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-signage--section h3.content, .free-signage--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section h3.content, .free-signage--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-signage--section h3.page-numbers, .free-signage--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section h3.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section .content.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section .page-numbers.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section .content.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section .content.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.latest-post-title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.content, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.dropdown-item, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.latest-post-title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.content, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.page-numbers, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.latest-post-title, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.content, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.page-numbers, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .free-signage--section .latest-post-title, .free-signage--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .free-signage--section .latest-post-title, .free-signage--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .free-signage--section .latest-post-title, .free-signage--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .free-signage--section .latest-post-title, .free-signage--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .free-signage--section .latest-post-title, .free-signage--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .free-signage--section .latest-post-title, .free-signage--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .free-signage--section .content, .free-signage--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .free-signage--section .content, .free-signage--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .free-signage--section .content, .free-signage--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .free-signage--section .content, .free-signage--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .free-signage--section .content, .free-signage--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .free-signage--section .content, .free-signage--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .free-signage--section .page-numbers, .free-signage--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .free-signage--section .page-numbers, .free-signage--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .free-signage--section .page-numbers, .free-signage--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .free-signage--section .page-numbers, .free-signage--section .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .free-signage--section .page-numbers, .free-signage--section .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .free-signage--section .page-numbers, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section .description.pro-title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section a.dropdown-item.pro-title, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.pro-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section .latest-post-title.pro-title, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.pro-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section .content.pro-title, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.pro-title, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section .page-numbers.pro-title, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .page-numbers.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .free-signage--section .page-numbers.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section .description.pro-title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.pro-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.pro-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section .content.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.pro-title, .free-signage--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-numbers.pro-title, .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section .page-numbers.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.pro-title {
  margin: 20px 0 30px 0;
}
@media (max-width: 1440px) {
  .free-signage--section .description.title-space, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.title-space.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .title-space.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .title-space.content, .free-signage--section .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .free-signage--section .title-space.page-numbers, .free-signage--section .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .free-signage--section .description, .free-signage--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .free-signage--section .description, .free-signage--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .free-signage--section .description, .free-signage--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-points .description.heading-27, .increase-revenue--section .revenue-points .free-signage--section .description.heading-27, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.heading-27, .free-signage--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.heading-27, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .latest-post-title.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.heading-27, .free-signage--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.heading-27, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .content.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .free-signage--section .content.heading-27, .free-signage--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.heading-27, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-numbers.heading-27, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .free-signage--section .page-numbers.heading-27, .free-signage--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.heading-27, .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.heading-27, .free-signage--section .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .free-signage--section .description, .free-signage--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .free-signage--section a.dropdown-item, .free-signage--section .savetime-reduce--section .description, .savetime-reduce--section .free-signage--section .description, .free-signage--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .free-signage--section a.dropdown-item, .free-signage--section .pos-modern-retail--section .description, .pos-modern-retail--section .free-signage--section .description, .free-signage--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .free-signage--section a.dropdown-item, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item, .free-signage--section .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-signage--section .description.section-title--medium, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .free-signage--section a.dropdown-item.section-title--medium, .free-signage--section .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.section-title--medium, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .latest-post-title.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .free-signage--section .latest-post-title.section-title--medium, .free-signage--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.section-title--medium, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .content.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .free-signage--section .content.section-title--medium, .free-signage--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .content.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.section-title--medium, .free-signage--section .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .page-numbers.section-title--medium, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .free-signage--section .page-numbers.section-title--medium, .free-signage--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .page-numbers.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .free-signage--section .page-numbers.section-title--medium, .free-signage--section .own-customer-loyalty-main .own-your-content .description.own-content, .own-customer-loyalty-main .own-your-content .free-signage--section .description.own-content, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .free-signage--section a.dropdown-item.own-content, .free-signage--section .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.own-content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .latest-post-title.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .free-signage--section .latest-post-title.own-content, .free-signage--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.own-content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .content.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .free-signage--section .content.own-content, .free-signage--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .content.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.own-content, .free-signage--section .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .page-numbers.own-content, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .free-signage--section .page-numbers.own-content, .free-signage--section .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .page-numbers.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .free-signage--section .page-numbers.own-content, .free-signage--section .advance-retail-main .advance-retail-main-content .description.sub-description, .advance-retail-main .advance-retail-main-content .free-signage--section .description.sub-description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .free-signage--section a.dropdown-item.sub-description, .free-signage--section .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.sub-description, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .latest-post-title.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .free-signage--section .latest-post-title.sub-description, .free-signage--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.sub-description, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .content.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .free-signage--section .content.sub-description, .free-signage--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.sub-description, .free-signage--section .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .page-numbers.sub-description, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .free-signage--section .page-numbers.sub-description, .free-signage--section .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .free-signage--section .page-numbers.sub-description, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.latest-post-title, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.content, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.latest-post-title, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.content, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-signage--section a.page-numbers, .free-signage--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section .description.agreements-block-title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section a.dropdown-item.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.agreements-block-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section .latest-post-title.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.agreements-block-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section .content.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.agreements-block-title, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-signage--section .page-numbers.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .free-signage--section .page-numbers.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section .description.agreements-block-title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.agreements-block-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.agreements-block-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section .content.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.agreements-block-title, .free-signage--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-signage--section .page-numbers.agreements-block-title, .free-signage--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.agreements-block-title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .free-signage--section .content.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .free-signage--section .page-numbers.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .free-signage--section .content.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.latest-post-title, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.content, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.latest-post-title, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.content, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.page-numbers, .free-signage--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-signage--section h3.description, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-signage--section h3.latest-post-title, .free-signage--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section h3.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-signage--section h3.content, .free-signage--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section h3.content, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-signage--section h3.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .free-signage--section h3.page-numbers, .free-signage--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-signage--section h3.description, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-signage--section h3.latest-post-title, .free-signage--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section h3.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-signage--section h3.content, .free-signage--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section h3.content, .free-signage--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-signage--section h3.page-numbers, .free-signage--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section h3.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section .content.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-signage--section .page-numbers.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section .content.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section .description.most-recent_title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.most-recent_title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section .content.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.most-recent_title, .free-signage--section .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-signage--section .page-numbers.most-recent_title, .free-signage--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.most-recent_title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.dropdown-item, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.latest-post-title, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.content, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-signage--section a.page-numbers, .free-signage--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.dropdown-item, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.latest-post-title, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.content, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-signage--section a.page-numbers, .free-signage--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.description, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.latest-post-title, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.content, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section a.content, .free-signage--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-signage--section a.page-numbers, .free-signage--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section a.page-numbers, .free-signage--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .free-signage--section .latest-post-title, .free-signage--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .free-signage--section .latest-post-title, .free-signage--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .free-signage--section .latest-post-title, .free-signage--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .free-signage--section .latest-post-title, .free-signage--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .free-signage--section .latest-post-title, .free-signage--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .free-signage--section .latest-post-title, .free-signage--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .free-signage--section .content, .free-signage--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .free-signage--section .content, .free-signage--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .free-signage--section .content, .free-signage--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .free-signage--section .content, .free-signage--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .free-signage--section .content, .free-signage--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .free-signage--section .content, .free-signage--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .free-signage--section .page-numbers, .free-signage--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .free-signage--section .page-numbers, .free-signage--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .free-signage--section .page-numbers, .free-signage--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .free-signage--section .page-numbers, .free-signage--section .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .free-signage--section .page-numbers, .free-signage--section .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .free-signage--section .page-numbers, .free-signage--section .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .free-signage--section .page-numbers, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section .description.pro-title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section a.dropdown-item.pro-title, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.pro-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section .latest-post-title.pro-title, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.pro-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section .content.pro-title, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.pro-title, .free-signage--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-signage--section .page-numbers.pro-title, .free-signage--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .page-numbers.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .free-signage--section .page-numbers.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section .description.pro-title, .free-signage--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section a.dropdown-item.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .free-signage--section a.dropdown-item.pro-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section .latest-post-title.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .latest-post-title.pro-title, .free-signage--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section .content.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .free-signage--section .content.pro-title, .free-signage--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-numbers.pro-title, .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-signage--section .page-numbers.pro-title, .free-signage--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .free-signage--section .page-numbers.pro-title {
    margin: 20px 0;
  }
}
.free-signage--section .arrow-link {
  color: #467FF7;
  margin-left: 20px;
}
.free-signage--section .arrow-link span svg path {
  stroke: #467FF7;
}
@media (max-width: 767px) {
  .free-signage--section .arrow-link {
    display: flex;
    margin: 20px auto 0;
  }
}

.inside-bundle--section .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .inside-bundle--section .container {
    max-width: 1750px;
  }
}
@media (max-width: 1500px) {
  .inside-bundle--section .container {
    max-width: 1200px;
  }
}
.inside-bundle--section .image-wrapper {
  max-width: 530px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1921px) {
  .inside-bundle--section .image-wrapper {
    max-width: 600px;
  }
}
@media (max-width: 1440px) {
  .inside-bundle--section .image-wrapper {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .inside-bundle--section .image-wrapper {
    max-width: 400px;
    margin: 0 auto 30px;
    justify-content: center;
  }
}
.inside-bundle--section h2.heading-37, .inside-bundle--section .customize-retail-products h2, .customize-retail-products .inside-bundle--section h2, .inside-bundle--section .industry-faq-section .faq-section h2.heading-30, .industry-faq-section .faq-section .inside-bundle--section h2.heading-30 {
  color: #1E1C37;
}
.inside-bundle--section h2.heading-37 span, .inside-bundle--section .customize-retail-products h2 span, .customize-retail-products .inside-bundle--section h2 span, .inside-bundle--section .industry-faq-section .faq-section h2.heading-30 span, .industry-faq-section .faq-section .inside-bundle--section h2.heading-30 span {
  display: block;
  font-style: italic;
  color: #467FF7;
}
@media (max-width: 1024px) {
  .inside-bundle--section h2.heading-37 span, .inside-bundle--section .customize-retail-products h2 span, .customize-retail-products .inside-bundle--section h2 span, .inside-bundle--section .industry-faq-section .faq-section h2.heading-30 span, .industry-faq-section .faq-section .inside-bundle--section h2.heading-30 span {
    display: inline-block;
  }
}
.inside-bundle--section .heading-22, .inside-bundle--section .cta-menu--section .menu-title, .cta-menu--section .inside-bundle--section .menu-title, .inside-bundle--section .cta-menu--section ul li a, .cta-menu--section ul li .inside-bundle--section a {
  color: #1E1C37;
  margin-bottom: 20px;
}
.inside-bundle--section .inside-bundle--content ul.bg-arrow-list li.list-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .inside-bundle--section .inside-bundle--content {
    text-align: center;
  }
  .inside-bundle--section .inside-bundle--content ul.bg-arrow-list {
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }
}

.free-upselling--section .container {
  max-width: 1200px;
}
@media (min-width: 1921px) {
  .free-upselling--section .container {
    max-width: 1500px;
  }
}
@media (max-width: 1500px) {
  .free-upselling--section .container {
    max-width: 1100px;
  }
}
.free-upselling--section .free-upselling--cta {
  border-radius: 20px;
}
.free-upselling--section .free-upselling--cta.section-space {
  padding: 40px;
}
@media (max-width: 991px) {
  .free-upselling--section .free-upselling--cta.section-space {
    padding: 30px;
  }
}
@media (min-width: 1921px) {
  .free-upselling--section .free-upselling--cta.section-space {
    padding: 60px;
  }
}
.free-upselling--section .free-upselling--cta .upselling-content {
  max-width: 930px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .free-upselling--section .free-upselling--cta .upselling-content {
    max-width: 1200px;
  }
}
.free-upselling--section .free-upselling--cta .heading-37, .free-upselling--section .free-upselling--cta .customize-retail-products h2, .customize-retail-products .free-upselling--section .free-upselling--cta h2, .free-upselling--section .free-upselling--cta .customize-retail-products h2 a, .customize-retail-products h2 .free-upselling--section .free-upselling--cta a, .free-upselling--section .free-upselling--cta .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .free-upselling--section .free-upselling--cta .heading-30, .free-upselling--section .free-upselling--cta .description, .free-upselling--section .free-upselling--cta .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .free-upselling--section .free-upselling--cta a.dropdown-item, .free-upselling--section .free-upselling--cta .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .free-upselling--section .free-upselling--cta .latest-post-title, .free-upselling--section .free-upselling--cta .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .free-upselling--section .free-upselling--cta .content, .free-upselling--section .free-upselling--cta .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .free-upselling--section .free-upselling--cta .page-numbers {
  color: #ffffff;
}
.free-upselling--section .free-upselling--cta .heading-37 span, .free-upselling--section .free-upselling--cta .customize-retail-products h2 span, .customize-retail-products .free-upselling--section .free-upselling--cta h2 span, .customize-retail-products h2 .free-upselling--section .free-upselling--cta a span, .free-upselling--section .free-upselling--cta .industry-faq-section .faq-section .heading-30 span, .industry-faq-section .faq-section .free-upselling--section .free-upselling--cta .heading-30 span {
  color: #F75546;
}
.free-upselling--section .free-upselling--cta .btn-blue, .free-upselling--section .free-upselling--cta .btn-blue-outline, .free-upselling--section .free-upselling--cta .cta-green, .free-upselling--section .free-upselling--cta .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .free-upselling--section .free-upselling--cta .nav-link {
  background: #F75546;
  border-color: #F75546;
}
.free-upselling--section .free-upselling--cta .btn-blue:hover, .free-upselling--section .free-upselling--cta .btn-blue-outline:hover, .free-upselling--section .free-upselling--cta .cta-green:hover, .free-upselling--section .free-upselling--cta .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .free-upselling--section .free-upselling--cta .nav-link:hover {
  color: #F75546;
  background: transparent;
}

.hardware-wins--section.section-space {
  padding-bottom: 40px;
}
@media (min-width: 1921px) {
  .hardware-wins--section.section-space {
    padding-bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .hardware-wins--section.section-space {
    padding-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .hardware-wins--section.section-space {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .hardware-wins--section.section-space {
    padding-bottom: 10px;
  }
}
.hardware-wins--section .container {
  max-width: 1100px;
}
@media (min-width: 1921px) {
  .hardware-wins--section .container {
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  .hardware-wins--section .container {
    max-width: 1000px;
  }
}
.hardware-wins--section .heading-37 span, .hardware-wins--section .customize-retail-products h2 span, .customize-retail-products .hardware-wins--section h2 span, .customize-retail-products h2 .hardware-wins--section a span, .hardware-wins--section .industry-faq-section .faq-section .heading-30 span, .industry-faq-section .faq-section .hardware-wins--section .heading-30 span {
  font-style: italic;
  color: #467FF7;
}
@media (max-width: 500px) {
  .hardware-wins--section .heading-37 span, .hardware-wins--section .customize-retail-products h2 span, .customize-retail-products .hardware-wins--section h2 span, .customize-retail-products h2 .hardware-wins--section a span, .hardware-wins--section .industry-faq-section .faq-section .heading-30 span, .industry-faq-section .faq-section .hardware-wins--section .heading-30 span {
    display: block;
  }
}
.hardware-wins--section .heading-22, .hardware-wins--section .cta-menu--section .menu-title, .cta-menu--section .hardware-wins--section .menu-title, .hardware-wins--section .cta-menu--section ul li a, .cta-menu--section ul li .hardware-wins--section a {
  color: #1E1C37;
}
.hardware-wins--section .description.title-space, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.title-space.dropdown-item, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .title-space.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .title-space.content, .hardware-wins--section .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .hardware-wins--section .title-space.page-numbers, .hardware-wins--section .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .hardware-wins--section .description, .hardware-wins--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-wins--section a.dropdown-item, .hardware-wins--section .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .hardware-wins--section .description, .hardware-wins--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-wins--section a.dropdown-item, .hardware-wins--section .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .hardware-wins--section .description, .hardware-wins--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-wins--section a.dropdown-item, .hardware-wins--section .increase-revenue--section .revenue-points .description.heading-27, .increase-revenue--section .revenue-points .hardware-wins--section .description.heading-27, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item.heading-27, .hardware-wins--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.heading-27, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .latest-post-title.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-wins--section .latest-post-title.heading-27, .hardware-wins--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.heading-27, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .content.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-wins--section .content.heading-27, .hardware-wins--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.heading-27, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-numbers.heading-27, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-wins--section .page-numbers.heading-27, .hardware-wins--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.heading-27, .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.heading-27, .hardware-wins--section .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .hardware-wins--section .description, .hardware-wins--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-wins--section a.dropdown-item, .hardware-wins--section .savetime-reduce--section .description, .savetime-reduce--section .hardware-wins--section .description, .hardware-wins--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-wins--section a.dropdown-item, .hardware-wins--section .pos-modern-retail--section .description, .pos-modern-retail--section .hardware-wins--section .description, .hardware-wins--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-wins--section a.dropdown-item, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-wins--section a.dropdown-item, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item, .hardware-wins--section .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-wins--section .description.section-title--medium, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .hardware-wins--section a.dropdown-item.section-title--medium, .hardware-wins--section .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.section-title--medium, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .latest-post-title.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .hardware-wins--section .latest-post-title.section-title--medium, .hardware-wins--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.section-title--medium, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .content.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .hardware-wins--section .content.section-title--medium, .hardware-wins--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .content.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.section-title--medium, .hardware-wins--section .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .page-numbers.section-title--medium, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .hardware-wins--section .page-numbers.section-title--medium, .hardware-wins--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .page-numbers.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.section-title--medium, .hardware-wins--section .own-customer-loyalty-main .own-your-content .description.own-content, .own-customer-loyalty-main .own-your-content .hardware-wins--section .description.own-content, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .hardware-wins--section a.dropdown-item.own-content, .hardware-wins--section .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.own-content, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .latest-post-title.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .hardware-wins--section .latest-post-title.own-content, .hardware-wins--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.own-content, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .content.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .hardware-wins--section .content.own-content, .hardware-wins--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .content.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.own-content, .hardware-wins--section .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .page-numbers.own-content, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .hardware-wins--section .page-numbers.own-content, .hardware-wins--section .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .page-numbers.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.own-content, .hardware-wins--section .advance-retail-main .advance-retail-main-content .description.sub-description, .advance-retail-main .advance-retail-main-content .hardware-wins--section .description.sub-description, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .hardware-wins--section a.dropdown-item.sub-description, .hardware-wins--section .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.sub-description, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .latest-post-title.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .hardware-wins--section .latest-post-title.sub-description, .hardware-wins--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.sub-description, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .content.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .hardware-wins--section .content.sub-description, .hardware-wins--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.sub-description, .hardware-wins--section .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .page-numbers.sub-description, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .hardware-wins--section .page-numbers.sub-description, .hardware-wins--section .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.sub-description, .hardware-wins--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-wins--section a.description, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-wins--section a.dropdown-item, .hardware-wins--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-wins--section a.latest-post-title, .hardware-wins--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-wins--section a.content, .hardware-wins--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.content, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-wins--section a.page-numbers, .hardware-wins--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .hardware-wins--section a.page-numbers, .hardware-wins--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-wins--section a.description, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item, .hardware-wins--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-wins--section a.latest-post-title, .hardware-wins--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-wins--section a.content, .hardware-wins--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.content, .hardware-wins--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-wins--section a.page-numbers, .hardware-wins--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section a.page-numbers, .hardware-wins--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-wins--section .description.agreements-block-title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-wins--section a.dropdown-item.agreements-block-title, .hardware-wins--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.agreements-block-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-wins--section .latest-post-title.agreements-block-title, .hardware-wins--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.agreements-block-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-wins--section .content.agreements-block-title, .hardware-wins--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.agreements-block-title, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-wins--section .page-numbers.agreements-block-title, .hardware-wins--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.agreements-block-title, .hardware-wins--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-wins--section .description.agreements-block-title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item.agreements-block-title, .hardware-wins--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.agreements-block-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-wins--section .latest-post-title.agreements-block-title, .hardware-wins--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.agreements-block-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-wins--section .content.agreements-block-title, .hardware-wins--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.agreements-block-title, .hardware-wins--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-wins--section .page-numbers.agreements-block-title, .hardware-wins--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.agreements-block-title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .increase-revenue--section .revenue-points .recent-article .hardware-wins--section .description.most-recent_title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .hardware-wins--section .content.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.most-recent_title, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .recent-article .increase-revenue--section .revenue-points .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .hardware-wins--section .description.most-recent_title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .hardware-wins--section .content.most-recent_title, .hardware-wins--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.most-recent_title, .hardware-wins--section .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-wins--section a.description, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-wins--section a.dropdown-item, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-wins--section a.latest-post-title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-wins--section a.content, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.content, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-wins--section a.page-numbers, .hardware-wins--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination .hardware-wins--section a.page-numbers, .hardware-wins--section .recent-article .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.description, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item, .hardware-wins--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.latest-post-title, .hardware-wins--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.content, .hardware-wins--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.content, .hardware-wins--section .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.page-numbers, .hardware-wins--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section a.page-numbers, .hardware-wins--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-wins--section h3.description, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-wins--section h3.latest-post-title, .hardware-wins--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section h3.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-wins--section h3.content, .hardware-wins--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section h3.content, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-wins--section h3.page-numbers, .hardware-wins--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .hardware-wins--section h3.page-numbers, .hardware-wins--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-wins--section h3.description, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-wins--section h3.latest-post-title, .hardware-wins--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section h3.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-wins--section h3.content, .hardware-wins--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section h3.content, .hardware-wins--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-wins--section h3.page-numbers, .hardware-wins--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section h3.page-numbers, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-wins--section .description.most-recent_title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-wins--section .content.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.most-recent_title, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-wins--section .description.most-recent_title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-wins--section .content.most-recent_title, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.most-recent_title, .hardware-wins--section .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-wins--section .description.most-recent_title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.most-recent_title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-wins--section .content.most-recent_title, .hardware-wins--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.most-recent_title, .hardware-wins--section .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.most-recent_title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-wins--section a.description, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-wins--section a.dropdown-item, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-wins--section a.latest-post-title, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-wins--section a.content, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.content, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-wins--section a.page-numbers, .hardware-wins--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .hardware-wins--section a.page-numbers, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-wins--section a.description, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-wins--section a.dropdown-item, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-wins--section a.latest-post-title, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-wins--section a.content, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.content, .hardware-wins--section .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-wins--section a.page-numbers, .hardware-wins--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination .hardware-wins--section a.page-numbers, .hardware-wins--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.description, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item, .hardware-wins--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.latest-post-title, .hardware-wins--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.content, .hardware-wins--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section a.content, .hardware-wins--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-wins--section a.page-numbers, .hardware-wins--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section a.page-numbers, .hardware-wins--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-wins--section .latest-post-title, .hardware-wins--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-wins--section .latest-post-title, .hardware-wins--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-wins--section .latest-post-title, .hardware-wins--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-wins--section .latest-post-title, .hardware-wins--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-wins--section .latest-post-title, .hardware-wins--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-wins--section .latest-post-title, .hardware-wins--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-wins--section .content, .hardware-wins--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-wins--section .content, .hardware-wins--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-wins--section .content, .hardware-wins--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-wins--section .content, .hardware-wins--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-wins--section .content, .hardware-wins--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-wins--section .content, .hardware-wins--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-wins--section .page-numbers, .hardware-wins--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-wins--section .page-numbers, .hardware-wins--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-wins--section .page-numbers, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-wins--section .page-numbers, .hardware-wins--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-wins--section .page-numbers, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-wins--section .page-numbers, .hardware-wins--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-wins--section .page-numbers, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-wins--section .page-numbers, .hardware-wins--section .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-wins--section .page-numbers, .hardware-wins--section .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-wins--section .page-numbers, .hardware-wins--section .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-wins--section .page-numbers, .hardware-wins--section .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-wins--section .page-numbers, .hardware-wins--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-wins--section .description.pro-title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-wins--section a.dropdown-item.pro-title, .hardware-wins--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.pro-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-wins--section .latest-post-title.pro-title, .hardware-wins--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.pro-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-wins--section .content.pro-title, .hardware-wins--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.pro-title, .hardware-wins--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-wins--section .page-numbers.pro-title, .hardware-wins--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .page-numbers.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.pro-title, .hardware-wins--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-wins--section .description.pro-title, .hardware-wins--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-wins--section a.dropdown-item.pro-title, .hardware-wins--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-wins--section a.dropdown-item.pro-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-wins--section .latest-post-title.pro-title, .hardware-wins--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .latest-post-title.pro-title, .hardware-wins--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-wins--section .content.pro-title, .hardware-wins--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-wins--section .content.pro-title, .hardware-wins--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-numbers.pro-title, .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-wins--section .page-numbers.pro-title, .hardware-wins--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-wins--section .page-numbers.pro-title {
  margin: 20px 0;
}
.hardware-wins--section .hardware-block {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto 0;
  max-width: 350px;
}
.hardware-wins--section .hardware-block .animation-json {
  width: 100px;
}
@media (min-width: 1921px) {
  .hardware-wins--section .hardware-block {
    max-width: 450px;
  }
}
@media (max-width: 1440px) {
  .hardware-wins--section .hardware-block {
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .hardware-wins--section .hardware-block {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

.delivery-result--section {
  background: #112F5C;
  padding-top: 30px;
  padding-bottom: 30px;
}
.delivery-result--section .container {
  max-width: 1700px;
}
@media (min-width: 1921px) {
  .delivery-result--section .container {
    max-width: 1920px;
  }
}
.delivery-result--section .delivery-result--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .delivery-result--section .delivery-result--content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.delivery-result--section .heading-27, .delivery-result--section .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .delivery-result--section a, .delivery-result--section .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .delivery-result--section a, .delivery-result--section .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .delivery-result--section .agreements-block-title, .delivery-result--section .recent-article .most-recent_title, .recent-article .delivery-result--section .most-recent_title, .delivery-result--section .recent-article .most-recent_title a, .recent-article .most-recent_title .delivery-result--section a, .delivery-result--section .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .delivery-result--section h3, .delivery-result--section .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .delivery-result--section .most-recent_title, .delivery-result--section .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .delivery-result--section a, .delivery-result--section .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .delivery-result--section .pro-title {
  color: #ffffff;
}
.delivery-result--section .heading-27 a, .delivery-result--section .pos-modern-retail--section .pos-modern-retail--link li a a, .pos-modern-retail--section .pos-modern-retail--link li .delivery-result--section a a, .delivery-result--section .support-block .support-brand--block .support-block--data .support-block--heading a a, .support-block .support-brand--block .support-block--data .support-block--heading .delivery-result--section a a, .delivery-result--section .agreements-content.row .agreements-block-content .agreements-block-title a, .agreements-content.row .agreements-block-content .delivery-result--section .agreements-block-title a, .delivery-result--section .recent-article .most-recent_title a, .recent-article .delivery-result--section .most-recent_title a, .recent-article .most-recent_title .delivery-result--section a a, .delivery-result--section .pos-solutions .pos-solutions_block .pos-solutions_data h3 a, .pos-solutions .pos-solutions_block .pos-solutions_data .delivery-result--section h3 a, .delivery-result--section .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .delivery-result--section .most-recent_title a, .recent-library_section .recent-library .most-recent_title .delivery-result--section a a, .delivery-result--section .hardware-product-section .hardware-product-row .hard-box .pro-title a, .hardware-product-section .hardware-product-row .hard-box .delivery-result--section .pro-title a {
  display: inline-block;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.delivery-result--section .heading-27 a:hover, .delivery-result--section .pos-modern-retail--section .pos-modern-retail--link li a a:hover, .pos-modern-retail--section .pos-modern-retail--link li .delivery-result--section a a:hover, .delivery-result--section .support-block .support-brand--block .support-block--data .support-block--heading a a:hover, .support-block .support-brand--block .support-block--data .support-block--heading .delivery-result--section a a:hover, .delivery-result--section .agreements-content.row .agreements-block-content .agreements-block-title a:hover, .agreements-content.row .agreements-block-content .delivery-result--section .agreements-block-title a:hover, .delivery-result--section .recent-article .most-recent_title a:hover, .recent-article .delivery-result--section .most-recent_title a:hover, .recent-article .most-recent_title .delivery-result--section a a:hover, .delivery-result--section .pos-solutions .pos-solutions_block .pos-solutions_data h3 a:hover, .pos-solutions .pos-solutions_block .pos-solutions_data .delivery-result--section h3 a:hover, .delivery-result--section .recent-library_section .recent-library .most-recent_title a:hover, .recent-library_section .recent-library .delivery-result--section .most-recent_title a:hover, .recent-library_section .recent-library .most-recent_title .delivery-result--section a a:hover, .delivery-result--section .hardware-product-section .hardware-product-row .hard-box .pro-title a:hover, .hardware-product-section .hardware-product-row .hard-box .delivery-result--section .pro-title a:hover {
  border-color: #F75546;
  color: #F75546;
}
.delivery-result--section p.heading-27, .delivery-result--section .agreements-content.row .agreements-block-content p.agreements-block-title, .agreements-content.row .agreements-block-content .delivery-result--section p.agreements-block-title, .delivery-result--section .recent-article p.most-recent_title, .recent-article .delivery-result--section p.most-recent_title, .delivery-result--section .recent-library_section .recent-library p.most-recent_title, .recent-library_section .recent-library .delivery-result--section p.most-recent_title, .delivery-result--section .hardware-product-section .hardware-product-row .hard-box p.pro-title, .hardware-product-section .hardware-product-row .hard-box .delivery-result--section p.pro-title {
  font-weight: 400;
}
.delivery-result--section p.heading-27 a, .delivery-result--section .agreements-content.row .agreements-block-content p.agreements-block-title a, .agreements-content.row .agreements-block-content .delivery-result--section p.agreements-block-title a, .delivery-result--section .recent-article p.most-recent_title a, .recent-article .delivery-result--section p.most-recent_title a, .delivery-result--section .recent-library_section .recent-library p.most-recent_title a, .recent-library_section .recent-library .delivery-result--section p.most-recent_title a, .delivery-result--section .hardware-product-section .hardware-product-row .hard-box p.pro-title a, .hardware-product-section .hardware-product-row .hard-box .delivery-result--section p.pro-title a {
  font-size: inherit;
}
.delivery-result--section h2.heading-27, .delivery-result--section .agreements-content.row .agreements-block-content h2.agreements-block-title, .agreements-content.row .agreements-block-content .delivery-result--section h2.agreements-block-title, .delivery-result--section .recent-article h2.most-recent_title, .recent-article .delivery-result--section h2.most-recent_title, .delivery-result--section .recent-library_section .recent-library h2.most-recent_title, .recent-library_section .recent-library .delivery-result--section h2.most-recent_title, .delivery-result--section .hardware-product-section .hardware-product-row .hard-box h2.pro-title, .hardware-product-section .hardware-product-row .hard-box .delivery-result--section h2.pro-title {
  color: #F75546;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .delivery-result--section h2.heading-27, .delivery-result--section .agreements-content.row .agreements-block-content h2.agreements-block-title, .agreements-content.row .agreements-block-content .delivery-result--section h2.agreements-block-title, .delivery-result--section .recent-article h2.most-recent_title, .recent-article .delivery-result--section h2.most-recent_title, .delivery-result--section .recent-library_section .recent-library h2.most-recent_title, .recent-library_section .recent-library .delivery-result--section h2.most-recent_title, .delivery-result--section .hardware-product-section .hardware-product-row .hard-box h2.pro-title, .hardware-product-section .hardware-product-row .hard-box .delivery-result--section h2.pro-title {
    padding: 0 0 12px 0;
  }
}

.hardware-fit--section.inside-bundle--section .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .hardware-fit--section.inside-bundle--section .container {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .hardware-fit--section.inside-bundle--section .container {
    max-width: 1150px;
  }
}
@media (max-width: 1366px) {
  .hardware-fit--section.inside-bundle--section .container {
    max-width: 1130px;
  }
}
.hardware-fit--section.inside-bundle--section div[class*=col-]:last-child .content-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .hardware-fit--section.inside-bundle--section .align-items-end {
    align-items: center !important;
  }
}
.hardware-fit--section.inside-bundle--section .image-large {
  position: relative;
}
@media (max-width: 991px) {
  .hardware-fit--section.inside-bundle--section .image-large {
    max-width: 550px;
    margin: 0 auto;
  }
}
.hardware-fit--section.inside-bundle--section .image-large .zoom-image {
  position: absolute;
  right: 20px;
  bottom: 0;
  cursor: pointer;
}
@media (max-width: 575px) {
  .hardware-fit--section.inside-bundle--section .image-large .zoom-image {
    width: 40px;
    height: auto;
  }
}
.hardware-fit--section.inside-bundle--section .image-large .zoom-image svg {
  width: 100%;
  height: auto;
}
.hardware-fit--section.inside-bundle--section .image-wrapper {
  max-width: 100%;
}
@media (max-width: 991px) {
  .hardware-fit--section.inside-bundle--section .image-wrapper img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hardware-fit--section.inside-bundle--section .description.title-space, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li a.title-space.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.title-space.dropdown-item, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .title-space.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .title-space.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .title-space.content, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .title-space.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .title-space.page-numbers, .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .title-space.page-numbers, .hardware-fit--section.inside-bundle--section .ftx-pos--page .access-control-main .description, .ftx-pos--page .access-control-main .hardware-fit--section.inside-bundle--section .description, .hardware-fit--section.inside-bundle--section .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .ftx-pos--page .access-control-main .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .ftx-pos--page .access-control-main .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .increase-revenue--section .advance-retail-main-content .description, .increase-revenue--section .advance-retail-main-content .hardware-fit--section.inside-bundle--section .description, .hardware-fit--section.inside-bundle--section .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .advance-retail-main-content .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-title .description, .increase-revenue--section .revenue-title .hardware-fit--section.inside-bundle--section .description, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-title .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-title .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .description.heading-27, .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .description.heading-27, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points a.dropdown-item.heading-27, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item.heading-27, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.heading-27, .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.heading-27, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .latest-post-title.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .latest-post-title.heading-27, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.heading-27, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .content.heading-27, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .content.heading-27, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.heading-27, .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.heading-27, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .page-numbers.heading-27, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .page-numbers.heading-27, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.heading-27, .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.heading-27, .hardware-fit--section.inside-bundle--section .increase-revenue--section.access-retail--pos .description, .increase-revenue--section.access-retail--pos .hardware-fit--section.inside-bundle--section .description, .hardware-fit--section.inside-bundle--section .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section.access-retail--pos .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section.access-retail--pos .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .savetime-reduce--section .description, .savetime-reduce--section .hardware-fit--section.inside-bundle--section .description, .hardware-fit--section.inside-bundle--section .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .savetime-reduce--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .savetime-reduce--section .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .pos-modern-retail--section .description, .pos-modern-retail--section .hardware-fit--section.inside-bundle--section .description, .hardware-fit--section.inside-bundle--section .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .pos-modern-retail--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .pos-modern-retail--section .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .increase-revenue--section .revenue-points .pos-modern-retail--section .pos-modern-retail--link li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu .pos-modern-retail--section .pos-modern-retail--link li .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .customer-loyalty-main .reward-loyalty-side .description.section-title--medium, .customer-loyalty-main .reward-loyalty-side .hardware-fit--section.inside-bundle--section .description.section-title--medium, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side a.dropdown-item.section-title--medium, .cta-menu--section.choose-industries .dropdown-menu li .customer-loyalty-main .reward-loyalty-side .hardware-fit--section.inside-bundle--section a.dropdown-item.section-title--medium, .hardware-fit--section.inside-bundle--section .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.section-title--medium, .customer-loyalty-main .reward-loyalty-side .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.section-title--medium, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .latest-post-title.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .hardware-fit--section.inside-bundle--section .latest-post-title.section-title--medium, .hardware-fit--section.inside-bundle--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.section-title--medium, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .content.section-title--medium, .free-resources-new .filters-gallery .filter-items .blog-item .customer-loyalty-main .reward-loyalty-side .hardware-fit--section.inside-bundle--section .content.section-title--medium, .hardware-fit--section.inside-bundle--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .content.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.section-title--medium, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .page-numbers.section-title--medium, .free-resources-new .custom-pagination .customer-loyalty-main .reward-loyalty-side .hardware-fit--section.inside-bundle--section .page-numbers.section-title--medium, .hardware-fit--section.inside-bundle--section .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .page-numbers.section-title--medium, .customer-loyalty-main .reward-loyalty-side .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.section-title--medium, .hardware-fit--section.inside-bundle--section .own-customer-loyalty-main .own-your-content .description.own-content, .own-customer-loyalty-main .own-your-content .hardware-fit--section.inside-bundle--section .description.own-content, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content a.dropdown-item.own-content, .cta-menu--section.choose-industries .dropdown-menu li .own-customer-loyalty-main .own-your-content .hardware-fit--section.inside-bundle--section a.dropdown-item.own-content, .hardware-fit--section.inside-bundle--section .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.own-content, .own-customer-loyalty-main .own-your-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.own-content, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .latest-post-title.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .hardware-fit--section.inside-bundle--section .latest-post-title.own-content, .hardware-fit--section.inside-bundle--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.own-content, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .content.own-content, .free-resources-new .filters-gallery .filter-items .blog-item .own-customer-loyalty-main .own-your-content .hardware-fit--section.inside-bundle--section .content.own-content, .hardware-fit--section.inside-bundle--section .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .content.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.own-content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .page-numbers.own-content, .free-resources-new .custom-pagination .own-customer-loyalty-main .own-your-content .hardware-fit--section.inside-bundle--section .page-numbers.own-content, .hardware-fit--section.inside-bundle--section .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .page-numbers.own-content, .own-customer-loyalty-main .own-your-content .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.own-content, .hardware-fit--section.inside-bundle--section .advance-retail-main .advance-retail-main-content .description.sub-description, .advance-retail-main .advance-retail-main-content .hardware-fit--section.inside-bundle--section .description.sub-description, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content a.dropdown-item.sub-description, .cta-menu--section.choose-industries .dropdown-menu li .advance-retail-main .advance-retail-main-content .hardware-fit--section.inside-bundle--section a.dropdown-item.sub-description, .hardware-fit--section.inside-bundle--section .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.sub-description, .advance-retail-main .advance-retail-main-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.sub-description, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .latest-post-title.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .hardware-fit--section.inside-bundle--section .latest-post-title.sub-description, .hardware-fit--section.inside-bundle--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.sub-description, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .content.sub-description, .free-resources-new .filters-gallery .filter-items .blog-item .advance-retail-main .advance-retail-main-content .hardware-fit--section.inside-bundle--section .content.sub-description, .hardware-fit--section.inside-bundle--section .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.sub-description, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .page-numbers.sub-description, .free-resources-new .custom-pagination .advance-retail-main .advance-retail-main-content .hardware-fit--section.inside-bundle--section .page-numbers.sub-description, .hardware-fit--section.inside-bundle--section .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers.sub-description, .advance-retail-main .advance-retail-main-content .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.sub-description, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.description, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-fit--section.inside-bundle--section a.description, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .support-block .support-brand--block .support-block--data .support-block--heading .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.description, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.description, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .support-block .support-brand--block .support-block--data .support-block--heading .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .description.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-fit--section.inside-bundle--section .description.agreements-block-title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-fit--section.inside-bundle--section a.dropdown-item.agreements-block-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.agreements-block-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-fit--section.inside-bundle--section .latest-post-title.agreements-block-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.agreements-block-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-fit--section.inside-bundle--section .content.agreements-block-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.agreements-block-title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .hardware-fit--section.inside-bundle--section .page-numbers.agreements-block-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .increase-revenue--section .revenue-points .agreements-content.row .agreements-block-content .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.agreements-block-title, .hardware-fit--section.inside-bundle--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .description.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .description.agreements-block-title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points a.dropdown-item.agreements-block-title, .cta-menu--section.choose-industries .dropdown-menu li .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item.agreements-block-title, .hardware-fit--section.inside-bundle--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.agreements-block-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .latest-post-title.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .latest-post-title.agreements-block-title, .hardware-fit--section.inside-bundle--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.agreements-block-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .content.agreements-block-title, .free-resources-new .filters-gallery .filter-items .blog-item .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .content.agreements-block-title, .hardware-fit--section.inside-bundle--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.agreements-block-title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .page-numbers.agreements-block-title, .free-resources-new .custom-pagination .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .page-numbers.agreements-block-title, .hardware-fit--section.inside-bundle--section .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.agreements-block-title, .agreements-content.row .agreements-block-content .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.agreements-block-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .description.most-recent_title, .increase-revenue--section .revenue-points .recent-article .hardware-fit--section.inside-bundle--section .description.most-recent_title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-article .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-article .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-article .increase-revenue--section .revenue-points .description.most-recent_title, .recent-article .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .description.most-recent_title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-article .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-article .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-article .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-fit--section.inside-bundle--section a.description, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-article .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-article .most-recent_title .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-article .most-recent_title .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .recent-article .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.description, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-article .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-article .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-article .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.description, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-fit--section.inside-bundle--section h3.description, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-fit--section.inside-bundle--section h3.latest-post-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section h3.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-fit--section.inside-bundle--section h3.content, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section h3.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data h3.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .hardware-fit--section.inside-bundle--section h3.page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination h3.page-numbers, .increase-revenue--section .revenue-points .pos-solutions .pos-solutions_block .pos-solutions_data .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section h3.page-numbers, .hardware-fit--section.inside-bundle--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.description, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section h3.description, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section h3.latest-post-title, .hardware-fit--section.inside-bundle--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.latest-post-title, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section h3.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section h3.content, .hardware-fit--section.inside-bundle--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item h3.content, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section h3.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points h3.page-numbers, .free-resources-new .custom-pagination .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section h3.page-numbers, .hardware-fit--section.inside-bundle--section .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination h3.page-numbers, .pos-solutions .pos-solutions_block .pos-solutions_data .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section h3.page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .description.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-fit--section.inside-bundle--section .description.most-recent_title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .description.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-fit--section.inside-bundle--section .description.most-recent_title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .description.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .description.most-recent_title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points a.dropdown-item.most-recent_title, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .latest-post-title.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .content.most-recent_title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.most-recent_title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .page-numbers.most-recent_title, .free-resources-new .custom-pagination .recent-library_section .recent-library .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.most-recent_title, .recent-library_section .recent-library .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.most-recent_title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.description, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.description, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .increase-revenue--section .revenue-points .recent-library_section .recent-library .most-recent_title .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.description, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.description, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .increase-revenue--section .revenue-points .recent-library .most-recent_title .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.description, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.description, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.latest-post-title, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.content, .free-resources-new .filters-gallery .filter-items .blog-item .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item a.content, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section a.content, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points a.page-numbers, .free-resources-new .custom-pagination .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination a.page-numbers, .recent-library_section .recent-library .most-recent_title .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section a.page-numbers, .hardware-fit--section.inside-bundle--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-fit--section.inside-bundle--section .latest-post-title, .hardware-fit--section.inside-bundle--section .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .ftx-pos--page .access-control-main .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .content, .free-resources-new .filters-gallery .filter-items .blog-item .ftx-pos--page .access-control-main .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .advance-retail-main-content .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .advance-retail-main-content .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section .revenue-title .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-title .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .content, .increase-revenue--section.access-retail--pos .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .content, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section.access-retail--pos .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .savetime-reduce--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .savetime-reduce--section .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .content, .pos-modern-retail--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .content, .free-resources-new .filters-gallery .filter-items .blog-item .pos-modern-retail--section .hardware-fit--section.inside-bundle--section .content, .hardware-fit--section.inside-bundle--section .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .page-numbers, .ftx-pos--page .access-control-main .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .page-numbers, .free-resources-new .custom-pagination .ftx-pos--page .access-control-main .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .advance-retail-main-content .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .advance-retail-main-content .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section .revenue-title .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section .revenue-title .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .page-numbers, .increase-revenue--section.access-retail--pos .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .page-numbers, .free-resources-new .custom-pagination .increase-revenue--section.access-retail--pos .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .savetime-reduce--section .free-resources-new .custom-pagination .page-numbers, .savetime-reduce--section .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .savetime-reduce--section .page-numbers, .free-resources-new .custom-pagination .savetime-reduce--section .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .pos-modern-retail--section .free-resources-new .custom-pagination .page-numbers, .pos-modern-retail--section .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .pos-modern-retail--section .page-numbers, .free-resources-new .custom-pagination .pos-modern-retail--section .hardware-fit--section.inside-bundle--section .page-numbers, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .description.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-fit--section.inside-bundle--section .description.pro-title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-fit--section.inside-bundle--section a.dropdown-item.pro-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.pro-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-fit--section.inside-bundle--section .latest-post-title.pro-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.pro-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-fit--section.inside-bundle--section .content.pro-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.pro-title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .page-numbers.pro-title, .free-resources-new .custom-pagination .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .hardware-fit--section.inside-bundle--section .page-numbers.pro-title, .hardware-fit--section.inside-bundle--section .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .page-numbers.pro-title, .increase-revenue--section .revenue-points .hardware-product-section .hardware-product-row .hard-box .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.pro-title, .hardware-fit--section.inside-bundle--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .description.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .description.pro-title, .hardware-fit--section.inside-bundle--section .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points a.dropdown-item.pro-title, .cta-menu--section.choose-industries .dropdown-menu li .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section a.dropdown-item.pro-title, .hardware-fit--section.inside-bundle--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .cta-menu--section.choose-industries .dropdown-menu li .hardware-fit--section.inside-bundle--section a.dropdown-item.pro-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .latest-post-title.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .latest-post-title.pro-title, .hardware-fit--section.inside-bundle--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .latest-post-title.pro-title, .hardware-fit--section.inside-bundle--section .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .content.pro-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .content.pro-title, .hardware-fit--section.inside-bundle--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .content.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .filters-gallery .filter-items .blog-item .hardware-fit--section.inside-bundle--section .content.pro-title, .hardware-fit--section.inside-bundle--section .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .page-numbers.pro-title, .free-resources-new .custom-pagination .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .hardware-fit--section.inside-bundle--section .page-numbers.pro-title, .hardware-fit--section.inside-bundle--section .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .page-numbers.pro-title, .hardware-product-section .hardware-product-row .hard-box .increase-revenue--section .revenue-points .free-resources-new .custom-pagination .hardware-fit--section.inside-bundle--section .page-numbers.pro-title {
  margin-bottom: 20px;
}
.hardware-fit--section.inside-bundle--section .content-list {
  padding: 25px 25px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #EDF8FF;
}
@media (min-width: 1921px) {
  .hardware-fit--section.inside-bundle--section .content-list {
    margin-top: 20px;
  }
}
.hardware-fit--section.inside-bundle--section .content-list .heading-22, .hardware-fit--section.inside-bundle--section .content-list .cta-menu--section .menu-title, .cta-menu--section .hardware-fit--section.inside-bundle--section .content-list .menu-title, .hardware-fit--section.inside-bundle--section .content-list .cta-menu--section ul li a, .cta-menu--section ul li .hardware-fit--section.inside-bundle--section .content-list a {
  color: #1E1C37;
}
.hardware-fit--section.inside-bundle--section .content-list .bg-arrow-list .list-item {
  background: transparent;
  margin: 0;
}
.hardware-fit--section.inside-bundle--section .content-list .bg-arrow-list .list-item span {
  margin-left: 25px;
}
.hardware-fit--section.inside-bundle--section .content-list .bg-arrow-list .list-item span:after {
  left: 0;
}
@media (max-width: 991px) {
  .hardware-fit--section.inside-bundle--section .content-list {
    padding: 20px;
    margin: 30px auto;
    max-width: 550px;
    text-align: center;
  }
  .hardware-fit--section.inside-bundle--section .content-list .bg-arrow-list {
    text-align: left;
  }
}

.how-hdu--work {
  background: #EDF8FF;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .how-hdu--work .row {
    flex-direction: column-reverse;
  }
}
.how-hdu--work .content-list {
  padding: 0;
  margin-bottom: 0;
  border-radius: 10px;
  background: #EDF8FF;
}
@media (max-width: 767px) {
  .how-hdu--work .content-list {
    max-width: 450px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.how-hdu--work .content-list .heading-22, .how-hdu--work .content-list .cta-menu--section .menu-title, .cta-menu--section .how-hdu--work .content-list .menu-title, .how-hdu--work .content-list .cta-menu--section ul li a, .cta-menu--section ul li .how-hdu--work .content-list a {
  color: #1E1C37;
  margin-bottom: 20px;
}
.how-hdu--work .content-list .bg-arrow-list .list-item {
  background: transparent;
  margin: 0;
}
.how-hdu--work .content-list .bg-arrow-list .list-item span {
  margin-left: 25px;
}
.how-hdu--work .content-list .bg-arrow-list .list-item span:after {
  left: 0;
}
@media (max-width: 767px) {
  .how-hdu--work .content-list .bg-arrow-list .list-item {
    text-align: left;
  }
}
@media (min-width: 1921px) {
  .how-hdu--work .btn-blue, .how-hdu--work .btn-blue-outline, .how-hdu--work .cta-green, .how-hdu--work .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .how-hdu--work .nav-link {
    margin-left: auto;
    margin-right: 20%;
    display: block;
  }
}

.protect-investment--section .container {
  max-width: 1080px;
}
@media (min-width: 1921px) {
  .protect-investment--section .container {
    max-width: 1400px;
  }
}
.protect-investment--section .heading-22, .protect-investment--section .cta-menu--section .menu-title, .cta-menu--section .protect-investment--section .menu-title, .protect-investment--section .cta-menu--section ul li a, .cta-menu--section ul li .protect-investment--section a {
  color: #1E1C37;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .protect-investment--section .heading-22, .protect-investment--section .cta-menu--section .menu-title, .cta-menu--section .protect-investment--section .menu-title, .protect-investment--section .cta-menu--section ul li a, .cta-menu--section ul li .protect-investment--section a {
    margin-bottom: 0;
  }
}
.protect-investment--section .description-data {
  max-width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1921px) {
  .protect-investment--section .description-data {
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .protect-investment--section .description-data {
    max-width: 100%;
  }
}
.protect-investment--section .description-data p {
  color: #1E1C37;
  margin-bottom: 20px;
}
.protect-investment--section .protect-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 767px) {
  .protect-investment--section .protect-list {
    flex-direction: column;
  }
}
.protect-investment--section .protect-list .protect-block {
  border-radius: 20px;
  border: 2px solid #F75546;
  background: #132F5B;
  padding: 25px 35px;
  color: #ffffff;
  font-weight: 400;
  width: calc(33.3333333333% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .protect-investment--section .protect-list .protect-block {
    width: calc(33.3333333333% - 10px);
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .protect-investment--section .protect-list .protect-block {
    width: 100%;
    margin: 20px auto 0;
    max-width: 360px;
  }
}
.protect-investment--section .protect-list .protect-block .description, .protect-investment--section .protect-list .protect-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .protect-investment--section .protect-list .protect-block a.dropdown-item, .protect-investment--section .protect-list .protect-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .protect-investment--section .protect-list .protect-block .latest-post-title, .protect-investment--section .protect-list .protect-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .protect-investment--section .protect-list .protect-block .content, .protect-investment--section .protect-list .protect-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .protect-investment--section .protect-list .protect-block .page-numbers {
  color: #ffffff;
}
.protect-investment--section .protect-list .protect-block .description a, .protect-investment--section .protect-list .protect-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a, .cta-menu--section.choose-industries .dropdown-menu li .protect-investment--section .protect-list .protect-block a.dropdown-item a, .protect-investment--section .protect-list .protect-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a, .free-resources-new .filters-gallery .filter-items .blog-item .protect-investment--section .protect-list .protect-block .latest-post-title a, .protect-investment--section .protect-list .protect-block .free-resources-new .filters-gallery .filter-items .blog-item .content a, .free-resources-new .filters-gallery .filter-items .blog-item .protect-investment--section .protect-list .protect-block .content a, .protect-investment--section .protect-list .protect-block .free-resources-new .custom-pagination .page-numbers a, .free-resources-new .custom-pagination .protect-investment--section .protect-list .protect-block .page-numbers a {
  font-size: inherit;
  color: #F75546;
  border-bottom: 1px solid transparent;
}
.protect-investment--section .protect-list .protect-block .description a:hover, .protect-investment--section .protect-list .protect-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item a:hover, .cta-menu--section.choose-industries .dropdown-menu li .protect-investment--section .protect-list .protect-block a.dropdown-item a:hover, .protect-investment--section .protect-list .protect-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .protect-investment--section .protect-list .protect-block .latest-post-title a:hover, .protect-investment--section .protect-list .protect-block .free-resources-new .filters-gallery .filter-items .blog-item .content a:hover, .free-resources-new .filters-gallery .filter-items .blog-item .protect-investment--section .protect-list .protect-block .content a:hover, .protect-investment--section .protect-list .protect-block .free-resources-new .custom-pagination .page-numbers a:hover, .free-resources-new .custom-pagination .protect-investment--section .protect-list .protect-block .page-numbers a:hover {
  color: #F75546;
  border-bottom: 1px solid #F75546;
}

.hardwarebundle--section {
  background: #EEF9FF;
}
.hardwarebundle--section .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .hardwarebundle--section .container {
    max-width: 1660px;
  }
}
@media (max-width: 1500px) {
  .hardwarebundle--section .container {
    max-width: 1200px;
  }
}
.hardwarebundle--section .hardware-item {
  border-radius: 10px;
  border: 4px solid #c9e8f6;
  background: #ffffff;
  padding: 35px 30px;
  margin: 40px 5px 0;
}
.hardwarebundle--section .hardware-item .heading-30 {
  color: #F75546;
}
.hardwarebundle--section .hardware-item .heading-22, .hardwarebundle--section .hardware-item .cta-menu--section .menu-title, .cta-menu--section .hardwarebundle--section .hardware-item .menu-title, .hardwarebundle--section .hardware-item .cta-menu--section ul li a, .cta-menu--section ul li .hardwarebundle--section .hardware-item a {
  color: #467FF7;
}
.hardwarebundle--section .hardware-item .description.hardware-price, .hardwarebundle--section .hardware-item .cta-menu--section.choose-industries .dropdown-menu li a.hardware-price.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .hardwarebundle--section .hardware-item a.hardware-price.dropdown-item, .hardwarebundle--section .hardware-item .free-resources-new .filters-gallery .filter-items .blog-item .hardware-price.latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .hardwarebundle--section .hardware-item .hardware-price.latest-post-title, .hardwarebundle--section .hardware-item .free-resources-new .filters-gallery .filter-items .blog-item .hardware-price.content, .free-resources-new .filters-gallery .filter-items .blog-item .hardwarebundle--section .hardware-item .hardware-price.content, .hardwarebundle--section .hardware-item .free-resources-new .custom-pagination .hardware-price.page-numbers, .free-resources-new .custom-pagination .hardwarebundle--section .hardware-item .hardware-price.page-numbers {
  color: #000000;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .hardwarebundle--section .hardware-item {
    padding: 25px;
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .hardwarebundle--section .hardware-item {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.software-options--section {
  background: #EEF9FF;
}
.software-options--section .container {
  max-width: 1000px;
}
@media (min-width: 1921px) {
  .software-options--section .container {
    max-width: 1300px;
  }
}
.software-options--section .software-block {
  border-radius: 10px;
  border: 4px solid #c9e8f6;
  background: #ffffff;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 55px 30px 30px;
  margin: 30px 5px 0;
  width: 100%;
}
.software-options--section .software-block h3.heading-22, .software-options--section .software-block .cta-menu--section h3.menu-title, .cta-menu--section .software-options--section .software-block h3.menu-title {
  border-radius: 50px;
  background: #467FF7;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -21px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 10px 25px;
  max-width: 300px;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .software-options--section .software-block h3.heading-22, .software-options--section .software-block .cta-menu--section h3.menu-title, .cta-menu--section .software-options--section .software-block h3.menu-title {
    max-width: 340px;
  }
}
.software-options--section .software-block .description, .software-options--section .software-block .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .software-options--section .software-block a.dropdown-item, .software-options--section .software-block .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .software-options--section .software-block .latest-post-title, .software-options--section .software-block .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .software-options--section .software-block .content, .software-options--section .software-block .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .software-options--section .software-block .page-numbers {
  color: #1E1C37;
}
@media (max-width: 1024px) {
  .software-options--section .software-block {
    padding: 45px 25px 25px;
    margin: 20px 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .software-options--section .software-block {
    margin: 20px auto 20px;
    max-width: 500px;
  }
}

.free-access--section {
  background: #EEF9FF;
}
.free-access--section .container {
  max-width: 1000px;
}
@media (min-width: 1921px) {
  .free-access--section .container {
    max-width: 1300px;
  }
}
.free-access--section .row {
  border-radius: 10px;
  border: 4px solid #c9e8f6;
  background: #ffffff;
  position: relative;
  text-align: center;
  align-items: center;
  padding: 30px 50px;
  margin: 35px 0 0;
}
@media (max-width: 1024px) {
  .free-access--section .row {
    margin: 30px 0 0;
    padding: 20px 20px 20px 30px;
  }
}
@media (max-width: 767px) {
  .free-access--section .row {
    margin: 10px 0 0;
    padding: 20px;
  }
}
.free-access--section .adpro-content {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .free-access--section .adpro-content {
    padding-left: 30px;
  }
}
.free-access--section .adpro-content .heading-22, .free-access--section .adpro-content .cta-menu--section .menu-title, .cta-menu--section .free-access--section .adpro-content .menu-title, .free-access--section .adpro-content .cta-menu--section ul li a, .cta-menu--section ul li .free-access--section .adpro-content a {
  color: #1E1C37;
}
.free-access--section .adpro-content .arrow-link {
  color: #000000;
}
.free-access--section .adpro-content .arrow-link span svg {
  top: 2px;
}
.free-access--section .adpro-content .arrow-link span svg path {
  stroke: #000000;
}
@media (max-width: 767px) {
  .free-access--section .adpro-content {
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .free-access--section .adrpro-slider {
    margin: 0 auto;
    max-width: 320px;
  }
}
.free-access--section .adrpro-slider .adrpro-figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .free-access--section .adrpro-slider .adrpro-figure img {
    margin: 0 auto;
  }
}
.free-access--section .adrpro-slider .slick-prev,
.free-access--section .adrpro-slider .slick-next {
  top: 50%;
  right: auto;
  height: 40px;
  width: 40px;
  z-index: 99;
}
@media (max-width: 767px) {
  .free-access--section .adrpro-slider .slick-prev,
  .free-access--section .adrpro-slider .slick-next {
    height: 25px;
    width: 25px;
  }
}
.free-access--section .adrpro-slider .slick-prev {
  left: -30px;
  transform: translate(0, -50%) rotate(0);
}
.free-access--section .adrpro-slider .slick-next {
  left: auto;
  right: -30px;
}

@media (max-width: 767px) {
  .peripheral-addon.section-space {
    padding-bottom: 60px;
  }
}
@media (min-width: 1921px) {
  .peripheral-addon .container {
    max-width: 1450px;
  }
}
.peripheral-addon .peripheral-addon-item {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1440px) {
  .peripheral-addon .peripheral-addon-item {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item.section-space {
    padding-bottom: 60px;
  }
}
.peripheral-addon .peripheral-addon-item .addon-content {
  width: 35%;
  padding-right: 100px;
}
@media (max-width: 1440px) {
  .peripheral-addon .peripheral-addon-item .addon-content {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .peripheral-addon .peripheral-addon-item .addon-content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item .addon-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
}
.peripheral-addon .peripheral-addon-item .addon-content .slick-track {
  display: flex;
  align-items: center;
}
.peripheral-addon .peripheral-addon-item .addon-content .addon-data {
  margin: 0 0 40px 0;
}
.peripheral-addon .peripheral-addon-item .addon-content .addon-data .heading-37, .peripheral-addon .peripheral-addon-item .addon-content .addon-data .customize-retail-products h2, .customize-retail-products .peripheral-addon .peripheral-addon-item .addon-content .addon-data h2, .peripheral-addon .peripheral-addon-item .addon-content .addon-data .customize-retail-products h2 a, .customize-retail-products h2 .peripheral-addon .peripheral-addon-item .addon-content .addon-data a, .peripheral-addon .peripheral-addon-item .addon-content .addon-data .industry-faq-section .faq-section .heading-30, .industry-faq-section .faq-section .peripheral-addon .peripheral-addon-item .addon-content .addon-data .heading-30 {
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.peripheral-addon .peripheral-addon-item .addon-content .addon-data .description, .peripheral-addon .peripheral-addon-item .addon-content .addon-data .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .peripheral-addon .peripheral-addon-item .addon-content .addon-data a.dropdown-item, .peripheral-addon .peripheral-addon-item .addon-content .addon-data .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .peripheral-addon .peripheral-addon-item .addon-content .addon-data .latest-post-title, .peripheral-addon .peripheral-addon-item .addon-content .addon-data .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .peripheral-addon .peripheral-addon-item .addon-content .addon-data .content, .peripheral-addon .peripheral-addon-item .addon-content .addon-data .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .peripheral-addon .peripheral-addon-item .addon-content .addon-data .page-numbers {
  color: #1E1C37;
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item .addon-content .addon-data {
    text-align: center;
  }
}
.peripheral-addon .peripheral-addon-item .addon-content .slick-prev,
.peripheral-addon .peripheral-addon-item .addon-content .slick-next {
  top: 100%;
  right: auto;
  height: 50px;
  width: 50px;
  z-index: 99;
  background: transparent !important;
}
.peripheral-addon .peripheral-addon-item .addon-content .slick-prev:before,
.peripheral-addon .peripheral-addon-item .addon-content .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M48.0308 15.2739C46.7713 12.2951 44.972 9.62615 42.6729 7.32707C40.3739 5.02799 37.7049 3.22871 34.7261 1.96921C31.6473 0.669732 28.3687 0 25 0C21.6313 0 18.3527 0.659736 15.2739 1.96921C12.2951 3.22871 9.62615 5.02799 7.32707 7.32707C5.02799 9.62615 3.22871 12.2951 1.96921 15.2739C0.669732 18.3527 0 21.6313 0 25C0 28.3687 0.659736 31.6473 1.96921 34.7261C3.22871 37.7049 5.02799 40.3738 7.32707 42.6729C9.62615 44.972 12.2951 46.7713 15.2739 48.0308C18.3527 49.3303 21.6313 50 25 50C28.3687 50 31.6473 49.3403 34.7261 48.0308C37.7049 46.7713 40.3739 44.972 42.6729 42.6729C44.972 40.3738 46.7713 37.7049 48.0308 34.7261C49.3303 31.6473 50 28.3687 50 25C50 21.6313 49.3403 18.3527 48.0308 15.2739ZM34.3063 26.7393H19.922L26.2395 33.0568C26.9192 33.7365 26.9192 34.8461 26.2395 35.5258C25.8996 35.8656 25.4498 36.0356 25.01 36.0356C24.5702 36.0356 24.1204 35.8656 23.7805 35.5258L14.4842 26.2295C14.4842 26.2295 14.4542 26.1995 14.4442 26.1895C14.4442 26.1895 14.4342 26.1795 14.4242 26.1695C14.4242 26.1595 14.4042 26.1495 14.3942 26.1395C14.3942 26.1295 14.3743 26.1196 14.3643 26.1096C14.3643 26.1096 14.3543 26.0896 14.3443 26.0896C14.3343 26.0796 14.3243 26.0596 14.3143 26.0496C14.3143 26.0496 14.3143 26.0396 14.3043 26.0296C14.2943 26.0096 14.2743 25.9896 14.2643 25.9796C14.1144 25.7497 14.0144 25.4798 13.9844 25.1899C13.9844 25.1899 13.9844 25.1899 13.9844 25.1799C13.9844 25.1599 13.9844 25.1299 13.9844 25.11C13.9844 25.08 13.9844 25.05 13.9844 25.02C13.9844 24.99 13.9844 24.96 13.9844 24.93C13.9844 24.91 13.9844 24.88 13.9844 24.8601C13.9844 24.8601 13.9844 24.8601 13.9844 24.8501C14.0144 24.5602 14.1144 24.2903 14.2643 24.0604C14.2743 24.0404 14.2943 24.0204 14.3043 24.0104C14.3043 24.0104 14.3043 24.0004 14.3143 23.9904C14.3243 23.9704 14.3343 23.9604 14.3443 23.9504C14.3443 23.9504 14.3543 23.9304 14.3643 23.9304C14.3743 23.9204 14.3842 23.9104 14.3942 23.8904C14.3942 23.8904 14.4142 23.8705 14.4142 23.8605C14.4142 23.8605 14.4342 23.8405 14.4442 23.8305C14.4542 23.8205 14.4642 23.8105 14.4742 23.8005L23.7705 14.5042C24.4502 13.8245 25.5598 13.8245 26.2395 14.5042C26.9192 15.1839 26.9192 16.2935 26.2395 16.9732L19.922 23.2907H34.3063C35.2659 23.2907 36.0456 24.0704 36.0456 25.03C36.0456 25.9896 35.2659 26.7693 34.3063 26.7693V26.7393Z' fill='%23467FF7'/%3E%3C/svg%3E");
  background-size: 50px;
}
.peripheral-addon .peripheral-addon-item .addon-content .slick-prev:hover, .peripheral-addon .peripheral-addon-item .addon-content .slick-prev:focus,
.peripheral-addon .peripheral-addon-item .addon-content .slick-next:hover,
.peripheral-addon .peripheral-addon-item .addon-content .slick-next:focus {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item .addon-content .slick-prev,
  .peripheral-addon .peripheral-addon-item .addon-content .slick-next {
    height: 40px;
    width: 40px;
  }
}
.peripheral-addon .peripheral-addon-item .addon-content .slick-prev {
  left: 0;
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item .addon-content .slick-prev {
    left: calc(50% - 55px);
  }
}
.peripheral-addon .peripheral-addon-item .addon-content .slick-prev::before {
  transform: rotate(0deg);
}
.peripheral-addon .peripheral-addon-item .addon-content .slick-next {
  left: 60px;
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item .addon-content .slick-next {
    left: calc(50% + 10px);
  }
}
.peripheral-addon .peripheral-addon-item .addon-content .slick-next::before {
  transform: rotate(180deg);
}
.peripheral-addon .peripheral-addon-item .addon-image {
  width: 65%;
}
@media (max-width: 1024px) {
  .peripheral-addon .peripheral-addon-item .addon-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item .addon-image {
    width: 100%;
    order: 1;
  }
}
.peripheral-addon .peripheral-addon-item .addon-image .slick-track {
  display: flex;
  align-items: center;
}
.peripheral-addon .peripheral-addon-item .addon-image .addon-figure {
  padding: 0 40px;
}
.peripheral-addon .peripheral-addon-item .addon-image .addon-figure.product-popup-custom {
  cursor: pointer;
  position: relative;
}
.peripheral-addon .peripheral-addon-item .addon-image .addon-figure.product-popup-custom i.fas {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #467ff7;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item .addon-image .addon-figure.product-popup-custom i.fas {
    margin: 0;
  }
}
.peripheral-addon .peripheral-addon-item .addon-image .addon-figure img {
  max-height: 300px;
  margin: 10px 30px;
  box-shadow: 0px 3px 7px transparent;
  width: 100%;
  height: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .peripheral-addon .peripheral-addon-item .addon-image .addon-figure img {
    margin: 15px auto 20px;
    width: auto;
  }
}
.peripheral-addon .peripheral-addon-item .addon-image .addon-figure.slick-slide.slick-current.slick-active img {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16);
}

.see-action--section {
  background: #EEF9FF;
}
@media (max-width: 767px) {
  .see-action--section {
    text-align: center;
  }
}
.see-action--section .container {
  max-width: 1300px;
}
@media (min-width: 1921px) {
  .see-action--section .container {
    max-width: 1500px;
  }
}
@media (max-width: 1440px) {
  .see-action--section .container {
    max-width: 1200px;
  }
}
.see-action--section .see-action--video {
  position: relative;
  border-radius: 20px;
  background: #E8E5F6;
  position: relative;
}
.see-action--section .see-action--video img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.see-action--section .see-action--video .video-thumb {
  cursor: pointer;
}
@media (max-width: 767px) {
  .see-action--section .see-action--video {
    max-width: 450px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.see-action--section .see-action--video .watch-video {
  background: #F75546;
}
.see-action--section .see-action--video .watch-video::before {
  background: #F75546;
}
.see-action--section .see-action--video .watch-video svg {
  width: 55px;
}
@media (max-width: 1366px) {
  .see-action--section .see-action--video .watch-video svg {
    width: 45px;
  }
}
@media (max-width: 768px) {
  .see-action--section .see-action--video .watch-video {
    width: 50px;
    height: 50px;
  }
  .see-action--section .see-action--video .watch-video svg {
    width: 30px;
  }
}
.see-action--section .see-action--content {
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .see-action--section .see-action--content {
    padding-right: 0;
  }
}
.see-action--section .see-action--content a.arrow-link {
  color: #F75546;
  margin-left: 0;
}
.see-action--section .see-action--content a.arrow-link span svg path {
  stroke: #F75546;
}

.ftx-bundle--faqs {
  background: #c9e8f6;
}
@media (min-width: 1921px) {
  .ftx-bundle--faqs .container {
    max-width: 1500px;
  }
}

.wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form {
  max-width: 750px;
  width: 100%;
}
@media (max-width: 767px) {
  .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form em.wpforms-error {
  text-align: left;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-1 em.wpforms-error {
  max-width: 470px;
}
@media (max-width: 767px) {
  .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-1 em.wpforms-error {
    max-width: 260px;
  }
}
.wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-2 em.wpforms-error {
  max-width: 710px;
}
@media (max-width: 767px) {
  .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-2 em.wpforms-error {
    max-width: 260px;
    width: 100%;
  }
}
.wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-3 em.wpforms-error {
  max-width: 750px;
}
@media (max-width: 767px) {
  .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-3 em.wpforms-error {
    max-width: 260px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li {
    height: 55px;
    width: 260px !important;
    max-width: 100%;
  }
}
.wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form form button[type=submit] {
  width: 100% !important;
  max-width: 450px;
}
.wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-field {
  padding: 0 0 10px 0 !important;
}

#ZoomImage .modal-body {
  align-items: center;
  display: flex;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0;
}
#ZoomImage .modal-body .popup-inner {
  display: block;
  padding: 10px;
}
#ZoomImage .modal-body .slick-track {
  display: flex;
  align-items: center;
}
#ZoomImage .modal-body .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
#ZoomImage .modal-body .slick-prev {
  left: 0;
}
#ZoomImage .modal-body .slick-next {
  right: 0;
  left: auto;
}
#ZoomImage .modal-body .slick-next::before {
  left: 1px;
}
#ZoomImage .modal-body .img-fluid {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}
@media (max-width: 1440px) {
  #ZoomImage .modal-body .img-fluid {
    max-height: 500px;
  }
}

.modal-backdrop.fade.show.custom-backdrop {
  opacity: 0.5 !important;
}

#ZoomImage .popup-inner .close {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  top: -15px;
  right: -10px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
#ZoomImage .popup-inner .close span {
  position: relative;
  left: 0;
  top: -1px;
}
#ZoomImage .modal-content .popup-inner {
  min-height: 600px;
}
@media (max-width: 1440px) {
  #ZoomImage .modal-content .popup-inner {
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  #ZoomImage .modal-content .popup-inner {
    min-height: 420px;
  }
}
@media (max-width: 1440px) {
  #ZoomImage .modal-body .img-fluid {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  #ZoomImage .modal-body .img-fluid {
    max-height: 400px;
  }
}

@supports (-webkit-hyphens: none) {
  #ZoomImage .popup-inner .close span {
    top: 1px;
  }
}
.slick-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.loader-spinner {
  border: 6px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.image-gallery {
  display: none;
}

.sound-toggle {
  position: absolute;
  bottom: 30px;
  right: 100px;
  background: #467FF7;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.sound-toggle svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .sound-toggle {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 80px;
  }
  .sound-toggle svg {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 480px) {
  .sound-toggle {
    width: 40px;
    height: 40px;
    right: 70px;
  }
  .sound-toggle svg {
    width: 20px;
    height: 20px;
  }
}

html[lang=es-ES] .hdu-page .hardware-wins--section .hardware-block {
  max-width: 480px;
}
html[lang=es-ES] .hdu-page .protect-investment--section .container {
  max-width: 1160px;
}
html[lang=es-ES] .hdu-page .delivery-result--content p.heading-27, html[lang=es-ES] .hdu-page .delivery-result--content .agreements-content.row .agreements-block-content p.agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .hdu-page .delivery-result--content p.agreements-block-title, html[lang=es-ES] .hdu-page .delivery-result--content .recent-article p.most-recent_title, .recent-article html[lang=es-ES] .hdu-page .delivery-result--content p.most-recent_title, html[lang=es-ES] .hdu-page .delivery-result--content .recent-library_section .recent-library p.most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .hdu-page .delivery-result--content p.most-recent_title, html[lang=es-ES] .hdu-page .delivery-result--content .hardware-product-section .hardware-product-row .hard-box p.pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .hdu-page .delivery-result--content p.pro-title {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
}
@media (min-width: 1921px) {
  html[lang=es-ES] .hdu-page .delivery-result--content p.heading-27, html[lang=es-ES] .hdu-page .delivery-result--content .agreements-content.row .agreements-block-content p.agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .hdu-page .delivery-result--content p.agreements-block-title, html[lang=es-ES] .hdu-page .delivery-result--content .recent-article p.most-recent_title, .recent-article html[lang=es-ES] .hdu-page .delivery-result--content p.most-recent_title, html[lang=es-ES] .hdu-page .delivery-result--content .recent-library_section .recent-library p.most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .hdu-page .delivery-result--content p.most-recent_title, html[lang=es-ES] .hdu-page .delivery-result--content .hardware-product-section .hardware-product-row .hard-box p.pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .hdu-page .delivery-result--content p.pro-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
  }
}
@media (max-width: 1440px) {
  html[lang=es-ES] .hdu-page .delivery-result--content p.heading-27, html[lang=es-ES] .hdu-page .delivery-result--content .agreements-content.row .agreements-block-content p.agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .hdu-page .delivery-result--content p.agreements-block-title, html[lang=es-ES] .hdu-page .delivery-result--content .recent-article p.most-recent_title, .recent-article html[lang=es-ES] .hdu-page .delivery-result--content p.most-recent_title, html[lang=es-ES] .hdu-page .delivery-result--content .recent-library_section .recent-library p.most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .hdu-page .delivery-result--content p.most-recent_title, html[lang=es-ES] .hdu-page .delivery-result--content .hardware-product-section .hardware-product-row .hard-box p.pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .hdu-page .delivery-result--content p.pro-title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  html[lang=es-ES] .hdu-page .delivery-result--content p.heading-27, html[lang=es-ES] .hdu-page .delivery-result--content .agreements-content.row .agreements-block-content p.agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .hdu-page .delivery-result--content p.agreements-block-title, html[lang=es-ES] .hdu-page .delivery-result--content .recent-article p.most-recent_title, .recent-article html[lang=es-ES] .hdu-page .delivery-result--content p.most-recent_title, html[lang=es-ES] .hdu-page .delivery-result--content .recent-library_section .recent-library p.most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .hdu-page .delivery-result--content p.most-recent_title, html[lang=es-ES] .hdu-page .delivery-result--content .hardware-product-section .hardware-product-row .hard-box p.pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .hdu-page .delivery-result--content p.pro-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1921px) {
  html[lang=es-ES] .hdu-page .software-options--section .software-block h3.heading-22, html[lang=es-ES] .hdu-page .software-options--section .software-block .cta-menu--section h3.menu-title, .cta-menu--section html[lang=es-ES] .hdu-page .software-options--section .software-block h3.menu-title {
    max-width: 440px;
  }
  html[lang=es-ES] .hdu-page .delivery-result--section p.heading-27 a, html[lang=es-ES] .hdu-page .delivery-result--section .agreements-content.row .agreements-block-content p.agreements-block-title a, .agreements-content.row .agreements-block-content html[lang=es-ES] .hdu-page .delivery-result--section p.agreements-block-title a, html[lang=es-ES] .hdu-page .delivery-result--section .recent-article p.most-recent_title a, .recent-article html[lang=es-ES] .hdu-page .delivery-result--section p.most-recent_title a, html[lang=es-ES] .hdu-page .delivery-result--section .recent-library_section .recent-library p.most-recent_title a, .recent-library_section .recent-library html[lang=es-ES] .hdu-page .delivery-result--section p.most-recent_title a, html[lang=es-ES] .hdu-page .delivery-result--section .hardware-product-section .hardware-product-row .hard-box p.pro-title a, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .hdu-page .delivery-result--section p.pro-title a {
    font-size: inherit !important;
  }
  html[lang=es-ES] .hdu-page .peripheral-addon .peripheral-addon-item .addon-content {
    padding-right: 60px;
  }
  html[lang=es-ES] .hdu-page .protect-investment--section .container {
    max-width: 1400px;
  }
  html[lang=es-ES] .hdu-page .hardware-wins--section .container {
    max-width: 1400px;
  }
  html[lang=es-ES] .hdu-page .hardware-wins--section .hardware-block {
    max-width: 90%;
  }
}
@media (max-width: 1366px) {
  html[lang=es-ES] .hdu-page .hardware-fit--section.inside-bundle--section .container {
    max-width: 1170px;
  }
}
@media (max-width: 1024px) {
  html[lang=es-ES] .hdu-page .protect-investment--section .protect-list .protect-block {
    padding: 15px 25px;
  }
}
@media (max-width: 768px) {
  html[lang=es-ES] .hdu-page .free-signage--section .heading-37 br, html[lang=es-ES] .hdu-page .free-signage--section .customize-retail-products h2 br, .customize-retail-products html[lang=es-ES] .hdu-page .free-signage--section h2 br, .customize-retail-products h2 html[lang=es-ES] .hdu-page .free-signage--section a br, html[lang=es-ES] .hdu-page .free-signage--section .industry-faq-section .faq-section .heading-30 br, .industry-faq-section .faq-section html[lang=es-ES] .hdu-page .free-signage--section .heading-30 br {
    display: none;
  }
}
html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form {
  max-width: 900px;
}
html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-1 em.wpforms-error {
  max-width: 560px;
}
html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-2 em.wpforms-error {
  max-width: 850px;
}
html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-3 em.wpforms-error {
  max-width: 100%;
}
@media (max-width: 768px) {
  html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form {
    padding: 0 30px;
  }
  html[lang=es-ES] .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-field .wpforms-field-required {
    flex-direction: column;
    align-items: center;
  }
  html[lang=es-ES] .wizard-form--style .wpforms-container-full.wp-pos-starting-form form .wpforms-field-container .wpforms-page ul li {
    width: 100% !important;
    max-width: 360px;
  }
  html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-1 em.wpforms-error,
  html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-2 em.wpforms-error,
  html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form .wpforms-page.wpforms-page-3 em.wpforms-error {
    max-width: 360px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .wizard-form--style.getthebundle--form .wpforms-container-full.wp-pos-starting-form {
    padding: 0;
  }
}

.sound-toggle {
  position: absolute;
  bottom: 30px;
  right: 100px;
  background: #467FF7;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.sound-toggle svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .sound-toggle {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 80px;
  }
  .sound-toggle svg {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 480px) {
  .sound-toggle {
    width: 40px;
    height: 40px;
    right: 70px;
  }
  .sound-toggle svg {
    width: 20px;
    height: 20px;
  }
}

.page-template-template-ftx-hardware-ds_uplist .arrow-link span svg {
  top: 1px;
}

.fuel-integration-main .container {
  max-width: 1280px;
}
@media (min-width: 1921px) {
  .fuel-integration-main .container {
    max-width: 1700px;
  }
}
.fuel-integration-main .faq-section .container {
  max-width: 1000px;
}

.heading-main {
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .heading-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .heading-main {
    margin-bottom: 20px;
  }
}

.fuel-banner-section.pos-banner--section.hero-section {
  background: #c7e7f5;
}
.fuel-banner-section.pos-banner--section.hero-section .container {
  max-width: 1280px;
}
@media (min-width: 1921px) {
  .fuel-banner-section.pos-banner--section.hero-section .container {
    max-width: 1700px;
  }
}
@media (max-width: 1440px) {
  .fuel-banner-section.pos-banner--section.hero-section .container {
    max-width: 1280px;
  }
}
.fuel-banner-section.pos-banner--section.hero-section .header-h1 strong {
  display: inline;
}
.fuel-banner-section.pos-banner--section.hero-section .image-box {
  text-align: center;
}
.fuel-banner-section.pos-banner--section.hero-section .btn-grp {
  display: flex;
  align-items: center;
}
.fuel-banner-section.pos-banner--section.hero-section .btn-grp .btn-blue, .fuel-banner-section.pos-banner--section.hero-section .btn-grp .btn-blue-outline, .fuel-banner-section.pos-banner--section.hero-section .btn-grp .cta-green, .fuel-banner-section.pos-banner--section.hero-section .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .fuel-banner-section.pos-banner--section.hero-section .btn-grp .nav-link {
  margin-right: 15px;
}
.fuel-banner-section.pos-banner--section.hero-section .btn-grp .link {
  margin-left: 15px;
  display: flex;
  font-weight: 700;
  align-items: center;
  color: #467FF7;
  transition: all 0.3s ease-in-out 0s;
}
.fuel-banner-section.pos-banner--section.hero-section .btn-grp .link span {
  padding-left: 10px;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: center;
}
.fuel-banner-section.pos-banner--section.hero-section .btn-grp .link:hover span {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .fuel-banner-section.pos-banner--section.hero-section .col-sm-7, .fuel-banner-section.pos-banner--section.hero-section .col-sm-5 {
    width: 100%;
    margin-bottom: 20px;
  }
  .fuel-banner-section.pos-banner--section.hero-section .col-sm-7:last-child, .fuel-banner-section.pos-banner--section.hero-section .col-sm-5:last-child {
    margin-bottom: 0;
  }
  .fuel-banner-section.pos-banner--section.hero-section .btn-grp {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .fuel-banner-section.pos-banner--section.hero-section .btn-grp {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .fuel-banner-section.pos-banner--section.hero-section .btn-grp .btn-blue, .fuel-banner-section.pos-banner--section.hero-section .btn-grp .btn-blue-outline, .fuel-banner-section.pos-banner--section.hero-section .btn-grp .cta-green, .fuel-banner-section.pos-banner--section.hero-section .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .fuel-banner-section.pos-banner--section.hero-section .btn-grp .nav-link {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .fuel-banner-section.pos-banner--section.hero-section .btn-grp .link {
    margin: 0 auto;
    justify-content: center;
  }
}

.fuel-how-it-works {
  background: #F0FAFF;
}
.fuel-how-it-works .section-sub-title {
  color: #467FF7;
}
.fuel-how-it-works .features-inner {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}
.fuel-how-it-works .features-inner .single-image-box {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 0 100px;
  width: calc(100% - 100px);
  box-shadow: 0px 4px 20px 0px rgba(28, 109, 247, 0.3);
}
.fuel-how-it-works .features-inner .single-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fuel-how-it-works .features-inner .left-content {
  padding-right: 20px;
}
.fuel-how-it-works .features-inner .left-content .box {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #D9F3FF;
}
.fuel-how-it-works .features-inner .left-content .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fuel-how-it-works .features-inner .left-content .box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuel-how-it-works .features-inner .left-content .box .content-box {
  margin-left: 15px;
  width: calc(100% - 65px);
}
.fuel-how-it-works .features-inner .left-content .box .content-box .heading-27, .fuel-how-it-works .features-inner .left-content .box .content-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .fuel-how-it-works .features-inner .left-content .box .content-box a, .fuel-how-it-works .features-inner .left-content .box .content-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .fuel-how-it-works .features-inner .left-content .box .content-box a, .fuel-how-it-works .features-inner .left-content .box .content-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .fuel-how-it-works .features-inner .left-content .box .content-box .agreements-block-title, .fuel-how-it-works .features-inner .left-content .box .content-box .recent-article .most-recent_title, .recent-article .fuel-how-it-works .features-inner .left-content .box .content-box .most-recent_title, .fuel-how-it-works .features-inner .left-content .box .content-box .recent-article .most-recent_title a, .recent-article .most-recent_title .fuel-how-it-works .features-inner .left-content .box .content-box a, .fuel-how-it-works .features-inner .left-content .box .content-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .fuel-how-it-works .features-inner .left-content .box .content-box h3, .fuel-how-it-works .features-inner .left-content .box .content-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .fuel-how-it-works .features-inner .left-content .box .content-box .most-recent_title, .fuel-how-it-works .features-inner .left-content .box .content-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .fuel-how-it-works .features-inner .left-content .box .content-box a, .fuel-how-it-works .features-inner .left-content .box .content-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .fuel-how-it-works .features-inner .left-content .box .content-box .pro-title {
  text-align: left;
}
@media (max-width: 1199px) {
  .fuel-how-it-works .features-inner .single-image-box {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .fuel-how-it-works .col-sm-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .fuel-how-it-works .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .fuel-how-it-works .features-inner {
    margin-top: 10px;
  }
  .fuel-how-it-works .features-inner .single-image-box {
    margin: 0 auto;
    max-width: 400px;
    box-shadow: 0px 2px 10px 0px rgba(28, 109, 247, 0.3);
  }
  .fuel-how-it-works .features-inner .left-content {
    padding-right: 0;
  }
  .fuel-how-it-works .features-inner .left-content .heading-27, .fuel-how-it-works .features-inner .left-content .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .fuel-how-it-works .features-inner .left-content a, .fuel-how-it-works .features-inner .left-content .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .fuel-how-it-works .features-inner .left-content a, .fuel-how-it-works .features-inner .left-content .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .fuel-how-it-works .features-inner .left-content .agreements-block-title, .fuel-how-it-works .features-inner .left-content .recent-article .most-recent_title, .recent-article .fuel-how-it-works .features-inner .left-content .most-recent_title, .fuel-how-it-works .features-inner .left-content .recent-article .most-recent_title a, .recent-article .most-recent_title .fuel-how-it-works .features-inner .left-content a, .fuel-how-it-works .features-inner .left-content .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .fuel-how-it-works .features-inner .left-content h3, .fuel-how-it-works .features-inner .left-content .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .fuel-how-it-works .features-inner .left-content .most-recent_title, .fuel-how-it-works .features-inner .left-content .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .fuel-how-it-works .features-inner .left-content a, .fuel-how-it-works .features-inner .left-content .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .fuel-how-it-works .features-inner .left-content .pro-title {
    text-align: center;
  }
}

.key-features-section {
  background: #000E31;
}
.key-features-section .key-features-inner .box {
  height: 100%;
  margin: 0 8px;
  padding: 40px 30px 30px;
  border-radius: 20px;
  position: relative;
  width: calc(100% - 30px);
  background: #ffffff;
  border: 3px solid #D9F3FF;
  box-shadow: 7px 7px 0 0 #D9F3FF;
}
.key-features-section .key-features-inner .box .heading-27, .key-features-section .key-features-inner .box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .key-features-section .key-features-inner .box a, .key-features-section .key-features-inner .box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .key-features-section .key-features-inner .box a, .key-features-section .key-features-inner .box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .key-features-section .key-features-inner .box .agreements-block-title, .key-features-section .key-features-inner .box .recent-article .most-recent_title, .recent-article .key-features-section .key-features-inner .box .most-recent_title, .key-features-section .key-features-inner .box .recent-article .most-recent_title a, .recent-article .most-recent_title .key-features-section .key-features-inner .box a, .key-features-section .key-features-inner .box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .key-features-section .key-features-inner .box h3, .key-features-section .key-features-inner .box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .key-features-section .key-features-inner .box .most-recent_title, .key-features-section .key-features-inner .box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .key-features-section .key-features-inner .box a, .key-features-section .key-features-inner .box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .key-features-section .key-features-inner .box .pro-title {
  text-align: center;
  min-height: 80px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.key-features-section .key-features-inner .box .heading-27::before, .key-features-section .key-features-inner .box .pos-modern-retail--section .pos-modern-retail--link li a::before, .pos-modern-retail--section .pos-modern-retail--link li .key-features-section .key-features-inner .box a::before, .key-features-section .key-features-inner .box .support-block .support-brand--block .support-block--data .support-block--heading a::before, .support-block .support-brand--block .support-block--data .support-block--heading .key-features-section .key-features-inner .box a::before, .key-features-section .key-features-inner .box .agreements-content.row .agreements-block-content .agreements-block-title::before, .agreements-content.row .agreements-block-content .key-features-section .key-features-inner .box .agreements-block-title::before, .key-features-section .key-features-inner .box .recent-article .most-recent_title::before, .recent-article .key-features-section .key-features-inner .box .most-recent_title::before, .key-features-section .key-features-inner .box .recent-article .most-recent_title a::before, .recent-article .most-recent_title .key-features-section .key-features-inner .box a::before, .key-features-section .key-features-inner .box .pos-solutions .pos-solutions_block .pos-solutions_data h3::before, .pos-solutions .pos-solutions_block .pos-solutions_data .key-features-section .key-features-inner .box h3::before, .key-features-section .key-features-inner .box .recent-library_section .recent-library .most-recent_title::before, .recent-library_section .recent-library .key-features-section .key-features-inner .box .most-recent_title::before, .key-features-section .key-features-inner .box .recent-library_section .recent-library .most-recent_title a::before, .recent-library_section .recent-library .most-recent_title .key-features-section .key-features-inner .box a::before, .key-features-section .key-features-inner .box .hardware-product-section .hardware-product-row .hard-box .pro-title::before, .hardware-product-section .hardware-product-row .hard-box .key-features-section .key-features-inner .box .pro-title::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: linear-gradient(90deg, rgba(217, 243, 255, 0) 1.31%, #D9F3FF 53.5%, rgba(217, 243, 255, 0) 100%);
}
.key-features-section .key-features-inner .box ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
}
.key-features-section .key-features-inner .box ul li::before {
  top: 5px;
  left: 0;
  content: "";
  width: 24px;
  height: 23px;
  position: absolute;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23" fill="none"><path d="M11.2093 0.281181C11.8546 0.245487 13.8418 0.174098 14.3608 0.339589C15.7573 0.790633 15.5252 2.79275 14.1321 2.96473C13.217 3.0783 12.0732 2.92904 11.0932 3.01665C3.69758 3.68835 0.177308 12.1284 5.15896 17.4241C10.1406 22.7198 19.7795 20.1823 20.978 13.0272C21.1829 11.8136 20.9677 10.6487 21.0941 9.48702C21.2614 7.90999 23.7778 7.81589 23.9383 9.58113C24.3002 13.5594 23.1222 17.3819 19.9741 20.0817C14.016 25.1892 4.56485 23.3428 1.15383 16.4961C-2.45521 9.25014 2.81666 0.738715 11.2093 0.281181Z" fill="%23467FF7"/><path d="M12.0118 10.9243L20.6673 0.362092C21.6473 -0.523771 23.1564 0.345868 22.8355 1.5692C19.742 6.18348 16.4539 10.7004 13.2375 15.2433C12.599 15.8112 11.6123 15.9085 10.9191 15.3634C9.52605 13.5527 8.49831 11.4727 7.25546 9.5582C6.815 8.38678 8.06809 7.40033 9.19144 8.04931L11.8683 10.9113L12.0118 10.9276V10.9243Z" fill="%23467FF7"/></svg>');
}
.key-features-section .key-features-inner .box ul li:last-child {
  margin-bottom: 0;
}
.key-features-section.support-transaction-section {
  background: transparent;
}
.key-features-section.support-transaction-section .container {
  max-width: 1230px;
}
@media (min-width: 1921px) {
  .key-features-section.support-transaction-section .container {
    max-width: 1600px;
  }
}
.key-features-section.support-transaction-section .section-sub-title {
  color: #467FF7;
}
.key-features-section.support-transaction-section .box {
  position: relative;
  margin: 40px 5px 0;
  padding-top: 50px;
  width: calc(100% - 10px);
  height: calc(100% - 40px);
}
.key-features-section.support-transaction-section .box .pre-txt {
  top: -25px;
  height: 50px;
  left: 0;
  right: 0;
  display: table;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 200px;
  padding: 0 20px;
  font-size: 24px;
  line-height: 50px;
  color: #181B31;
  font-weight: 700;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.key-features-section.support-transaction-section .box .icon {
  display: table;
  margin: 0 auto 15px !important;
}
.key-features-section.support-transaction-section .box .heading-27, .key-features-section.support-transaction-section .box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .key-features-section.support-transaction-section .box a, .key-features-section.support-transaction-section .box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .key-features-section.support-transaction-section .box a, .key-features-section.support-transaction-section .box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .key-features-section.support-transaction-section .box .agreements-block-title, .key-features-section.support-transaction-section .box .recent-article .most-recent_title, .recent-article .key-features-section.support-transaction-section .box .most-recent_title, .key-features-section.support-transaction-section .box .recent-article .most-recent_title a, .recent-article .most-recent_title .key-features-section.support-transaction-section .box a, .key-features-section.support-transaction-section .box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .key-features-section.support-transaction-section .box h3, .key-features-section.support-transaction-section .box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .key-features-section.support-transaction-section .box .most-recent_title, .key-features-section.support-transaction-section .box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .key-features-section.support-transaction-section .box a, .key-features-section.support-transaction-section .box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .key-features-section.support-transaction-section .box .pro-title {
  padding-bottom: 0;
}
.key-features-section.support-transaction-section .box .heading-27::before, .key-features-section.support-transaction-section .box .pos-modern-retail--section .pos-modern-retail--link li a::before, .pos-modern-retail--section .pos-modern-retail--link li .key-features-section.support-transaction-section .box a::before, .key-features-section.support-transaction-section .box .support-block .support-brand--block .support-block--data .support-block--heading a::before, .support-block .support-brand--block .support-block--data .support-block--heading .key-features-section.support-transaction-section .box a::before, .key-features-section.support-transaction-section .box .agreements-content.row .agreements-block-content .agreements-block-title::before, .agreements-content.row .agreements-block-content .key-features-section.support-transaction-section .box .agreements-block-title::before, .key-features-section.support-transaction-section .box .recent-article .most-recent_title::before, .recent-article .key-features-section.support-transaction-section .box .most-recent_title::before, .key-features-section.support-transaction-section .box .recent-article .most-recent_title a::before, .recent-article .most-recent_title .key-features-section.support-transaction-section .box a::before, .key-features-section.support-transaction-section .box .pos-solutions .pos-solutions_block .pos-solutions_data h3::before, .pos-solutions .pos-solutions_block .pos-solutions_data .key-features-section.support-transaction-section .box h3::before, .key-features-section.support-transaction-section .box .recent-library_section .recent-library .most-recent_title::before, .recent-library_section .recent-library .key-features-section.support-transaction-section .box .most-recent_title::before, .key-features-section.support-transaction-section .box .recent-library_section .recent-library .most-recent_title a::before, .recent-library_section .recent-library .most-recent_title .key-features-section.support-transaction-section .box a::before, .key-features-section.support-transaction-section .box .hardware-product-section .hardware-product-row .hard-box .pro-title::before, .hardware-product-section .hardware-product-row .hard-box .key-features-section.support-transaction-section .box .pro-title::before {
  display: none;
}
@media (max-width: 1440px) {
  .key-features-section .key-features-inner .box .pre-txt {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .key-features-section .key-features-inner .box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    box-shadow: 3px 3px 0 0 #D9F3FF;
  }
}
@media (max-width: 991px) {
  .key-features-section .key-features-inner .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .key-features-section .key-features-inner .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .key-features-section .key-features-inner .box {
    height: auto;
    margin: 0 auto !important;
    max-width: 400px;
    padding: 30px;
    box-shadow: none;
  }
  .key-features-section .key-features-inner .box .heading-27, .key-features-section .key-features-inner .box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .key-features-section .key-features-inner .box a, .key-features-section .key-features-inner .box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .key-features-section .key-features-inner .box a, .key-features-section .key-features-inner .box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .key-features-section .key-features-inner .box .agreements-block-title, .key-features-section .key-features-inner .box .recent-article .most-recent_title, .recent-article .key-features-section .key-features-inner .box .most-recent_title, .key-features-section .key-features-inner .box .recent-article .most-recent_title a, .recent-article .most-recent_title .key-features-section .key-features-inner .box a, .key-features-section .key-features-inner .box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .key-features-section .key-features-inner .box h3, .key-features-section .key-features-inner .box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .key-features-section .key-features-inner .box .most-recent_title, .key-features-section .key-features-inner .box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .key-features-section .key-features-inner .box a, .key-features-section .key-features-inner .box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .key-features-section .key-features-inner .box .pro-title {
    min-height: auto;
  }
  .key-features-section .key-features-inner .box .pre-txt {
    font-size: 20px;
  }
  .key-features-section.support-transaction-section .key-features-inner .box {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  .key-features-section .key-features-inner .box {
    padding: 20px;
  }
  .key-features-section.support-transaction-section .key-features-inner .box {
    padding-top: 40px;
  }
}

.fuel-cta-section {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .fuel-cta-section {
    padding-top: 0;
  }
}
.fuel-cta-section::before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background: #000E31;
}
.fuel-cta-section .inner-cta {
  padding: 50px;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/themes/goftx/dist/images/fuel-integration-cta.png) no-repeat center/cover;
}
.fuel-cta-section .inner-cta::before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  background: #142257;
}
.fuel-cta-section .inner-cta .w-100 {
  z-index: 2;
  position: relative;
}
.fuel-cta-section .inner-cta .btn-blue, .fuel-cta-section .inner-cta .btn-blue-outline, .fuel-cta-section .inner-cta .cta-green, .fuel-cta-section .inner-cta .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .fuel-cta-section .inner-cta .nav-link {
  background: #FE5722;
  border-color: #FE5722;
}
.fuel-cta-section .inner-cta .btn-blue:hover, .fuel-cta-section .inner-cta .btn-blue-outline:hover, .fuel-cta-section .inner-cta .cta-green:hover, .fuel-cta-section .inner-cta .pricing-data--table #pricingTab .nav-item .nav-link:hover, .pricing-data--table #pricingTab .nav-item .fuel-cta-section .inner-cta .nav-link:hover {
  color: #FE5722 !important;
  background: #ffffff;
}
@media (max-width: 991px) {
  .fuel-cta-section .inner-cta {
    padding: 30px;
  }
}

.smater-approach-section {
  background: #F0FAFF;
}
.smater-approach-section .image-box {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(28, 109, 247, 0.3);
}
.smater-approach-section .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.smater-approach-section .faq-section .accordion {
  padding-left: 50px;
}
.smater-approach-section .faq-section .accordion .card .card-header button {
  font-size: 27px;
  font-weight: 700;
  padding: 25px 20px 25px 75px;
}
.smater-approach-section .faq-section .accordion .card .card-header button .acc-icon {
  top: 12px;
  margin: 0;
  left: 15px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media (min-width: 1921px) {
  .smater-approach-section .faq-section .accordion .card .card-header button .acc-icon {
    top: 18px;
  }
}
.smater-approach-section .faq-section .accordion .card .card-header button .icon {
  top: 22px;
  left: auto;
  right: 20px;
  margin-right: 0;
  font-size: 20px;
  position: absolute;
}
.smater-approach-section .faq-section .accordion .card .card-header button[aria-expanded=true] .icon {
  transform: rotate(45deg);
}
.smater-approach-section .faq-section .accordion .card .card-body {
  padding-left: 75px;
}
.smater-approach-section .faq-section .accordion .card .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.smater-approach-section .faq-section .accordion .card .card-body ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  list-style: none;
}
.smater-approach-section .faq-section .accordion .card .card-body ul li::after {
  left: 0;
  top: 10px;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background: #457FF7;
}
.smater-approach-section .faq-section .accordion .card .card-body ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .smater-approach-section .faq-section .accordion .card .card-header button {
    font-size: 22px;
    line-height: normal;
    padding: 20px 20px 20px 75px;
  }
}
@media (max-width: 991px) {
  .smater-approach-section .col-sm-5, .smater-approach-section .col-sm-6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .smater-approach-section .col-sm-5:last-child, .smater-approach-section .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .smater-approach-section .faq-section .accordion {
    padding-left: 0;
  }
  .smater-approach-section .image-box {
    margin: 0 auto;
    max-width: 400px;
    box-shadow: 0px 2px 10px 0px rgba(28, 109, 247, 0.3);
  }
}
@media (max-width: 767px) {
  .smater-approach-section .faq-section .accordion .card .card-header button {
    font-size: 20px;
  }
  .smater-approach-section .faq-section .accordion .card .card-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.launch-oprations {
  background: #F0FAFF;
}
.launch-oprations .section-sub-title {
  color: #467FF7;
}
.launch-oprations .features-inner {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .launch-oprations .features-inner {
    margin-bottom: 30px;
  }
}
.launch-oprations .features-inner .box {
  text-align: center;
  margin-top: 31px;
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  padding: 60px 20px 20px;
  height: calc(100% - 31px);
  box-shadow: 0px 4px 12px 0px rgba(70, 127, 247, 0.25);
}
.launch-oprations .features-inner .box .icon-box {
  top: -31px;
  left: 0;
  right: 0;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 100%;
}
.launch-oprations .features-inner .box .icon-box::after {
  content: "";
  left: 50%;
  right: 0;
  z-index: 1;
  width: 82px;
  height: 47px;
  bottom: -15px;
  position: absolute;
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="84" height="48" viewBox="0 0 84 48" fill="none"><path opacity="0.5" d="M82.7061 0.857422C82.9922 2.81605 83.1426 4.81939 83.1426 6.85742C83.1424 29.5799 64.7225 48 42 48C19.2775 48 0.857572 29.5799 0.857422 6.85742C0.857422 4.81939 1.00776 2.81605 1.29395 0.857422H82.7061Z" fill="%23D9F3FF"/></svg>');
}
.launch-oprations .features-inner .box .icon-box .svg-icon {
  z-index: 2;
  position: relative;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .launch-oprations .features-inner .box .description br, .launch-oprations .features-inner .box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item br, .cta-menu--section.choose-industries .dropdown-menu li .launch-oprations .features-inner .box a.dropdown-item br, .launch-oprations .features-inner .box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title br, .free-resources-new .filters-gallery .filter-items .blog-item .launch-oprations .features-inner .box .latest-post-title br, .launch-oprations .features-inner .box .free-resources-new .filters-gallery .filter-items .blog-item .content br, .free-resources-new .filters-gallery .filter-items .blog-item .launch-oprations .features-inner .box .content br, .launch-oprations .features-inner .box .free-resources-new .custom-pagination .page-numbers br, .free-resources-new .custom-pagination .launch-oprations .features-inner .box .page-numbers br {
    display: none;
  }
}
.launch-oprations .btn-grp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.launch-oprations .btn-grp .btn-blue, .launch-oprations .btn-grp .btn-blue-outline, .launch-oprations .btn-grp .cta-green, .launch-oprations .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .launch-oprations .btn-grp .nav-link {
  margin-right: 15px;
}
.launch-oprations .btn-grp .link {
  margin-left: 15px;
  display: flex;
  font-weight: 700;
  align-items: center;
  color: #467FF7;
  transition: all 0.3s ease-in-out 0s;
}
.launch-oprations .btn-grp .link span {
  padding-left: 10px;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: center;
}
.launch-oprations .btn-grp .link:hover span {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .launch-oprations .features-inner .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .launch-oprations .features-inner .col-sm-4:last-child {
    margin-bottom: 0;
  }
  .launch-oprations .features-inner .box {
    max-width: 400px;
    margin: 31px auto 0;
    height: auto;
    box-shadow: 0px 2px 10px 0px rgba(28, 109, 247, 0.3);
  }
  .launch-oprations .btn-grp {
    display: inline-block;
    width: 100%;
  }
  .launch-oprations .btn-grp .btn-blue, .launch-oprations .btn-grp .btn-blue-outline, .launch-oprations .btn-grp .cta-green, .launch-oprations .btn-grp .pricing-data--table #pricingTab .nav-item .nav-link, .pricing-data--table #pricingTab .nav-item .launch-oprations .btn-grp .nav-link {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .launch-oprations .btn-grp .link {
    margin: 0 auto;
    justify-content: center;
  }
}

.benefits-fuel-integration-section .tabs-main {
  border-radius: 30px;
  background: #F0FAFF;
  overflow: hidden;
}
.benefits-fuel-integration-section .tabs-main .nav {
  padding-right: 0;
}
.benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link {
  padding: 35px 30px 35px 120px;
  display: block;
  font-weight: 700;
  width: 100%;
  text-align: left;
  color: #1E1C37;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #F0FAFF;
  border-radius: 0;
  position: relative;
}
.benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link svg, .benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link svg path {
  fill: #C2D5FF !important;
}
.benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link.active {
  color: #1E1C37;
  background: #F0FAFF;
}
.benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link.active svg, .benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link.active svg path {
  fill: #467FF7 !important;
}
.benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link .icon {
  top: calc(50% - 32px);
  left: 30px;
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.benefits-fuel-integration-section .tabs-main .nav .nav-item:last-child .nav-link {
  border-bottom: none;
}
.benefits-fuel-integration-section .tabs-main .tab-pane {
  padding: 30px;
}
.benefits-fuel-integration-section .tabs-main .tab-pane .tab-img {
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 25px;
  box-shadow: 0px 4px 5px 0px rgba(70, 127, 247, 0.2);
}
.benefits-fuel-integration-section .tabs-main .tab-pane .tab-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits-fuel-integration-section .tabs-main .tab-pane ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
}
.benefits-fuel-integration-section .tabs-main .tab-pane ul li::before {
  top: 5px;
  left: 0;
  content: "";
  width: 24px;
  height: 23px;
  position: absolute;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 23" fill="none"><path d="M11.2093 0.281181C11.8546 0.245487 13.8418 0.174098 14.3608 0.339589C15.7573 0.790633 15.5252 2.79275 14.1321 2.96473C13.217 3.0783 12.0732 2.92904 11.0932 3.01665C3.69758 3.68835 0.177308 12.1284 5.15896 17.4241C10.1406 22.7198 19.7795 20.1823 20.978 13.0272C21.1829 11.8136 20.9677 10.6487 21.0941 9.48702C21.2614 7.90999 23.7778 7.81589 23.9383 9.58113C24.3002 13.5594 23.1222 17.3819 19.9741 20.0817C14.016 25.1892 4.56485 23.3428 1.15383 16.4961C-2.45521 9.25014 2.81666 0.738715 11.2093 0.281181Z" fill="%23467FF7"/><path d="M12.0118 10.9243L20.6673 0.362092C21.6473 -0.523771 23.1564 0.345868 22.8355 1.5692C19.742 6.18348 16.4539 10.7004 13.2375 15.2433C12.599 15.8112 11.6123 15.9085 10.9191 15.3634C9.52605 13.5527 8.49831 11.4727 7.25546 9.5582C6.815 8.38678 8.06809 7.40033 9.19144 8.04931L11.8683 10.9113L12.0118 10.9276V10.9243Z" fill="%23467FF7"/></svg>');
}
.benefits-fuel-integration-section .tabs-main .tab-pane ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .benefits-fuel-integration-section .tabs-main {
    border: 2px solid #F0FAFF;
  }
  .benefits-fuel-integration-section .tabs-main .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .benefits-fuel-integration-section .tabs-main .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .benefits-fuel-integration-section .tabs-main .nav {
    display: flex;
    flex-direction: row !important;
  }
  .benefits-fuel-integration-section .tabs-main .nav .nav-item {
    width: 50%;
  }
  .benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link {
    font-size: 18px;
    line-height: normal;
    padding: 20px 20px 20px 50px;
  }
  .benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link .icon {
    top: calc(50% - 15px);
    left: 15px;
    width: 30px;
    height: 30px;
  }
  .benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link svg {
    width: 15px;
    height: 15px;
  }
  .benefits-fuel-integration-section .tabs-main .tab-pane {
    padding: 0 20px 20px;
    max-width: 550px;
    margin: 0 auto;
  }
  .benefits-fuel-integration-section .tabs-main .tab-pane .tab-img {
    border-radius: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .benefits-fuel-integration-section .tabs-main {
    border-radius: 15px;
  }
  .benefits-fuel-integration-section .tabs-main .nav .nav-item {
    width: 100%;
  }
  .benefits-fuel-integration-section .tabs-main .nav .nav-item .nav-link {
    font-size: 17px;
  }
}

.fuel-integration-main .section-title--medium,
.fuel-integration-main .heading-27,
.fuel-integration-main .pos-modern-retail--section .pos-modern-retail--link li a,
.pos-modern-retail--section .pos-modern-retail--link li .fuel-integration-main a,
.fuel-integration-main .support-block .support-brand--block .support-block--data .support-block--heading a,
.support-block .support-brand--block .support-block--data .support-block--heading .fuel-integration-main a,
.fuel-integration-main .agreements-content.row .agreements-block-content .agreements-block-title,
.agreements-content.row .agreements-block-content .fuel-integration-main .agreements-block-title,
.fuel-integration-main .recent-article .most-recent_title,
.recent-article .fuel-integration-main .most-recent_title,
.fuel-integration-main .recent-article .most-recent_title a,
.recent-article .most-recent_title .fuel-integration-main a,
.fuel-integration-main .pos-solutions .pos-solutions_block .pos-solutions_data h3,
.pos-solutions .pos-solutions_block .pos-solutions_data .fuel-integration-main h3,
.fuel-integration-main .recent-library_section .recent-library .most-recent_title,
.recent-library_section .recent-library .fuel-integration-main .most-recent_title,
.fuel-integration-main .recent-library_section .recent-library .most-recent_title a,
.recent-library_section .recent-library .most-recent_title .fuel-integration-main a,
.fuel-integration-main .hardware-product-section .hardware-product-row .hard-box .pro-title,
.hardware-product-section .hardware-product-row .hard-box .fuel-integration-main .pro-title {
  color: #1E1C37;
}

html[lang=es-ES] .key-features-section.support-transaction-section .box .pre-txt {
  width: -moz-max-content;
  width: max-content;
}

.page-template-template-migrate-to-ftx-pos .site-content .site-main .description, .page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-migrate-to-ftx-pos .site-content .site-main a.dropdown-item, .page-template-template-migrate-to-ftx-pos .site-content .site-main .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-migrate-to-ftx-pos .site-content .site-main .latest-post-title, .page-template-template-migrate-to-ftx-pos .site-content .site-main .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-migrate-to-ftx-pos .site-content .site-main .content, .page-template-template-migrate-to-ftx-pos .site-content .site-main .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-migrate-to-ftx-pos .site-content .site-main .page-numbers {
  color: #1E1C37;
}
.page-template-template-migrate-to-ftx-pos .site-content .site-main .section-title--medium {
  color: #000000;
}
.page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-24, .page-template-template-migrate-to-ftx-pos .site-content .site-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.heading-27, .page-template-template-migrate-to-ftx-pos .site-content .site-main .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .page-template-template-migrate-to-ftx-pos .site-content .site-main .module_title, .page-template-template-migrate-to-ftx-pos .site-content .site-main .career-block .career-details h4, .career-block .career-details .page-template-template-migrate-to-ftx-pos .site-content .site-main h4, .page-template-template-migrate-to-ftx-pos .site-content .site-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-migrate-to-ftx-pos .site-content .site-main .filter-text,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-27,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .pos-modern-retail--section .pos-modern-retail--link li a,
.pos-modern-retail--section .pos-modern-retail--link li .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .support-block .support-brand--block .support-block--data .support-block--heading a,
.support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .agreements-content.row .agreements-block-content .agreements-block-title,
.agreements-content.row .agreements-block-content .page-template-template-migrate-to-ftx-pos .site-content .site-main .agreements-block-title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-article .most-recent_title,
.recent-article .page-template-template-migrate-to-ftx-pos .site-content .site-main .most-recent_title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-article .most-recent_title a,
.recent-article .most-recent_title .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .pos-solutions .pos-solutions_block .pos-solutions_data h3,
.pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-migrate-to-ftx-pos .site-content .site-main h3,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-library_section .recent-library .most-recent_title,
.recent-library_section .recent-library .page-template-template-migrate-to-ftx-pos .site-content .site-main .most-recent_title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-library_section .recent-library .most-recent_title a,
.recent-library_section .recent-library .most-recent_title .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .hardware-product-section .hardware-product-row .hard-box .pro-title,
.hardware-product-section .hardware-product-row .hard-box .page-template-template-migrate-to-ftx-pos .site-content .site-main .pro-title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-22,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section .menu-title,
.cta-menu--section .page-template-template-migrate-to-ftx-pos .site-content .site-main .menu-title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section ul li a,
.cta-menu--section ul li .page-template-template-migrate-to-ftx-pos .site-content .site-main a {
  font-weight: 600;
}
@media (max-width: 991px) {
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-24, .page-template-template-migrate-to-ftx-pos .site-content .site-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.heading-27, .page-template-template-migrate-to-ftx-pos .site-content .site-main .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .page-template-template-migrate-to-ftx-pos .site-content .site-main .module_title, .page-template-template-migrate-to-ftx-pos .site-content .site-main .career-block .career-details h4, .career-block .career-details .page-template-template-migrate-to-ftx-pos .site-content .site-main h4, .page-template-template-migrate-to-ftx-pos .site-content .site-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-migrate-to-ftx-pos .site-content .site-main .filter-text,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-27,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .pos-modern-retail--section .pos-modern-retail--link li a,
  .pos-modern-retail--section .pos-modern-retail--link li .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .support-block .support-brand--block .support-block--data .support-block--heading a,
  .support-block .support-brand--block .support-block--data .support-block--heading .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .agreements-content.row .agreements-block-content .agreements-block-title,
  .agreements-content.row .agreements-block-content .page-template-template-migrate-to-ftx-pos .site-content .site-main .agreements-block-title,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-article .most-recent_title,
  .recent-article .page-template-template-migrate-to-ftx-pos .site-content .site-main .most-recent_title,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-article .most-recent_title a,
  .recent-article .most-recent_title .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .pos-solutions .pos-solutions_block .pos-solutions_data h3,
  .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-migrate-to-ftx-pos .site-content .site-main h3,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-library_section .recent-library .most-recent_title,
  .recent-library_section .recent-library .page-template-template-migrate-to-ftx-pos .site-content .site-main .most-recent_title,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-library_section .recent-library .most-recent_title a,
  .recent-library_section .recent-library .most-recent_title .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .hardware-product-section .hardware-product-row .hard-box .pro-title,
  .hardware-product-section .hardware-product-row .hard-box .page-template-template-migrate-to-ftx-pos .site-content .site-main .pro-title,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-22,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section .menu-title,
  .cta-menu--section .page-template-template-migrate-to-ftx-pos .site-content .site-main .menu-title,
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section ul li a,
  .cta-menu--section ul li .page-template-template-migrate-to-ftx-pos .site-content .site-main a {
    text-align: center;
  }
}
.page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-22, .page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section .menu-title, .cta-menu--section .page-template-template-migrate-to-ftx-pos .site-content .site-main .menu-title, .page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section ul li a, .cta-menu--section ul li .page-template-template-migrate-to-ftx-pos .site-content .site-main a,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-24,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27,
.page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.heading-27,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title,
.page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.agreements-block-title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title,
.agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.agreements-block-title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .hardware-post .pricing-main .module_title,
.hardware-post .pricing-main .page-template-template-migrate-to-ftx-pos .site-content .site-main .module_title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .career-block .career-details h4,
.career-block .career-details .page-template-template-migrate-to-ftx-pos .site-content .site-main h4,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title,
.page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.most-recent_title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title,
.recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.most-recent_title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3,
.page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-migrate-to-ftx-pos .site-content .site-main h3,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3,
.pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-migrate-to-ftx-pos .site-content .site-main h3,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title,
.page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.most-recent_title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title,
.recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.most-recent_title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title,
.recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.most-recent_title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text,
.free-resources-new .filters-gallery .filter-sidebar .filter-icon .page-template-template-migrate-to-ftx-pos .site-content .site-main .filter-text,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title,
.page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.pro-title,
.page-template-template-migrate-to-ftx-pos .site-content .site-main .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title,
.hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .page-template-template-migrate-to-ftx-pos .site-content .site-main h3.pro-title {
  color: #1E1C37;
}
@media (min-width: 1921px) {
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .heading-22, .page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section .menu-title, .cta-menu--section .page-template-template-migrate-to-ftx-pos .site-content .site-main .menu-title, .page-template-template-migrate-to-ftx-pos .site-content .site-main .cta-menu--section ul li a, .cta-menu--section ul li .page-template-template-migrate-to-ftx-pos .site-content .site-main a {
    font-size: 27px;
  }
}
.page-template-template-migrate-to-ftx-pos .site-content .site-main .pricing-plan--pos .price-pos-module .price-pos-item .pricing-store {
  color: #000000;
}
.page-template-template-migrate-to-ftx-pos .site-content .site-main .mobile-slider {
  margin-bottom: 0;
}
.page-template-template-migrate-to-ftx-pos .site-content .site-main .slick-dots {
  bottom: 0;
  display: flex;
  margin-top: 30px;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .slick-track {
    display: flex !important;
  }
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .slick-slide {
    margin: 0 15px 0 !important;
    height: inherit !important;
  }
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .choice-for-you-section .testi-features-main .slick-track {
    display: inline-block !important;
  }
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .choice-for-you-section .testi-features-main .slick-slide {
    margin: 0 8px !important;
  }
}
@media (min-width: 1921px) {
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .container {
    max-width: 1550px;
  }
}
@media (min-width: 1921px) {
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .pricing-plan--pos .container {
    max-width: 2000px;
  }
}
@media (min-width: 1921px) {
  .page-template-template-migrate-to-ftx-pos .site-content .site-main .faq-section .container {
    max-width: 1000px;
  }
}
.page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .header-h1 {
  font-weight: normal;
}
.page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content {
  width: calc(100% - 488px);
}
@media (max-width: 991px) {
  .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content {
    width: 100%;
  }
}
.page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .description, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content a.dropdown-item, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .latest-post-title, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .content, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .page-numbers {
  max-width: 90%;
}
@media (max-width: 1600px) {
  .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .description, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content a.dropdown-item, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .latest-post-title, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .content, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .page-numbers {
    max-width: 92%;
  }
}
@media (max-width: 1199px) {
  .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .description, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content a.dropdown-item, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .latest-post-title, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .content, .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .page-numbers {
    max-width: 100%;
  }
}
.page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-image {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
}
.page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .btn-grup {
  display: flex;
  align-items: center;
}
.page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .btn-grup .arrow-link {
  color: #1C6DF7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-weight: 600;
}
.page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .btn-grup .arrow-link span {
  display: flex;
  top: 0;
  position: relative;
}
@media (max-width: 991px) {
  .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .btn-grup {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .btn-grup {
    display: inline-block;
    width: 100%;
  }
  .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .btn-grup .arrow-link {
    max-width: 350px;
    display: flex;
    margin: 20px auto 0;
  }
  .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .btn-grup .arrow-link span svg {
    width: 16px;
  }
}

.switch-new-pos-section .container {
  max-width: 1250px !important;
}
.switch-new-pos-section .section-title--medium {
  font-weight: normal;
}
.switch-new-pos-section .key-features-inner .row {
  margin-bottom: 30px;
}
.switch-new-pos-section .key-features-inner .row:last-child {
  margin-bottom: 0;
}
.switch-new-pos-section .key-features-inner .content-box {
  padding-left: 50px;
}
.switch-new-pos-section .key-features-inner .content-box ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.switch-new-pos-section .key-features-inner .content-box ul li:last-child {
  margin-bottom: 0;
}
.switch-new-pos-section .key-features-inner .content-box ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23467FF7'%3E%3C/circle%3E%3Cpath d='M17.6863 7.01835C18.189 6.8668 19.045 7.69343 19.4118 8.05164C19.6971 8.32719 20.1863 8.65784 19.9281 9.08494L11.477 18.9908L5.0504 13.4386C4.86018 13.0803 5.25421 12.6946 5.4716 12.4053C5.74334 12.0471 6.49062 11.0964 6.89823 11.1378C7.46888 11.1929 10.3901 14.1963 11.083 14.6647L17.6863 7.01835Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1440px) {
  .switch-new-pos-section .key-features-inner .content-box ul li::before {
    top: 1px;
  }
}
@media (min-width: 1921px) {
  .switch-new-pos-section .key-features-inner .content-box ul li::before {
    top: 5px;
  }
}
.switch-new-pos-section .key-features-inner .flex-row-reverse .content-box {
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .switch-new-pos-section .key-features-inner .content-box {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .switch-new-pos-section .key-features-inner .col-sm-5,
  .switch-new-pos-section .key-features-inner .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .switch-new-pos-section .key-features-inner .col-sm-5:last-child,
  .switch-new-pos-section .key-features-inner .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .switch-new-pos-section .key-features-inner .single-img {
    max-width: 450px;
    margin: 0 auto !important;
  }
}

.no-contract-section {
  background: #F9FCFE;
}
.no-contract-section .container {
  max-width: 1200px;
}
.no-contract-section .section-title--medium {
  font-weight: normal;
}
.no-contract-section .key-features-inner .box {
  padding: 30px 40px;
  border-radius: 10px;
  border: 4px solid #c9e8f6;
  background: #ffffff;
  text-align: center;
  height: 100%;
}
.no-contract-section .key-features-inner .box .icon {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFFAFF;
  border-radius: 100%;
  margin: 0 auto 30px;
}
.no-contract-section .key-features-inner .box .icon img,
.no-contract-section .key-features-inner .box .icon lottie-player {
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 991px) {
  .no-contract-section .key-features-inner .box {
    padding: 25px;
  }
  .no-contract-section .key-features-inner .box .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
  }
  .no-contract-section .key-features-inner .box .icon img,
  .no-contract-section .key-features-inner .box .icon lottie-player {
    max-width: 68px;
    max-height: 68px;
  }
}
@media (max-width: 575px) {
  .no-contract-section .key-features-inner .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .no-contract-section .key-features-inner .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .no-contract-section .key-features-inner .box {
    padding: 15px;
    margin: 0 auto;
    width: calc(100% - 15px);
    height: auto;
  }
  .no-contract-section .key-features-inner .box .icon {
    width: 100px;
    height: 100px;
  }
  .no-contract-section .key-features-inner .box .icon img,
  .no-contract-section .key-features-inner .box .icon lottie-player {
    max-width: 100px;
    max-height: 60px;
  }
}

.worried-about-switching-section .section-title--medium {
  font-weight: normal;
}
.worried-about-switching-section .key-features-inner .box {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.worried-about-switching-section .key-features-inner .box .count {
  width: 62px;
  height: 62px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 100%;
  position: relative;
  background: #C5E0EB;
}
.worried-about-switching-section .key-features-inner .box .count span {
  z-index: 2;
  position: relative;
}
.worried-about-switching-section .key-features-inner .box .count::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #3E8BAD;
  transform: translate(-50%, -50%);
}
.worried-about-switching-section .key-features-inner .box .content-box {
  padding-left: 30px;
  width: calc(100% - 62px);
}
@media (max-width: 1600px) {
  .worried-about-switching-section .key-features-inner figure img {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .worried-about-switching-section .key-features-inner .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .worried-about-switching-section .key-features-inner .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .worried-about-switching-section .key-features-inner .col-sm-6 > .heading-24, .worried-about-switching-section .key-features-inner .page-template-template-home .latest-casestudy--section .casestudy-item .col-sm-6 > h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .col-sm-6 > h3.heading-27, .worried-about-switching-section .key-features-inner .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .col-sm-6 > h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .worried-about-switching-section .key-features-inner .col-sm-6 > h3.agreements-block-title, .worried-about-switching-section .key-features-inner .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .col-sm-6 > h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .col-sm-6 > h3.agreements-block-title, .worried-about-switching-section .key-features-inner .hardware-post .pricing-main .col-sm-6 > .module_title, .hardware-post .pricing-main .worried-about-switching-section .key-features-inner .col-sm-6 > .module_title, .worried-about-switching-section .key-features-inner .career-block .career-details .col-sm-6 > h4, .career-block .career-details .worried-about-switching-section .key-features-inner .col-sm-6 > h4, .worried-about-switching-section .key-features-inner .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .col-sm-6 > h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .worried-about-switching-section .key-features-inner .col-sm-6 > h3.most-recent_title, .worried-about-switching-section .key-features-inner .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .col-sm-6 > h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .col-sm-6 > h3.most-recent_title, .worried-about-switching-section .key-features-inner .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .col-sm-6 > h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .worried-about-switching-section .key-features-inner .col-sm-6 > h3, .worried-about-switching-section .key-features-inner .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .col-sm-6 > h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .col-sm-6 > h3, .worried-about-switching-section .key-features-inner .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .col-sm-6 > h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .worried-about-switching-section .key-features-inner .col-sm-6 > h3.most-recent_title, .worried-about-switching-section .key-features-inner .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .col-sm-6 > h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .worried-about-switching-section .key-features-inner .col-sm-6 > h3.most-recent_title, .worried-about-switching-section .key-features-inner .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .col-sm-6 > h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .col-sm-6 > h3.most-recent_title, .worried-about-switching-section .key-features-inner .free-resources-new .filters-gallery .filter-sidebar .filter-icon .col-sm-6 > .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .worried-about-switching-section .key-features-inner .col-sm-6 > .filter-text, .worried-about-switching-section .key-features-inner .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .col-sm-6 > h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .worried-about-switching-section .key-features-inner .col-sm-6 > h3.pro-title, .worried-about-switching-section .key-features-inner .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .col-sm-6 > h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .col-sm-6 > h3.pro-title {
    margin-bottom: 20px;
  }
  .worried-about-switching-section .key-features-inner figure img {
    max-width: 350px;
  }
  .worried-about-switching-section .key-features-inner .box {
    padding: 0;
    margin-bottom: 20px;
    align-items: inherit;
  }
  .worried-about-switching-section .key-features-inner .box .content-box {
    width: calc(100% - 50px);
    padding-left: 15px;
  }
  .worried-about-switching-section .key-features-inner .box .content-box .heading-24, .worried-about-switching-section .key-features-inner .box .content-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.heading-27, .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .box .content-box h3.heading-27, .worried-about-switching-section .key-features-inner .box .content-box .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content h3.agreements-block-title, .page-template-template-home .latest-casestudy--section .casestudy-item .agreements-content.row .agreements-block-content .worried-about-switching-section .key-features-inner .box .content-box h3.agreements-block-title, .worried-about-switching-section .key-features-inner .box .content-box .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item h3.agreements-block-title, .agreements-content.row .agreements-block-content .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .box .content-box h3.agreements-block-title, .worried-about-switching-section .key-features-inner .box .content-box .hardware-post .pricing-main .module_title, .hardware-post .pricing-main .worried-about-switching-section .key-features-inner .box .content-box .module_title, .worried-about-switching-section .key-features-inner .box .content-box .career-block .career-details h4, .career-block .career-details .worried-about-switching-section .key-features-inner .box .content-box h4, .worried-about-switching-section .key-features-inner .box .content-box .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-article .worried-about-switching-section .key-features-inner .box .content-box h3.most-recent_title, .worried-about-switching-section .key-features-inner .box .content-box .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-article .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .box .content-box h3.most-recent_title, .worried-about-switching-section .key-features-inner .box .content-box .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data h3, .page-template-template-home .latest-casestudy--section .casestudy-item .pos-solutions .pos-solutions_block .pos-solutions_data .worried-about-switching-section .key-features-inner .box .content-box h3, .worried-about-switching-section .key-features-inner .box .content-box .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item h3, .pos-solutions .pos-solutions_block .pos-solutions_data .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .box .content-box h3, .worried-about-switching-section .key-features-inner .box .content-box .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library h3.most-recent_title, .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library_section .recent-library .worried-about-switching-section .key-features-inner .box .content-box h3.most-recent_title, .worried-about-switching-section .key-features-inner .box .content-box .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library h3.most-recent_title, .recent-library_section .page-template-template-home .latest-casestudy--section .casestudy-item .recent-library .worried-about-switching-section .key-features-inner .box .content-box h3.most-recent_title, .worried-about-switching-section .key-features-inner .box .content-box .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item h3.most-recent_title, .recent-library_section .recent-library .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .box .content-box h3.most-recent_title, .worried-about-switching-section .key-features-inner .box .content-box .free-resources-new .filters-gallery .filter-sidebar .filter-icon .filter-text, .free-resources-new .filters-gallery .filter-sidebar .filter-icon .worried-about-switching-section .key-features-inner .box .content-box .filter-text, .worried-about-switching-section .key-features-inner .box .content-box .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box h3.pro-title, .page-template-template-home .latest-casestudy--section .casestudy-item .hardware-product-section .hardware-product-row .hard-box .worried-about-switching-section .key-features-inner .box .content-box h3.pro-title, .worried-about-switching-section .key-features-inner .box .content-box .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item h3.pro-title, .hardware-product-section .hardware-product-row .hard-box .page-template-template-home .latest-casestudy--section .casestudy-item .worried-about-switching-section .key-features-inner .box .content-box h3.pro-title,
  .worried-about-switching-section .key-features-inner .box .content-box .heading-22,
  .worried-about-switching-section .key-features-inner .box .content-box .cta-menu--section .menu-title,
  .cta-menu--section .worried-about-switching-section .key-features-inner .box .content-box .menu-title,
  .worried-about-switching-section .key-features-inner .box .content-box .cta-menu--section ul li a,
  .cta-menu--section ul li .worried-about-switching-section .key-features-inner .box .content-box a {
    text-align: left;
  }
  .worried-about-switching-section .key-features-inner .box .count {
    width: 50px;
    height: 50px;
    line-height: 36px;
  }
  .worried-about-switching-section .key-features-inner .box .count::after {
    width: 36px;
    height: 36px;
  }
  .worried-about-switching-section .key-features-inner .box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .worried-about-switching-section .key-features-inner figure img {
    max-width: 100%;
  }
  .worried-about-switching-section .key-features-inner .box .count {
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  .worried-about-switching-section .key-features-inner .box .count::after {
    width: 30px;
    height: 30px;
  }
  .worried-about-switching-section .key-features-inner .box .content-box {
    width: calc(100% - 40px);
  }
}
.worried-about-switching-section.still-comparing-section .heading-main .heading-27, .worried-about-switching-section.still-comparing-section .heading-main .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .worried-about-switching-section.still-comparing-section .heading-main .agreements-block-title, .worried-about-switching-section.still-comparing-section .heading-main .recent-article .most-recent_title, .recent-article .worried-about-switching-section.still-comparing-section .heading-main .most-recent_title, .worried-about-switching-section.still-comparing-section .heading-main .recent-article .most-recent_title a, .recent-article .most-recent_title .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .worried-about-switching-section.still-comparing-section .heading-main h3, .worried-about-switching-section.still-comparing-section .heading-main .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .worried-about-switching-section.still-comparing-section .heading-main .most-recent_title, .worried-about-switching-section.still-comparing-section .heading-main .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .worried-about-switching-section.still-comparing-section .heading-main .pro-title {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  background: #3E8BAD;
  cursor: pointer;
}
.worried-about-switching-section.still-comparing-section .heading-main .heading-27:hover, .worried-about-switching-section.still-comparing-section .heading-main .pos-modern-retail--section .pos-modern-retail--link li a:hover, .pos-modern-retail--section .pos-modern-retail--link li .worried-about-switching-section.still-comparing-section .heading-main a:hover, .worried-about-switching-section.still-comparing-section .heading-main .support-block .support-brand--block .support-block--data .support-block--heading a:hover, .support-block .support-brand--block .support-block--data .support-block--heading .worried-about-switching-section.still-comparing-section .heading-main a:hover, .worried-about-switching-section.still-comparing-section .heading-main .agreements-content.row .agreements-block-content .agreements-block-title:hover, .agreements-content.row .agreements-block-content .worried-about-switching-section.still-comparing-section .heading-main .agreements-block-title:hover, .worried-about-switching-section.still-comparing-section .heading-main .recent-article .most-recent_title:hover, .recent-article .worried-about-switching-section.still-comparing-section .heading-main .most-recent_title:hover, .worried-about-switching-section.still-comparing-section .heading-main .recent-article .most-recent_title a:hover, .recent-article .most-recent_title .worried-about-switching-section.still-comparing-section .heading-main a:hover, .worried-about-switching-section.still-comparing-section .heading-main .pos-solutions .pos-solutions_block .pos-solutions_data h3:hover, .pos-solutions .pos-solutions_block .pos-solutions_data .worried-about-switching-section.still-comparing-section .heading-main h3:hover, .worried-about-switching-section.still-comparing-section .heading-main .recent-library_section .recent-library .most-recent_title:hover, .recent-library_section .recent-library .worried-about-switching-section.still-comparing-section .heading-main .most-recent_title:hover, .worried-about-switching-section.still-comparing-section .heading-main .recent-library_section .recent-library .most-recent_title a:hover, .recent-library_section .recent-library .most-recent_title .worried-about-switching-section.still-comparing-section .heading-main a:hover, .worried-about-switching-section.still-comparing-section .heading-main .hardware-product-section .hardware-product-row .hard-box .pro-title:hover, .hardware-product-section .hardware-product-row .hard-box .worried-about-switching-section.still-comparing-section .heading-main .pro-title:hover {
  background: #467FF7;
}
@media (max-width: 991px) {
  .worried-about-switching-section.still-comparing-section .heading-main .heading-27, .worried-about-switching-section.still-comparing-section .heading-main .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .worried-about-switching-section.still-comparing-section .heading-main .agreements-block-title, .worried-about-switching-section.still-comparing-section .heading-main .recent-article .most-recent_title, .recent-article .worried-about-switching-section.still-comparing-section .heading-main .most-recent_title, .worried-about-switching-section.still-comparing-section .heading-main .recent-article .most-recent_title a, .recent-article .most-recent_title .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .worried-about-switching-section.still-comparing-section .heading-main h3, .worried-about-switching-section.still-comparing-section .heading-main .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .worried-about-switching-section.still-comparing-section .heading-main .most-recent_title, .worried-about-switching-section.still-comparing-section .heading-main .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .worried-about-switching-section.still-comparing-section .heading-main .pro-title {
    padding: 10px 20px;
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .worried-about-switching-section.still-comparing-section .heading-main .heading-27, .worried-about-switching-section.still-comparing-section .heading-main .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .worried-about-switching-section.still-comparing-section .heading-main .agreements-block-title, .worried-about-switching-section.still-comparing-section .heading-main .recent-article .most-recent_title, .recent-article .worried-about-switching-section.still-comparing-section .heading-main .most-recent_title, .worried-about-switching-section.still-comparing-section .heading-main .recent-article .most-recent_title a, .recent-article .most-recent_title .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .worried-about-switching-section.still-comparing-section .heading-main h3, .worried-about-switching-section.still-comparing-section .heading-main .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .worried-about-switching-section.still-comparing-section .heading-main .most-recent_title, .worried-about-switching-section.still-comparing-section .heading-main .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .worried-about-switching-section.still-comparing-section .heading-main a, .worried-about-switching-section.still-comparing-section .heading-main .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .worried-about-switching-section.still-comparing-section .heading-main .pro-title {
    padding: 8px 15px;
    font-size: 18px;
    line-height: normal;
  }
}
.worried-about-switching-section.still-comparing-section .key-features-inner .box .count svg {
  fill: #ffffff;
  z-index: 2;
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
  .worried-about-switching-section.still-comparing-section .key-features-inner .box .count svg {
    width: 17px;
    height: 17px;
  }
}
.worried-about-switching-section.still-comparing-section .why-switching-cls {
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 0;
  padding: 25px 35px;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  background: #c9e8f6;
}
.worried-about-switching-section.still-comparing-section .why-switching-cls::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #b3f3f4 0%, #fff7f0 20%, #ffdff3 40%, #e6d8f6 60%, #c6e3fb 80%, #aaf1f7 100%);
}
.worried-about-switching-section.still-comparing-section .why-switching-cls .heading-27, .worried-about-switching-section.still-comparing-section .why-switching-cls .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .worried-about-switching-section.still-comparing-section .why-switching-cls a, .worried-about-switching-section.still-comparing-section .why-switching-cls .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .worried-about-switching-section.still-comparing-section .why-switching-cls a, .worried-about-switching-section.still-comparing-section .why-switching-cls .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .worried-about-switching-section.still-comparing-section .why-switching-cls .agreements-block-title, .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-article .most-recent_title, .recent-article .worried-about-switching-section.still-comparing-section .why-switching-cls .most-recent_title, .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-article .most-recent_title a, .recent-article .most-recent_title .worried-about-switching-section.still-comparing-section .why-switching-cls a, .worried-about-switching-section.still-comparing-section .why-switching-cls .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .worried-about-switching-section.still-comparing-section .why-switching-cls h3, .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .worried-about-switching-section.still-comparing-section .why-switching-cls .most-recent_title, .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .worried-about-switching-section.still-comparing-section .why-switching-cls a, .worried-about-switching-section.still-comparing-section .why-switching-cls .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .worried-about-switching-section.still-comparing-section .why-switching-cls .pro-title {
  margin: 0 30px 0 0;
}
.worried-about-switching-section.still-comparing-section .why-switching-cls .w-100 {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .worried-about-switching-section.still-comparing-section .why-switching-cls {
    padding: 20px;
    margin: 30px auto 0;
  }
}
@media (max-width: 991px) {
  .worried-about-switching-section.still-comparing-section .why-switching-cls {
    width: 100%;
    text-align: center;
  }
  .worried-about-switching-section.still-comparing-section .why-switching-cls .w-100 {
    display: inline-block;
  }
  .worried-about-switching-section.still-comparing-section .why-switching-cls .heading-27, .worried-about-switching-section.still-comparing-section .why-switching-cls .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .worried-about-switching-section.still-comparing-section .why-switching-cls a, .worried-about-switching-section.still-comparing-section .why-switching-cls .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .worried-about-switching-section.still-comparing-section .why-switching-cls a, .worried-about-switching-section.still-comparing-section .why-switching-cls .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .worried-about-switching-section.still-comparing-section .why-switching-cls .agreements-block-title, .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-article .most-recent_title, .recent-article .worried-about-switching-section.still-comparing-section .why-switching-cls .most-recent_title, .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-article .most-recent_title a, .recent-article .most-recent_title .worried-about-switching-section.still-comparing-section .why-switching-cls a, .worried-about-switching-section.still-comparing-section .why-switching-cls .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .worried-about-switching-section.still-comparing-section .why-switching-cls h3, .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .worried-about-switching-section.still-comparing-section .why-switching-cls .most-recent_title, .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .worried-about-switching-section.still-comparing-section .why-switching-cls a, .worried-about-switching-section.still-comparing-section .why-switching-cls .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .worried-about-switching-section.still-comparing-section .why-switching-cls .pro-title {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .worried-about-switching-section.still-comparing-section .why-switching-cls {
    border-radius: 10px;
  }
}

.how-switch-works {
  background: #EBF7FF;
}
.how-switch-works .box {
  height: calc(100% - 31px);
  position: relative;
  padding: 60px 20px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 31px;
  background-color: #ffffff;
}
.how-switch-works .box .count {
  width: 62px;
  height: 62px;
  top: -31px;
  left: 0;
  right: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  background: linear-gradient(0deg, #C5E0EB 0%, #EBF7FF 51.92%);
}
.how-switch-works .box .count span {
  z-index: 2;
  position: relative;
}
.how-switch-works .box .count::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #3E8BAD;
  transform: translate(-50%, -50%);
}
.how-switch-works .box .icon {
  width: 162px;
  height: 162px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  margin: 0 auto 30px;
  justify-content: center;
  border: 10px solid #c9e8f6;
}
.how-switch-works .box .icon img,
.how-switch-works .box .icon lottie-player {
  max-width: 95px;
  max-height: 95px;
}
.how-switch-works .box .heading-27, .how-switch-works .box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .how-switch-works .box a, .how-switch-works .box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .how-switch-works .box a, .how-switch-works .box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .how-switch-works .box .agreements-block-title, .how-switch-works .box .recent-article .most-recent_title, .recent-article .how-switch-works .box .most-recent_title, .how-switch-works .box .recent-article .most-recent_title a, .recent-article .most-recent_title .how-switch-works .box a, .how-switch-works .box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .how-switch-works .box h3, .how-switch-works .box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .how-switch-works .box .most-recent_title, .how-switch-works .box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .how-switch-works .box a, .how-switch-works .box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .how-switch-works .box .pro-title {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .how-switch-works .box {
    padding: 50px 20px 20px;
  }
  .how-switch-works .box .icon {
    width: 120px;
    height: 120px;
    border-width: 8px;
    margin-bottom: 15px;
  }
  .how-switch-works .box .icon img,
  .how-switch-works .box .icon lottie-player {
    max-width: 68px;
    max-height: 68px;
  }
}
@media (max-width: 991px) {
  .how-switch-works .box .icon {
    width: 100px;
    height: 100px;
    border-width: 5px;
  }
  .how-switch-works .box .icon img,
  .how-switch-works .box .icon lottie-player {
    max-width: 60px;
    max-height: 60px;
  }
}

.key-features-section.support-transaction-section.multiple-subscription-section {
  background: #E9F8FF;
}
.key-features-section.support-transaction-section.multiple-subscription-section .section-title--medium {
  font-weight: normal;
}
.key-features-section.support-transaction-section.multiple-subscription-section .box {
  border: 0;
  width: 100%;
  padding: 20px;
  margin: 0 0 30px !important;
  box-shadow: none;
  border-radius: 10px;
  height: calc(100% - 30px) !important;
  background-color: #ffffff;
}
.key-features-section.support-transaction-section.multiple-subscription-section .box .icon {
  margin: 0 auto 30px !important;
}
.key-features-section.support-transaction-section.multiple-subscription-section .box .icon img,
.key-features-section.support-transaction-section.multiple-subscription-section .box .icon lottie-player {
  max-width: 120px;
  max-height: 120px;
}
.key-features-section.support-transaction-section.multiple-subscription-section .box .heading-27, .key-features-section.support-transaction-section.multiple-subscription-section .box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .key-features-section.support-transaction-section.multiple-subscription-section .box a, .key-features-section.support-transaction-section.multiple-subscription-section .box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .key-features-section.support-transaction-section.multiple-subscription-section .box a, .key-features-section.support-transaction-section.multiple-subscription-section .box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .key-features-section.support-transaction-section.multiple-subscription-section .box .agreements-block-title, .key-features-section.support-transaction-section.multiple-subscription-section .box .recent-article .most-recent_title, .recent-article .key-features-section.support-transaction-section.multiple-subscription-section .box .most-recent_title, .key-features-section.support-transaction-section.multiple-subscription-section .box .recent-article .most-recent_title a, .recent-article .most-recent_title .key-features-section.support-transaction-section.multiple-subscription-section .box a, .key-features-section.support-transaction-section.multiple-subscription-section .box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .key-features-section.support-transaction-section.multiple-subscription-section .box h3, .key-features-section.support-transaction-section.multiple-subscription-section .box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .key-features-section.support-transaction-section.multiple-subscription-section .box .most-recent_title, .key-features-section.support-transaction-section.multiple-subscription-section .box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .key-features-section.support-transaction-section.multiple-subscription-section .box a, .key-features-section.support-transaction-section.multiple-subscription-section .box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .key-features-section.support-transaction-section.multiple-subscription-section .box .pro-title {
  font-weight: 600;
  min-height: inherit;
}
.key-features-section.support-transaction-section.multiple-subscription-section .col-sm-4:last-child .box, .key-features-section.support-transaction-section.multiple-subscription-section .col-sm-4:nth-last-child(2) .box, .key-features-section.support-transaction-section.multiple-subscription-section .col-sm-4:nth-last-child(3) .box {
  height: 100% !important;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .key-features-section.support-transaction-section.multiple-subscription-section .box {
    padding: 20px;
    max-width: 100%;
    height: 100% !important;
    margin: 0 !important;
  }
  .key-features-section.support-transaction-section.multiple-subscription-section .box .icon {
    margin: 0 auto 15px !important;
  }
  .key-features-section.support-transaction-section.multiple-subscription-section .box .icon img,
  .key-features-section.support-transaction-section.multiple-subscription-section .box .icon lottie-player {
    max-width: 80px;
    max-height: 80px;
  }
}

.choice-for-you-section {
  background: #E9F8FF;
}
.choice-for-you-section .section-title--medium {
  font-weight: normal;
}
.choice-for-you-section .testi-features-main {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .choice-for-you-section .testi-features-main {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .choice-for-you-section .testi-features-main {
    margin-bottom: 30px;
  }
}
.choice-for-you-section .testi-features-main .testi-features-slider {
  margin: 0 8px;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner {
  display: flex;
  align-items: center;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx {
  width: 460px;
  height: 460px;
  margin: 28px 0 0 28px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx::after {
  top: -28px;
  left: -28px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  background: #C6DBE9;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx video {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 20px;
  position: relative;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button:before {
  content: "";
  font-family: inherit;
  width: 58px;
  height: 58px;
  bottom: 20px;
  right: 20px;
  padding-left: 2px;
  top: auto !important;
  left: auto !important;
  transform: inherit !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23ffffff' stroke='none' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3Cpath d='M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
@media (max-width: 1199px) {
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button:before {
    font-size: 20px;
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx .pause-button.paused:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%23fff' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M7 4v16l13 -8z' /%3E%3C/svg%3E");
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box {
  padding-left: 60px;
  width: calc(100% - 488px);
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .description, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box a.dropdown-item, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .latest-post-title, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .page-numbers {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers, .free-resources-new .custom-pagination .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers {
  padding-top: 100px;
  font-weight: normal;
  position: relative;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon {
  top: 0;
  left: 0;
  position: absolute;
}
.choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon {
  margin: 50px 0 0 0;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 1440px) {
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .description, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box a.dropdown-item, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .latest-post-title, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .page-numbers {
    font-size: 22px;
    line-height: 30px;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon {
    margin: 30px 0 0 0;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon img {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 380px;
    height: 380px;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box {
    padding-left: 30px;
    width: calc(100% - 408px);
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers, .free-resources-new .custom-pagination .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers {
    padding-top: 55px;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 350px;
    height: 350px;
    margin: 20px 0 0 20px;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx::after {
    top: -20px;
    left: -20px;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .description, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.dropdown-item, .cta-menu--section.choose-industries .dropdown-menu li .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box a.dropdown-item, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .latest-post-title, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .latest-post-title, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .page-numbers, .free-resources-new .custom-pagination .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .page-numbers {
    font-size: 18px;
    line-height: 25px;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .description.content .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .cta-menu--section.choose-industries .dropdown-menu li a.content.dropdown-item .qute-icon, .cta-menu--section.choose-industries .dropdown-menu li .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box a.content.dropdown-item .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .filters-gallery .filter-items .blog-item .content .qute-icon, .free-resources-new .filters-gallery .filter-items .blog-item .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content .qute-icon, .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .free-resources-new .custom-pagination .content.page-numbers .qute-icon, .free-resources-new .custom-pagination .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .content.page-numbers .qute-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .content-box .icon img {
    margin: 0 auto;
    max-width: 230px;
  }
}
@media (max-width: 575px) {
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx {
    width: 280px;
    height: 280px;
    margin: 10px 0 0 10px;
  }
  .choice-for-you-section .testi-features-main .testi-features-slider .slider-inner .video-bx::after {
    top: -10px;
    left: -10px;
  }
}
.choice-for-you-section .testi-features-main .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  width: 40px;
  height: 40px;
  z-index: 2;
  opacity: 0.5;
  border-radius: 50%;
  background: #467FF7;
  transition: all 0.3s ease-in-out 0s;
}
.choice-for-you-section .testi-features-main .slick-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  opacity: 1;
}
.choice-for-you-section .testi-features-main .slick-arrow.slick-prev {
  right: 55px;
  left: auto;
}
.choice-for-you-section .testi-features-main .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
  left: -2px;
}
.choice-for-you-section .testi-features-main .slick-arrow:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .choice-for-you-section .testi-features-main .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .choice-for-you-section .testi-features-main .slick-arrow.slick-prev {
    right: 45px;
  }
}
.choice-for-you-section .key-features-inner .content-box {
  height: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  background: #ffffff;
}
.choice-for-you-section .key-features-inner .content-box .heading-27, .choice-for-you-section .key-features-inner .content-box .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li .choice-for-you-section .key-features-inner .content-box a, .choice-for-you-section .key-features-inner .content-box .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading .choice-for-you-section .key-features-inner .content-box a, .choice-for-you-section .key-features-inner .content-box .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content .choice-for-you-section .key-features-inner .content-box .agreements-block-title, .choice-for-you-section .key-features-inner .content-box .recent-article .most-recent_title, .recent-article .choice-for-you-section .key-features-inner .content-box .most-recent_title, .choice-for-you-section .key-features-inner .content-box .recent-article .most-recent_title a, .recent-article .most-recent_title .choice-for-you-section .key-features-inner .content-box a, .choice-for-you-section .key-features-inner .content-box .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data .choice-for-you-section .key-features-inner .content-box h3, .choice-for-you-section .key-features-inner .content-box .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library .choice-for-you-section .key-features-inner .content-box .most-recent_title, .choice-for-you-section .key-features-inner .content-box .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title .choice-for-you-section .key-features-inner .content-box a, .choice-for-you-section .key-features-inner .content-box .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box .choice-for-you-section .key-features-inner .content-box .pro-title {
  padding: 0 30px;
}
.choice-for-you-section .key-features-inner .content-box ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.choice-for-you-section .key-features-inner .content-box ul li:last-child {
  margin-bottom: 0;
}
.choice-for-you-section .key-features-inner .content-box ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23467FF7'%3E%3C/circle%3E%3Cpath d='M17.6863 7.01835C18.189 6.8668 19.045 7.69343 19.4118 8.05164C19.6971 8.32719 20.1863 8.65784 19.9281 9.08494L11.477 18.9908L5.0504 13.4386C4.86018 13.0803 5.25421 12.6946 5.4716 12.4053C5.74334 12.0471 6.49062 11.0964 6.89823 11.1378C7.46888 11.1929 10.3901 14.1963 11.083 14.6647L17.6863 7.01835Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1440px) {
  .choice-for-you-section .key-features-inner .content-box ul li::before {
    top: 1px;
  }
}
@media (min-width: 1921px) {
  .choice-for-you-section .key-features-inner .content-box ul li::before {
    top: 5px;
  }
}

@media (max-width: 1600px) {
  .choice-for-you-section .container,
  .no-contract-section .container,
  .worried-about-switching-section .container,
  .how-switch-works .container,
  .key-features-section.support-transaction-section.multiple-subscription-section .container {
    max-width: 1250px;
  }
}
@media (max-width: 1350px) {
  .choice-for-you-section .container,
  .no-contract-section .container,
  .worried-about-switching-section .container,
  .how-switch-works .container {
    max-width: 1180px;
  }
}
@media (max-width: 1080px) {
  html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .btn-grup {
    display: inline-block;
  }
  html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .btn-grup .arrow-link {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .hero-section.cc-banner .card-banner-content .btn-grup .arrow-link {
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls {
    width: 100%;
    text-align: center;
  }
  html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .w-100 {
    display: inline-block;
  }
  html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .heading-27, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .pos-modern-retail--section .pos-modern-retail--link li a, .pos-modern-retail--section .pos-modern-retail--link li html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls a, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .support-block .support-brand--block .support-block--data .support-block--heading a, .support-block .support-brand--block .support-block--data .support-block--heading html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls a, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .agreements-content.row .agreements-block-content .agreements-block-title, .agreements-content.row .agreements-block-content html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .agreements-block-title, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-article .most-recent_title, .recent-article html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .most-recent_title, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-article .most-recent_title a, .recent-article .most-recent_title html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls a, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .pos-solutions .pos-solutions_block .pos-solutions_data h3, .pos-solutions .pos-solutions_block .pos-solutions_data html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls h3, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-library_section .recent-library .most-recent_title, .recent-library_section .recent-library html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .most-recent_title, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .recent-library_section .recent-library .most-recent_title a, .recent-library_section .recent-library .most-recent_title html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls a, html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .hardware-product-section .hardware-product-row .hard-box .pro-title, .hardware-product-section .hardware-product-row .hard-box html[lang=es-ES] .page-template-template-migrate-to-ftx-pos .worried-about-switching-section.still-comparing-section .why-switching-cls .pro-title {
    margin: 0 0 15px 0;
  }
}
